Skip to content

Commit 6556933

Browse files
iuliana-prodanlgirdwood
authored andcommitted
xtensa-build-zephyr: add imx8 platform
Add imx8 platform for local testing. TODO: Update xtensa-build-zephyr.sh when Zephyr repo is updated with imx8 support. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
1 parent 214518e commit 6556933

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/xtensa-build-zephyr.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ build()
114114
PLAT_CONFIG='intel_adsp_cavs25'
115115
RIMAGE_KEY=modules/audio/sof/keys/otc_private_key_3k.pem
116116
;;
117+
imx8)
118+
PLAT_CONFIG='nxp_adsp_imx8'
119+
RIMAGE_KEY='' # no key needed for imx8
120+
;;
117121
*)
118122
echo "Unsupported platform: $platform"
119123
exit 1

0 commit comments

Comments
 (0)