From: Nick Droogh <ndroogh@cadlink.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Looking for Help booting Kernel - part 2
Date: Thu, 27 Sep 2007 09:47:46 -0400 [thread overview]
Message-ID: <46FBB482.1060101@cadlink.com> (raw)
In-Reply-To: <20070926143021.8529F24769@gemini.denx.de>
Wolfgang Denk wrote:
> In message <46FA69A3.70701@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
prev parent reply other threads:[~2007-09-27 13:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-26 14:16 [U-Boot-Users] Looking for Help booting Kernel Nick Droogh
2007-09-26 14:30 ` Wolfgang Denk
2007-09-27 13:47 ` Nick Droogh [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46FBB482.1060101@cadlink.com \
--to=ndroogh@cadlink.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.