Created
May 6, 2019 14:22
-
-
Save det-peralta/5caefebc1d85e28e28361ec37867cc11 to your computer and use it in GitHub Desktop.
Install Hassio on Nvidia Jetson Nano
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -i | |
apt-get install software-properties-common | |
add-apt-repository universe | |
apt-get update | |
apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat | |
#The jetson already has docker installed | |
#curl -fsSL get.docker.com | sh | |
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s -- -m qemuarm-64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can I use same procedure on jetson tx2. Thanks