Skip to content

Instantly share code, notes, and snippets.

@skynet-05
Last active January 30, 2021 09:03
Show Gist options
  • Save skynet-05/07594783a79f5c5fba5a9e142c87f167 to your computer and use it in GitHub Desktop.
Save skynet-05/07594783a79f5c5fba5a9e142c87f167 to your computer and use it in GitHub Desktop.
1. Install minicom: sudo apt install minicom
2. Check if the board is connected: dmesg|grep ttyACM0
3. Connect to board using rshell: rshell --buffer-size=512 -p /dev/ttyACM0
4. To copy files onto the pico: cp filename.py /pyboard/
5. To list the files on the pico: ls /pyboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment