Fix package IDs for nprog_240*.sh

Since we are still logging stuff, lets fix the IDs for nprog_240*.sh so
that it doesn't fire an error for the config expecting to see an EPM570.
This commit is contained in:
Andrew Hutchings
2021-07-08 14:36:59 +01:00
parent 4ce9111c54
commit a15a6225fa
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ bcm2835gpio_srst_num 5
reset_config srst_only srst_open_drain
transport select jtag
jtag newtap max2 tap -irlen 11 -expected-id 0x020a20dd
jtag newtap max2 tap -irlen 11 -expected-id 0x020a10dd
init
svf ./rtl/EPM240_bitstream.svf -quiet
sleep 200

View File

@@ -26,7 +26,7 @@ bcm2835gpio_srst_num 5
reset_config srst_only srst_open_drain
transport select jtag
jtag newtap max2 tap -irlen 11 -expected-id 0x020a20dd
jtag newtap max2 tap -irlen 11 -expected-id 0x020a10dd
init
svf ./rtl/EPM240_experimental.svf -quiet
sleep 200