From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Sat, 28 Nov 2015 10:15:45 -0700 Subject: [U-Boot] Rpi Uboot not working ; USB keyboard undetected In-Reply-To: References: <3B0562535E36904E9F707E4E5AD0774922D5E3F0D9@adsc-ex01> <2258834.BL3nKFDEvJ@pebbles.site> <5656EC1A.6070104@redhat.com> Message-ID: <5659E141.5050405@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/28/2015 09:55 AM, Simon Glass wrote: > +Stephen > > On 26 November 2015 at 03:25, Hans de Goede 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.