From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rune Torgersen Date: Thu, 15 Jul 2004 10:20:11 -0500 Subject: [U-Boot-Users] CFG_FLASH_BASE and CFG_MONITOR_BASE question In-Reply-To: References: Message-ID: <1089904811.29814.19.camel@runet> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2004-07-15 at 00:00, Frank Young wrote: > Anyone else can share your success story? I just want to get some clues from > the similiar cases. Problem is that there could be literally dozens of things wrong... You will have to use a debugger to find out where linux stops. At least check the linux output log (see DLUG, this can be read from u-boot after a reboot, as long as the Memory isn't clobbered)). A few thing that have bitten me is: Wrong bd_info struct, Serial ports not configured correct, PCI not configured correct. And last but not least of the problems I have encountered... SDRAM.... That it works under U-Boot des NOT mean that it works 100%.... Some timing problems (for me it was hardware timing) will ONLY show up when linux is running (because of burst mode), and some only showed up when doing GCC compiles or other memory intensive operations.