This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] IWR1843AOP:生成可擦写.bin 元映像的正确方法

Guru**** 2826755 points

Other Parts Discussed in Thread: IWR1843AOP

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1630338/iwr1843aop-right-way-to-generate-flashable-bin-metaimage

器件型号: IWR1843AOP

你好!

我已经对 OOB 演示进行了一些调整、在 EVM 上进行了测试、目前我正在尝试创建其可擦写的元映像、以便可以在其上安装 IWR1843AOP 的定制电路板上进行测试。
但是、我对应该如何创建.bin 映像有点困惑。

一方面、我找到的文档和一些论坛条目建议应使用雷达 SDK 随附的 generateMetaImage 脚本来实现。
另一方面、当我在 CCS 中编译代码时、./out_of_box_1843_MSS/AOP/下的.bin 文件简单地命名为“out_of_box_1843_AOP.bin",“,而、而不是“out_of_box_1843_MSS_AOP.bin",“,这、这种情况表明该.bin 文件不仅仅是 MSS 部分、而是整个 metaimage。 深入研究同一文件夹中自动生成的 makefile 文件、编译后部分似乎会使用所需的文件生成映像、但它使用完全相同的“generateMetaImage"脚“脚本。

post-build:
	-rm -f C:/Users/User/Codes/CCS/out_of_box_1843_mss/aop/out_of_box_1843_mss_aop.bin
	-C:/TI/mmwave_sdk_03_06_02_00-LTS/packages/scripts/ImageCreator/out2rprc/out2rprc.exe out_of_box_1843_mss_aop.xer4f out_of_box_1843_mss_aop.tmp
	-C:/TI/mmwave_sdk_03_06_02_00-LTS/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe LE 37 0x00000008 out_of_box_1843_aop.bin 0x35510000 out_of_box_1843_mss_aop.tmp 0xb5510000 C:/TI/mmwave_sdk_03_06_02_00-LTS/firmware/radarss/xwr18xx_radarss_rprc.bin 0xd5510000 C:/Users/Xaba/Codes/Cantry_primal/out_of_box_1843_dss/aop/out_of_box_1843_dss_aop.bin
	-C:/TI/mmwave_sdk_03_06_02_00-LTS/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe out_of_box_1843_aop.bin out_of_box_1843_aop.tmp
	-C:/TI/mmwave_sdk_03_06_02_00-LTS/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe out_of_box_1843_aop.bin
	-@echo ' '



CCS 生成的.bin 文件是否与 MetaImage 脚本生成的文件执行相同的操作?
-如果是这样,在某些情况下,他们之间是否有任何小的区别仍然使一个比另一个更好?
如果没有,它们之间有什么区别,生成的 CCS 可以用于什么?

提前感谢您的帮助!
-Szabi