@reyalp
Is it possible that same camera model and firmware can have different PROPSET?
In first beta release, I set CAM_PROPSET to 2 and Johndk reported that everything works fine including scripted shoot button, while in my case, I cannot get badpixel.lua to work and it just hang in shoot() command.
When I set CAM_PROPSET to 3, it seems everything work fine. but...
Bracketing seem broken. It dos not Ev+/- .
When trying to make a badpixel.bin with the stock badpixel.lua the camera seem to hang.
otherwise looks fine. No crashes.
I don't have the camera right now to test firmware that I uploaded, but I'm pretty sure that I uploaded the right firmware.
@pcdude2143
If you look at my git repository, 100d already there but need more porting. I've done some porting before I got the camera and after I got the camera, dump the firmware, it show 100f... so I just stopped porting 100d camera and don't remember where I stopped. I think boot.c/capt_seq.c/movie_rec.c finished, but need to double check it to make sure and verify that all syntax is correct. I'm not copy-paste and using asmify but write line by line so maybe there's something I missed.
-- edit ---
@reyalp
Is it possible if we just copy bootloader from ROM to RAM and just patch it so we don't need to rewrite everything? I would like to try it but lack of ARM Opcode knowledge especially when calculating (branch/jmp) offset.