I have a Raspberry Pi Pico connected to a Raspberry Pi 4 into which I am working with SSH. I succeeded into loading the blink LED example by drag-and-drop the binary file. Is it possible to do this without the GUI? How?
Initially I thought it was just copying the binary into the Pi Pico, however, something else is going on because the Pi Pico to which I loaded the blink LED binary now shows up with this content in my PC:
RPI-RP2$ l total 8.0K -r--r--r--. 1 msenger msenger 241 Sep 5 2008 INDEX.HTM -r--r--r--. 1 msenger msenger 62 Sep 5 2008 INFO_UF2.TXT So it is not just copy paste. I guess.