[U-Boot] Require guidance

hello,
I have read about U - boot from Emebedded Linux Primer 2nd Edition.
I want more in depth knowledge of U - boot.
Can you please suggest me or give me the references through which I get more in depth knowledge about U - boot?
Regards
Rajdeep Vaghasia

Hi Rajdeep,
On Fri, 5 Apr 2013 12:27:02 +0530, Rajdeep Vaghasia rajdeep.vaghasia@gmail.com wrote:
hello,
I have read about U - boot from Emebedded Linux Primer 2nd Edition.
I want more in depth knowledge of U - boot.
Can you please suggest me or give me the references through which I get more in depth knowledge about U - boot?
I will suggest the trivial, but... you should start by reading the Denx U-Boot site (http://www.denx.de/wiki/U-Boot/WebHome) and then study the code for specific parts of U-Boot that you need deeper understanding in.
Regards
Rajdeep Vaghasia
Amicalement,

On Fri, Apr 5, 2013 at 8:57 AM, Rajdeep Vaghasia rajdeep.vaghasia@gmail.com wrote:
hello,
I have read about U - boot from Emebedded Linux Primer 2nd Edition.
I want more in depth knowledge of U - boot.
Can you please suggest me or give me the references through which I get more in depth knowledge about U - boot?
Regards
Rajdeep Vaghasia
Hi Rajdeep,
Since your question was rather generic, my answer will be general too.
There are lots of valuable documentation inside the U-Boot code repository:
$ git clone git://git.denx.de/u-boot.git $ find u-boot -name README
You can also learn by studying the relevant part of the source code that may interest you.
Best regards, Javier
participants (3)
-
Albert ARIBAUD
-
Javier Martinez Canillas
-
Rajdeep Vaghasia