1、我写了一个带着SYS/BIOS的工程,需不需要像写裸机程序一样,也弄个.cmd文件?
2、我想在debug程序时,将SYS/BIOS的工程下入DDR2的DRAM,而不是共享存储,那么这个SYS/BIOS的工程,应该在哪个地方写类似CMD文件的命令,是在.cfg文件么,该怎么做?
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.
BIOS工程会依赖platform,这个定义了个内存地址,cmd文件是动态生成的
如果想改内存分布,需要继承已有的platform,生成一个自己的,然后修改。