Re: Problems with EFFS
Posted: Sat Mar 11, 2023 7:02 am
I have about 30 files, 1.5 to 3.9M long.
I modded the program to read 4096 bytes. And all it got was an initial 3584 bytes and no more.
the other errors about not reading the drive come about after the glitch happens. Once the glitch occurs, just resetting the device or sending a new program will generate the error. You have to power down to cold iron and poweron again to make the fault go away.
I was considering grabbing the file into ram all at once and read from ram. But that won't work either -- grabbing 4096 only gets me 3584 bytes.
so I'm stumped. Reading files isn't hard, so I don't think I"m doing it wrong. But I doubt EFFS has a problem either -- your stuff has been stellar. Thus, I'm stumped.
I modded the program to read 4096 bytes. And all it got was an initial 3584 bytes and no more.
the other errors about not reading the drive come about after the glitch happens. Once the glitch occurs, just resetting the device or sending a new program will generate the error. You have to power down to cold iron and poweron again to make the fault go away.
I was considering grabbing the file into ram all at once and read from ram. But that won't work either -- grabbing 4096 only gets me 3584 bytes.
so I'm stumped. Reading files isn't hard, so I don't think I"m doing it wrong. But I doubt EFFS has a problem either -- your stuff has been stellar. Thus, I'm stumped.