From 5042f19fc0b97ff0b6b816e7ef697254e5e70fc4 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sun, 5 Jul 2026 15:07:11 +1000 Subject: [PATCH] Update img2logo.py --- Bootup Logos/img2logo.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Bootup Logos/img2logo.py b/Bootup Logos/img2logo.py index f35ea6c..8a48b70 100755 --- a/Bootup Logos/img2logo.py +++ b/Bootup Logos/img2logo.py @@ -81,7 +81,9 @@ class PinecilSettings: class Pinecilv2Settings: - IMAGE_ADDRESS = 1016 * 1024 # its 2 4k erase pages inset + IMAGE_ADDRESS = 0x23000000 + ( + 1016 * 1024 + ) # its 2 4k erase pages inset from the end, + XIP offset DFU_TARGET_NAME = b"Pinecilv2" DFU_ALT = 0 DFU_VENDOR = 0x28E9 # These are ignored by blisp so doesnt matter what we use