Hi all,
I have been taking a fresh look at the Jetson TX1 Ubuntu Core 18
images to have them based on latest nvidia developer kit (L4T). The
following repositories contain the kernel and gadget snaps for the
device:
And this repository contains the image build scripts:
All these repositories contain instruction on how to do the
builds. The final result is a tarball that can be used jointly with
nvidia’s L4T to get the image flashed. This tarball is also in github
so you do not need to build everything from scratch:
Exact instructions on how to flash Ubuntu Core can be found inside the
tarball.
Note that these images work only for Jetson TX1. Also, these images are not
supported and not official in any way. Patches for bug fixing/support
for TK1/TX2/AGX Xavier are welcome :).
EDIT: I have blogged about some details of this image: https://www.alfonsobeato.net/arm/porting-ubuntu-core-18-to-nvidia-jetson-tx1-developer-kit/
UPDATE: Now TX2 is supported too! The TX2 image and an updated TX1 image can be downloaded from the releases page: https://github.com/alfonsosanchezbeato/jetson-ubuntu-core/releases
UPDATE: Jetson Nano has now also its image! Check out in https://github.com/alfonsosanchezbeato/jetson-ubuntu-core/releases
– Alfonso