ADRV9002 Platform Build Linux & the Devicetree - ArrowElectronics/arrow-adi-intel-psg GitHub Wiki

  1. Source the environment

     $ source ~/gcc-linaro/gcc-linaro-5.5.0-2017.10-x86_64_arm-linux-gnueabi/env.sh  
    
  2. Clone the git repo

     $ git clone https://github.com/ArrowElectronics/linux.git 
    
  3. Change into the new repo

     $ cd linux  
    
  4. Check out the Altera 5.4 branch

     $ git checkout altera_5.4  
    
  5. Set the defconfig

     $ make socfpga_adi_defconfig 
    
  6. 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
    
  7. Build the kernel

     $ make zImage  
    
  8. Build the device tree blob

     $ make mitysom_a10s_devkit_gen2_adrv9002.dtb 
    

Next - Build uboot

Return to Build the Example Design
Return to ADRV9002 Platform User Guide