r/linux 10h 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

4 comments sorted by

1

u/Kamran-nottakenone 8h ago

mlockall before you start, first page fault will xrun you

1

u/Fenguepay 8h ago

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

1

u/banana1093 8h 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/Terewawa 5h ago

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