[U-Boot] ARM+uBoot

2008-09-28 Thread mRon
Hello, Could you tell me what does it mean that booting stops after: Uncompressing Linux... done, booting the kernel. I load kernel using this command: disk 0x40 1:6;bootm where 1:6 is partition with raw uImage. Cheers, mRon ___ U-Boot ma

Re: [U-Boot] ARM+uBoot

2008-09-28 Thread Albert ARIBAUD
mRon a écrit : > Hello, > > Could you tell me what does it mean that booting stops after: > Uncompressing Linux... done, booting the kernel. > > I load kernel using this command: > disk 0x40 1:6;bootm > > where 1:6 is partition with raw uImage. > > Cheers, > mRon It can mean quite

Re: [U-Boot] ARM+uBoot

2008-09-28 Thread mRon
Albert ARIBAUD pisze: > > It can mean quite a lot of things, including some horrible death of the > kernel in very early stages of its initialization, but the most probable > cause is that the kernel doesn't have a console to display messages to, > as "booting the kernel" is the last message u-

Re: [U-Boot] ARM+uBoot

2008-09-28 Thread Albert ARIBAUD
mRon a écrit : > Hello! Ekhm...I am the person who mailed you yesterday about uBoot :). :) > I > successfully flashed the Lacie - I mean that now it recognises the > flash. I am able to save environment variables, but it hangs after the > message I previously wrote. I'm moving this conversi

Re: [U-Boot] [compile error] No rule to make target '.depend', needed by libul2410.a

2008-09-28 Thread Wolfgang Denk
Dear yihect, In message <[EMAIL PROTECTED]> you wrote: > > make[1]: Leaving directory '/home/yihect/.../u-boot-1.3.4/post' > make -C board/ul2410/ > make[1]:Entering direcotory '/home/.../board/ul2410' > make[1]:*** No rule to make target '.depend', needed by 'libul2410.a'. Stop. > make[1]:Leavin