Use MIDI (Kernel build)

How can I use MIDI in Jetson Orin?

How do I build a kernel with Jetson Orin?

Hi, we don’t have experiences working with MIDI on Jetson devices, but someone else on the forum has done it before, so check this post to see if it helps:

More posts for enabling the required kernel modules:

I was thinking of self-building the kernel on the Jetson AGX Orin itself.
I set the config to use the MIDI sequencer and built as follows:

config:

CONFIG_SOUND_OSS_CORE=y
CONFIG_SOUND_OSS_CORE_PRECLAIM=y
CONFIG_SND_SEQUENCER=y
CONFIG_SND_SEQ_DUMMY=y
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_RAWMIDI_SEQ=y

$ make oldconfig
$ make prepare
$ make modules_prepare
$ make -j4 Image && make -j4 modules
$ sudo make modules_install
$ sudo cp arch/arm64/boot/Image /boot/Image

After rebooting, I get repeated NVIDIA logs and cannot boot.
Is there something wrong with the procedure?

Hi, please dump your serial connection log and post it here.
Do you have any peripherals connected to the board which may need some modifications in device trees?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.