Title: Uboot support USB host [Print This Page] Author: hsinsoft Time: 4/28/2015 18:55 Title: Uboot support USB host hi,
Due to the USB command didn't listed when I type "help" in rkboot.
I would like to know if the USB host driver is OK or not.
Because I want to use fatload in rkboot to do something.
Thanks.Author: zhansb Time: 4/28/2015 19:13
I find a document in sdk :RKDocs\common\uboot\RockChip_Uboot¿ª·¢ÎĵµV1.0.pdf(chinese)
it list uboot support usb.Author: zhansb Time: 4/28/2015 19:15
It shuld be here: u-boot/drivers/usb/host/Author: hsinsoft Time: 4/28/2015 19:33
I am new to firefly. I found that rockchip didn't use the normal driver architecture.
For example, mmc driver is not in u-boot/drivers/mmc but board/rockchip/common/emmc/
So, I want to know if the real usb host driver is in u-boot/drivers/usb/host...or in other place.
@zhansb Do you have experiment of usb host driver on the rockchip platform?
Best& regardsAuthor: zhansb Time: 4/28/2015 19:50
I only have read some doc in uboot,but not experiment.
you can try to analyseAuthor: naobsd Time: 4/30/2015 18:54
hsinsoft Posted at 4/28/2015 20:33
I am new to firefly. I found that rockchip didn't use the normal driver architecture.
For example, ...
you're right. Rockchip doesn't use standard driver interface