Forum Discussion
Qazi_Shahid
Occasional Contributor
5 years agoI have compile lnux kernal version 5.10 from
git source https://github.com/altera-opensource/linux-socfpga.
I have used gcc-linaro as cross compiler .
COMPILER_FILE="gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf"
COMPILER_URL="https://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/arm-linux-gnueabihf/${COMPILER_FILE}.tar.xz"
Commands used to compile
1. make socfpga_defconfig (inside git repository )
2. make zImage
I have basically followed the instruction from https://github.com/tmarkettos/arria10-ubuntu-sdcard to build the sdcard.img image.