will-v-pi
will-v-pi
There are a couple of unresolved comments from @lurch still - but once those are resolved this can be merged
Note this would probably need a new SDK binary type, to have a signed XIP & SRAM binary with an entry point in SRAM, so it can decrypt data and...
This won't work correctly if you had, for example, an 16M and an 8M flash chip connected, or an 8M flash and an 8M PSRAM chip connected - this fuction...
`A` is for RP2040 only, as it behaves differently on Windows compared to RP2350 so needed a way to distinguish it (eg for `picotool … -f` commands). `9` is for...
Added with picotool 2.0.0
This looks like an OpenOCD problem not a VS Code problem - I can reproduce this issue, where loading and resetting directly from OpenOCD (ie Flash task in VS Code)...
Looking at that forum thread, this is likely related to #117, which has been fixed in the `develop` branch of picotool. The issue is probably that the CMake files are...
Closing this as a duplicate of #117, which has been fixed in `develop`
I think I've found the cause of this segfault - could you test with that new branch and see if it fixes this for you? https://github.com/raspberrypi/picotool/tree/no-usb-segfault-fix
Merged into develop