I want to use the Jetson Nano with some exfat drives.
With the linux kernel on these things ancient as it is it does not have the exfat linux kernel driver, which is only included from linux kernel 5.4 (2019) onwards.
Did someone succeed in getting:
- a kernel 5.4 or higher compiled for nano and having the nano boot it? Don’t need any of the gpu acceleration stuff and the board will run headless
OR - patch the supported kernel (4.9) with the exfat linux kernel driver to get proper speed.
FYI
I am aware jetson nano is end-of-life.
I am aware there is exfat-fuse, but it is way slower than the kernel driver, which has the speed I need.