You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Introduction

This project is a basic project demonstrating how to setup/build/run a Reconfigurable Cluster Element (RCE) project from scratch.

Requirements

Hardware Requirements

The following hardware is required for this example:

Setup and Configuration

SVN Checkout: Firmware and Software

If you are building on a SLAC server:

$ cd /u1

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

If you are building on a 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 about how to setup the DHCP and setup NFS**

ATCA Crate

**insert text here about how to connect the COB to the server and setup the shelf manager**

ZYNQ SD Memory Card

**insert text here about how to program a new SD memory card from scratch**

Building and Running

 

 

  • No labels