DavesCodeMusings / mpremote-vscode

Visual Studio Code extension for mpremote Python module
BSD 2-Clause "Simplified" License
11 stars 1 forks source link

Does it run on Raspberry Pi OS? #28

Open DavesCodeMusings opened 4 months ago

DavesCodeMusings commented 4 months ago

I have VS Code running on an old 32-bit Raspberry Pi 2. It's slow, but it runs. I cannot get the mpremote extension to work.

When scanning for serial ports I get "Command not found" from VSCode.

image

When I try to use list devices that MPRemote sees, I also get "Command not found"

image

Though running mpremote devs from the VS Code terminal window works as expected.

I did note there's a caution for Raspbian 32-bit on the compatibility chart. I'm wondering if this is what I'm running up against since it's a rather ancient RPi2.

Does anyone have a more modern Pi who would be willing to test the instructions for setting up Raspberry Pi OS with the MPRemote VS Code Extension?

I'd love to know if this is a Pi problem or an extension problem.