Flaviu Tamas
Flaviu Tamas
Quite a few people are also running into this issue: - https://stackoverflow.com/q/19417225 - https://stackoverflow.com/q/37656985 - https://stackoverflow.com/q/28674759 -- one of the answers here actually diagnosed the issue, although they didn't have...
@bskimaa can you please re-open this issue? It is still valid and still needs a fix.
I was able to get the flash logs by using `picocom /dev/ttyUSB1 -b 76800`. I got the following logs: ``` 2nd boot version : 1.6 SPI Speed : 40MHz SPI...
I also want to note that the AWS Lambda node 18.x runtime runs on Amazon Linux 2, which only has glibc 2.26. This is outside of node18's support (glibc 2.28...
Dupe of https://github.com/laurent22/joplin/issues/9881
Yup. I'll keep this repo around for historical purposes, but you should probably be using the version of nre in the standard library. On Mon, Nov 23, 2015 at 10:11...
> Setting a global variable sucks for thread safety. Mutex could help, within the bounds of NRE. That variable should only be set once at the beginning of the program....
It would also be super nice if there was a description of what exactly this project does. "monorepo" doesn't explain what it does, just how the code is laid out.
Tested on Arch Linux, both the uf2 & picoprobe upload work great! Nice work! I didn't test debugging.
@maxgerhardt looks like they've combined the two versions in the current rp2040 branch, since there's both `raspberrypi*` and `picoprobe` scripts: https://github.com/raspberrypi/openocd/tree/rp2040/tcl/interface What would be the next step to getting this...