如题,谢谢~~
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.
是的,现在从SD卡启动程序可以,在CCS环境用nanflashwriter写nand,然后从nand起,现在也可以。但是如何裸机实现u-boot的功能,即先从SD卡启动,然后将启动程序和应用程序烧入到nand中,之后脱离SD卡用nand启动,这个还不是很清楚。请多指教~~~
Best Regards!
Mr Zhou。
您好,不是要烧写linux系统。另外也不是shell脚本文件。就是类似于starterware里面的nand-flash-writer 那个程序一样?然后通过这个程序,SD卡烧写nand
您说的改是改nand flash writer的工程,还是将nand flash writer的方法拿出来从新写一个nand write工程?
麻烦您了
Mir zhou,您好。
nand flash writer 工程编译的可执行文件,是不可以在SD卡独立运行的。所以我只能将思路摘取出来,然后从新写了一下。
我想问的是咱们文件系统的源码,是哪个版本的?我用的是2013.10的starterware