* [U-Boot-Users] Re: transferring control to linux
[not found] <20060302111607.55FC112B66@sc8-sf-spam2.sourceforge.net>
@ 2006-03-02 11:51 ` Josef Angermeier
0 siblings, 0 replies; only message in thread
From: Josef Angermeier @ 2006-03-02 11:51 UTC (permalink / raw)
To: u-boot
> Hi all,
Hello
> we are porting u-boot/linux to a custom board based on mpc8280.
> After having made u-boot-1.1.4 work, we tried booting some
> test-configured linux 2.6.15 kernels.
> If we start u-boot using Trace32 (lauterbach) all goes well and linux
> gets loaded, but if we do the same steps disconnecting Trace32, u-boot
> seems to work properly, but as soon as the control is transferred to
> linux all seems to be hanged, and the last words visible on the serial are:
> [...]
> ## Loading RAMDisk Image at 00400000 ...
> Image Name: Test Ramdisk Image
> Image Type: PowerPC Linux RAMDisk Image (gzip compressed)
> Data Size: 1374924 Bytes = 1.3 MB
> Load Address: 00000000
> Entry Point: 00000000
> Verifying Checksum ... OK
> ## initrd at 0x00400040 ... 0x0054FB0B (len=1374924=0x14FACC)
> Loading Ramdisk to 07e4e000, end 07f9dacc ... OK
> ## Transferring control to Linux (at address 00000000) ...
> We are wondering if this is an issue involving u-boot or if this is
> related to linux config (in this case sorry for being off-topic).
Had the same problem. Make sure your board-specific include defines the
correct IMMR-address etc. and the bd_info structure is the same in
u-boot and in linux.
After having checked that you should compile a minimal kernel, check the
logbuffer for output (see DENX FAQ) and debug the kernel. In my case it
hang in some console output function so that i had to fix the serial
debug output the same way i had to fix u-boot before. Then the kernel
just worked great :-)
> Thanks for any help!!
> Ciao,
> Alberto
ciao
josef
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-02 11:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20060302111607.55FC112B66@sc8-sf-spam2.sourceforge.net>
2006-03-02 11:51 ` [U-Boot-Users] Re: transferring control to linux Josef Angermeier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox