Re: [U-Boot-Users] questions about stand alone application - flash a LED

2008-04-17 Thread Detlev Zundel
Hi, >> You can use the go CMD to test your app. >> Here post my used step. >> >> Write a simple code.It's just include a function definition >> void _start() >> { >> } >> Then compile it.After do that use following step: >> ppc_82xx-ld -Bstatic -Ttext 0x1000 board/bname/ttt.o -o t

Re: [U-Boot-Users] questions about stand alone application - flash a LED

2008-04-14 Thread J.P. Casainho
Hello Leon :-) Thank you for your help!! :-) I understand now that is not dificult to make a stand alone application, It's easy :-) - I am trying to learn the art of building, using GCC, make files, linking... :-) Many thanks - have a nice days :-) -- Cumprimentos, JPCasainho - http://www.C

[U-Boot-Users] questions about stand alone application - flash a LED

2008-04-14 Thread Casainho
Hello :-) I am looking for an example code for a Flash LED, for a stand alone application. I did read the examples like "hello world" and the /doc/standalone. I would like to know If I can build a stand alone application without build the u-boot -- I would appreciate if someone point me to a tuto