List of packages in a Host OS version

How/Where do I find the list of packages, and their specific versions, for the Host OS on the Jetson TX2. I need to know which version of the Nvidia drivers are installed on the Host OS, so I can choose the correct version of JetPack and the CUDA Toolkit.

Hello, to check which version of L4T is used in any BalenaOS release for any device, one can navigate to https://balenaos-manifest.balena.io/ , select the Device Type and OS release and then, in the manifest list, search for “-l4t”. The L4T version will be present in the kernel version, for instance “kernel-4.9.253-l4t-r32.6”. You could also type uname -a in the HostOS to see the L4T version.

Sorry to revive an old thread. The page at https://balenaos-manifest.balena.io/ seems to be mostly broken. For most devices, especially Pi4, I get

TypeError: undefined is not an object (evaluating 'release.release_tag[0].tag_key')

Specifically I’d like to know what version of bluez is installed (in balenaOS 2.103.0).

hi, in case anyone get here with the same question, bluez is installed in OS through Yocto recipe here : meta-balena/meta-balena-common/recipes-connectivity/bluez5 at v2.103.0 · balena-os/meta-balena · GitHub

NB: your answer is bluez5.64

@alanb128 Thank you so much for this kindness. Actually I’m also find the list of packages and searching hera nad there but unable to find it yet. But when I reach here and find solution you can’t estimate my feeling how happy I’m now.
Thank you soo much once again.