[U-Boot] RV: Question about U-Boot for MPC5121

Good morning,
our team is working on a new telematic platform using MPC5121 device. Our Boar has some features of ADS512101 evaluacion board.
We are not familiar with boot loader system because it's the first time that we develop a board based on operating system.
We need some basic help to put boot loader in our architecture; we start with files in the directory "u-boot-2008.10":
- please can you tell us wich files we need to change (in order to adapt them to our architecture)??
- Whic files we need to compile in order to have a u-boot image???
We read all the documentation on the DENX website but without success...
Thanks a lot for your help
Best regards
Marco Donadio
GMV-FICOSA
mdonadio@gmv.com mailto:vijimenez@gmv.com
_____________________________
MASISCONVI, S.A. C/ Mas Dorca, 13, nave 5 Polígono Industrial L'Ametlla Park 08480 L'Ametlla del Vallès (Barcelona) Tel.: +34 93 845 79 00 - +34 93 845 79 10 Fax.: +34 93 845 79 05
P Save a tree...please don't print this e-mail unless you really need to
______________________ Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener informacion clasificada por su emisor como confidencial en el marco de su Sistema de Gestion de Seguridad de la Informacion siendo para uso exclusivo del destinatario, quedando prohibida su divulgacion copia o distribucion a terceros sin la autorizacion expresa del remitente. Si Vd. ha recibido este mensaje erroneamente, se ruega lo notifique al remitente y proceda a su borrado. Gracias por su colaboracion. ______________________ This message including any attachments may contain confidential information, according to our Information Security Management System, and intended solely for a specific individual to whom they are addressed. Any unauthorised copy, disclosure or distribution of this message is strictly forbidden. If you have received this transmission in error, please notify the sender immediately and delete it. ______________________

Marco Donadio wrote:
Good morning,
our team is working on a new telematic platform using MPC5121 device. Our Boar has some features of ADS512101 evaluacion board.
Good. You have a starting point.
We are not familiar with boot loader system because it's the first time that we develop a board based on operating system.
We need some basic help to put boot loader in our architecture; we start with files in the directory "u-boot-2008.10":
Good.
- please can you tell us wich files we need to change (in order to
adapt them to our architecture)??
Sorry, no. There is a ads5121 board already in u-boot, I presume that is what you are "like." You need to create your new board by copying your "like" board and then find and change whatever is not "like". Only you know what is different, so only you can do this.
grep is your friend.
Start with Makefile in the top level directory, look at include/configs at the ads5121.h config, look in the board subdirectory.
- Whic files we need to compile in order to have a u-boot image???
Start by building a known board, e.g. make ads5121_rev2_config make
Make your changes (create a new board). Build and test it until it works. It really is pretty easy.
We read all the documentation on the DENX website but without success...
:-) You need to get your hands dirty now.
Read the README file in the top level directory.
Thanks a lot for your help Best regards Marco Donadio
Good luck, gvb
participants (2)
-
Jerry Van Baren
-
Marco Donadio