Hello,
first of all, thank you for porting chdk for
SX20 with firmware 1.02D. I was able to run it in a 8GB flash card with a boot partition.
I noticed that the raw files was not saved in the correct folder when "save raw file in dir with Jpeg" was marked. My raw files always appeared at the 100CANON folder. This cause the camera to not show any of the pictures taken. When switching on the camera again in preview mode, the "no image" appeared.
So I believe that the camera didn't like that 100CANON folder. My
sx20 store the pictures in a monthly changed folder inside DCIM. Something like "100___10" for a picture taken in October. If I put the raw files inside these folders, the pictures can be previewed in camera's display. So I concluded that the raw folder was messing up the camera firmware behavior.
I recompiled chdk, modifying the raw.c source file, in order to include the month number in the dir name where the raw files are stored. Now my chdk correctly save the raw in the same folder of the jpeg. But the "save raw file in dir with Jpeg" have no more effect because I don't check that flag in my code.
I have done this in order to check if the raws are visible by usb. But, unfortunately, this is not happening. I tried several combinations of raw prefixes and extensions, following the hints posted in this forum, but the raws are still hidden, no matter if they are DNG or not.
What can I do to make the raw files available by usb?
If you have any clue, please share with me.
Best regards and sorry any English mistakes.
Miguel