]> git.sesse.net Git - pistorm/commitdiff
Make OpenOCD configs -quiet again and update the readme with a note
authorbeeanyew <beeanyew@gmail.com>
Thu, 8 Apr 2021 12:20:26 +0000 (14:20 +0200)
committerbeeanyew <beeanyew@gmail.com>
Thu, 8 Apr 2021 12:20:26 +0000 (14:20 +0200)
The new version of OpenOCD doesn't print the success message anyway even with -quiet removed, it just spams the terminal a lot.

README.md
nprog/68_240.cfg
nprog/68new.cfg
nprog/68old.cfg

index 006b79e07f75282366b6b08b9f90ff42adde47fc..dbd63a9654c395a042eacb4c535bc69cec6b4661 100644 (file)
--- a/README.md
+++ b/README.md
@@ -78,3 +78,4 @@ Make CPLD programming shell scripts executable:
 
 Run the FPGA update with:
 `sudo ./nprog.sh` or `sudo ./nprog_240.sh` if you are using a Rev. B EPM240 PiStorm board.
+If no fatal error messages are printed on screen and you see a message saying `shutdown command invoked`, this means that the CPLD has been programmed successfully.
index 013bb978435bac6d114bcaf58b37558e2922aaf4..7bec28aa15e0d5a1d4a7183e8adc0801cf8430cd 100644 (file)
@@ -28,6 +28,6 @@ reset_config srst_only srst_open_drain
 transport select jtag
 jtag newtap max2 tap -irlen 11 -expected-id 0x020a20dd
 init
-svf ./rtl/EPM240_bitstream.svf
+svf ./rtl/EPM240_bitstream.svf -quiet
 sleep 200
 shutdown
index 74a3fe47de5ca418d29f82f9b7c02a29cc36cfcc..4ea3c2e71d2f965a8b88f4120b01661665f94be9 100644 (file)
@@ -28,6 +28,6 @@ reset_config srst_only srst_open_drain
 transport select jtag
 jtag newtap max2 tap -irlen 11 -expected-id 0x020a20dd
 init
-svf ./rtl/bitstream.svf
+svf ./rtl/bitstream.svf -quiet
 sleep 200
 shutdown
index c717b709742d01feac9db09d8b248d0b188a3940..a09ffb509ba119981e72c76b6003b009d7dc0227 100644 (file)
@@ -33,6 +33,6 @@ reset_config srst_only srst_open_drain
 transport select jtag
 jtag newtap max2 tap -irlen 11 -expected-id 0x020a20dd 
 init
-svf ./rtl/bitstream.svf
+svf ./rtl/bitstream.svf -quiet
 sleep 200
 shutdown