After putting DISKBOOT.BIN to bootable SDCard and starting camera nothing happens (Screen stays black and no LED is turned on).
Afterwards camera can only be activated again after disabling write-protection on SDCard (to disable autoboot of DISKBOOT.BIN) and remove battery for a short time.
It seems that DISKBOOT.BIN is loaded and executed but probably a wrong address/code is called and that's why the camera doesn't show any reaction.
I already adapted boot.c according to the disassembled firmware (like described here:
http://chdk.wikia.com/wiki/Adding_support_of_a_new_firmware_version).
Files capt_seq.c and movie_rec.c still need to be adapted. But I'm wondering if this is really necessary to just see something happen during startup. For me it would be enough if the camera would send me any "life sign" to keep my motivation up.
Currently I don't know what should be my next step!?
Any advice is welcome.
I attached latest version of my boot.c file from today.