changed erase delay to 2 sec --- 1 sec isn't long enough to erase the
entire flash.
This commit is contained in:
parent
2ae64e0802
commit
39d2037487
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ void erase(struct ftdi_context *ftdic, const struct layout * l)
|
||||||
|
|
||||||
printf("waiting for erase\n");
|
printf("waiting for erase\n");
|
||||||
|
|
||||||
sleep(1);
|
sleep(2);
|
||||||
|
|
||||||
printf("setting VREF2 normal\n");
|
printf("setting VREF2 normal\n");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue