Helloo,
I was trying to connect shrike lite to my pc, using the terminal.
I am unable to run any micropython code on the board.
Could someone help me with it…
Helloo,
I was trying to connect shrike lite to my pc, using the terminal.
I am unable to run any micropython code on the board.
Could someone help me with it…
Can you share more details to it what firmware are you using are you able to detect the board on your PC.
I am on Linux, tried accessing the board using the terminal interface, micropython firmware. The port is getting detected l but I am unable to run anything also not able to open the command line of the board.
Tried using Thony also, in that, in ports list the board is not getting detected, but in Linux terminal I am able to see the board
There can be more than one problems here.
Here are the possible sources:
modemmanagerHere are the ways to Detect the issues:
/dev/ttyUSB* or /dev/ttyACM* based things appear when you connect the USB UART board.If Both checks pass then you have some hope that USB Port, cable and Linux Driver detection is working.
Next, steps include checking for the user permissions.
dialout group membership.uucp, lock and others.If you can fill in on the above. Then you can get some progress.
Tell more about you distribution and your hardware architecture (x64, arm64…).
Yes out of the above I tried out everything, except for the second point that u mentioned.
Will try that and let you know