Contents
- STARGRASP Core System
- I. Core System Operation
- II. Core Software Overview
- Command Syntax Notes
- Application Notes
- A. Demo Scripts
- B. Toolkit Level
- C. STARGRASP C Libraries
- D. Controller Socket Commands
- adc
- celldes
- cellsel
- clean
- clk
- clvset
- console
- dac
- detsize
- dev
- etime
- etype
- expose
- exposing
- ifconfig
- leds
- ntp
- ot
- otacal
- pixtype
- reset
- readcal
- readout
- settrig
- shutter
- E. Registers and Clocking Instructions
- III. Core Hardware Overview
- IV. Computers and Switches
- V. Test Procedures
- STARGRASP Info-Sheet
- STARGRASP Quick Start
- Extra Software Provided (Unsupported)
Command: | reset |
Contexts: | Network socket, serial console. |
Function: | Resets the STARGRASP FPGA board into its power-on state, "stage1". |
Required Parameters: | none. |
Optional Parameters: | keeplog - Causes reset to keep the log of recent message intact just like an unexpected reset, so they will all get displayed when stage1 reboots. |
This command does not reset any analog functions. Specifically, DAC outputs get left where they were and only the CPU in the FPGA is reset. Use "dac init" before "reset" to bring all DAC outputs back to 50 mV.
Notes:
If the "dac init" Vref value is left at a non-standard offset, the DACs may be inoperable after a soft reset.
If "stage1" code in BRAM has been corrupted, power cycling may be required.