Custom Pi ROM
Rob Heaton (274) 515 posts |
Does anyone have any pointers on how to add a custom module to ROM build? The modules are binaries, I don’t have the sources, this is purely for my own amusement! |
Martin Avison (27) 1494 posts |
Are you sure they are suitable for adding to the ROM? It does impose additional requirements (eg read only). |
John WILLIAMS (8368) 493 posts |
After all, that is the whole philosophy behing the relocatable module system. When they become widely used and fool-proofed they can be added to the ROM, but until then, they’re better soft-loaded as required. |
Rob Heaton (274) 515 posts |
I’m not trying to add modules to a ROM for distibution, I’m just playing really and trying to work out how to add additional modules. |
Julie Stamp (8365) 474 posts |
Sources.Networking.AUN.MManagerBlob has a module without source, so you might be able to copy how that’s done. |
Rob Heaton (274) 515 posts |
Thanks Julie! |