PINE64

Full Version: Rock64 kernel compilation - configs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Community,

The project I am working on requires SCTP protocol support on the Rock64, which I believe is not configured for the current mainline kernel (although perhaps compiled as a module?). I test the SCTP support using the checksctp function from lksctp-tools package.

I have attempted to compile and flash the kernel through the supplied Debian platform, but unfortunately the device no longer boots. 

Perhaps I am being a little simplistic in my steps for achieving a custom kernel:

-- edit config (CONFIG_IP_SCTP=y amongst various others required for SCTP)
-- build kernel on-device for ARM64 architecture 
-- sudo make install

Is it preferable to build the kernel using the linux-build branch (in conjunction with uboot)? 

Thanks