From da7408dbc6f38b7ec0d149fa2230080bb1828239 Mon Sep 17 00:00:00 2001 From: Lemaru <34491084+LemaruX@users.noreply.github.com> Date: Sat, 8 Jul 2023 23:58:32 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57e2c0a..c4f4329 100644 --- a/README.md +++ b/README.md @@ -88,11 +88,11 @@ To exit the emulator you can press `Ctrl+C` (on the keyboard or over SSH) or pre For Amiga, there is currently no Gayle or IDE controller emulation available, but PiSCSI can now autoboot RDB/RDSK hard drive images (and physical drives), with Kickstart 2.0 and up. Check out the readme in `platforms/amiga/piscsi` for more detailed information. -# FPGA bitstream update : +# CPLD bitstream update : Install OpenOCD: `sudo apt-get install openocd` -Run the FPGA update with `./flash.sh`, this will automatically detect your CPLD version and flash appropriately. +Run the CPLD update with `./flash.sh`, this will automatically detect your CPLD version and flash appropriately. If successful "Flashing successful!" will appear, if not it will fail with "Flashing failed" and `nprog_log.txt` will be created with more details.