I am new to Home Assistant and managed to install it on my Raspberry Pi. However, after reading through all the developer documents and looking through all the code, there doesn’t seem any guidelines on how to build the image for the Raspberry Pi devices? Did I miss reading a specific document?
I read the part about performing a command with Docker, and it appear to pull the request, but I have no evidence of the files it has pulled?
Any assistance in building able to build an image for a Pi device would be greatly appreciated.
Fair enough, I am trying to build some customizations for a client but my first step is to build an image as-is without any updates. Just cloning and wanting to image. I want to produce the same result as clicking on the gzip file and using etcher to burn image to a micro SD card.
I have looked at the link you provide and all repositories, but none of them are really clear on how to produce an image. My
Not sure I fully understand what your’re trying to achieve, but if you are trying to create an image/clone from an existing install I’d recommend RPi-Clone:
Hi,
so now I built an image but … my changes are not taken in account
I don’t know why because in the “images” section I had the link of my own docker.
There is no compilation error …
I can flash the image on an sdcard and install my “custom” image on RPI4.
The Rpi4 boot but none of my changes are visible.
Any idea ?