From 01e8d140c08922ae46243971f5980a39550305ee Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 8 Apr 2022 12:46:59 +0100 Subject: [PATCH] --- HDL_workflow/ls2.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) -- 2.30.2