Skip to content

Create a minimalist, Ubuntu based image for Nvidia jetson nano board

Notifications You must be signed in to change notification settings

jasoneer/jetson-nano-image

 
 

Repository files navigation

Status

Feedback

I'm planning to actively work on this project again from September.

What would you like to have as tools and setup for the minimalist image ?

Let me know by opening an issue.

Dependencies:

  • Ubuntu host
  • podman
  • just
  • jq
  • qemu-user-static

Instructions:

Building image

$ git clone https://github.com/pythops/jetson-nano-image
$ cd jetson-nano-image

$ just build-jetson-rootfs
$ just build-jetson-image jetson-nano 300

Flashing to SD card

$ sudo just flash-jetson-image <jetson image file> <sdcard device>

Install NVIDIA libs (on board boot)

$ sudo apt install -y cuda-toolkit-10-2 libcudnn8 libcudnn8-dev

Spec:

Ubuntu release: 20.04 focal

BSP: 32.7.4

Supported boards:

Looking for professional support ?

If you need more advanced configuration or a custom setup, you can contact me on this address [email protected]

License

Copyright Badr BADRI @pythops

2019-2022 MIT

2023-Present AGPLv3

About

Create a minimalist, Ubuntu based image for Nvidia jetson nano board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 92.3%
  • Just 7.7%