Skip to content

AD40xx Platform Build no‐OS

d-samal edited this page Feb 17, 2022 · 3 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 ~/ad4020
     $ 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 ad400x-fmcz project folder

     $ cd projects/ad400x-fmcz
    
  6. Build the project

     $ ./build.sh
    
  7. 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 ad400x-fmcz/src folder.



Next - Update the SD Card (no-OS)

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


Information on this site was obtained from
Clone this wiki locally