Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2510

General discussion • PI5: dtoverlay midi-uart0 fails to be applyed

$
0
0
Hello, is there somebody working on MIDI? I really do need help:

System is Bookworm on Pi5

In my /boot/config.txt I did:

Code:

dtoverlay=disable-btenable_uart=1# get UART back to GPIO Header:dtparam=uart0# set params for MIDI Comdtoverlay=midi-uart0

Code:

sudo ttymidi -s /dev/ttyAMA0 -b 38400 -v
outputs something weird (e.g. some corrupt MIDI-messages) when I press the pianokeys, however it is obvious that at least the baud rate is not correct.

Code:

sudo dtoverlay midi-uart0
outputs "Failed to apply overlay '1_midi-uart0-pi5' (kernel)'
However

Code:

sudo dtoverlay midi-uart2
for testing reason, won't complain.

in /boot/cmdline.txt I deleted the console-part. However, it makes no difference. Also doublechecked MIDI-HW.

To resume:
It seems that I already managed to get ttyAMA0 working, however dtoverlay midi-uart0 fails.

I really do appreciate your help.

Thorsten

Statistics: Posted by Stupps — Tue Feb 06, 2024 7:33 am



Viewing all articles
Browse latest Browse all 2510

Trending Articles