[[flash_prepare_pi_zero_image]]

This is an old revision of the document!


Each camera in the plane is driven by a pi zero. There is a prepared image for this usecase, but some planespecific parameters need to be set for each image.

  • Unordered List Item Download image from Gitlab: https://gitlab.com/searchwing/development/searchwing-pi-gen
  • Flash image to SD Card (e.g. using Etcher Tool)
  • Set HostName to a unique name in /etc/hostname and in /etc/hosts : e.g. Freddy-cam-l
  • Set Accesspoint depending on left / right camera in /etc/wpa_supplicant/wpa_supplicant.conf :
network={
        ssid="AP1"
        psk="AP-Password"
}
  • Insert image into plane and power up
  • You can access each camera via its hostname: ssh searchwing@Freddy-cam-l.local
  • The recorded images can be checked via webbrowser: e.g. http:\\Freddy-cam-l.local
  • Preflightcheck can be done with the searchwing-pi-manager:
  • flash_prepare_pi_zero_image.1581858959.txt.gz
  • Last modified: 2020/02/16 14:15
  • by wf68spef