Hi,
I followed the LSDK manual to build a kernel and a my kernel module using Yocto layers.
Now I'm running Ubuntu root fs and cannot use my kernel module because at least it has a different kernel version.
How can I compile the Ubuntu kernel? Should I use LSDK? Can I use kernel compiled with Yocto?
Solved! Go to Solution.
Do you want install it into the storage device?
Please refer to LSDK21.08 4.3.8 How to generate LSDK bootpartition tarball.
4.3.13 How to build various userland with custom packages
LSDK Ubuntu-based Main Userland
Do you want install it into the storage device?
Please refer to LSDK21.08 4.3.8 How to generate LSDK bootpartition tarball.
4.3.13 How to build various userland with custom packages
LSDK Ubuntu-based Main Userland
Please refer to LSDK21.08 4.3.6 How to build Linux kernel with flex-builder.
Thanks @June_Lu , I already compiled the kernel. My question is how can I install it on Ubuntu?