boards: mpfs_icicle: update readme with correct openocd args
The debug instructions for launching OpenOCD were missing an argument. Add the argument. Signed-off-by: Conor Paxton <conor.paxton@microchip.com>
This commit is contained in:
parent
e8c3154ee1
commit
70d93618da
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ To establish an OpenOCD connection run:
|
|||
.. code-block:: bash
|
||||
|
||||
sudo LD_LIBRARY_PATH=<softconsole_path>/openocd/bin \
|
||||
<softconsole_path>/openocd/bin/openocd --file \
|
||||
<softconsole_path>/openocd/bin/openocd --command "set DEVICE MPFS" --file \
|
||||
<softconsole_path>/openocd/share/openocd/scripts/board/microsemi-riscv.cfg
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue