
On 11/28/2015 09:55 AM, Simon Glass wrote:
+Stephen
On 26 November 2015 at 03:25, Hans de Goede hdegoede@redhat.com wrote:
Hi,
On 26-11-15 01:38, Stefan Bruens wrote:
On Wednesday 25 November 2015 16:55:54 Sumeet Jauhar wrote:
Hello All,
I am new to Rpi and for a project I need to install Uboot for Rpi. For starters I installed Raspbian-jessie to the pi and it worked fine. Now I am attempting to use uboot but I don't succeed. I am trying to follow the instructions http://elinux.org/RPi_U-Boot and http://arrizza.org/wiki/index.php/RPI_U-boot . Here is what i have done so far.
There seems to be a problem with the RPi and USB Low-speed and Full-speed devices.
Yes, LS/FS devices probably won't work.
If you attach an LS/FS device directly to the bcm2835 USB controller, they should work fine with recent versions of U-Boot. This is possible with a RPi model A.
However, with an RPi model B, there is an integrated USB hub which runs at HS. This requires "split transactions" to be implemented by the USB host controller in order to communicate with an LS/FS device. This is not yet implemented in the U-Boot driver for this HW.