From 8fed0405800c756c80bf239998aa565f5a612916 Mon Sep 17 00:00:00 2001 From: Emard Date: Thu, 4 Jan 2018 23:39:17 +0100 Subject: [PATCH] manual update --- doc/MANUAL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/MANUAL.md b/doc/MANUAL.md index 87eb240..3df0607 100644 --- a/doc/MANUAL.md +++ b/doc/MANUAL.md @@ -156,10 +156,10 @@ memory to buffer entire bitstream. ddtcmd -oft -svfsingle -revd -maxdata 8 -if ulx3s_flash.xcf -of bitstream.svf -To start using ESP-32 first you need to compile and upload "passthru" bitstream, -which can be found in [f32c project](https://github.com/f32c/f32c/tree/master/rtl/proj/lattice/ulx3s/passthru_45f) -Using FleaFPGA-JTAG or external JTAG programmer to upload it. -"Passthru" butstream uses FPGA to route lines from USB-serial to ESP-32. +To start using ESP-32 first you need to compile "passthru" bitstream, +[f32c project](https://github.com/f32c/f32c/tree/master/rtl/proj/lattice/ulx3s/passthru_45f) +and upload it using FleaFPGA-JTAG or external JTAG programmer. +"Passthru" bitstream configures FPGA to route lines from USB-serial to ESP-32. Then you need to install Arduino and its ESP-32 support, and install Emard's library [LibXSVF-ESP](https://github.com/emard/LibXSVF-ESP),