|
You understand that even if you place the app in ROM, it will still need to load into RAM in order to execute. ROM is just protected storage that does not require power flow to maintain it; not even the OS actually executes in ROM. Unless you are absolutely certain you know what needs to be added to the ROM image to store PI there, it would be better to just install it into file store (which is also a portion of the device ROM).
|