I might have a related issue (same issue?) with regards to deleting files.
My current setup is a a solar/battery remote timelapse running with:
- Canon S90, firmware 1.01a
- CHDK
- Flashair W-03 16GB SD card
- Ultimate Intervalometer 4.4, pic every 5m, both RAW and JPG
- raspberry pi
My question is regarding deleting files from the camera. Is it safe to do at all? From reading the latest posts, and the last update to the Ultimate Intervalometer 4.4 (thank you!), it sounds like it's probably not safe to do.
Prior to finding this forum thread, my python script would connect to the flashair card, download the latest files and then delete them from the card, but that would result in some files not actually getting deleted, and when the script went to re-download them, they would be size 48180 for some reason. I ended up reformatting the SD card, because the script kept saying the card was full even though it wasn't (corrupted FAT?)
The SD card is only formatted to 4GB since the S90 is made prior to 2009, so the card gets pretty full (about a day and a half).
What is going to be the safest way to delete files off of the card? Should I just let the Ultimate Intervalometer script delete the oldest 10 images? Or is there a better way to delete/zero out files safely?
Thanks in advance!