Maximilian Gerhardt
Maximilian Gerhardt
>in this case the board works. same with platformio by using the raspberry platform and MBED core. boots writes over serial etc. but i'm missing a lot of stuff that...
Could you say something in regards to https://github.com/earlephilhower/arduino-pico/issues/743? Still trying to exactly understand the situation. >It's working fine with the Arduino IDE v1.8.19, with the board type set to Raspberry...
Ahh my bad, I confused you with the other user.
>With platformio + Arduino-pico no life sign after the code And with the Arduino IDE + latest Arduino-Pico, it's the same, no matter if choosing the generic pico or RP2040...
>works as well. Can you take a screenshot of your exact Arduino IDE -> Tools menu with which it works with Arduino-Pico? The pic you uploaded doesn't display.
Can you [open a CLI](https://docs.platformio.org/en/latest/integration/ide/vscode.html#platformio-core-cli) and execute ``` pio pkg update -g -p "https://github.com/maxgerhardt/platform-raspberrypi.git" ``` to make sure you have all the latest versions? Your initial `platformio.ini` looks okay. Remember...
Huh. Did you initially install it with a `pio platform install..`? In any case, please do a ``` pio upgrade --dev ``` then remove all folders `C:\Users\\.platformio\packages\raspberrypi*` and build +...
When you plug the boot in in bootloader mode, does Zadig still show WinUSB drivers loaded for the Interface 1? See https://github.com/platformio/platform-raspberrypi/pull/36#issuecomment-1196592406
Weird how it doesn't say "RP2 Boot (Interface 1)" but "RP2 Boot". Can you show a screenshot of Zadig with the RP2 Boot Interface 1 device selected?
And clicking replace driver and retrying the upload makes no difference?