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:
Alen Luin
2026-09-04 11:18:31 +02:00
parent ee89aa17e0
commit 4b49dc4b4a
2 changed files with 2 additions and 1 deletions
Binary file not shown.
+2 -1
View File
@@ -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);