Losing this when you load ELFs is kind of a bummer. Probably a dumb question but I wonder if it'd be possible to only swap in the parts of the binary that are needed at any given time.
cramfs parses ELF files and marks XIP only a .text/ro segments of it, not the whole file.
https://github.com/npitre/cramfs-tools/commit/2325ed2de8fd17...
cramfs parses ELF files and marks XIP only a .text/ro segments of it, not the whole file.
https://github.com/npitre/cramfs-tools/commit/2325ed2de8fd17...