Hi,
is there any 32-bit Linux Kernel for the Juno board? I have an application where I can't use 64-bit Kernel.
Thank you.
Hello Ash,
Unfortunately that would not work in my case: I have a hardware debugger which requires another expensive license to debug 64-bit Kernels. So I can only debug 32-bit Kernels. A guest 32-bit Kernel would not solve this problem.
Thank you very much for your answer anyway,
Leandro.
Hello,
The software stacks that are provided as part of the Linaro ARM Platforms releases only ship with 64-bit kernels.
Those 64-bit kernels do, however, boot at EL2 so have access to KVM with full architectural virtualization extensions; perhaps you could use KVM on the 64-bit kernel to host a 32-bit guest kernel?
Regards,
Ash
Edit: Are you just trying to run a 32-bit application? If so, would compiling the kernel with multiarch support not suffice? You may need to compile the application statically though, or get a userspace with multiarch libs.