| ... | @@ -83,4 +83,14 @@ git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-lit |
... | @@ -83,4 +83,14 @@ git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-lit |
|
|
|
|
|
|
|
**Program Versa board**
|
|
**Program Versa board**
|
|
|
|
|
|
|
|
`openocd --log_output openocd.log 3 -f "ecp5-versa5g.cfg" -c "transport select jtag; init; svf build/versa_ecp5/gateware/versa_ecp5.svf; exit"` |
|
`openocd --log_output openocd.log 3 -f "ecp5-versa5g.cfg" -c "transport select jtag; init; svf build/versa_ecp5/gateware/versa_ecp5.svf; exit"`
|
|
\ No newline at end of file |
|
|
|
|
|
**Interact with SoC**
|
|
|
|
|
|
|
|
Interact with serial console of bootloader using `SCREEN`:
|
|
|
|
|
|
|
|
`screen /dev/ttyUSB0 115200` (interact with serial console of bootloader)
|
|
|
|
|
|
|
|
Interact with serial console of bootloader using the special-purpose LiteX debugging tool:
|
|
|
|
|
|
|
|
`./litex/litex/tools/litex_term.py --speed 115200 /dev/ttyUSB0` |
|
|
|
\ No newline at end of file |