Re: RCM6700 , VBAT & FAT
Phil D <[email protected]>
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <CAL8BBoNr1Javsnes-visx5yWfymQjkPGyZxVEhGyz=mog74GYw@mail.gmail.com> |
After writing to FAT I perform;
for (i = 0; i < num_fat_devices * FAT_MAX_PARTITIONS;i +=
FAT_MAX_PARTITIONS) {
if (fat_part_mounted[i]) {
fat_UnmountDevice(fat_part_mounted[i]->dev);
}
} rc = sspec_automount(SSPEC_MOUNT_ANY, NULL, NULL, NULL);
to dismount and remount partitions this works for me through power cycles
without VBAT connected.
I'm using sspec_write function to write to flash i don't know if that makes
a difference
Regards
Phil
On 29 July 2012 23:40, Theodore Politis <akisppoli-/[email protected]> wrote:
> **
>
>
> Thank’s Phil for your immediate answer
> When I mount and dismount the file system (with automount) or when format
> the device and after mounting the device the symptoms are the same.
> There is a #define to tell to compiler to storte the fat table in another
> location ?
> Akis
>
>
>
>