* [U-Boot-Users] U-boot hang after uncompressing kernel.
@ 2006-10-19 10:15 Ashay Jaiswal
2006-10-19 11:00 ` Michael Trimarchi
2006-10-19 11:35 ` alayrac
0 siblings, 2 replies; 5+ messages in thread
From: Ashay Jaiswal @ 2006-10-19 10:15 UTC (permalink / raw)
To: u-boot
Hello,
I am a new U-boot user using it for SH target.
I am trying to boot linux-2.6.17 on the target board using uboot
bootloader but it hangs after following message.
Booting image at 8c400000 ...
Image Name: Linux-2.6.17-sh
Image Type: SuperH Linux Kernel Image (gzip compressed)
Data Size: 1191073 Bytes = 1.1 MB
Load Address: 8c002000
Entry Point: 8c002000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
After the above message kernel hangs.
Thanks in advance.......
Best Regards
Ashay Jaiswal
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] U-boot hang after uncompressing kernel.
2006-10-19 10:15 [U-Boot-Users] U-boot hang after uncompressing kernel Ashay Jaiswal
@ 2006-10-19 11:00 ` Michael Trimarchi
2006-10-19 11:35 ` alayrac
1 sibling, 0 replies; 5+ messages in thread
From: Michael Trimarchi @ 2006-10-19 11:00 UTC (permalink / raw)
To: u-boot
Maybe you have a wrong machine id, try to enable early debug option if
is it possible.
Regards Michael
Ashay Jaiswal wrote:
>Hello,
> I am a new U-boot user using it for SH target.
>
>I am trying to boot linux-2.6.17 on the target board using uboot
>bootloader but it hangs after following message.
>
>
> Booting image at 8c400000 ...
> Image Name: Linux-2.6.17-sh
> Image Type: SuperH Linux Kernel Image (gzip compressed)
> Data Size: 1191073 Bytes = 1.1 MB
> Load Address: 8c002000
> Entry Point: 8c002000
> Verifying Checksum ... OK
> Uncompressing Kernel Image ... OK
>
>After the above message kernel hangs.
>
>
>Thanks in advance.......
>
>Best Regards
>Ashay Jaiswal
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>_______________________________________________
>U-Boot-Users mailing list
>U-Boot-Users at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] U-boot hang after uncompressing kernel.
2006-10-19 10:15 [U-Boot-Users] U-boot hang after uncompressing kernel Ashay Jaiswal
2006-10-19 11:00 ` Michael Trimarchi
@ 2006-10-19 11:35 ` alayrac
1 sibling, 0 replies; 5+ messages in thread
From: alayrac @ 2006-10-19 11:35 UTC (permalink / raw)
To: u-boot
Hi Ashay
> Uncompressing Kernel Image ... OK
>
> After the above message kernel hangs.
I face the same problem some times ago because of bad bootargs passed to
the kernel from u-boot.
If you manually start the kernel from u-boot command line then you
should not set bootargs env variable to empty string (with background
idea that Linux will use default bootagrs compiled with the source). In
that case the kernel try to boot with empty bootargs and then hangs.
If it is autostart process then you should check what bootargs are set
in the config file (in u-boot/include/configs/*.h, * stand for your
specific board).
You can found a lot of information in doc file u-boot/README and on the
u-boot documentation http://www.denx.de/wiki/DULG/Manual
Regards
Chris
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] U-boot hang after uncompressing kernel.
@ 2006-10-19 11:40 Jonas Mark
0 siblings, 0 replies; 5+ messages in thread
From: Jonas Mark @ 2006-10-19 11:40 UTC (permalink / raw)
To: u-boot
Hello Ashay,
> I am a new U-boot user using it for SH target.
What version of U-Boot are you using?
Which board and processor are you using?
If it is not the official U-Boot distribute by http://www.denx.de/,
where did you get it from?
> I am trying to boot linux-2.6.17 on the target board using uboot
> bootloader but it hangs after following message.
Is it a kernel from http://www.kernel.org/?
If not, where did you get the kernel from?
Using which configuration options did you compile this kernel?
Best Regards,
Mark
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] U-boot hang after uncompressing kernel.
@ 2006-10-19 14:52 Jonas Mark
0 siblings, 0 replies; 5+ messages in thread
From: Jonas Mark @ 2006-10-19 14:52 UTC (permalink / raw)
To: u-boot
Ashay,
> I am using u-boot 1.1.4 for Solution Engine Target,I got s-record of
> the u-boot.
>
> I have s-record of u-boot and it is working properly for the uImage of
> linux-2.6.14 kernel.
>
> But it is not working with the linux-2.6.17 kernel.
>
> I am very new to this field and don't know much in this field.
>
>
> I am writing my complete procedure below:
>
> I am creating image (having filesystem and uImage using mkfs.jffs2
> tool) and transferring it on to the board.
>
> I am transferring srec of u-boot separately.
>
> The above procedure works fine with 2.6.14 but doen't work with 2.6.17
Please always keep the U-Boot mailing list in copy so others might help
you as well and the whole group benefits. Please try to be as specific
as possible when describing your problem. No top posting and no full
quotes helps as well.
Answering the questions I sent you will be a good step in finding a
solution, too. I repeat my questions which have not been answered:
Which board and processor are you using? Many eval boards from Renesas
are named "Solution Engine". I have one named "Solution Engine
MS7720RP01" and it is for the SH7720 processor.
If it is not the official U-Boot distribute by http://www.denx.de/,
where did you get it from?
Do you have the source code of U-Boot and which target did you use to
compile it?
Is it an unmodified kernel from http://www.kernel.org/?
If not, where did you get the kernel from?
Using which configuration options did you compile this kernel?
Best Regards,
Mark
PS: Outlook QuoteFix helps a lot if you have to use Outlook but still
want to properly reply to a post on a mailing list.
http://home.in.tum.de/~jain/software/outlook-quotefix/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-10-19 14:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-19 10:15 [U-Boot-Users] U-boot hang after uncompressing kernel Ashay Jaiswal
2006-10-19 11:00 ` Michael Trimarchi
2006-10-19 11:35 ` alayrac
-- strict thread matches above, loose matches on Subject: below --
2006-10-19 11:40 Jonas Mark
2006-10-19 14:52 Jonas Mark
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox