由于uboot在sd卡启动 烧写镜像调试比较麻烦,想在uboot中添加usb模块,就是在最后可以通过usb和uboot烧写镜像,请问是不是只需要添加一些config就可以了?如果不可以,能不能提供一些添加usb模块的思路
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在sd卡启动 烧写镜像调试比较麻烦,想在uboot中添加usb模块,就是在最后可以通过usb和uboot烧写镜像,请问是不是只需要添加一些config就可以了?如果不可以,能不能提供一些添加usb模块的思路
请查看最新的linux ezsdk的uboot,已经支持usb
已经找到,但是我们的目的是让am335 evm 作为从机,用电脑通过usb与uboot通信下发image镜像文件
不过还是非常感谢
附am335x最新版本 u boot 下载地址:
http://software-dl.ti.com/dsps/dsps_public_sw/am_bu/sdk/AM335xSDK/latest/index_FDS.html
am335x-evm-sdk-src-05.06.00.00.tar.gz
解压后在 board-support / u-boot-2012.10-psp05.06.00.00 目录下。
最新版本的确实支持 USB 存储设备,但是把fastboot删除了,请问可以添加上fastboot吗?有没有既支持usb存储设备也支持fastboot版本的uboot?