Jetpack 4.6, Jetson Xavier, Ubuntu 18.04
apt install -y curl jq runc iptables conntrack nvidia-container-runtime nvidia-container-toolkitIn this procedure, we'll walkthrough the installation of MicroShift on an Jetson Xavier server. This procedure holds all the prerequisites and instructions in order to get your MicroShift server up and running.
Before you start, make sure that you have the following prereqs met:
| firewall { | |
| all-ping enable | |
| broadcast-ping disable | |
| ipv6-receive-redirects disable | |
| ipv6-src-route disable | |
| ip-src-route disable | |
| log-martians enable | |
| name WAN_IN { | |
| default-action drop | |
| description "WAN to Internal" |