[U-Boot-Users] Looking for Help booting Kernel - part 2
Nick Droogh
ndroogh at cadlink.com
Thu Sep 27 15:47:46 CEST 2007
Wolfgang Denk wrote:
> In message <46FA69A3.70701 at cadlink.com> you wrote:
>
>> Is there anything special I need to pass to the kernel for setting up
>> the console on the MPC5200B? I had to change ttyS0 to ttyPSC0 for the
>> old console to work. Is there anything I need to enable inside the kernel?
>>
>
> What are you talking about - is this an arch/ppc or an arch/powerpc
> configuration? If you use an arch/powerpc configuration, you have to
> pass a device tree to Linux, too.
>
>
> Best regards,
>
> Wolfgang Denk
>
>
Yes this is a arch/powerpc configuration. I got the device tree
compiler, copied/configured a .dts file for my board and compiled it to
a .dtb file.
I still don't see any output on my console.
Here are the commands from uboot:
Hit any key to stop autoboot: 0
=> tftp 00800000 myboard.dtb
Using FEC ETHERNET device
TFTP from server 192.168.100.102; our IP address is 192.168.100.11
Filename 'myboard.dtb'.
Load address: 0x800000
Loading: #
done
Bytes transferred = 12288 (3000 hex)
=> fdt addr 00800000 3000
=> fdt boardsetup
=> tftp 00200000 uImage
Using FEC ETHERNET device
TFTP from server 192.168.100.102; our IP address is 192.168.100.11
Filename 'uImage'.
Load address: 0x200000
Loading: #################################################################
##################
done
Bytes transferred = 1212322 (127fa2 hex)
=> bootm 00200000 - 00800000
## Booting image at 00200000 ...
Image Name: Linux-2.6.23-rc6-gea60adb5-dirty
Created: 2007-09-26 23:21:49 UTC
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 1212258 Bytes = 1.2 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
I enclosed my .dts file as well
Thanks again,
Nick
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: myboard.dts
Url: http://lists.denx.de/pipermail/u-boot/attachments/20070927/7a7c959e/attachment.txt
More information about the U-Boot
mailing list