public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: lukas-x@zapletalovi.com (Lukas Zapletal)
To: linux-arm-kernel@lists.infradead.org
Subject: Kirkwood NSA 310 does not boot with 3.8.3
Date: Mon, 18 Mar 2013 09:16:34 +0000 (UTC)	[thread overview]
Message-ID: <loom.20130318T094229-725@post.gmane.org> (raw)
In-Reply-To: 20130316215530.GZ12700@titan.lakedaemon.net

Jason Cooper <jason <at> lakedaemon.net> writes:
> You'll need to enable ARM_APPENDED_DTB, concatenate your dtb onto your
> zImage, then run mkimage on the result to get the uImage.

Jason, thanks for help. It worked great, just for completenes for googlers:

# grep "ARM_APPENDED_DTB|NSA" .config
CONFIG_ARM_APPENDED_DTB=y
CONFIG_MACH_NSA310_DT=y

# make zImage

# make dtbs

# cat arch/arm/boot/zImage arch/arm/boot/dts/kirkwood-nsa310.dtb > /tmp/X
# mv /tmp/X arch/arm/boot/zImage

# make uImage

...
Image Type:   ARM Linux Kernel Image (uncompressed)
Data Size:    3684110 Bytes = 3597.76 kB = 3.51 MB
Load Address: 00008000
Entry Point:  00008000
Image arch/arm/boot/uImage is ready

# cp arch/arm/boot/uImage /boot/uImage-nsa310

UBOOT# ide reset; ext2load ide 0:1 0x800000 /uImage-nsa310; bootm 0x800000

Compared to my patched NSA310 3.6 kernel I don't see console anymore, I guess is 
is just an config option I miss. And LEDs are not working yet.

Thank you

  reply	other threads:[~2013-03-18  9:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-16 20:48 Kirkwood NSA 310 does not boot with 3.8.3 Lukas Zapletal
2013-03-16 21:55 ` Jason Cooper
2013-03-18  9:16   ` Lukas Zapletal [this message]
2013-03-18 11:17     ` Jason Cooper

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=loom.20130318T094229-725@post.gmane.org \
    --to=lukas-x@zapletalovi.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox