你好,TI 有DM46X,DM814X 的FLASH 烧写工具吗?
就是新板子贴好后,不要通过CCS,直接通过PC 上的一个软件烧写ub, uboot.min.nand, uboot,uImage ,FS.
在哪里能下载?
谢谢!
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.
你好,TI 有DM46X,DM814X 的FLASH 烧写工具吗?
就是新板子贴好后,不要通过CCS,直接通过PC 上的一个软件烧写ub, uboot.min.nand, uboot,uImage ,FS.
在哪里能下载?
谢谢!
可以通过串口、tftp、SD等方式烧写,在DM81xx_DVR_RDK_Install_Guide.pdf、TI81XX_PSP_U-Boot.pdf里有描述。
我第一次烧写,哪些工具都要有个前提,都要通过CCS 把UBL,或,uboot.min.nand 写好了。
有没有不要用CCS 或其他FLASH 烧写工具,直接在PC 机器上运行个软件。就能烧。
可选着用串口启动Uboot/mini-uboot,然后通过网口传kernel,文件系统进行烧录,PC端做TFTP服务器。
以DM8148为例:
1. 配置启动模式,设置成串口启动。
2. 串口CCCCCC,用X-modem,传送uboot.min.uart
3. 启动min-uboot,输入loady,串口将uboot.bin传过来
4. bootm启动uboot
5. 在uboot下,分别将2阶段的uboot烧录指flash
6. 连上网线,tftp传kernel及文件系统,分别烧录至flash
更多信息:
http://processors.wiki.ti.com/index.php/TI81XX_PSP_Flashing_Tools_Guide
http://processors.wiki.ti.com/index.php/DM814x_AM387x_PSP_U-Boot
http://processors.wiki.ti.com/index.php/DM814x_AM387x_PSP_User_Guide