Skip to content

AD738x Platform Build no‐OS

d-samal edited this page Feb 17, 2022 · 2 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 ~/ad738x
      $ 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 ad738x_fmcz project folder.

      $ cd projects/ad738x_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 ad738x_fmcz/src folder.



Next - Update the SD Card (no-OS)

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


Information on this site was obtained from
Clone this wiki locally