Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.29 KB

SETUP-GREENGRASS.md

File metadata and controls

14 lines (12 loc) · 1.29 KB

How to use the grassbian image

You can get the latest image here

  1. Grab a tool like etcher or any tool that burns images to SD cards
  2. Burn the image
  3. Eject and re-insert the card, go into the mounted drive partition (boot partition for Linux afficionados)
  4. Copy the certs/ and config/ folders from the .tar.gz you recieved when you created a greengrass core into the boot partition in the greengrass folder
  5. (optional) Add a file titled ssh with no extension if you want to ssh into your raspberry pi
  6. (optional) Set up WiFi headlessly
  7. Eject sd and place it into raspberry pi and apply power to pi
  8. If you haven't set wifi up on the SD card, do so now with an attached keybeard and mouse. Otherwise, you can ssh in if you completed the ssh and headless wifi step.
  9. On the Pi, after boot, run sudo systemctl status greengrass.service to ensure greengrass service has booted and is running
  10. If not, sudo systemctl stop greengrass.service and cd /greengrass/ggc/core/, then ./greengrassd to see output from startup sequences for troubleshooting