Part Number: AM2732
C:\ti\ccs1100\mmwave_mcuplus_sdk_04_02_00_03\mmwave_mcuplus_sdk_04_02_00_03\ti\utils\test\cascade
1.run setenv.bat
2.gmake all
3.Generate am273x_cascade_mss.xer5f
How to turn am273x_cascade_mss.xer5f into an *.appimage?
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.
Part Number: AM2732
C:\ti\ccs1100\mmwave_mcuplus_sdk_04_02_00_03\mmwave_mcuplus_sdk_04_02_00_03\ti\utils\test\cascade
1.run setenv.bat
2.gmake all
3.Generate am273x_cascade_mss.xer5f
How to turn am273x_cascade_mss.xer5f into an *.appimage?
Hi,
You will have to follow some steps to build the appimage. So for this I would request you to use the makefile of the demo in the path: C:\ti\mmwave_mcuplus_sdk_04_02_00_02\mmwave_mcuplus_sdk_04_02_00_02\ti\demo\am273x\mmw\makefile as a reference. You will have to add similar lines which have bin or BIN related information in makefile in order to generate the appimage with the .xer5f file. Son once adding relevant lines are done then you will get the appimage genrated along with the .xer5f
Let us know if you have any questions.
Thanks and Regards,
Akshay.
我用命令 generateMetaImage.bat am273x_cascade.appimage am273x_cascade_mss.xer5f NULL NULL,生成appimage,但是 烧录没有反应,能帮我试一下,告诉我为什么吗?
Hi,
The below makefile should help you to get the appimage generated. So if you replace the makefile in SDK application with this makefile, the file will generate the appimage.
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/908/makefile
Let me please know if you have any questions.
Thanks and Regards,
Akshay.