[U-Boot] [STATUS] Are we ready for v2012.04.1 ??
Fabio Estevam
festevam at gmail.com
Tue Apr 24 18:21:12 CEST 2012
Dirk,
On Tue, Apr 24, 2012 at 4:58 AM, Dirk Behme <dirk.behme at 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
More information about the U-Boot
mailing list