Forum Discussion
snehal_p
Contributor
3 years agoCustomization of Boot image for DE1SOC cyclone 5 SOC board
I'm setting kernel version as 4.14.126 but it is getting set as 4.2.4.14.126
Using Buildroot for customizing image
aikeu
Regular Contributor
3 years agoHi snehal_p,
I think you can locate the Makefile of your linux kernel and modify it accordingly before build:
https://github.com/altera-opensource/linux-socfpga/blob/socfpga-5.15.50-lts/Makefile
VERSION = 5
PATCHLEVEL = 15
SUBLEVEL = 50
Thanks.
Regards,
Aik Eu