Posts: 43
Threads: 13
Joined: Jul 2023
Reputation:
0
Hello technical team support,
The installation of homeassistant on raspberry pi done just with sd card, or also i can connect it with usb type-c cable to the pc then install?
Posts: 6,609
Threads: 844
Joined: Oct 2020
Reputation:
161
if you are using raspberry pi CM4 lite verison, you must need to use SD card.
if your CM4 hae eMMC, you need to use eMMC.
both way write image by USB-C cable to your computer.
Posts: 43
Threads: 13
Joined: Jul 2023
Reputation:
0
How can i know if it’s lite version or has eMMC? (What is eMMC)
I bought new server 16 and I learn it step by step.
Posts: 6,609
Threads: 844
Joined: Oct 2020
Reputation:
161
if you use by KinCony server16 controller, default is LITE version, without eMMC.
Posts: 6,609
Threads: 844
Joined: Oct 2020
Reputation:
161
enable i2c for home assistant:
Add files to enable I2C
In the root of the hassos-boot partition, add a new folder called CONFIG.
In the CONFIG folder, add another new folder called modules.
Inside the modules folder add a text file called rpi-i2c.conf with the following content:
i2c-dev
In the root of the hassos-boot partition, edit the file called config.txt add two lines to it:
dtparam=i2c_vc=on
dtparam=i2c_arm=on