From 8b86765ad2c8426aec04be26049433fdd3bee9b2 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 26 Jun 2019 19:37:41 +0200 Subject: [PATCH] Copy needed files on boot for RPI4 --- root/target/linux/brcm2708/image/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/root/target/linux/brcm2708/image/Makefile b/root/target/linux/brcm2708/image/Makefile index f68a6385..4643050f 100644 --- a/root/target/linux/brcm2708/image/Makefile +++ b/root/target/linux/brcm2708/image/Makefile @@ -33,6 +33,12 @@ define Build/boot-img mcopy -i $@.boot $(KDIR)/fixup.dat :: mcopy -i $@.boot $(KDIR)/fixup_cd.dat :: mcopy -i $@.boot $(KDIR)/fixup_x.dat :: + mcopy -i $@.boot $(KDIR)/start4.elf :: + mcopy -i $@.boot $(KDIR)/start4cd.elf :: + mcopy -i $@.boot $(KDIR)/start4x.elf :: + mcopy -i $@.boot $(KDIR)/fixup4.dat :: + mcopy -i $@.boot $(KDIR)/fixup4cd.dat :: + mcopy -i $@.boot $(KDIR)/fixup4x.dat :: mcopy -i $@.boot cmdline.txt :: mcopy -i $@.boot config.txt :: mcopy -i $@.boot $(IMAGE_KERNEL) ::$(KERNEL_IMG)