Skip to content

How Do I

Bruce Wallin edited this page Jul 23, 2021 · 1 revision

How do I...

Connect to the JTAG serial terminal interface

This interface enables terminal interaction as well as outputs system logging.

  1. Open the white enclosure and connect serial-to-usb cable to JTAG serial port and laptop USB port

  2. Run:

    $ make serial-con

  3. Login when prompted

Connect via SSH

  1. Connect your laptop to the AMIGOS white box "Comp" ethernet port

  2. Make sure your laptop ethernet connection is configured with the static IP 192.168.0.33

  3. From the "amigos3" repository directory, run:

    $ make ssh-con

  4. Login when prompted

Deploy "Honcho" operating code to the AMIGOS station SD card

To deploy the "Honcho" AMIGOS operating code from your laptop to the AMIGOS station:

  1. If you haven't already, initialize submodules:

    $ make submodules

NOTE: requires internet connection

  1. Connect your laptop to the AMIGOS white box "Comp" ethernet port

  2. Make sure your laptop ethernet connection is configured with the static IP 192.168.0.33

  3. From the "amigos3" repository directory, run:

    $ make sync-code

Deploy "Honcho" system configuration files to the AMIGOS station onboard Flash memory

  1. Connect your laptop to the AMIGOS white box "Comp" ethernet port

  2. Make sure your laptop ethernet connection is configured with the static IP 192.168.0.33

  3. From the "amigos3" repository directory, run:

    $ make sync-system

Make a timestamped backup of the AMIGOS SD card

  1. Connect your laptop to the AMIGOS white box "Comp" ethernet port

  2. Make sure your laptop ethernet connection is configured with the static IP 192.168.0.33

  3. From the "amigos3" repository directory, run:

    $ make backup

The entire SD card (including "honcho" code and data) will be copied to ./backup/.