mirror of
https://github.com/vakius/hassio-addon-lifepo4wered.git
synced 2025-12-08 04:15:37 +02:00
Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -6,3 +6,17 @@ https://www.linkedin.com/pulse/creating-your-first-home-assistant-add-on-issac-g
|
||||
https://lifepo4wered.com/files/LiFePO4wered-Pi+-Product-Brief.pdf
|
||||
|
||||
https://github.com/xorbit/LiFePO4wered-Pi/blob/master/Dockerfile
|
||||
|
||||
|
||||
https://raspberrypi.stackexchange.com/questions/90315/how-can-i-get-dev-i2c-devices-to-appear-on-alpine-linux
|
||||
|
||||
Uncomment line
|
||||
```
|
||||
dtparam=i2c_arm=on
|
||||
```
|
||||
in `/mnt/boot/config.txt` or `/boot/config.txt` or `/boot/usercfg.txt`
|
||||
|
||||
Load module at host startup
|
||||
```
|
||||
echo 'i2c-dev' > /etc/modules-load.d/i2c.conf
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user