On 2017-03-09 14:54, John Parker wrote: > I'll give it a shot... so looks like I can download a kernel snapshot from > [2] and it looks like that will have the mainline patches... but I'm a bit > unclear as to whether I can use a mainline kernel or if I need to try and > patch the OrangePi custom kernel (which I think is either 3.8 or 4.10 vs 4.9). >
I was running a mainline kernel myself, plus a forward-port of Ethernet driver patches for that chip. But the result was not very stable. Therefore, I would recommend applying the few Jailhouse patches on top of the custom kernel for now until mainline stabilized (maybe it did meanwhile, dunno). > So once I've compiled the kernel and gotten it running with the patches > you've indicated.... I need to pass the kernel path to the jailhouse > makefile? Is that why it's complaining about the [modules]target? You need to pass the kernel's build directory to Jailhouse. That is different from the source dir - unless you did an in-tree build (i.e. you called "make" without "O=" over the source tree). > > Mind you, I don't REALLY know what I'm doing, but I'll hack away for a while. > Thanks for your help. > Yeah, it's a learning process, but you have to start somewhere. Jan -- Siemens AG, Corporate Technology, CT RDA ITP SES-DE 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]. For more options, visit https://groups.google.com/d/optout.
