From: lkcl Date: Fri, 8 Apr 2022 11:46:59 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~2834 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01e8d140c08922ae46243971f5980a39550305ee;p=libreriscv.git --- diff --git a/HDL_workflow/ls2.mdwn b/HDL_workflow/ls2.mdwn index c45e0eb4e..451102912 100644 --- a/HDL_workflow/ls2.mdwn +++ b/HDL_workflow/ls2.mdwn @@ -8,5 +8,7 @@ * git clone microwatt as well * make hello_world.bin in microwatt and copy it to ls2 * "make microwatt_external_core" in soc and copy external_core_top.v to ls2 -* python3 src/ls2.py arty_a7 hello_world.bin -* OR python3 src/ls2.py versa_ecp5 hello_world.bin +* plug in FPGA board (Arty A7-100t, VERSA_ECP5, other) +* run in 2nd terminal "minicom -D /dev/ttyUSB1" +* python3 src/ls2.py arty_a7 hello_world.bin (for an Arty A7-100t) +* OR python3 src/ls2.py versa_ecp5 hello_world.bin (for a VERSA_ECP5)