PINE64
Kernel rebuild resources and process for pine64-LTS - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64-LTS / SOPINE Compute Module (https://forum.pine64.org/forumdisplay.php?fid=66)
+--- Forum: Linux on PINE A64-LTS / SOPINE (https://forum.pine64.org/forumdisplay.php?fid=69)
+--- Thread: Kernel rebuild resources and process for pine64-LTS (/showthread.php?tid=14131)



Kernel rebuild resources and process for pine64-LTS - Atreyo tech - 06-07-2021

Hi,
 
I am start using pine64-LTS board and currently installing new OS in SD card successfully. Please check below result of "uname -a" according to my board. 
"Linux pine64so 5.10.34-sunxi64 #21.05.1 SMP Fri May 7 15:50"19 UTC 2021 aarch64 GNU/Linux"
 
Now, I want to modify or add some features through kernel. Please guide me how to get kernel source and rebuild process.


RE: Kernel rebuild resources and process for pine64-LTS - igorp - 06-25-2021

https://docs.armbian.com/Developer-Guide_Build-Preparation/


RE: Kernel rebuild resources and process for pine64-LTS - Atreyo tech - 07-02-2021

Hello,

I have started compiling the kernel for pine64 board as per above suggested link by the following command.

$ ./compile.sh CLEAN_LEVEL="make,debs,oldcache,cache" NO_APT_CACHER=yes USE_TORRENT=no

I have used "NO_APT_CACHER=yes" to avoid error from proxy settings. Moreover, "USE_TORRENT=no" to avoid fetch URL failed error. However, again I have encountered an error which can be seen in the screenshot attached. I don't exactly know why this error has occurred.

Please guide me to compile it successfully.