SAMPA: Difference between revisions

From ift
No edit summary
mNo edit summary
Line 30: Line 30:


==== Network fix ====
==== Network fix ====
Fixed mac: warm reboot, pree key to stop at uboot, type
To set a fixed mac for: Connect to terminal, warm reboot (key 6), press key in terminal to stop at uboot, type
  setenv ethaddr '7e:a5:87:ec:06:03'
  setenv ethaddr '7e:a5:87:ec:06:03'
  saveenv
  saveenv
  boot
  boot

Revision as of 15:07, 17 November 2014

SAMPA DAQ Board Firmware and Software

Source Code Repositories

SAMPA SVN for web

SAMPA SVN for client

Documentation

SAMPA DAQ board specifications

SAMPA MPW1 specifications

Registers

See SAMPA Registers for latest updated information on SAMPA registers.

See SAMPA DAQ Registers for latest updated information on SAMPA DAQ registers.


Compiled DAQ Firmware and Software Versions

The version is the same as the SVN version it was compiled from

Revision 42
Download

Network fix

To set a fixed mac for: Connect to terminal, warm reboot (key 6), press key in terminal to stop at uboot, type

setenv ethaddr '7e:a5:87:ec:06:03'
saveenv
boot