PINE64
Rock64 kernel compilation - configs - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85)
+--- Forum: General Discussion on ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=86)
+--- Thread: Rock64 kernel compilation - configs (/showthread.php?tid=5941)



Rock64 kernel compilation - configs - acrobatbob - 04-06-2018

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