We designed a custom board for Jetson orin agx devkit module and modified the configuration to be able to make it work. However, the jetson does not deem to have the drivers for APE sound card :
gaus@tegra-ubuntu:~$ cat /proc/asound/cards
0 [HDA ]: tegra-hda - NVIDIA Jetson AGX Orin HDA
NVIDIA Jetson AGX Orin HDA at 0x3518000 irq 112
Part of the fix is to download the missing driver when building the kernels :
…so adding kernel-modules to your build would be a good start.
I tried donwloading the kernels with git command (source_sync.sh) instead of public sources but it did not work. How can I compile the kernels with the needed drivers?
Also, I tried flashing default configuration BSP on devkit board and it did have the APE sound card. So my guess is that the driver are installed but not loaded.
I tested with fresh BSP on devkit board (downloaded from Jetson Linux 35.3.1 | NVIDIA Developer) and the alsa drivers would load. So it must be something stopping the drivers from initializing.
Any updates on what could stop the drivers from initializing? I’m thinking it could be hardware, but I cant find anything that could stop the drivers from detecting the sound card.
Could it be about the i2c lines? Because they are all connected to unused camera module :