On 22.06.21 19:19, Moustafa Noufale wrote: > Hi Mr. Kiszka, > Yes, you are right. I managed to build the kernel headers and make an output > folder "build" and passed it to the Makefile and ran: > make ARCH=arm64 CROSS_COMPILE=/bin/aarch64-linux-gnu- > I saw also a conversation in google groups about a similar problem. But what > modifications are required for the 4.14.98-imx Linux to be suitable for > jailhouse? I mean, if is there something missing?
Conceptually, you need to backport the kernel patch queue that is available in [1] or [2]. Some changes are needed to make things build, some are "just" adding features like the ivshmem drivers. Note that [1] contains some old 4.14 branch as well, but I would not expect it work with latest versions of Jailhouse anymore. Jan [1] https://github.com/siemens/linux/commits/jailhouse-enabling/5.10 [2] http://git.kiszka.org/?p=linux.git;a=shortlog;h=refs/heads/queues/jailhouse -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/c2c85f94-2844-113d-b2ab-b169b1fa2449%40siemens.com.
