mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
gowin: writeFLASH: increase delay before CRC check (required for 9K device)
This commit is contained in:
+1
-1
@@ -309,7 +309,7 @@ void Gowin::programFlash()
|
||||
send_command(NOOP);
|
||||
|
||||
/* 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 */
|
||||
/* don't try to read checksum in mcufw mode only */
|
||||
|
||||
Reference in New Issue
Block a user