Re: [U-Boot] Newbie question

2014-09-23 Thread Jeroen Hofstee
Hello Donald, On 23-09-14 05:03, Donald Dade wrote: I recently bought a Jetson TK1 with the intent of learning all about ARM board bring up; essentially everything that happens between the reset vector and the spawning of the init process (in Linux). I've got a good understanding of this for x86

[U-Boot] Newbie question

2014-09-22 Thread Donald Dade
I recently bought a Jetson TK1 with the intent of learning all about ARM board bring up; essentially everything that happens between the reset vector and the spawning of the init process (in Linux). I've got a good understanding of this for x86, and I'd like to similarly understand what happens wit

[U-Boot] Newbie question: What are uImage and initrd?

2014-07-10 Thread David Aldrich
Hi I am quite new to embedded Linux development. Where can I find an explanation of the terms uImage and initrd please? I am working with the TI MCSDK. Best regards David ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listi

Re: [U-Boot] newbie question about patch to fix 'fatal: cannot describe'

2009-06-16 Thread Detlev Zundel
Hi Rainer, > This is my first posting to the list and I just joined the mailing list > about a week ago. Welcome aboard! > Plus I am pretty new to the open source world as well, so please send > me pointers to where to look things up if the posting is not > inappropriate or does not belong here

[U-Boot] newbie question about patch to fix 'fatal: cannot describe'

2009-06-15 Thread Rainer Keller
Hi All, This is my first posting to the list and I just joined the mailing list about a week ago. Plus I am pretty new to the open source world as well, so please send me pointers to where to look things up if the posting is not inappropriate or does not belong here. Any time I build U-Boot

Re: [U-Boot] u-boot newbie - question about the 'debug( )' function ...

2009-01-14 Thread Jon Loeliger
On Wed, 2009-01-14 at 15:45 -0500, Jonathan Barrow wrote: > In many of the sources, such as "board.c", I notice calls to > 'debug()'. The syntax looks similar to printf(), e.g.: debug > ("Stack Pointer at: %08lx\n", addr_sp); > > Is this output sent to the BDM, such as bdi2000? or Ethernet?

Re: [U-Boot] u-boot newbie - question about the 'debug( )' function ...

2009-01-14 Thread Andy Fleming
On Wed, Jan 14, 2009 at 2:45 PM, Jonathan Barrow wrote: > In many of the sources, such as "board.c", I notice calls to > 'debug()'. The syntax looks similar to printf(), e.g.: debug > ("Stack Pointer at: %08lx\n", addr_sp); > > Is this output sent to the BDM, such as bdi2000? or Ethernet? p

[U-Boot] u-boot newbie - question about the 'debug( )' function ...

2009-01-14 Thread Jonathan Barrow
In many of the sources, such as "board.c", I notice calls to 'debug()'. The syntax looks similar to printf(), e.g.: debug ("Stack Pointer at: %08lx\n", addr_sp); Is this output sent to the BDM, such as bdi2000? or Ethernet? posted to memory? Also, is debug() related to the setting in 'conf