X360Tools / PicoFlasher

GNU General Public License v3.0
403 stars 48 forks source link

Raspberry Pi Pico 2 (RP2350) future compatibility #50

Open Belucih opened 2 months ago

Belucih commented 2 months ago

Hi!

I have tried to “install” PicoFlasher on my new Raspberry Pi Pico 2 with RP2350 chip, but it doesn’t work. My local shop no longer has stock from the old Pico 1 with RP2040 chip. Are you planning to support this board too?

Thank you for your work!:)

Meow commented 1 day ago

I've successfully compiled it for pico 2 and it worked as-is with J-Runner, I only had to change cmake config to make that happen, the vscode plugin did all the work for me, I just added tinyusb_device and tinyusb_board as dependencies. If you wish I could send you the compiled binary, but you can probably get it to compile yourself fairly easily using vscode + pico dev plugins for it.