-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
github-actions[bot] edited this page May 16, 2026
·
11 revisions
-
couchlink flashrefuses to write a UF2 whose family ID does not match the detected BOOTSEL drive. The previous behavior was a warning that continued the copy, which produced a Pico that silently never re-enumerated when an RP2040 image was dropped onto an RP2350 (or vice versa). -
couchlink setupstage 4 waits up to 120 s (was 60 s) for the setup-mode CDC port to appear and prints a progress line every 10 s while it waits. The previous 60 s budget was tight when the host went through USB passthrough (VM, WSL2) or a first-time driver bind. -
couchlink setupstage 4 treats a port-disappeared event right afterREBOOT_TO_RUNas success rather than a hard error. The firmware always reboots after handling that command, so a missing reply is the expected outcome of a fast reboot, not a failure. - Firmware CDC
bcdDeviceis derived from the firmware semver macros (PICO_BRIDGE_FW_MAJOR/MINOR) so Windows re-bindsusbser.sysafter a CDC-protocol break instead of reusing a cached binding from an older interface layout. - Release zip now stages
setup.ps1,couchlink.exe, andcouchlink-pico.uf2together. - Wiki pages now hold setup, flashing, troubleshooting, build, and protocol notes.