From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Cavallini Date: Sat, 15 Dec 2007 08:44:32 +0100 Subject: [U-Boot-Users] porting u-boot 1.1.5 to at91sam9260 In-Reply-To: <1197700267.2679.20.camel@root> References: <1197700267.2679.20.camel@root> Message-ID: <476385E0.5010309@koansoftware.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de vibi ha scritto: > hello, > is there any one working on porting u-boot 1.1.5 to at91sam9260 soc. > > i am going to do this activity,if there is anyone who is already working > on this please let me know. > vibi, this project already exists :-) Getting the AT91 u-boot bootloader --------------------------------------- To get the u-boot bootloader up and running on an AT91 product you have to go through the following steps: 1. identify on which u-boot revision the patches will apply 2. download the corresponding u-boot # wget ftp://ftp.denx.de/pub/u-boot/u-boot-x.x.x.tar.bz2 # tar xvjf u-boot-x.x.x.tar.bz2 # cd cd u-boot-x.x.x 3. take the AT91 u-boot patch set and apply it on top of the original u-boot: # wget http://www.at91.com/repFichier/Project-218/u-boot-x.x.x_atmel_y.y.diff.bz2 # bzcat u-boot-x.x.x_atmel_y.y.diff.bz2 | patch -p1 You will now have a fresh copy of the AT91 u-boot. -- Cordiali Saluti / Kindest Regards / mit freundlichen Gr?ssen -- Marco Cavallini Koan s.a.s. - Bergamo - Italia Embedded and Real-Time Software Engineering - Atmel Third Party Consultant Tel.: (+39) 035-255.235 Fax : (+39) 178-22.39.748 http://www.KoanSoftware.com - http://www.KaeilOS.com