Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
flash_prepare_pi_zero_image [2021/03/21 13:53] wf68spef |
flash_prepare_pi_zero_image [2021/07/16 20:21] (current) wf68spef |
||
---|---|---|---|
Line 1: | Line 1: | ||
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. | 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. | ||
- | * Download image: https://cloud.hs-augsburg.de/s/6³¦¾±²¹2²µ5³æ±è´Ç°äÂáÂá´Ü³ÝÌý | + | * Follow instructions from https://kidslab.gitbook.io/searchwing/preparing-components/software-setup/setup-companion-computer |
- | * 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-³¦²¹³¾-±ôÌý | + | |
- | * Set Accesspoint depending on left / right camera in ''/etc/wpa_supplicant/wpa_supplicant.conf'' :Ìý | + | |
- | Ìý | + | |
- | cam-r : AP1Ìý | + | |
- | cam-l : AP2Ìý | + | |
- | Ìý | + | |
- | <code>Ìý | + | |
- | network={Ìý | + | |
- | ssid="AP1"Ìý | + | |
- | psk="AP-Password"Ìý | + | |
- | }Ìý | + | |
- | </code>Ìý | + | |
- | * Insert image into plane and power upÌý | + | |
- | * First bootup the filesystem of image (~2Gb) is enlarged to the SD-Card size (64Gb)Ìý | + | |
- | * Implemented by creating a ''/data'' partition where the image will be savedÌý | + | |
- | * Takes ~3-5Minutes Ìý | + | |
- | * Afterwards filesystem resize the camera-capture & webserver service is started Ìý | + | |
- | * You can access each camera via its hostname: ssh searchwing@Freddy-cam-l.localÌý | + | |
- | * The recorded images can be checked via webserver in the webbrowser: e.g. http:\\Freddy-cam-l.localÌý | + | |
- | * Preflightcheck can be done with the searchwing-pi-manager on the laptop | + |