Hello everyone.
Would you let me know how to build Linaro Kernel that AArch32 applications run in EL0?
I'm trying to build Linaro Kernel while seeing the following site.
http://releases.linaro.org/latest/openembedded/juno-lsk
I would like to build Linaro Kernel whose EL0-AArch-mode is AArch32. However, I don't know how to configure config files.
best wishes,
I solve this problem by myself.
AArch64 provides support for running legacy v7A 32bit user space application in EL0 running 32 bit mode.
The operating system's dynamic loader locks at the ELF file to determine how it is built and ensures the executable is run in the correct Execution State.
Best wishes,