Versions Compared

Key

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

...

Setup and Configuration

Linux Server

**insert text here**

ATCA Crate

**insert text here**

ZYNQ SD Memory Card

**insert text here**

SVN Checkout: Firmware and Software

...

$ svn co file:///afs/slac/g/reseng/svn/repos/ExampleRceProject/trunk ExampleRceProject

If you are building on a non-SLAC server: remote server:

$ cd /u1

$ svn co svn+ssh://$USER@rhel6-64.slac.stanford.edu/afs/slac/g/reseng/svn/repos/ExampleRceProject/trunk ExampleRceProject

  • Note: $USER is your SLAC username

  • Note: Add the following lines to your .ssh/config before executing svn+ssh command:

    • ControlMaster auto

    • ControlPath ~/.ssh/master-%r@%h:%p

For more information, see TID-AIR Firmware Build System presentation

...

Linux Server

**insert text here**

ATCA Crate

**insert text here**

ZYNQ SD Memory Card

**insert text here**

Building and Running

...