mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-04-10 14:39:04 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user