From f1cee356fd7392d7e9bd2f94ac10c39d27d5cecf Mon Sep 17 00:00:00 2001 From: pstruebi Date: Thu, 17 Apr 2025 15:37:16 +0200 Subject: [PATCH] fix missing uboot --- board/raspberrypi3_swupdate/genimage-raspberrypi3_swupdate.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/board/raspberrypi3_swupdate/genimage-raspberrypi3_swupdate.cfg b/board/raspberrypi3_swupdate/genimage-raspberrypi3_swupdate.cfg index 7410b22..5e59d2f 100644 --- a/board/raspberrypi3_swupdate/genimage-raspberrypi3_swupdate.cfg +++ b/board/raspberrypi3_swupdate/genimage-raspberrypi3_swupdate.cfg @@ -7,8 +7,9 @@ image boot.vfat { "cmdline.txt", "config.txt", "boot.scr", + "Image", + "u-boot.bin" "uboot-env.img", - "Image" } file overlays/README { image = "rpi-firmware/overlays/README"