armbian / distribution

Automated application deployments
https://docs.armbian.com/Developer-Guide_User-Configurations
11 stars 3 forks source link

Testing Home assistant installations #5

Open igorpecovnik opened 5 months ago

igorpecovnik commented 5 months ago

Tested:

From: https://github.com/armbian/distribution/releases

nyok92 commented 5 months ago

Tested with Rock5b, working except warning supervisor mode not working . Change PRETTY_NAME in /etc/os-release to ”Debian GNU/Linux 12 (bookworm)” & restart HA make it work correctly.

Is this possible to install Rknn toolkit2 on this image ? or add an option to install it with Armbian-config ? @igorpecovnik

igorpecovnik commented 5 months ago

Tested with Rock5b, working except warning supervisor mode not working .

Did you try image or manual install? I want to understand if our automated way works and improve it further. Manual way can be tricky in some cases ...

Change PRETTY_NAME in /etc/os-release to ”Debian GNU/Linux 12 (bookworm)” & restart HA make it work correctly.

This needs to be implemented here https://github.com/armbian/os/blob/main/userpatches/extensions/ha.sh#L71-L93 and we can remove BYPASS_OS_CHECK=true in the install part.

Is this possible to install Rknn toolkit2 on this image ?

Possible, but that exceeds my interest for involvement. If you find this operational, PR's are accepted. This can probably be made as a separate extension.

or add an option to install it with Armbian-config

PR are accepted.

FYI. In past three years we unsuccessfully refactored this tool several times. I hope it gets further then 2-3 man show. https://github.com/armbian/configng

dusikasss commented 5 months ago

I am ready to test the build on Orange Pi zero 3 4GB. Unfortunately, I couldn't find the finished assembly. I also have difficulty building on my own when adding custom scripts ha.sh and docker-ce.sh

gut4 commented 3 weeks ago

@igorpecovnik Any plans to add images for H96MAX rk3318? It's very popular cheap hardware. There are many guides how use it with armbian, for example https://github.com/blacknet76/H96MAX-Armbian Official images with apps will be very useful.

igorpecovnik commented 3 weeks ago

Any plans to add images for H96MAX rk3318? It's very popular cheap hardware

I will stick to hardware that is or will be on this list https://www.armbian.com/download/?device_support=Standard%20support but you can take it from here. Stick around to maintain hardware, make a PR once official Armbian HA integration works for you. More info: https://github.com/armbian/os/wiki

This thread purpose is to report if you managed to successfully follow, integrate and test.