From 906d293b05874db62532b35b10e3fe2b8784c361 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 27 Feb 2014 12:46:14 +0100 Subject: [PATCH] flash-images: work around a pandaboard uboot bug. uboot does not find the kernel if it was copied to late to the fat partition. --- lfs/flash-images | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/flash-images b/lfs/flash-images index 822124ab3..f74c7e1e4 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -102,6 +102,7 @@ endif ifeq "$(MACHINE_TYPE)" "arm" cp -v /boot/MLO $(MNThdd)/boot/ cp -v /boot/u-boot.img $(MNThdd)/boot/ + cp -v /boot/zImage-ipfire-multi $(MNThdd)/boot/ sync umount $(MNThdd)/boot mount -o loop $(IMGboot) $(MNThdd)/boot -- 2.39.2