Difference between revisions of "PortSever and CPU Programming"
From Hall A Wiki
Line 1: | Line 1: | ||
− | 1. find the PortServer name, ( | + | 1. find the PortServer name, ( Left HRS hatsv4 , Right HRS hatsv3, Bigbite Tlab : bbts-tlab ) |
2. connect to the PortServer, specifying the exact port, e.g. | 2. connect to the PortServer, specifying the exact port, e.g. | ||
Line 19: | Line 19: | ||
* Type '@' to boot (load & go) | * Type '@' to boot (load & go) | ||
+ | [[Bigbite]] | ||
+ | [[Left HRS]] | ||
− | + | [[Right HRS]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
[[http://hallaweb.jlab.org/wiki back to Hall A wiki]] | [[http://hallaweb.jlab.org/wiki back to Hall A wiki]] |
Revision as of 13:44, 13 February 2015
1. find the PortServer name, ( Left HRS hatsv4 , Right HRS hatsv3, Bigbite Tlab : bbts-tlab )
2. connect to the PortServer, specifying the exact port, e.g.
telnet bbts-tlab 2002
3. Inside the PortServer, look for the CPU by pressing 'return'; You should see, e.g.
[VxWorks]
4. The telnet functionality is very simple:
- Type 'p' to print boot parameters
- Type 'c' to change boot parametes
- Type '?' for printing the list of available commands
- Type '@' to boot (load & go)