I recently purchased few RPi Pico 2 from Sparkfun, Plugged one into my computer and dropped blink_simple.uf2 from the examples, sync’d and unmounted the device. But powering it back does not run the blinky and just mounts as mass storage without holding the BOOTSEL button
I don’t know if the hardware is deffective, or the bootloader is not jumping to the recently copied blink_simple.uf2
well it was my mistake. Too much excitement, I had to specify -DPICO_BOARD=pico2 for cmake to generate binaries for Pico2.
1 Like
Happy to hear it’s working now!