Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are building on a remote server, you (or your IT department) will be responsible for setting up the FLEX_LM licensing server and install Vivado software

Info
titleVivado Version

Currently, all firmware targets are locked to Vivado Version 2014.4 and will not build if otherwise.

Creating a build output directory

$ cd /u1/ExampleRceProject/firmware

$ mkdir build

Building SimpleDpm

 

$ cd /u1/ExampleRceProject/firmware/target/SimpleDpm/

$ make

Building SimpleDtm

 

$ cd /u1/ExampleRceProject/firmware/target/SimpleDtm/

$ make

Building PgpDpm

 

$ cd /u1/ExampleRceProject/firmware/target/PgpDpm/

$ make

Building PgpDtm

 

$ cd /u1/ExampleRceProject/firmware/target/PgpDtm/

$ make