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