Jetson Nano OS for production

Hi,

Is there a separate OS (or OS configuration like headless OS) for production devices for Jetson Nano from Nvidia? Also, what are some other production ready OS that are supported by Jetson Nano (for instance AGL)?

No, we only provide the Linux Driver Package (L4T) which is the board support package for Jetson. It includes Linux Kernel 4.9, bootloader, NVIDIA drivers, flashing utilities, sample filesystem based on Ubuntu 18.04.

Hi @kayccc,
Can you tell which other commercially available OS support the NVIDIA drivers for GPU acceleration?

I don’t have answer for this, may other developers help to share experiences.

I don’t know of a compatible release, but will add that if the X server has the same ABI, then the given NVIDIA driver will function. ABI is the binary interface for dynamically loading drivers into the X server. Example to examine:
grep 'ABI' /var/log/Xorg.0.log
(or in some cases Xorg.1.log)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.