You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nvidia does not supply .run files for these systems, instead preferring to ship custom rootfs of ubuntu with .debs containing the gpu drivers, firmware, and other software.
they also provide a binary tarfile with the drivers only contained in the proper repo structure.
I have make BSP flatpak's for 32.3.1, 32.7.3, and 35.1.0 for anyone that comes across this that is interested.
due to bugs in flatpak not applying finish-args for runtime, you will have to apply overrides for the system so the GPU can be accessed
Nvidia does not supply .run files for these systems, instead preferring to ship custom rootfs of ubuntu with .debs containing the gpu drivers, firmware, and other software.
they also provide a binary tarfile with the drivers only contained in the proper repo structure.
the debs and drivers are found here (example release 32.3.1):
https://developer.nvidia.com/embedded/dlc/r32-3-1_Release_v1.0/t210ref_release_aarch64/Tegra210_Linux_R32.3.1_aarch64.tbz2
nested inside this file is another archive
nv_tegra/nvidia_drivers.tbz2
, this is the tarfile which contains the structure with the userspace drivers.any assistance in packing this tarfile into a flatpak runtime would probably be most of the work to getting this functional for a proof of concept
The text was updated successfully, but these errors were encountered: