我做了一块6678的板子,只支持SPI引导模式,我如何将.out文件转换成可以直接写入spi flash的文件,然后用MCSDK提供的 nor write 写进去?
我看了下面的帖子,一直没弄明白具体是如何转换的,需要什么转换工具?
还有里面提到需要加boot 参数,这是如何加进去的?www.deyisupport.com/.../7411.aspx
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.
我做了一块6678的板子,只支持SPI引导模式,我如何将.out文件转换成可以直接写入spi flash的文件,然后用MCSDK提供的 nor write 写进去?
我看了下面的帖子,一直没弄明白具体是如何转换的,需要什么转换工具?
还有里面提到需要加boot 参数,这是如何加进去的?www.deyisupport.com/.../7411.aspx
hex6x工具可以转。具体参考相关帖子和bootloader user guide。里面有例子。
看了好多帖子,都跟bootloader user guide将的差不多,将的很模糊,一直没弄清楚转换都要经过哪些步骤,还有具体的工具如何使用。