[U-Boot] U-Boot newbie needs help!

2011-02-27 Thread Alex
Hi, If I am not using the correct method for asking a question I apologize. I am very new to Linux and embedded system and I am still having a hard time with basic stuff. Hopefully I'll get there someday... I am trying to learn this PC104 board from MPL MIP405 and I am going through the process

Re: [U-Boot] u-boot newbie

2010-10-12 Thread Luke . Hoffmann
> Am a U-Boot newbie and as for now have used u-boot and would like to explore edit n hack U-boot Referring to U-boot manual it explains how to use but i wish to know how u-boot is organised > and designed to work could anyone point to some resource for u-boot hacks? Hi, I am currently trying t

[U-Boot] u-boot newbie

2010-10-12 Thread kishore shiek ahamed
Hello Am a U-Boot newbie and as for now have used u-boot and would like to explore edit n hack U-boot Referring to U-boot manual it explains how to use but i wish to know how u-boot is organised and designed to work could anyone point to some resource for u-boot hacks? __

Re: [U-Boot] u-boot newbie

2009-10-27 Thread Wolfgang Denk
Dear David Kaplan, In message <62564a490910270526yf6e831bt869695b71a70c...@mail.gmail.com> you wrote: > > Yesterday I was a JTAG newbie - today I'm a u-boot newbie as well and I was > wondering if anyone could help me out. By extrapolation you will be a Linux newbie tomorrow, an apprentice in a

[U-Boot] u-boot newbie

2009-10-27 Thread David Kaplan
Yesterday I was a JTAG newbie - today I'm a u-boot newbie as well and I was wondering if anyone could help me out. I've managed to get my hands on a surplus gps board (have no idea what gps). The board has a samsung s3c2410 chip (arm9), samsung k9f5608u0d 32M flash mem and two Qimonda HYB25L256160

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