mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-05 16:55:47 +02:00
Added a higher delay in bulk_erase.
This was done to handle correctly the bigger size flash. Added bit file for xcvu9p-flgb2104
This commit is contained in:
Binary file not shown.
+2
-1
@@ -98,7 +98,8 @@ int SPIFlash::bulk_erase(bool verbose, bool skip_bp_check)
|
||||
{
|
||||
int ret = 0, ret2 = 0;
|
||||
uint8_t bp = 0;
|
||||
uint32_t timeout=1000000;
|
||||
// timeout my be selected on flash size
|
||||
uint32_t timeout=2000000;
|
||||
if (!skip_bp_check) {
|
||||
if (verbose)
|
||||
printInfo("Check Flash Protection: ", false);
|
||||
|
||||
Reference in New Issue
Block a user