Kirkwood NSA 310 does not boot with 3.8.3

Jason Cooper jason at lakedaemon.net
Mon Mar 18 07:17:12 EDT 2013


On Mon, Mar 18, 2013 at 09:16:34AM +0000, Lukas Zapletal wrote:
> 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

Be careful using this in the future when we go multiplatform, it's not
supported (which Load Address and Entry Point?).  You'll need to use the
mkimage command by hand then.

thx,

Jason.



More information about the linux-arm-kernel mailing list