changed erase delay to 2 sec --- 1 sec isn't long enough to erase the

entire flash.
This commit is contained in:
Mariano Alvira 2010-05-06 17:27:54 -04:00
parent 2ae64e0802
commit 39d2037487

View File

@ -408,7 +408,7 @@ void erase(struct ftdi_context *ftdic, const struct layout * l)
printf("waiting for erase\n");
sleep(1);
sleep(2);
printf("setting VREF2 normal\n");