Nvidia Jetson TX2

I know this board is not quite for it, but… I have one spare left from other projets, and wondering if it is possible to run hassio on it… Should be powerful beast for the task… :))
anyone tried / thought of it?

1 Like

I also have a spare one lying around. Did you manage to install anything on it?

I got it working so far by installing docker and then running the following:

curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install" > hassio_install
chmod a+x hassio_install
./hassion_install -m qemuarm-64`

I hope this can be of any help.

Did you face any issues or it works fine? I am thinking of using the Jetson for HA

I’m also interested in using the TX2 for HA, so please let me know whether you faced any issues.