NXP i.MX EVK board build tools
guowenxue
2023-11-14 658bbdce56f39e74b151e1fd75cf2544f5263e86
Add lf-6.1.36-2.1.0 support

Signed-off-by: guowenxue <guowenxue@gmail.com>
2 files modified
10 ■■■■ changed files
bootloader/build.sh 8 ●●●● patch | view | raw | blame | history
config.json 2 ●●● patch | view | raw | blame | history
bootloader/build.sh
@@ -37,7 +37,13 @@
# select firmware version by BSP version
function export_fmver()
{
    if [[ $BSP_VER =~ 6.1.22 ]] ;  then
    if [[ $BSP_VER =~ 6.1.36 ]] ;  then
        export FMW_IMX=firmware-imx-8.21
        export FMW_SENTINEL=firmware-sentinel-0.11
        export FMW_UPOWER=firmware-upower-1.3.1
    elif [[ $BSP_VER =~ 6.1.22 ]] ;  then
        export FMW_IMX=firmware-imx-8.20
        export FMW_SENTINEL=firmware-sentinel-0.10
config.json
@@ -2,7 +2,7 @@
    "bsp":
    {
        "board":"imx8mp-evk",
        "version":"lf-6.1.22-2.0.0",
        "version":"lf-6.1.36-2.1.0",
        "giturl":"https://github.com/nxp-imx/",
        "cortexAtool":"/opt/gcc-aarch64-10.3-2021.07/bin/aarch64-none-linux-gnu-",
        "cortexMtool":"/opt/gcc-cortexM-10.3-2021.07/bin/arm-none-eabi-"