From 658bbdce56f39e74b151e1fd75cf2544f5263e86 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 14 Nov 2023 09:40:08 +0800 Subject: [PATCH] Add lf-6.1.36-2.1.0 support --- config.json | 2 +- bootloader/build.sh | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bootloader/build.sh b/bootloader/build.sh index d54aecd..0f40e80 100755 --- a/bootloader/build.sh +++ b/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 diff --git a/config.json b/config.json index 2e6482e..3f00258 100644 --- a/config.json +++ b/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-" -- Gitblit v1.9.1