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.
大家好,
我们在am335x处理器上开发了一个sysbios程序,原本采用sd卡boot,完成boot后读取sd卡的app程序执行。现准备想改为从nand存储器boot,之后从sd卡读取用户程序,这种方法可行吗?可行的话,我应该怎么写post build的script呢?
原来的script是这样的:"${IA_SDK_HOME}/tools/post_build/post_build.bat" "${CCS_INSTALL_ROOT}" "${CG_TOOL_ROOT}" "../${ConfigName}" "${ProjName}" "${IA_SDK_HOME}/tools/isdk_image" "0" "1" "0x402f0400"
谢谢!
你现在用的boot程序应该按照SD卡启动编译的,这个程序应该是从SD卡里copy app到DDR里面。
你把这个boot程序烧写到NAND里,然后把AM335x的sysboot设置为NAND启动应该就可以了,你试试看。