gowin: writeFLASH: increase delay before CRC check (required for 9K device)
This commit is contained in:
parent
0b59efcb42
commit
a3826614b3
|
|
@ -309,7 +309,7 @@ void Gowin::programFlash()
|
||||||
send_command(NOOP);
|
send_command(NOOP);
|
||||||
|
|
||||||
/* wait for reload */
|
/* wait for reload */
|
||||||
usleep(2*150*1000);
|
usleep(4*150*1000); // FIXME: adapt delay for each family/model
|
||||||
|
|
||||||
/* check if file checksum == checksum in FPGA */
|
/* check if file checksum == checksum in FPGA */
|
||||||
/* don't try to read checksum in mcufw mode only */
|
/* don't try to read checksum in mcufw mode only */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue