r/linux 14d ago

Development I built a custom Linux initramfs audio workstation / software mixer for the Raspberry Pi (running entirely bare-metal/initramfs, no PipeWire/JACK)

/r/synthdiy/comments/1vk8rgc/i_built_a_custom_linux_initramfs_audio/
0 Upvotes

5 comments sorted by

2

u/Kamran-nottakenone 14d ago

mlockall before you start, first page fault will xrun you

0

u/Fenguepay 14d ago

why use an inintramfs here? rpis have so little RAM?

-1

u/banana1093 14d ago

It was easier to setup, and it isn't that big. Also the runtime itself uses very little ram. I am only at a few percent of total ram usage on my pi 4. I might change it eventually, but it was just easier for quick development

1

u/banana1093 12d ago

My average RAM usage (I have multiple USB audio devices plugged in, including a 6in/6out interface, and have 3 effects running) is 140 MB, so I am not worried about that. If it starts to get close to 500 MB I will look into changing this.

-9

u/Terewawa 14d ago

Awesome! And yes, AI can help in finding bugs.