mesaflash(1)
| MESAFLASH(1) | General Commands Manual | MESAFLASH(1) |
NAME
MesaFlash - utility to flash Mesa Electronics FPGA Cards
SYNOPSIS
mesaflash [options] [commands]
DESCRIPTION
mesaflash Read, write, configure Mesa Electronics FPGA cards.
OPTIONS
- --device name
- Select active device name. If no command is given it will detect board
with given name and print info about it.
The special values "ETHER", "SPI" and "AUTO" will attempt to detect a device on ethernet, SPI, or any interface; --addr still needs to be specified for non-PCI devices.
- --addr [ip]|[device]
- Use ip or device name to look for <name> (IP address for Ethernet boards, serial device name for USB boards and serial boards, SPI device name for SPI boards)
- --addr_hi
- Set the high register address for the EPP interface.
- --epp
- Use EPP interface to connect to board, only for boards with multiple interfaces (7i43, 7i90, 7i64).
- --usb
- Use USB interface to connect to board, only for boards with multiple interfaces (7i43, 7i90, 7i64).
- --spi
- Use SPI interface to connect to board, only for boards with multiple interfaces (7i43, 7i90, 7i64).
- --serial
- Use serial interface to connect to board, only for boards with multiple interfaces (7i43, 7i90, 7i64).
- --fallback
- Use the fallback area of the EEPROM while executing commands.
- --recover
- Access board using PCI bridge GPIO (currently only 6I24/6I25).
- --xml
- Format output from 'readhmid' command into XML.
- --verbose
- Print detailed information while running commands.
COMMANDS
- --write filename
- Writes a standard bitfile 'filename' configuration to the userarea of the EEPROM (IMPORTANT! 'filename' must be VALID FPGA configuration file).
- --fix-boot-block
- If a write operation does not detect a valid boot block, write one.
- --no-auto-verify
- Don't automatically verify after writing.
- --verify filename
- Verifies the EEPROM configuration against the bitfile 'filename'.
- --program filename
- Writes a standard bitfile 'filename' configuration to the FPGA (IMPORTANT! 'filename' must be VALID FPGA configuration file).
- --readhmid
- Print hostmot2 configuration in PIN file format.
- --print-pd
- Print hostmot2 Pin Descriptors.
- --reload
- Do full FPGA reload from flash (only Ethernet and pci boards).
- --reset
- Do full firmware reset (only Ethernet and serial boards).
- --sserial
- Print full information about all sserial remote boards.
- --rpo address
- Read hostmot2 variable directly at 'address'.
- --wpo address value
- Write hostmot2 variable directly at 'address' with 'value'.
- --set ip address
- Set board IP address in eeprom to n.n.n.n (only Ethernet boards).
- --info filename
- Print info about configuration in 'file_name'.
- --help
- Print the help message
BUGS
No known bugs.
AUTHOR
LinuxCNC Developer Community <emc-developers@lists.sourceforge.net>
Michael Geszkiewicz <micges@wp.pl>
Peter Wallace <tech@mesanet.com>
COPYRIGHT
GNU GPL v2+ License
Copyright (c) 2020 Sebastian Kuzminsky
Copyright (c) 2019 Peter Wallace
Copyright (c) 2013-2015 Michael Geszkiewicz
| August 13 2019 | version 3.4.0~pre |
