AD7606B 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 ~/ad7606b $ 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 ad7606b-fmcz project folder
$ cd projects/ad7606b-fmcz
-
Navigate to src/ to open hwlib.c file using the preferred editor of your choice.
$ cd src/ $ gedit hwlib.c

- Choose to build either Parallel Interface or Serial Interface operation by defining the macro PARALLEL_SERIAL as 0 or 1 respectively.
NOTE: Choosing either of the interfaces requires its specific HDL to be built as well.
Parallel Interface

Serial Interface

-
Build the project
$ ./build.sh
-
The newly created u-boot.scr file will be available in the current working directory and the hwlib.bin file will be available inside the ad7606b-fmcz/src folder.
Next - Update the SD Card (no-OS)
Return to Build the Example Design
Return to AD7606B Platform User Guide
Information on this site was obtained from |
|