CHDK 0.5 beta build+source: a530-trunk-334.zip - 0.23MB
CHDK 0.5 beta build+source with usb remote: a530-trunk-334-usbremote.zip - 0.23MB
thanks to image13
CHDK 0.4.1beta build: a530_chdk_0.4.1b.tar.gz - 0.20MB
dcraw.c patch: a530.patch - 0.00MB
CHDK 0.4beta build: a530_chdk_0.4b.tar.gz - 0.20MB
CHDK 0.3beta source: a530_chdk_0.3b_source.tar.gz - 0.40MB
Note: raw images taken with Chdk version 0.5b and 0.4b are compatible with most raw processor (since the images has same dimension of a610).
With version 0.4.1b raw images are a few wider (2620x1984 instead 2616x1960) but are *not* processable by all raw programs.
Dave Coffin (dcraw's author) provided me a patch to fix it.
If you are not a linux dcraw user, you should continue to use version 0.5b or 0.4b
Changelog:
- file numbering bug fixed
- osd seems to work fine now
- correct .crw are now saved - supported by dng4ps and dcraw (and maybe by others)
- possible issue with 'Make SD bootable'
- USB remote not implemented enabled for testing
- possible issues with parameter overrides
Known issues:
- no video fps override
- doesn't support simple chinese font
Important! At this stage it's very important that you leave me a feedback in this topic about bugs and/or not-working features you have found. This is helpful for me to fix it!
Old versions:
CHDK 0.3beta build: a530_chdk_0.3b.tar.gz - 0.20MB
CHDK 0.2beta build: a530_chdk_0.2b.tar.gz - 0.20MB
CHDK 0.1beta build - only bin (no source): a530_chdk_0.1b.tar.gz - 0.20MB
CHDK alfa pre-release build WITHOUT RAW support - only bin (no source): a530chdk.tar.gz - 0.20MB
Old alfa build with source code: Old alfa build with source
Hi!
(first of all, I'm sorry for my english!)
I'm working on the A530 port of the CHDK - many thanks to
stranger for the fw dump!
By now, I think I've almost done a 'big' part of whole process....... but still don't work.
The camera after selecting 'Update firmware' in menu, blinks for a while (blue led) and shutdown.
What I modified:
boot.c
makefile.inc
lib.c
capt_seq.c
movie_rec.c
The code is very similiar to the a700, so I think that addresses and values are right (almost!) - I compared with a700 port.
Here you can download the work in progress 'platform' subtree for the a530 (is missing of primary.bin and the rest of chdk's source...):
http://www.zshare.net/download/7822674d52bd0b/http://www.zshare.net/download/78757334d870a3/I've tried to debug the boot.c with a 'blinking led function' but seems that the camera shutted down before executing boot function. It's possible?
Or maybe hardware is not yet accessible at this stage?
I read on some posts that the sudden shutdown is probably due to a different keymapping, so I'll try to fix this.
I didn't check yet if stubs_* files contains errors (excepted stubs_entry_2.s where added 2 refs founded with IDA).
Any helpful suggestion?
Many thanks!