Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.66 KB

File metadata and controls

40 lines (30 loc) · 1.66 KB

How to install Home Assistant Supervised on Le Potato (Libre Computer AML-S905X-CC)

  1. Boot from USB (optional)
  1. Image: Ubuntu server 22.04 LTS (for Potato, use aml-s905x-cc) (https://distro.libre.computer/ci/ubuntu/22.04/)
  • Unzip: tar -xf
  • Flash USB stick or SSD: I used balenaEtcher to flash USB stick
  1. OS installation
  • Username and pw: ubuntu
  • sudo apt update && sudo apt upgrade (+reboot)
  • sudo apt install network-manager
  • sudo systemctl enable NetworkManager
  • sudo apt install jq ca-certificates curl gnupg lsb-release
  • sudo apt --fix-broken install (if some dependencies is missing)
  1. Docker installation
  • For Docker install, follow their instructions: docs.docker.com/engine/install/ubuntu/
  1. Home Assistant Supervised isntallation
  1. Configurating HA Supervised
  • Choose Raspberrypi4-64
  • Wait 5-10 minutes and you should see HomeAssistant preparing page in port 8123