I am trying to install a capture card (cn312s) driver on an AGX Orin DevKit for my university graduation project. This driver works well on Orin DevKit but when I connect forge carrier board, I am encountering an error during the compilation of the driver. When I enter the command, the details of the error is below:
sudo insmod cn312s.ko
insmod: ERROR: could not insert module cn312s.ko: Invalid parameters
sudo modprobe cn312s
modprobe: ERROR: could not insert ‘cn312s’: Invalid argument
The output of dmesg` command in the terminal and received output can be seen in the dmesg.txt file in
I still need support. I am actually having trouble with customizing my kernel for the forge carrier. The driver works in devkit but when I switch to forge carrier board, I can’t set it up.