I tried to install Raspberry Pi OS on a Zynthian V4, but the screen is not recognized

This is from Gemini, not @jofemodo I thought it might help:

how to route the output using a2j bridge?

To route output using an a2j bridge, you need to

use a graphical patching utility like QjackCtl or a command-line tool to connect the virtual MIDI ports created by

a2jmidid. The a2j bridge (a2jmidid) translates MIDI events between the legacy ALSA MIDI system and the more flexible JACK MIDI system.

The bridging process

  1. Enable the bridge: Run the a2jmidid daemon to export your ALSA MIDI ports to JACK.

  2. Connect the ports: Use a connection manager to route the MIDI output from the a2j client (your ALSA device) to the input of a JACK-aware application.

You can use aconnect from the comment line to connect alsa ports.

Thanks Riban! It’s not working properly right now. I’ll come back here as soon as I have results.