EOS 350d - DSLR Hack development - CHDK Forum supplierdeeply

EOS 350d

  • 3 Replies
  • 10754 Views
EOS 350d
« on: 03 / July / 2009, 21:20:45 »
Advertisements
Hi

Any peoples working on EOS 350d ?

I just tried to compile the ledscan downloaded from here http://chdk.setepontos.com/index.php/topic,1586.0.html

and run it on my 350d,

it works!!

address of CF card access LED(red) = 0xC02200A0




*

Offline mx3

  • ****
  • 372
Re: EOS 350d
« Reply #1 on: 04 / July / 2009, 12:13:17 »
Any peoples working on EOS 350d ?
I'm not a owner of any dsrl.
I just want to repeat some "known" facts:
- there are no problems with decryption of official FW so you actually do not need to make dump to analyse FW.
- no one with programming skills have done anything usefull for quite long time for this type of camera.
- this camera is outdated by now and maybe it explains why there are no more attempts to hack it.

I just tried to compile the ledscan downloaded from here http://chdk.setepontos.com/index.php/topic,1586.0.html
and run it on my 350d, it works!!
i'm not sure how could you use 40D packer to make .fir file which could work on 350D.

update: changed 400d to 40D
« Last Edit: 04 / July / 2009, 12:18:56 by mx3 »
skype: max_dtc. ICQ: 125985663, email: win.drivers(at)gmail, eVB decompiler

Re: EOS 350d
« Reply #2 on: 04 / July / 2009, 13:26:27 »
Thanks mx3,


I use the entry.s and  scanled.c only with the below commands,

arm-elf-gcc -fno-builtin -O2 -Ilib -nostdinc -c entry.s
arm-elf-gcc -fno-builtin -O1 -Ilib -c scanled.c
arm-elf-gcc -fno-builtin -O2 -Ilib -nostdlib -Wl,-N,-Ttext,1900 -o scanled.exec entry.o scanled.o -lgcc
arm-elf-objcopy -O binary scanled.exec scanled.bin
decrypt20d.exe scanled.bin scanled.fir





Re: EOS 350d
« Reply #3 on: 30 / July / 2009, 13:47:23 »
boot loader from my 350d


 

Related Topics