Rooted my Ender3KE and installed Mainsail using a helper script
The klipper installation on the Ender3KE doesn’t seem to contain any source or compilng utilities
I would like to connect a rpi pico (rp2040) as secondary mcu. I cannot use the ender3KE linux os to generate firmware file for the pico
Question:
How can I most easily generate a firmware image for the rpi pico/rp2040 mcu. I can probably do the flashing manually
Is a docker container / VM available for the same
I also have klipper running on a rpi 5 for an ender3 (older model) that I could potentially use for the same. But I don’t have access to it for a few days, so if there is a docker container I could use. Would prefer that.
either FTP in and copy it somewhere you want it
Or just hook the Pi Pico up to your Pi/Host/Computer/Whatever is running Linux that you’re working under
Hold down the boot button on the RPI Pico when you connect it and it’ll put it into USB mode waiting for a UF2 file, just like a USB drive.
Mount it in Linux or it should pop up in Windows
Copy the UF2 from the “out” directory straight to the RPI Pico “drive” and it’ll flash itself.
Done
Edited to clarify RASPBERRY PI Pico. SKR Pico has a different flashing setup.