File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Ubuntu Core for Jetson TX1/TX2
1+ # Ubuntu Core for Jetson TX1/TX2/Nano
22
33This repository contains scripts to create a tarball with all what is
4- needed to flash Ubuntu Core 18 in a Jetson TX1 or TX2 device.
4+ needed to flash Ubuntu Core 18 in a Jetson TX1/ TX2/Nano device.
55
66## Build instructions
77
@@ -15,7 +15,7 @@ instructions in the respective README.md files:
1515Once you have created the snaps, you can create an installation tarball
1616by running
1717
18- ` ./build-core.sh <tx1|tx2> <snap_account_id> <gadget_snap_file> <kernel_snap_file> [key_name] `
18+ ` ./build-core.sh <tx1|tx2|nano > <snap_account_id> <gadget_snap_file> <kernel_snap_file> [key_name] `
1919
2020The snap account id can be found in your account details in
2121< https://dashboard.snapcraft.io > . You will need an Ubuntu One account
@@ -25,7 +25,7 @@ able to create a model for the device. The key name parameter is
2525necessary only if different from ` default ` .
2626
2727After building, you will find a file named
28- ` out-tx1/core-18-jetson-<tx1|tx2>.tar.xz ` that contains instructions and all
28+ ` out-tx1/core-18-jetson-<tx1|tx2|nano >.tar.xz ` that contains instructions and all
2929needed files to flash UC18 into the device.
3030
3131You can also download the latest tarball from the [ releases tab] (
Original file line number Diff line number Diff line change 1- # Intructions for flashing Ubuntu Core 18 in Jetson TX2
1+ # Intructions for flashing Ubuntu Core 18 in Jetson Nano
22
33You simply need to copy into the SD card from your computer:
44
You can’t perform that action at this time.
0 commit comments