Add lf-6.1.36-2.1.0 support
Signed-off-by: guowenxue <guowenxue@gmail.com>
| | |
| | | # 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 |
| | |
| | | "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-" |