Hi,
First of all here is my tdx-info:
Software summary
**------------------------------------------------------------**
Bootloader: U-Boot
Kernel version: 6.6.94-7.3.0-g5a62539de8f9 #1-Torizon SMP PREEMPT Wed Jun 25 09:14:55 UTC 2025
Kernel command line: root=LABEL=otaroot rootfstype=ext4 quiet logo.nologo vt.global_cursor_default=0 plymouth.ignore-serial-consoles splash fbcon=map:3 ostree=/ostree/boot.0/torizon/31dc8182fa59a1eee30faa472a4436f61a7b1096f529931cd445c29eda2eeb6b/0
Distro name: NAME=“Torizon OS”
Distro version: VERSION_ID=7.3.0-build.18
Distro variant: VARIANT=“Docker”
Hostname: verdin-imx8mp-08622093
**------------------------------------------------------------**
Hardware info
**------------------------------------------------------------**
HW model: Toradex Verdin iMX8M Plus WB on Ivy
Toradex version: 0064 V1.1A
Serial number: 08622093
Processor arch: aarch64
**------------------------------------------------------------**
I am new to using Toradex development tools and I am trying to run the AgIsoVirtualTerminal application, which uses the JUCE library. The problem I am facing is that, although I have a sound card connected and working on my Verdin Ivy kit with an iMX8MP module, when I try to run the application I get the following error:
ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
From my research, this seems to be because CONFIG_SND_SEQUENCER was not enabled when building the kernel, since it appears as “# CONFIG_SND_SEQUENCER is not” set in the /proc/config.gz file.
I got the idea from this article about exposing the audio device to the container:
I was able to successfully customize my Torizon OS image by following the steps from this article:
However, up to this point, I have no way to change or rebuild the kernel to enable CONFIG_SND_SEQUENCER.
Now I am following the steps described in this article to rebuild the kernel with the flag enabled:
Am I on the right track? Is there a simpler way to get this kernel module working? Perhaps by using the “Toradex Embedded Linux Reference Multimedia” image?
Thank you very much in advance!