Re: [U-Boot] Linux hangs after Starting kernel ...message

2008-09-17 Thread michael
Hi, Wolfgang Denk wrote: > Dear Batsayan Das, > > In message <[EMAIL PROTECTED]> you wrote: > >> When we execute "bootm 0x500" command it gives the "Starting kernel >> ...". After that nothing is printed in the serial console. We have >> verified "http://www.denx.de/wiki/view/DULG/LinuxP

Re: [U-Boot] Linux hangs after Starting kernel ...message

2008-09-17 Thread Wolfgang Denk
Dear Batsayan Das, In message <[EMAIL PROTECTED]> you wrote: > > When we execute "bootm 0x500" command it gives the "Starting kernel > ...". After that nothing is printed in the serial console. We have > verified "http://www.denx.de/wiki/view/DULG/LinuxPostMortemAnalysis"; that > "__log_bu

Re: [U-Boot] Linux hangs after Starting kernel ...message

2008-09-17 Thread Andrejs Cainikovs
Sorry, i have no ideas where your problem is related. At the start i was thinking this could be the memory related problem, but apperantly not... Maybe someone in this list will have similar experience. Kind regards, Andrejs Cainikovs Batsayan Das wrote: > Hello, > > We are using arm926ejs bas

[U-Boot] Linux hangs after Starting kernel ...message

2008-09-16 Thread Batsayan Das
Hello, We are using arm926ejs based custom board. We are able to get u-boot prompt using BDI2000. We are also able to get Linux prompt using BDI. The serial console is working fine for both the cases. Now we want to run Linux from u-boot prompt (using bootm ). We got the u-boot prompt by runni