Re: [U-Boot] U-Boot execution sequence

2014-01-24 Thread Fabio Estevam
On Fri, Jan 24, 2014 at 4:14 AM, JYOTI DUBEY wrote: > while compiling I got an error System not configured - see README. SO how > can I configure it for NItrogen6x board? Please read chapter 4 from board/boundary/nitrogen6x/README Regards, Fabio Estevam _

Re: [U-Boot] U-Boot execution sequence

2014-01-23 Thread Jagan Teki
On Fri, Jan 24, 2014 at 11:44 AM, JYOTI DUBEY wrote: > while compiling I got an error System not configured - see README. SO how > can I configure it for NItrogen6x board? Please elaborate the steps what you did? > > > On Thu, Jan 23, 2014 at 8:38 PM, Jagan Teki > wrote: >> >> Have some boot fl

Re: [U-Boot] U-Boot execution sequence

2014-01-23 Thread JYOTI DUBEY
while compiling I got an error System not configured - see README. SO how can I configure it for NItrogen6x board? On Thu, Jan 23, 2014 at 8:38 PM, Jagan Teki wrote: > Have some boot flow png's long back with previous version (not the > current) [1] > I thought it could be a starter - not equiva

Re: [U-Boot] U-Boot execution sequence

2014-01-23 Thread Jagan Teki
Have some boot flow png's long back with previous version (not the current) [1] I thought it could be a starter - not equivalently same. If possible better take this as a reference and start tagging around the source. [1] http://jagannadhteki.blog.com/2014/01/23/u-boot-functional-flowarm/ thanks!

Re: [U-Boot] U-Boot execution sequence

2014-01-23 Thread Mj Embd
a) step 1 - compile and build the bin / etf b) step 2 - create an asm - objdump -DS c) find the lds file d) locate uboot.map start from __start. (keep an arm manual handy) & begin. :) On 1/23/14, JYOTI DUBEY wrote: > Can anyone tell how to understand the flow of u-boot source code? I am > worki

Re: [U-Boot] U-Boot execution sequence

2014-01-23 Thread Abraham Varricatt
On Thu, Jan 23, 2014 at 3:48 PM, JYOTI DUBEY wrote: > Can anyone tell how to understand the flow of u-boot source code? I am > working on ARM processor and the board used is Nitrogen6X. Ideally, it would be best to have a JTAG debugger and step through the execution. A quick-and-dirty approach, i