From 1a4a599c368008e3c8ee75788a7255468cc84b82 Mon Sep 17 00:00:00 2001 From: pstruebi Date: Thu, 17 Apr 2025 14:49:33 +0200 Subject: [PATCH] fix kernel name --- board/raspberrypi3_swupdate/genimage-raspberrypi3_swupdate.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/raspberrypi3_swupdate/genimage-raspberrypi3_swupdate.cfg b/board/raspberrypi3_swupdate/genimage-raspberrypi3_swupdate.cfg index 28ac087..7410b22 100644 --- a/board/raspberrypi3_swupdate/genimage-raspberrypi3_swupdate.cfg +++ b/board/raspberrypi3_swupdate/genimage-raspberrypi3_swupdate.cfg @@ -8,7 +8,7 @@ image boot.vfat { "config.txt", "boot.scr", "uboot-env.img", - "zImage" + "Image" } file overlays/README { image = "rpi-firmware/overlays/README"