-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alexander Lyon edited this page Feb 25, 2019
·
2 revisions
Welcome to the embedded wiki!
Quick setup tips:
The root user on the dev board is "pi" password "raspberry".
Services are managed using systemctl (system control) and needs root:
sudo systemctl start embedded
sudo systemctl status embedded
Python is run using pipenv. To run the program, do pipenv run embedded
.
It would be useful to set up auto-upload along with a run configuration in pycharm: https://www.jetbrains.com/help/pycharm/creating-a-remote-server-configuration.html
You can also configure remote environment: https://www.jetbrains.com/help/pycharm/configuring-remote-interpreters-via-ssh.html