![]() |
SensorGnome - fresh data from the field to your plate > The Raspberry Pi 2 / 3 as a Sensorgnome > Obsolete: older RPI notes
Obsolete: older RPI notes Obsolete: older RPI notesEdit From $1Table of contents2017 Feb 24: a new image and update to speed up GPS time sync. 2017 Feb 23: Finally, an RPi2 sensorgnome image. This one supports the adafruit GPS hat RPi model 3: This version boots and does signal processing, but the adafruit GPS hat does not work. The compressed image is here. This image needs to be decompressed using 7zip and then written to a 4GB micro SD card using e.g. Win32DiskImager To use a larger card (up to 32 GB):
sudo su
cfdisk /dev/mmcblk0 use down-arrow to select the last, larger "Free Space" entry new (default partition size) primary type (choose type c - W95 FAT32 LBA; you might need to page up / down to see it) write quit
partprobe /dev/mmcblk0
mkfs -t vfat /dev/mmcblk0p3
mkdir /media/bigspace
echo '/dev/mmcblk0p3 /media/bigspace vfat defaults,relatime,user,gid=100,umask=002,utf8,flush 0 2' >> /etc/fstab
reboot
The Raspberry Pi model 2 is an alternate platform for the SensorGnome. Here it Raspberry Pi-2 B Features:
Raspberry Pi Zero Features:
Earlier Raspberry PiWe don't recommend using any earlier models of the Raspberry Pi, due to flaky support for powering devices Software Releases (Obsolete)2016 May 2 - the installation procedure has been thoroughly tested and simplified. 2016 April 11 - an initial version of the SG software is available for the RPi-2 (model B) platform. Platform-specific changesHostnameSG software will generate a hostname of this form: SG-0c34RPi2696d-B827EB34696D XXXX XXXX MMMMMMMMMMMM This is to be consistent with sensorgnome hostnames for the beaglebone platform.
Was this page helpful?
Tags: (Edit tags)
|
Powered by MindTouch Core |