Hi Vishal, The elfloader is designed to run with full hardware access in the way it allocates memory whilst unpacking the elf image. It also has a lot of code to place the machine into a known state (manipulating caches and MMUs etc) prior to the kernel running. A seL4 application must talk to the kernel to manipulate resources and setup a new application/component, and has no need to perform such initialization, and as such almost nothing from the elfloader would be useful to a user level application loader.
Adrian On Thu 14-Dec-2017 9:07 PM, PANCHAL Vishalkumar (MORPHO) wrote: > > Hello, > > Can we use ELF-Loader tool functions into the user_space application (here, > main_app) to Dynamically load the image of other application (app-1, app-2, > app-3) from external device ? > > > [cid:[email protected]] > > > > > Regards, > > > > > Vishal PANCHAL > > > Software Engineer | Noida | R&D > > > P : +91 (120) 4072 549 > M. +91 94266 38316 > E. [email protected]<mailto:[email protected]> > > > > > > > > [Idemia]<https://www.idemia.com/> > > > Join us on > > [Facebook]<https://www.facebook.com/IdemiaGroup/> > > [Twitter]<https://twitter.com/IdemiaGroup> > > [LinkedIn]<https://www.linkedin.com/company-beta/3488/> > > [Youtube]<https://www.youtube.com/user/SafranMorpho/> > > > > > > > [www.idemia.com]<https://www.idemia.com/> > > > > > [OT-MORPHO is now IDEMIA] > > > > > > # > " This e-mail and any attached documents may contain confidential or > proprietary information. If you are not the intended recipient, you are > notified that any dissemination, copying of this e-mail and any attachments > thereto or use of their contents by any means whatsoever is strictly > prohibited. If you have received this e-mail in error, please advise the > sender immediately and delete this e-mail and all attached documents from > your computer system." > # > > > > _______________________________________________ > Devel mailing list > [email protected] > https://sel4.systems/lists/listinfo/devel > _______________________________________________ Devel mailing list [email protected] https://sel4.systems/lists/listinfo/devel
