ESP32 elf loader example
Posted: Sat Apr 02, 2022 7:38 am
Hi Guys,
I tried to search the forum, with little luck about elf-loader examples.
Google is also not helping either, maybe one of you can provide some information.
My goal is to be able to compile an application as an .elf file, that an elf-loader in the ESP32 can load.
I developed a system, which functions as a light-weight OS, and I wanna integrate this into it, so others can make applications for it without me exposing source code for them.
Basically I load the application as an elf file.
As far as I know, it is possible, there is an old version of it by joltwallet and niicoooo, but these are pretty old.
I was using the IDF master branch a while ago, and there was an option in menuconfig to compile for an elf-loader, but no info. I would appreciate if you could give me a hint on this issue
Thanks!
I tried to search the forum, with little luck about elf-loader examples.
Google is also not helping either, maybe one of you can provide some information.
My goal is to be able to compile an application as an .elf file, that an elf-loader in the ESP32 can load.
I developed a system, which functions as a light-weight OS, and I wanna integrate this into it, so others can make applications for it without me exposing source code for them.
Basically I load the application as an elf file.
As far as I know, it is possible, there is an old version of it by joltwallet and niicoooo, but these are pretty old.
I was using the IDF master branch a while ago, and there was an option in menuconfig to compile for an elf-loader, but no info. I would appreciate if you could give me a hint on this issue
Thanks!