3.6. Command-line tools
Red Pitaya provides command-line utilities for direct hardware control through the terminal. These tools are ideal for scripting, automation, testing, and quick hardware interactions without the web interface.
Note
Command-line utilities must not be used in parallel with a WEB application.
For correct operation of the acquire, generate, and monitor tools, the correct FPGA image must be loaded. Please note that running an application will change or reset the loaded FPGA image. To load the FPGA image, open a terminal on the Red Pitaya and execute the following command:
redpitaya> overlay.sh v0.94
redpitaya> cat /opt/redpitaya/fpga/fpga_0.94.bit > /dev/xdevcfg
- 3.6.1. Signal generator utility
- 3.6.2. Signal acquisition utility
- 3.6.3. Spectrum analyzer utility
- 3.6.4. Bode Analyzer
- 3.6.5. LCR meter
- 3.6.6. Daisy utility
- 3.6.7. Streaming application utility
- 3.6.8. Monitor utility
- 3.6.9. LED control utility
- 3.6.10. Calibration utility
- 3.6.11. Ecosystem update utility
- 3.6.12. E3 I2C controller utility
- 3.6.13. Overlay Utility (FPGA Configuration)
- 3.6.14. Other useful information related to command-line tools