gowin: writeFLASH: increase delay before CRC check (required for 9K device)

This commit is contained in:
Gwenhael Goavec-Merou 2024-01-09 19:56:53 +01:00
parent 0b59efcb42
commit a3826614b3
1 changed files with 1 additions and 1 deletions

View File

@ -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 */