diff options
author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-04-30 15:42:48 -0300 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-14 18:12:22 -0300 |
commit | 30587750be30d9384c968a2bece7624fb204d4cf (patch) | |
tree | 01b608acee7e5725466dcdab92c0842650545833 | |
parent | adc746781f02512e56031a7338dfdc50171a8f79 (diff) | |
download | meta-freescale-30587750be30d9384c968a2bece7624fb204d4cf.tar.gz |
imx93-11x11-lpddr4-evk: Add new configs on the machine
This commit append imx-m33-demos on WKS_FILE_DEPENDS to provide
the IMAGE_BOOT_FILES added.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
-rw-r--r-- | conf/machine/imx93-11x11-lpddr4x-evk.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/machine/imx93-11x11-lpddr4x-evk.conf b/conf/machine/imx93-11x11-lpddr4x-evk.conf index 001ce97aa..e7ad6d4d3 100644 --- a/conf/machine/imx93-11x11-lpddr4x-evk.conf +++ b/conf/machine/imx93-11x11-lpddr4x-evk.conf | |||
@@ -35,3 +35,13 @@ DDR_FIRMWARE_NAME = " \ | |||
35 | lpddr4_imem_1d_v202201.bin \ | 35 | lpddr4_imem_1d_v202201.bin \ |
36 | lpddr4_imem_2d_v202201.bin \ | 36 | lpddr4_imem_2d_v202201.bin \ |
37 | " | 37 | " |
38 | |||
39 | WKS_FILE_DEPENDS:append:imx-nxp-bsp = " imx-m33-demos" | ||
40 | IMAGE_BOOT_FILES:append:imx-nxp-bsp = " \ | ||
41 | mcore-demos/imx93-11x11-evk_m33_TCM_low_power_wakeword.bin \ | ||
42 | mcore-demos/imx93-11x11-evk_m33_TCM_power_mode_switch.bin \ | ||
43 | mcore-demos/imx93-11x11-evk_m33_TCM_rpmsg_lite_pingpong_rtos_linux_remote.bin \ | ||
44 | mcore-demos/imx93-11x11-evk_m33_TCM_rpmsg_lite_str_echo_rtos.bin \ | ||
45 | mcore-demos/imx93-11x11-evk_m33_TCM_sai_low_power_audio.bin \ | ||
46 | " | ||
47 | |||