
24 Apr
2012
24 Apr
'12
6:21 p.m.
Dirk,
On Tue, Apr 24, 2012 at 4:58 AM, Dirk Behme dirk.behme@de.bosch.com wrote:
I tested the recent master which includes the three patches planned for v2012.04.1 booting a device tree based kernel and it works :)
Have you tested it on a mx6qsabrelite using the latest mainline kernel?
My kernel did not boot.
This was what I did:
make imx_v6_v7_defconfig make make imx6q-sabrelite.dtb
cat arch/arm/boot/zImage arch/arm/boot/imx6q-sabrelite.dtb > arch/arm/boot/zImage_dtb
mkimage -A arm -O linux -T kernel -C none -a 0x10008000 -e 0x10008000 -n Linux -d arch/arm/boot/zImage_dtb arch/arm/boot/uImage_dtb
cp arch/arm/boot/uImage_dtb /tftpboot/uImage
It used to work before. Is this still valid?
Thanks,
Fabio Estevam