ADRV9002 Platform Build Linux & the Devicetree - ArrowElectronics/arrow-adi-intel-psg GitHub Wiki
-
Source the environment
$ source ~/gcc-linaro/gcc-linaro-5.5.0-2017.10-x86_64_arm-linux-gnueabi/env.sh -
Clone the git repo
$ git clone https://github.com/ArrowElectronics/linux.git -
Change into the new repo
$ cd linux -
Check out the Altera 5.4 branch
$ git checkout altera_5.4 -
Set the defconfig
$ make socfpga_adi_defconfig -
Apply the MitySoM patch (only for commit 7911e21, omit this step if using the latest commit)
$ git apply drivers/iio/adc/navassa/mitysom_a10s_boot.patch -
Build the kernel
$ make zImage -
Build the device tree blob
$ make mitysom_a10s_devkit_gen2_adrv9002.dtb
Return to Build the Example Design
Return to ADRV9002 Platform User Guide