Expert Documentation: Difference between revisions

From GammaSphere DAQ
Jump to navigation Jump to search
(Created page with "== ANL Digitizer Firmware for Experts == This document presupposes that the reader is already familiar with the overall design of the firmware and associated terminology....")
 
No edit summary
Line 5: Line 5:


''Go back to [[Digital Gammasphere and the SBX Upgrade]]''
''Go back to [[Digital Gammasphere and the SBX Upgrade]]''
== [[ piserver instructions]] ==
. The piserver runs on the Ubuntu machine called piserver1. To start the server: log in on piserver1 and check wheter the server is already running (try ps ax | grep piserver| grep -v grep). If it is not and you want to start it, type
  sudo piserver &
. To add another raspberry pi to be under the control of the piserver,

Revision as of 18:43, March 17, 2022

ANL Digitizer Firmware for Experts

This document presupposes that the reader is already familiar with the overall design of the firmware and associated terminology.

Go back to Advanced User Guides

Go back to Digital Gammasphere and the SBX Upgrade

piserver instructions

. The piserver runs on the Ubuntu machine called piserver1. To start the server: log in on piserver1 and check wheter the server is already running (try ps ax | grep piserver| grep -v grep). If it is not and you want to start it, type

 sudo piserver &

. To add another raspberry pi to be under the control of the piserver,