Skip to content

ADRV9002 Platform Build no‐OS

mayurnik06 edited this page Nov 2, 2021 · 5 revisions
  1. Setup up the environment for the project build. Ignore the DS-5 installation warning. It will not be utilized here.

      $ /home/soceds/intelFPGA_lite/18.1/embedded/embedded_command_shell.sh  
    
  2. Clone the git repo

      $ cd ~/adrv9002
      $ git clone https://github.com/ArrowElectronics/no-OS.git
    
  3. Change into the new repo

      $ cd no-OS
    
  4. Checkout the 2021_R1 branch

      $ git checkout 2021_R1 
    
  5. Navigate to the adrv9001 project folder.

      $ cd projects/adrv9001
    
  6. Build the project

    1. To clean Project

             $ make clean PLATFORM=altera PROJECT_NAME=hwlib
      
    2. To build project

             $ make PLATFORM=altera PROJECT_NAME=hwlib
      
    3. To clean all & build project

             $ make PLATFORM=altera PROJECT_NAME=hwlib ra
      
    4. To list all project files

             $ make PLATFORM=altera PROJECT_NAME=hwlib list
      
  7. The newly created u-boot.scr & hwlib.bin file will be available inside the adrv9001/build folder.



Next - Update the SD Card (no-OS)

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


Information on this site was obtained from
Clone this wiki locally