-
Notifications
You must be signed in to change notification settings - Fork 2
How Do I
This interface enables terminal interaction as well as outputs system logging.
-
Open the white enclosure and connect serial-to-usb cable to JTAG serial port and laptop USB port
-
Run:
$ make serial-con
-
Login when prompted
-
Connect your laptop to the AMIGOS white box "Comp" ethernet port
-
Make sure your laptop ethernet connection is configured with the static IP 192.168.0.33
-
From the "amigos3" repository directory, run:
$ make ssh-con
-
Login when prompted
To deploy the "Honcho" AMIGOS operating code from your laptop to the AMIGOS station:
-
If you haven't already, initialize submodules:
$ make submodules
NOTE: requires internet connection
-
Connect your laptop to the AMIGOS white box "Comp" ethernet port
-
Make sure your laptop ethernet connection is configured with the static IP 192.168.0.33
-
From the "amigos3" repository directory, run:
$ make sync-code
-
Connect your laptop to the AMIGOS white box "Comp" ethernet port
-
Make sure your laptop ethernet connection is configured with the static IP 192.168.0.33
-
From the "amigos3" repository directory, run:
$ make sync-system
-
Connect your laptop to the AMIGOS white box "Comp" ethernet port
-
Make sure your laptop ethernet connection is configured with the static IP 192.168.0.33
-
From the "amigos3" repository directory, run:
$ make backup
The entire SD card (including "honcho" code and data) will be copied to ./backup/
.