Re: [U-Boot] Fwd: [ Uboot code understanding guide ]

2014-01-28 Thread Robert Nelson
On Tue, Jan 28, 2014 at 11:16 AM, Devarsh gadhia wrote: > Hey wolfgang, > > I am trying to port uboot on beagle boneblack. > Eventhogh uboot has support for beagle board(but not for BBB), I'd like to > port uboot 2013.10 on BBB as 1 task of ubuntu porting on BBB. Ah why a 3rd port? there's always

Re: [U-Boot] Fwd: [ Uboot code understanding guide ]

2014-01-28 Thread Devarsh gadhia
Hey wolfgang, I am trying to port uboot on beagle boneblack. Eventhogh uboot has support for beagle board(but not for BBB), I'd like to port uboot 2013.10 on BBB as 1 task of ubuntu porting on BBB. There are omap Soc supprted code in uboot source but to understand the flow as a beginner is a bit

Re: [U-Boot] Fwd: [ Uboot code understanding guide ]

2014-01-27 Thread Wolfgang Denk
Dear Devarsh gadhia, In message you wrote: > > I have started working on uboot porting on beaglebone black. What exactly needs porting on this board? Does UBoot not work right out of the box? > I want to learn the code flow of uboot code so that i can add necessary > HOOKs for the porting and