Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Kernel does not boot : dts is not appended to the kernel (Karo TX53 [imx53])
@ 2012-10-19 15:02 Sagaert Johan
  2012-10-19 20:46 ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Sagaert Johan @ 2012-10-19 15:02 UTC (permalink / raw)
  To: buildroot

 
Hi all

I am trying to build the Kernel from within buildroot but fails starting.

When I build the kernel from the commandline en append the dts file then it works :

This is giving me a working kernel:

#The DT configuration data needs to be converted to a binary blob and
#appended to the kernel zImage:
#1. Compile the kernel (including modules and DT data):
make ARCH=arm CROSS_COMPILE=arm-linux- zImage dtbs modules

#2. Concatenate the kernel with the generated DT blob:
cat arch/arm/boot/zImage arch/arm/boot/tx53.dtb > arch/arm/boot/zImage_tx53

When I look under output/images I see only zImage, not the kernel with the appended dts blob (zImge_tx53).
So is there something I am overlooking ?

Regards
Sagaert Johan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-20 12:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-19 15:02 [Buildroot] Kernel does not boot : dts is not appended to the kernel (Karo TX53 [imx53]) Sagaert Johan
2012-10-19 20:46 ` Arnout Vandecappelle
2012-10-20  9:25   ` Sagaert Johan
2012-10-20 12:33     ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox