From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Wed, 25 Aug 2004 17:50:56 +0200 Subject: [U-Boot-Users] Re: Anyone has success with MX1ADS? In-Reply-To: <20040825153400.40153.qmail@web12504.mail.yahoo.com> References: <20040825153400.40153.qmail@web12504.mail.yahoo.com> Message-ID: <412CB560.5080806@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de W Sung wrote: > Is it possible to use boostrap mode to download u-boot > to RAM and just run from there? Of course. You JUST have to init your cpu, clocks and ram first! ;-) This might be a bit complicated to do with brecs. And of course you have to make sure that U-Boot does not do this init again! That is #undef CONFIG_INIT_CRITICAL inb your u-boot/include/configs/mx1ads.h But what is wrong with the solution: 1.) enter bootstrap mode 2.) download and burn mx1_rel_0.3.8\Bootloader\Bin\SyncFlash\boot.bin (to be found at motorola homepage) 3.) restart board 4.) select "burn bootloader" (or similar) from the menu 4.) connect USB cable (a new HDD drive appears in your M$ Explorer ... ooops) 5.) copy your u-boot.bin onto the new hdd 6.) "eject" HDD (this starts the burn process) 7.) restart and U-Boot is running! This is describe in some motorola document that comes with the mentioned LINUX_BSP_0_3_8 -- Steven