ADRV9002 Platform Build no‐OS - ArrowElectronics/data-storm-daq GitHub Wiki
-
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
-
Clone the git repo
$ cd ~/adrv9002 $ git clone https://github.com/ArrowElectronics/no-OS.git
-
Change into the new repo
$ cd no-OS
-
Checkout the 2021_R1 branch
$ git checkout 2021_R1
-
Navigate to the adrv9001 project folder.
$ cd projects/adrv9001
-
Build the project
-
To clean Project
$ make clean PLATFORM=altera PROJECT_NAME=hwlib
-
To build project
$ make PLATFORM=altera PROJECT_NAME=hwlib
-
To clean all & build project
$ make PLATFORM=altera PROJECT_NAME=hwlib ra
-
To list all project files
$ make PLATFORM=altera PROJECT_NAME=hwlib list
-
-
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 |
|