rshell ubuntu 21.04
Posted: Wed Oct 13, 2021 10:56 am
I updated ubuntu from 18.04 to 21.04. After that rshell stop working on 21.04. On an other labtop still with ubuntu 18.04 rshell are working fine. I have tired 3 diffrent boards whith the same result. So cabels and boards seems ok.
Result:Silence...
OrSilence...
Board: Wemos mini v3.1.0
Micropython v1.13
rshell 0.0.30
It's quite annoying to switch betwean coputers
I have also tested screen tool. Dosen't work on 21.04
What to do?
Update a driver on linux?
Regards Erik
Result:
Code: Select all
erik@HP:~$ rshell -p /dev/ttyUSB0
Using buffer-size of 32
Connecting to /dev/ttyUSB0 (buffer-size 32)...
Trying to connect to REPL connected
Testing if ubinascii.unhexlify exists ... Y
Retrieving root directories ... /boot.py/
Setting time ... Oct 09, 2021 18:38:39
Evaluating board_name ... pyboard
Retrieving time epoch ...
Or
Code: Select all
erik@HP:~/projekt/ESP8266$ rshell -p /dev/ttyUSB0
Using buffer-size of 32
Connecting to /dev/ttyUSB0 (buffer-size 32)...
Trying to connect to REPL
Board: Wemos mini v3.1.0
Micropython v1.13
rshell 0.0.30
It's quite annoying to switch betwean coputers
I have also tested screen tool. Dosen't work on 21.04
What to do?
Update a driver on linux?
Regards Erik