Expert Documentation: Difference between revisions
Jump to navigation
Jump to search
Tlauritsen (talk | contribs) No edit summary |
Tlauritsen (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
== [[ piserver instructions]] == | == [[ piserver instructions]] == | ||
. The piserver runs on the Ubuntu machine called piserver1. To start the server: log in on piserver1 and check | . The piserver runs on the Ubuntu machine called piserver1. To start the server: log in on piserver1 and check whether 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 & | sudo piserver & | ||
. To add another raspberry pi to be under the control of the piserver, | . To add another raspberry pi to be under the control of the piserver, |
Revision as of 18:44, 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 whether 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,