Raspberry Pi Pico 2 W with MicroPython on OpenSUSE Leap 16.0.
Uncategorized
1
Posts
1
Posters
2
Views
-
Raspberry Pi Pico 2 W with MicroPython on OpenSUSE Leap 16.0.
The terminal emulator minicom is not available on Leap, but picocom is:
$ sudo zypper install picocom
$ sudo usermod -aG dialout $USERLog out, and back in.
$ picocom --quiet --baud 115200 /dev/ttyACM0
Type Ctrl-a Ctrl-x to exit.
Thonny IDE can be installed as a flatpak from flathub.
The minicom terminal emulator can be used from a Tumbleweed distrobox, but then you need to setup udev rules, see link.
-
undefined stefano@mastodon.bsd.cafe shared this topic