I have a Canon IXUS860IS. It boots CHDK and I can enter CHDK menus etc. However, when I try to load a script called meteor.lua (a timelapse script found on this site) via the ALT / MENU / Script (program your camera) menu I cannot see any files listed. The .lua file is on the disk under CHDK script folder (I have verified that with Wasp and checking via file manager in Windows)I have CHDK v 1.2.0-3233 installed for the 860. I have also tested the File Browser and it behaves similar: no files are listed. I have a SD card with two partitions.
Hi it still doesnt see the script. I have added the whole CHDK tree to both partitions. Also the lua script is in both partitions. Still no luck. CHDK boots but file browser doesnt work and I cannot see the meteor.lua script when i try to select the script.
Is it correct to have a FAT 32 partition on the IXUS860 or may that be the problem (can the IXUS860 camera see a FAT 32 partition?)
Do I need to only have one FAT32 partition on the card is that what you indicate? (I am a complete CHDK novice). How would you suggest I fix it?
I copied ONLY the DISKBOOT.BIN file you posted to the root of the small partition. I overwrote the old one. The new one was slightly smaller than the old one. Still no luck. The camera boots, but can not see any files when I enter the script menu or the file browser.
Info: I deleted all files on the large partition while the card was mounted in the reader on my XP PC, but it seems the CHDK folder was written back onto the large partition again (by either the camera or the WASP Java software...).
Index: platform/ixus860_sd870/platform_camera.h===================================================================--- platform/ixus860_sd870/platform_camera.h (revision 3238)+++ platform/ixus860_sd870/platform_camera.h (working copy)@@ -35,6 +35,7 @@ #define CAM_HAS_HI_ISO_AUTO_MODE 1 #define CAM_SHOW_OSD_IN_SHOOT_MENU 1 #undef CAM_VIDEO_CONTROL+ #define CAM_MULTIPART 1 #define CAM_DNG_LENS_INFO { 46,10, 173,10, 28,10, 58,10 } // See comments in camera.h // patternIndex: platform/ixus860_sd870/sub/100c/boot.c===================================================================--- platform/ixus860_sd870/sub/100c/boot.c (revision 3238)+++ platform/ixus860_sd870/sub/100c/boot.c (working copy)@@ -1807,6 +1807,9 @@ "MOV R0, R8\n" "BL sub_FF9186B8\n" // Add FAT32 autodetect-code after this line + "MOV R1, R4\n" // pointer to MBR in R1+ "BL mbr_read_dryos\n" // total sectors count in R0 before and after call+ // Start of DataGhost's FAT32 autodetection code // Policy: If there is a partition which has type W95 FAT32, use the first one of those for image storage // According to the code below, we can use R1, R2, R3 and R12.
Started by nemesis « 1 2 » General Discussion and Assistance
Started by andrea1984 General Help and Assistance on using CHDK stable releases
Started by rms8 General Help and Assistance on using CHDK stable releases
Started by HerveN « 1 2 3 » General Help and Assistance on using CHDK stable releases
Started by Unsermeister « 1 2 » Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)