Need pointers for Bootloader
Hi I am going to start work on bootloader for ARM based OMAP SoCs. Have been reading about it. I have gathered the basics and now want to have a working understanding. Can anybody provide some pointers about some good sources or examples to study and practice? Regards Siddharth
Hi, On Fri, Jul 6, 2012 at 2:26 PM, siddharth saxena <siddharthsaxena1989@gmail.com> wrote:
Hi
I am going to start work on bootloader for ARM based OMAP SoCs. Have been reading about it. I have gathered the basics and now want to have a working understanding. Can anybody provide some pointers about some good sources or examples to study and practice?
You clone the U-boot source from here http://git.denx.de/?p=u-boot.git;a=summary which is the mainline code and go through the sources. Thx, --Prabhakar Lad http://in.linkedin.com/pub/prabhakar-lad/19/92b/955
Regards Siddharth
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
On 2012-07-06 03:56, siddharth saxena wrote:
Hi
I am going to start work on bootloader for ARM based OMAP SoCs. Have been reading about it. I have gathered the basics and now want to have a working understanding. Can anybody provide some pointers about some good sources or examples to study and practice?
Regards Siddharth
I don't know if you're just doing this for fun, but in case you're not: http://www.arm.linux.org.uk/mailinglists/faq.php#f7
participants (3)
-
Christopher Harvey -
Prabhakar Lad -
siddharth saxena