HAT hardware setupInstallationInstall git: sudo apt-get install git -ygit clone this repo to your Raspberry Pi: git clone --recurse-submodules https://github.com/Pioreactor/hardware.git && cd hardwareInstall eeprom utils: cd hats/eepromutils && make && sudo make install && cd ..Move some files over: mv ../eeprom/write_eeprom.py eepromutils/ && mv ../eeprom/pioreactor_eeprom_settings.txt.template eepromutils/Setting up a new HATAttach the HAT to the RPi.Run sudo bash setup_HAT.pyRecord the serial number/UUIDAfter a sudo reboot, try pio version -v to confirm that HATs version.