JoshuaWillson
New Contributor
3 years agoArria 10 Linux Kernel
Hi All,
I am trying to boot (linux-socfpga) linux kernel on the Arria 10 SoC.
Does any one have any knowledge on which tools chains need to be used for which versions of kernel.
When I build ACDS20.1 (https://github.com/altera-opensource/linux-socfpga/tree/ACDS20.1_REL_GSRD_PR) with tool chain gcc-linaro-7.5.0-2019.12 (arm-linux-gnueabihf) I can get my build to boot.
When I build ACDS21.1 (https://github.com/altera-opensource/linux-socfpga/tree/ACDS21.1_REL_GSRD_PR) with tool chain gcc-linaro-7.5.0-2019.12 (arm-linux-gnueabihf) I can NOT get my build to boot.
Do I need to change the following compatible line in the DTS?
model = "Altera SOCFPGA Arria 10";
compatible = "altr,socfpga-arria10", "altr,socfpga";
Does anyone have any info on this?
Thanks!
-JW