Compile own Kernel for FriendlyCore
Posted: Wed Oct 24, 2018 7:00 am
Hi there,
for my NanoPi-M4 i am using latest friendlycore image on SDCARD (rk3399-sd-friendlycore-bionic-4.4-arm64-20180921). I develop application with Qt5 and it works so far. But now I get in trouble when using my FTDI232H based device.
Since the ftdi_sio driver is compiled directly into the kernel and not as a module, i have no chance to use my device with the FTD2xx library.
I know from other embedded boards that I have to compile my own kernel in this case. But to do so I need 2 things:
1) Kernel sources
2) Kernel configuration
On Github I only found kernel source tree for "FriendlyARM NanoPi (s3c2451)" and not for "NanoPi-M4 (RK3399)".
Any hint in which direction to go is very welcome.
Cheers
Thomas
for my NanoPi-M4 i am using latest friendlycore image on SDCARD (rk3399-sd-friendlycore-bionic-4.4-arm64-20180921). I develop application with Qt5 and it works so far. But now I get in trouble when using my FTDI232H based device.
Since the ftdi_sio driver is compiled directly into the kernel and not as a module, i have no chance to use my device with the FTD2xx library.
I know from other embedded boards that I have to compile my own kernel in this case. But to do so I need 2 things:
1) Kernel sources
2) Kernel configuration
On Github I only found kernel source tree for "FriendlyARM NanoPi (s3c2451)" and not for "NanoPi-M4 (RK3399)".
Any hint in which direction to go is very welcome.
Cheers
Thomas