* problems loading 2.6.25 kernel onto PQ2FADS-VR board
@ 2008-11-12 21:03 Jyotshna Cherukuri
2008-11-12 21:26 ` Scott Wood
0 siblings, 1 reply; 2+ messages in thread
From: Jyotshna Cherukuri @ 2008-11-12 21:03 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 1396 bytes --]
Hi ,
I have a PQ2FADS-VR board with 2.4.26 kernel running well on it which came with Metrworks PCS BSP pacakge and now I am trying to upgrade it to 2.6.25 version by using ltib and enabling PQ2FADS support in the kernel. I got the kernel built successfully and when I try to load it onto the board which has u-boot-1.3.2 version in 8 M FLASH SIMM i encounter the following error.
tftpboot 400000 uImage
[snip]
Bytes transferred = 1624909 (18cb4d hex)
=> tftpboot 800000 pq2fads.dtb
[snip]
Bytes transferred = 12288 (3000 hex)
=> bootm 400000 - 800000
## Booting image at 00400000 ...
Image Name: Linux-2.6.25
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 1624845 Bytes = 1.5 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Booting using the fdt at 0x800000
Loading Device Tree to 007fc000, end 007fefff ... OK
And Then it stops. The board doesn't print anything else.
Can anyone please help me to whats going on and to what I need to enable to see some debug info on the serial port ( minicom in my case ).
P.S : I did enable all the early level debugging in the kernel but yet I dont see anything on the console.
Any help is greatly appreciated.
Thanks in advance
Regards
Jyotshna
[-- Attachment #2: Type: text/html, Size: 1876 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: problems loading 2.6.25 kernel onto PQ2FADS-VR board
2008-11-12 21:03 problems loading 2.6.25 kernel onto PQ2FADS-VR board Jyotshna Cherukuri
@ 2008-11-12 21:26 ` Scott Wood
0 siblings, 0 replies; 2+ messages in thread
From: Scott Wood @ 2008-11-12 21:26 UTC (permalink / raw)
To: jcherukuri_necc; +Cc: linuxppc-embedded
Jyotshna Cherukuri wrote:
> Bytes transferred = 12288 (3000 hex)
> => bootm 400000 - 800000
> ## Booting image at 00400000 ...
> Image Name: Linux-2.6.25
> Image Type: PowerPC Linux Kernel Image (gzip compressed)
> Data Size: 1624845 Bytes = 1.5 MB
> Load Address: 00000000
> Entry Point: 00000000
> Verifying Checksum ... OK
> Uncompressing Kernel Image ... OK
> Booting using the fdt at 0x800000
> Loading Device Tree to 007fc000, end 007fefff ... OK
>
> And Then it stops. The board doesn't print anything else. Can anyone
> please help me to whats going on and to what I need to enable to see
> some debug info on the serial port ( minicom in my case ).
>
> P.S : I did enable all the early level debugging in the kernel but yet
> I dont see anything on the console.
Make sure that CONFIG_PPC_EARLY_DEBUG_CPM_ADDR is set properly for
u-boot; it probably wants 0xf0000088. The default vaule corresponds to
cuImage.
If that doens't help, try booting the cuImage (without passing a device
tree from u-boot); it's what I tested with as there was no device tree
aware u-boot for this board at the time. If that works and uImage
doesn't, then there may be a mismatch between what u-boot is setting up
in the device tree and what the kernel expects.
-Scott
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-12 21:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-12 21:03 problems loading 2.6.25 kernel onto PQ2FADS-VR board Jyotshna Cherukuri
2008-11-12 21:26 ` Scott Wood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).