* [U-Boot] ARM+uBoot
@ 2008-09-28 11:51 mRon
2008-09-28 12:47 ` Albert ARIBAUD
0 siblings, 1 reply; 4+ messages in thread
From: mRon @ 2008-09-28 11:51 UTC (permalink / raw)
To: u-boot
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 0x400000 1:6;bootm
where 1:6 is partition with raw uImage.
Cheers,
mRon
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] ARM+uBoot
2008-09-28 11:51 [U-Boot] ARM+uBoot mRon
@ 2008-09-28 12:47 ` Albert ARIBAUD
2008-09-28 13:20 ` mRon
0 siblings, 1 reply; 4+ messages in thread
From: Albert ARIBAUD @ 2008-09-28 12:47 UTC (permalink / raw)
To: u-boot
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 0x400000 1:6;bootm
>
> where 1:6 is partition with raw uImage.
>
> Cheers,
> mRon
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-boot displays; whatever
appears after that is from the kernel.
What are the complete parameters that you pass the kernel? Is it
configured to use the same physical console as u-boot uses?
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] ARM+uBoot
2008-09-28 12:47 ` Albert ARIBAUD
@ 2008-09-28 13:20 ` mRon
2008-09-28 13:59 ` Albert ARIBAUD
0 siblings, 1 reply; 4+ messages in thread
From: mRon @ 2008-09-28 13:20 UTC (permalink / raw)
To: u-boot
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-boot displays; whatever
> appears after that is from the kernel.
>
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.
> What are the complete parameters that you pass the kernel? Is it
> configured to use the same physical console as u-boot uses?
>
I have already tried:
setenv bootargs console=ttyS0,115200 root=/dev/sda7 rw
setenv bootargs console=ttyS0,115200 root=/dev/sda7 ro
setenv bootargs console=ttyS0,115200
//on sda7 I have Debian
combining with loading the kernel via these commands:
setenv serverip 192.168.0.46;
setenv ipaddr 192.168.0.80;
tftp 400000 sda6
//sda6 is raw image of original Lacie's uImage
Cheers,
mRon
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] ARM+uBoot
2008-09-28 13:20 ` mRon
@ 2008-09-28 13:59 ` Albert ARIBAUD
0 siblings, 0 replies; 4+ messages in thread
From: Albert ARIBAUD @ 2008-09-28 13:59 UTC (permalink / raw)
To: u-boot
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 conversion either to the linux ARM kernel mailing list
or in private e-mail, as this is definitely not an u-boot issue.
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-09-28 13:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-28 11:51 [U-Boot] ARM+uBoot mRon
2008-09-28 12:47 ` Albert ARIBAUD
2008-09-28 13:20 ` mRon
2008-09-28 13:59 ` Albert ARIBAUD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox