Jetson Nano Strip Down SDK

Hello Experts,

I would like to strip down the Ubuntu, Jetpack SDK into thin command-line based kernel running required libraries for application. Few quetions on the same.

  1. Can Jetpack SDK shall be used in production-ready product ?
  2. Is there any stripped down version or production version of Jetpack SDK with limited/customizable functionalities ? Or developer need to do that traditional stripping down using Kconfig & other stuffs.
  3. Can Deepstream SDK be further reduced to have light weight modules ?

What is your definition of “production-ready product”? Many other vendors and customers customize their own driver package for their own product. But they are indeed based on jetpack.

And currently we don’t provide any lightweight system image for it. You can customize the rootfs we provide for your purpose.

  1. Can Deepstream SDK be further reduced to have light weight modules ?

Could you elaborate what is needed to be reduced here?

Hello @WayneWWW,

I feel the existing ubuntu-desktop version is consuming more space as a whole and CPU time spent on running GUI shall be reduced.

Objective: Save flash space, remove unwanted threads, daemons, features, etc.