Updating the Building Automation Hat
Jump to navigation
Jump to search
Disable any software using I2C ports.
Existing Systems
Disable any software using I2C ports before updating. This will typically be a Node-RED Flow.
Enter username pi and password.
Run commands:
cd megabas-rpi/update
./update 1
Types yes and press Enter when asked to confirm.
The board should update and confirm it is done.
Further boards can be updated by running
./update 1
New Systems
~$ cd megabas-rpi/ ~/megabas-rpi$ git pull ~/megabas-rpi$ sudo make install ~/megabas-rpi$ cd update/ ~/megabas-rpi/update$ ./update 0 (or 1)