mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
flash-images: work around a pandaboard uboot bug.
uboot does not find the kernel if it was copied to late to the fat partition.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user