What would be the best reference build to start from? The P ID table suggests:323F -- 12863 A810 DIGIC IV DRYOS 2.3, release #0050 20123249 -- 12873 A2400IS DIGIC IV DRYOS 2.3, release #0050 2012324A -- 12874 A2300 DIGIC IV DRYOS 2.3, release #0050 2012 But only A810 seems available in the trunk.
Index: core/gui.c===================================================================--- core/gui.c (revision 2206)+++ core/gui.c (working copy)@@ -1882,7 +1882,7 @@ #elif defined(CAMERA_a650) static const char* names[]={ "Print", "ISO"}; static const int keys[]={ KEY_PRINT, KEY_ISO };-#elif defined(CAMERA_a810)+#elif defined(CAMERA_a810) || defined(CAMERA_a3400) static const char* names[]={ "Playback", "Help"}; static const int keys[]={ KEY_PRINT, KEY_HELP }; #elif defined(CAMERA_a3300) || defined(CAMERA_a3200)
Ok, so I modified things to this, but still nothing. Card is formatted using licks, it's locked and even the camera complains about the lock position... hmmm.. If the camera says the card is locked, probably chdk didn't run?What I'm doing:1. export PLATFORM , PLATFORMSUB so a3400/101a gets built.2. make firsub. I see DISKBOOT.BIN being created3. Copy DISKBOOT.BIN to root of sdcard4. Copy CHDK directory to root of sdcard5. unmount sdcard properly, so all buffers are cleared.6. take card out and lock it.7. Put card in camera.8. ..... ?Note: I've attempted to run the card with ver.req and vers.req and I never got the firmware version display. Either this means the card is never properly formatted, or something else is incorrect, or I'm not using the right buttons to trigger this. It is func/set and then DISP, correct?
Started by tobyjones8 « 1 2 » Firmware Dumping
Started by milos.karalic General Help and Assistance on using CHDK stable releases
Started by timgor General Discussion and Assistance
Started by n1n0 General Discussion and Assistance
Started by jbruchon RAW Shooting and Processing