just tried.. but it still doesnt work maybe LED Address is wrong? I tried both address.. none works... is there any other way to check the working? like for example I can stop CHDK splash from displaying?
do I need to update .FI2 file as well? because so far what I understood is that DISKBOOT.BIN and PS.FI2 both contains same infromation.. just in different format.
DISKBOOT.BIN is used when booting automatically.
PS.FI2 is used when loading with "firm update"
You only need whichever one goes with the method you are using to load CHDK
If the CHDK splash screen is being shown, my previous comments probably do not apply. I was under the impression the camera crashed immediately at boot without showing anything. This sounds more like your modified binary isn't being used at all. Make sure you are putting the correct binary for whatever loading method you are using on the card. If you are using automatic boot on a multi-partition card, make sure you are putting diskboot.bin on the small partition.
2nd thing when I compile code.. I get following warning.. is this reason?
-> signatures_dryos.h
CAUTION! 'signatures_dryos.h' is not updated due to 'sig_ref_dryos_1.bin` is empty!
This is normal. You only need the reference bins if you are adding new entry points to the system. If you don't have them, your build uses the ones which are svn, which is fine for what you are doing.