pythops / jetson-image

Create minimalist, Ubuntu based images for the Nvidia jetson boards

Home Page:https://pythops.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create img for Ubuntu 18 bionic

vcasadei opened this issue · comments

Hi, I find your project great, however, I need to use Ubuntu 18 and I've not been able to do it. I tried to change the ansible to choose bionic and RELEASE=bionic on create-rootfs.sh.

However, the image continues to be 20.04. I think it's something about the create-image.sh, but I do not know... Could you help?

commented

I don't support ubuntu 18.04 anymore. however you can go back through commits history and you'll find the changes I made to move from 18.04 to 20.04

commented

Bionic latest commit is b4a6abd11fba717f48a67a43c2a501589c709163

@pythops please consider including these links on the end of your tutorial. JetPack or Deepstream. They are required for a lot of packages or tools on jetson-nano.

@pythops anyway thanks a lot for your code.

commented

@eusoubrasileiro
Thanks for the feedback.
I try not to include any package on top of the image as I want to keep it very minimalist.
I'll open an issue to let people add the packages they mostly struggle to install and I'll add tutorials on how to install them

commented

Managed to succeed built my Bionic image. Did not find time to customize and adapt it to make a new PR. For reference here. Everything now working finally.

I followed the nvidia scripts strictly. Code based totally on scripts from BSP tools\samplefs folder.

  • nv_build_samplefs.sh
  • nvubuntu_samplefs.sh.

Not using debootstrap at all.