raspberrypi / picotool

BSD 3-Clause "New" or "Revised" License
566 stars 100 forks source link

Fix loading into PSRAM #121

Closed will-v-pi closed 2 weeks ago

will-v-pi commented 2 weeks ago

Skip the flash size checks when loading into PSRAM, as they are only designed for the CS0 window

lurch commented 1 week ago

Does this mean that picotool would "happily" try loading a binary into PSRAM, that's bigger than the available PSRAM?

will-v-pi commented 1 week ago

Yes - but I'm not sure if there's a way to detect/guess the size of the available PSRAM, like we currently do for flash?