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.
您好,我想使用OMAP-L138_FlashAndBootUtils_2_40烧写C6748的NAND Flash,但是我自己设计的板子上没有DDR,只能使用片上RAM,需要怎样修改工程?
上次有个贴子的问题是同样的。
#1. 你可以用CCS工程的NAND writer,将cmd文件改成只用片上内存重新编译。
#2. 按第一条的方式改sft工程的cmd,重新编译sft 。
#3. 如果你的工程有点大的话,可能会用到DDR做buffer,那么就要改一下这个nand writer的代码,不要一次将被烧写文件都读进来,边读边写,这样片上内存就够了。
好的,谢谢!