Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

We currently use 3 LattePandas:

  • Trashpanda: Ground Station host
  • Redpanda: InfluxDb server
  • Giantpanda: Grafana host

Steps to install:

  1. Flash Ubuntu 18.04 on hardware
  2. Disable internal display in BIOS [IPG to HDMI2, Force Lid to Off]
    1. If that doesn't work, add command to .bashrc "xrandr --output DSI-1 --off"
  3. Run "apt update", then "apt upgrade"
  4. Use apt to install openssh-server, g++, and make
  5. Git clone the GSW repo "https://github.com/WillMerges/GSW-2021/"
  6. cd into the project and run ". setenv"
  7. run "make"
  • No labels