An implementation of the classic devmem2
command for litex. Supports
direct connections via Ethernet, or going through the litex_server
or wishbone-tool
binaries to support PCIe, USB, SPI, and UART
bridges.
To build litex-devmem2
:
- Install a compiler. This varies from system to system.
- Go to the
litex-devmem2/
directory. - Type
make
.