Skip to content

ADRV9002 Platform Build Linux & the Devicetree

nisargprajapatiei edited this page Oct 28, 2021 · 5 revisions
  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

     $ cd ~/adrv9002
     $ 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_tei0022_adi_defconfig  
    
  6. Build the kernel

     $ make zImage  
    
  7. Build the device tree blob

     $ make socfpga_cyclone5_tei0022_03_axi_hdmi_adrv9002_rx2tx2.dtb 
    




Next - Update the SD Card

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

Clone this wiki locally