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 dont succeed. I am trying to follow the instructions http://elinux.org/RPi_U-Boot but i am a little confused. Here is what i have done so far.
1) Downloaded and compiled the code from "Stephen Warren's work-in-progress branch" . I used a Debian box to compile and used CROSS_COMPILE=arm-linux-gnueabi- . I am able to successfully build uboot.bin
2) Now i copy uboot.bin to the SD card ( containing all the files from my previous jessie experiments. Is this correct? Its apparently not clear in the link but i assumed it. ) and replace the config.txt to have a line kernel=uboot.bin . ( I also tried to replace the kernel.bin directly as uboot.bin)
Now when i boot the pi i stop at the uboot prompt but my USB keyboard and USB mouse are not recognized . I cant do anything ! How do i communicate with the pi ??
I am attaching a image of the bootup so maybe you guys can point the error ..
https://www.dropbox.com/s/dn4njagoes5f7 ... R.jpg?dl=0
(I hope the image is clear. My image exceeds the forum limit and hence the dropbox linl. Basically i am stuck at the Uboot prompt at the bottom )