From 2c083ac684c915d7b1a6b0a4f06cef7189a8e38f Mon Sep 17 00:00:00 2001 From: Dmitriy Terekhin Date: Fri, 3 Apr 2020 13:31:23 +0400 Subject: [PATCH] aarch64-rpi4: added support of files updating on FAT rpi4-boot-nouboot-filetrigger updates files of kernel, initrd, dtb, cmdline.txt, config.txt on FAT when updating kernel rpi4-boot-uboot-filetrigger updates files of u-boot and firmware on FAT when updating u-boot --- features.in/aarch64-rpi4/config.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features.in/aarch64-rpi4/config.mk b/features.in/aarch64-rpi4/config.mk index 405ca5e0..9d462d69 100644 --- a/features.in/aarch64-rpi4/config.mk +++ b/features.in/aarch64-rpi4/config.mk @@ -6,6 +6,8 @@ use/aarch64-rpi4: use/bootloader/uboot @$(call add,THE_PACKAGES,u-boot-tools) @$(call add,THE_PACKAGES,RPi-audioswitch) @$(call add,THE_PACKAGES,rpi4-boot-switch) + @$(call add,THE_PACKAGES,rpi4-boot-nouboot-filetrigger) + @$(call add,THE_PACKAGES,rpi4-boot-uboot-filetrigger) @$(call add,THE_PACKAGES,firmware-bcm4345) @$(call add,THE_PACKAGES,brcm-patchram-plus) @$(call add,DEFAULT_SERVICES_ENABLE,attach-bluetooth)