Cannot get access to /dev/ttyACM0

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Cannot get access to /dev/ttyACM0

Post by pythoncoder » Wed Jul 21, 2021 6:35 am

I think it's worth saying that this problem has gone away here, presumably fixed in a firmware update.
Peter Hinch
Index to my micropython libraries.

wrvc96
Posts: 1
Joined: Mon Apr 04, 2022 9:16 am

Re: Cannot get access to /dev/ttyACM0

Post by wrvc96 » Thu Apr 07, 2022 12:34 pm

HI on UBUNTU here seems like the pico python is not available in versions of thonny I have tried. Where can I get an up to date version of thonny for the pico?

User avatar
aivarannamaa
Posts: 171
Joined: Fri Sep 22, 2017 3:19 pm
Location: Estonia
Contact:

Re: Cannot get access to /dev/ttyACM0

Post by aivarannamaa » Fri Apr 08, 2022 6:03 am

You can get latest binary build with following command line

Code: Select all

bash <(wget -O - https://thonny.org/installer-for-linux)
Aivar Annamaa
https://thonny.org

Post Reply