AD7768 Platform Build Linux & the Devicetree - ArrowElectronics/data-storm-daq 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
$ cd ~/ad7768 $ git clone https://github.com/ArrowElectronics/linux.git
-
Change into the new repo
$ cd linux
-
Check out the Altera 4.19 branch
$ git checkout altera_4.19
-
Set the defconfig
$ make socfpga_tei0022_adi_defconfig
-
Build the kernel
$ make zImage
-
Build the device tree blob
$ make socfpga_cyclone5_tei0022_03_axi_hdmi_ad7768.dtb
Next - Update the SD Card (Linux)
Return to Build the Example Design
Return to AD7768 Platform User Guide