boards: beaglev_fire: 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
70d93618da
commit
22df8459fa
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ from a different terminal, run:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
<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