Difference between revisions of "Create SD Image Version 0.8.3"

From HiveTool
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
 
On the Pi Zero, it is also recommended to boot to the command line and not start X Windows.
 
On the Pi Zero, it is also recommended to boot to the command line and not start X Windows.
  
 +
==Feature Requests==
 +
Need way to turn off PIGPIO (pigpiod) on Pi Zero.
  
 +
==Bug Fix==
 +
GPIO pin assignments in /var/www/html/help.html are not correct for DHT22 drivers.
 +
 +
 +
==How the image was created==
 +
 +
The 0.8.0 image was booted on a Raspberry Pi3, (it wouldn't boot on a Pi3B+) and the OS updated with:
 
  sudo apt-get update
 
  sudo apt-get update
 
  sudo apt-get dist-upgrade
 
  sudo apt-get dist-upgrade
 +
 +
https://www.raspberrypi.org/documentation/raspbian/updating.md

Latest revision as of 12:51, 28 May 2018

The HiveTool image version 0.8.3 for the Raspberry Pi is available for download at:

https://drive.google.com/file/d/1j91xeQf_3m7CmoVnjrfkx2OxL4nSfqWm/view?usp=sharing

-rw-r--r-- 1 root root 9166553600 May 24 21:29 hivetool_083.img
-rw-r--r-- 1 root root 3860076516 May 24 21:57 hivetool_083.img.zip

This is the 0.8.0 image that has been updated to boot on the Pi3B+. This should also work on the Pi Zero.

If bad sensor readings occur on the Pi Zero, try turning off pigpiod and using sensor drivers that just use the wiringPi libraries.

On the Pi Zero, it is also recommended to boot to the command line and not start X Windows.

Feature Requests

Need way to turn off PIGPIO (pigpiod) on Pi Zero.

Bug Fix

GPIO pin assignments in /var/www/html/help.html are not correct for DHT22 drivers.


How the image was created

The 0.8.0 image was booted on a Raspberry Pi3, (it wouldn't boot on a Pi3B+) and the OS updated with:

sudo apt-get update
sudo apt-get dist-upgrade

https://www.raspberrypi.org/documentation/raspbian/updating.md