From mboxrd@z Thu Jan 1 00:00:00 1970 From: gautam borad Date: Fri, 28 Oct 2005 17:20:24 +0530 Subject: [U-Boot-Users] EP852 : Kernel not booting ( Hangs after uncompressing) In-Reply-To: <20051028093500.850EF353444@atlas.denx.de> References: <20051028093500.850EF353444@atlas.denx.de> Message-ID: <43621080.9050106@eisodus.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: >In message <4361EDBA.5010105@eisodus.com> you wrote: > > >>The board is working fine with u-boot , the problem is that kernel is >>not starting. >> >> > >Then this is most probably a LInux kernel problem and as such >somewhat off topic here. > > The same kernel worked fine with embedded planet bootloader.We moved to U-Boot-1.1.3 made changes( bd_info struct, IMAP_ADDR etc) to kernel and now its not working. Note : bd_info and IMMR are _exactly_ the same in both (kernel and u-boot) >>There is other minor(??) problem. When i set the value of CFG_SCCR to >> >> > >It is a very fundamental rule not to ignore such "other minor >problems". Always solve problems step by step. Do not continue as >long as there eis some problem where you do not EXACTLY understand >wher eit's coming from. > > Thanks, we will look into it asap. But i see no reason why its realted to kernel not booting.