From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bradley Remedios Date: Tue, 9 Nov 2004 12:19:04 -0800 Subject: [U-Boot-Users] Help Debugging U-Boot _start in Start.S In-Reply-To: <20041109200354.E4552C1430@atlas.denx.de> References: <963b33870411081545183ee464@mail.gmail.com> <20041109200354.E4552C1430@atlas.denx.de> Message-ID: <963b3387041109121962932617@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 09 Nov 2004 21:03:49 +0100, Wolfgang Denk wrote: > If you have a BDI available I see zero use for such a modification. > Your wasting your time. Well, we will be using U-Boot as a secondary bootloader on another platform. The primary bootloader will copy data from flash to SDRAM and setup all of the TLBs and such. I was hoping to get my booting from SDRAM changes debugged and working with the Ebony (as we have one) prior to getting our own hardware. Our actual hardware is based on the 440EP instead of the 440GP and we will not have any NOR flash available, only Nand. We plan to program the boards by using the Abatron to download a copy of U-Boot to SDRAM, and program the Primary bootloader and U-Boot to Nand using the copy of U-Boot that was loaded to SDRAM by the Abatron. I don't believe the Abatron itself can program Nand flash right, only NOR. Regards, -- Bradley Remedios bremedios at gmail.com