Make OpenOCD configs -quiet again and update the readme with a note

The new version of OpenOCD doesn't print the success message anyway even with -quiet removed, it just spams the terminal a lot.
This commit is contained in:
beeanyew
2021-04-08 14:20:26 +02:00
parent f554e207a4
commit 9c963bb7ea
4 changed files with 4 additions and 3 deletions

View File

@@ -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.

View 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

View 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

View 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