From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Wed, 02 May 2007 12:54:55 -0500 Subject: [U-Boot-Users] Latest git not working for MPC8349EMDS In-Reply-To: <4638CEE4.2080507@ovro.caltech.edu> References: <4637A41D.20107@ovro.caltech.edu> <4637B178.7030004@ovro.caltech.edu> <4638CEE4.2080507@ovro.caltech.edu> Message-ID: <4638D06F.6030409@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de David Hawkins wrote: > For the board to low-memory boot, the HRCW has to indicate low-boot. > I'm pretty sure all I did was write the new HRCW to the first > sector of Flash (or maybe it comes with the U-Boot image, I can't > recall). It does. The first 64 bytes of u-boot.bin are the HRCW. If you flash u-boot.bin to FEF00000, those 64 bytes are ignored however. I personally recommend that you put U-Boot at FE000000 instead of FEF00000 which the BSP does. That way, the HRCW and U-Boot are on the same flash bank. -- Timur Tabi Linux Kernel Developer @ Freescale