Just a bit of an update, to let you guys know I haven't abandoned the project.
The project so far:
I managed to boot the console through a python script, and get sound through a couple of channels.
I think I have most of the communication and routing commands to and from both boards (brain and dsp) figured out, although there's still some more funky stuff to sniff out.
I managed to port the boot process to c++, and got it running on a raspberry pi.
My goal would be to make a program that runs on a pi, since that is a well-established platform.
However, since pi's are a bit of an unobtainium at the moment (at least the pi 4), I'm also looking at similar options (banana pi, nano pi, orange pi).
What I'm currently fiddling with, is trying to figure out how to set up a development environment.
Problem is, that compiling (building) the program on the raspberry pi itself is
s l o w .....
and tends to run out of memory while building, even though the final program could run just fine.
So I'm trying to set up a cross compiling environment on a virtual machine (meaning, compiling the program on a pc, in a way that it can run on the pi).
However, this has turned out to be quite difficult....
If someone has experience with this, and can write up a quick guide on how to set that up on a virtual machine, please let me know
Regards, and happy easter!
Anders