Does jetpack 6.0 not support gs_usb(usb to can)?

Easily build and install the gs_usb CAN kernel module for NVIDIA Jetson devices running L4T R36.4.3 (Linux for Tegra). Supports both native (ARM64) and cross-compilation (x86_64) workflows.

Hi,

I hope this script can help others facing the same CAN module challenges. I’ve created an automated solution to simplify building the gs_usb kernel module:

Native Compilation (on Jetson)

Step 1: Download and run the build script

wget -q https://github.com/lucianovk/jetson-gs_usb-kernel-builder/raw/main/jetson-gs_usb-kernel-builder.sh
chmod +x jetson-gs_usb-kernel-builder.sh
sudo ./jetson-gs_usb-kernel-builder.sh

Cross-Compilation

jetson-gs_usb-kernel-builder/README.md at main · lucianovk/jetson-gs_usb-kernel-builder · GitHub

4 Likes