HP Forums
running hp os alongside linux - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: running hp os alongside linux (/thread-18468.html)



running hp os alongside linux - jfelten - 06-13-2022 03:31 PM

I have heard that the HP Prime firmware is largely just a typical ELF binary. If I flash Linux OS to the NAND (as per these instructions), then will I still be able to run the original firmware on that calculator?


RE: running hp os alongside linux - anyfoo - 06-13-2022 04:48 PM

Being an ELF binary really does not say much at all about the nature of a binary... unless that ELF binary already runs under Linux (in which case the actual OS would be around it), that won't work.

Consider for example that both the Linux kernel and a program running under Linux are both ELF binaries.