Re: [U-Boot] Trouble running hello_world

2011-02-02 Thread Albert ARIBAUD
Hi Alfred, Le 03/02/2011 01:35, Alfred Morgan a écrit : > Will someone code me a blinking LED hello_world.c or, since I have serial > working, a serial version I can try? What prevents you from coding this? You have the whole source code and you build your hello_world from the same tree that p

Re: [U-Boot] Trouble running hello_world

2011-02-02 Thread Wolfgang Denk
Dear Alfred Morgan, In message <85926fd6-dc95-41c1-9034-64697d1a8...@54.org> you wrote: > > At least that narrows my problem down. If my problem is stdout not > being sent to serial then how could I easily confirm this happening or > not? Will someone code me a blinking LED hello_world.c or, sin

Re: [U-Boot] Trouble running hello_world

2011-02-02 Thread Alfred Morgan
> Well, then your entry point is at 0c10 and you don;t have to try > other addresses. At least that narrows my problem down. If my problem is stdout not being sent to serial then how could I easily confirm this happening or not? Will someone code me a blinking LED hello_world.c or, since I

Re: [U-Boot] Trouble running hello_world

2011-02-02 Thread Wolfgang Denk
Dear Alfred Morgan, In message <4ea4f7e8-6ea1-44d9-a087-04a4f2774...@54.org> you wrote: > > I did. I have not modified hello_world.c so I thought it wouldn't = > apply. Here is my nm output: > > $ nm -n examples/standalone/hello_world > 0010 N $d > 003c N $d > 0c10 t $a > 0c10

Re: [U-Boot] Trouble running hello_world

2011-02-02 Thread Alfred Morgan
Wolfgang, > Did you read > http://www.denx.de/wiki/view/DULG/MyStandaloneProgramDoesNotWork I did. I have not modified hello_world.c so I thought it wouldn't apply. Here is my nm output: $ nm -n examples/standalone/hello_world 0010 N $d 003c N $d 0c10 t $a 0c10 T hello_world

Re: [U-Boot] Trouble running hello_world

2011-02-02 Thread Wolfgang Denk
Dear Alfred Morgan, In message <30ada4e9-4366-4c21-a901-55d23c87e...@54.org> you wrote: > > I am having trouble executing anything using U-Boot. I have read the > U-Boot README and Manual. I have also tried to following the steps on > plugcomputer.org's wiki. I was feeling like I was beginning

Re: [U-Boot] Trouble running hello_world

2011-02-01 Thread Albert ARIBAUD
Le 02/02/2011 01:54, Alfred Morgan a écrit : > Hello clueful people, I am new to U-Boot. > > I am having trouble executing anything using U-Boot. I have read the U-Boot > README and Manual. I have also tried to following the steps on > plugcomputer.org's wiki. I was feeling like I was beginnin

[U-Boot] Trouble running hello_world

2011-02-01 Thread Alfred Morgan
Hello clueful people, I am new to U-Boot. I am having trouble executing anything using U-Boot. I have read the U-Boot README and Manual. I have also tried to following the steps on plugcomputer.org's wiki. I was feeling like I was beginning to get a clue but then I couldn't get anything to w