现在手上已经将uboot下载到DM6467T EVM中并生成了uImage,不过现在每次开机都要通过NFS重新加载uImage,然后boot才能进入EVM的系统。不知道怎样使用tftp将uImage下载到flash中实现自动启动。是不是和uboot一样要先改变SW3到串口模式,下载后再改SW3为NAND启动模式呢?望大家给些意见。谢谢。
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.
现在手上已经将uboot下载到DM6467T EVM中并生成了uImage,不过现在每次开机都要通过NFS重新加载uImage,然后boot才能进入EVM的系统。不知道怎样使用tftp将uImage下载到flash中实现自动启动。是不是和uboot一样要先改变SW3到串口模式,下载后再改SW3为NAND启动模式呢?望大家给些意见。谢谢。
你好,
uImage可以通过TFTP下载,不知道你说的NFS是什么意思?
uImage通过TFTP下载到DDR后,你需要通过nand write把它烧写到NAN上,然后修改bootcmd文实现自动加载。