Qengineering / Jetson-Nano-Ubuntu-20-image

Jetson Nano with Ubuntu 20.04 image
https://qengineering.eu/install-ubuntu-20.04-on-jetson-nano.html
BSD 3-Clause "New" or "Revised" License
702 stars 74 forks source link

Any chance of updating kernel version to 5.6+? #56

Closed plsnotracking closed 11 months ago

plsnotracking commented 11 months ago

Hi, thank you for this amazing project, really appreciate it.

My quick question was about having a chance to upgrade the kernel to 5.6+, I'm trying to use wireguard, and seems like it's not working as intended in kernels sub 5.6, and in this case it's 4.9.

Any info with a workaround would be appreciated, thank you.

Qengineering commented 11 months ago

The Jetson Nano only supports kernels < 5, due to its limited CUDA support. Kernels above 4 require CUDA 11, which can't run on the Nano due to low-level driver dependencies. Sorry.

plsnotracking commented 11 months ago

I see, okay, thank you for the background.