Issues Installing SIM7600G-H 4G for Jetson Nano

I have the same problem described by @poppedbubblewrap . I tried to fix it by downloading all the jetson nano images (.img), but the paths problem still appears. To try to solve it I have followed the steps described in https://forums.developer.nvidia.com/t/r32-1-tx2-how-can-i-build-extra-module-in-the-tegra-device/72942/9 by @linuxdev. I have reached the point where it correctly compiles all the drivers that come in the kernel source code. However not the Simcom_wwan. I don’t know if I’m missing a step like editing the makefile or the Kconfig, to include this new driver in the compilation.

Currently when trying to compile the driver, the output is as follows

89/5000

It is what I have managed to do, if someone has achieved something else, I hope they can share it

Upgrade. After the modifications that I already mentioned, I have managed to compile the driver by executing the command “make” as sudo su user.

At this point I am not clear if it is necessary to make the modifications to compile the driver or it was only necessary to “sudo su” before “make”.