Andrew Scheller
Andrew Scheller
See more information in #961
See https://github.com/balena-io/etcher/blob/master/docs/USER-DOCUMENTATION.md#flashing-ubuntu-isos and https://blog.balena.io/did-etcher-break-my-usb-sd-card/
Seems to be a duplicate of #4150
> I have seen the timing of USB comms in relation to i2c comms affecting the error rate previously The RP2040 is a dual-core microcontroller - perhaps running USB comms...
Sounds like this might be related to #1668 and #1672 ?
From what little I understand of the issue, I believe this is all related to the DBGPAUSE register, documented on page 544 of https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf
> Stock OpenOCD 0.12.0, as available through `apt` or the pre-built Windows binary, is the problem. @recursivenomad By "pre-built Windows binary" do you mean the OpenOCD included in https://github.com/raspberrypi/pico-setup-windows ,...
> I have not tried using _Pico setup for Windows_ as I have prioritized my build environment software to be 100% open-source, and VSCode releases [are not open-source](https://code.visualstudio.com/license), Pico-setup-windows doesn't...
Ahh, looking at https://github.com/raspberrypi/pico-setup-windows/blob/master/packages/pico-setup-windows/VSCodeUtils.nsh it seems that pico-setup-windows automatically downloads and installs the latest VSCode installer during setup. Apologies for the red herring! (and the off-topic discussion)
@will-v-pi What does the [VSCode plugin](https://github.com/raspberrypi/pico-vscode) do WRT this?