EOS M100 porting - page 8 - DryOS Development - CHDK Forum
supplierdeeply

EOS M100 porting

  • 199 Replies
  • 59466 Views
*

Offline c_joerg

  • *****
  • 1248
Re: EOS M100 porting
« Reply #70 on: 02 / November / 2020, 14:00:44 »
Advertisements
I found a related eventproc that can produce an xml file. I don't know if the content is the same, but it's worth a try.
Code: [Select]
private sub Initialize()
    System.Create()
    CamInfo_Debug(1)
end sub

Should that also work with the M3?
It doesn't seem to work there  :(
M100 100a, M3 121a, G9x II (1.00c), 2*G1x (101a,100e), S110 (103a), SX50 (100c), SX230 (101a), S45,
Flickr https://www.flickr.com/photos/136329431@N06/albums
YouTube https://www.youtube.com/channel/UCrTH0tHy9OYTVDzWIvXEMlw/videos?shelf_id=0&view=0&sort=dd

*

Offline Caefix

  • *****
  • 945
  • Sorry, busy deleting test shots...
Re: EOS M100 porting
« Reply #71 on: 04 / November / 2020, 12:46:00 »
 ??? Seen in other EOS-M topics,too: some lenses avoid to write their dist_values at the expected addresses,
even Canon EF28-90 &EF70-210.
Any idea how/where to search for alternatives?
A lovely lens is 7artisans 35 1:1.2. Looks nostalgic, boots fine.
Could we have focus magnifier with manual lenses?
All lifetime is a loan from eternity.

*

Offline c_joerg

  • *****
  • 1248
Re: EOS M100 porting
« Reply #72 on: 04 / November / 2020, 13:30:44 »
??? Seen in other EOS-M topics,too: some lenses avoid to write their dist_values at the expected addresses,
even Canon EF28-90 &EF70-210.

Older lenses probably do not offer this interface...

Could we have focus magnifier with manual lenses?

The M100 offers a 10x focus magnifier...
(In the touch screen in the lower left corner)
M100 100a, M3 121a, G9x II (1.00c), 2*G1x (101a,100e), S110 (103a), SX50 (100c), SX230 (101a), S45,
Flickr https://www.flickr.com/photos/136329431@N06/albums
YouTube https://www.youtube.com/channel/UCrTH0tHy9OYTVDzWIvXEMlw/videos?shelf_id=0&view=0&sort=dd

*

Offline srsa_4c

  • ******
  • 4451
Re: EOS M100 porting
« Reply #73 on: 09 / November / 2020, 14:35:01 »
Update. Only boot-related changes, capt_seq and other anomalies are unchanged.
Spytask is no longer started when the boot reason is one of the obscure ones (lens, card door, battery door). This may solve the boot crashes - no second blink should occur after detaching/attaching lens, closing doors.

edit:
Also sanitized the cache operations during startup.
Should that also work with the M3?
No, that eventproc doesn't exist on earlier cameras.
« Last Edit: 09 / November / 2020, 14:36:49 by srsa_4c »


*

Offline Caefix

  • *****
  • 945
  • Sorry, busy deleting test shots...
Re: EOS M100 porting
« Reply #74 on: 09 / November / 2020, 15:13:26 »
 :( Can EF-S18-55 same as reported earlier...
Edit: Maybe muggeled up with former build, but new one breaks with gcc931. (c*.txt)
« Last Edit: 09 / November / 2020, 15:39:04 by Caefix »
All lifetime is a loan from eternity.

*

Offline srsa_4c

  • ******
  • 4451
Re: EOS M100 porting
« Reply #75 on: 09 / November / 2020, 16:51:11 »
Edit: Maybe muggeled up with former build, but new one breaks with gcc931. (c*.txt)
If you want to help, just use a supported toolchain please.

*

Offline Caefix

  • *****
  • 945
  • Sorry, busy deleting test shots...
Re: EOS M100 porting
« Reply #76 on: 10 / November / 2020, 12:17:43 »
Switching to gcc493, 1*Led, boots fine with all my doors and lenses, IS on or off.  8)
All lifetime is a loan from eternity.

*

Offline srsa_4c

  • ******
  • 4451
Re: EOS M100 porting
« Reply #77 on: 10 / November / 2020, 18:59:14 »
Switching to gcc493, 1*Led, boots fine with all my doors and lenses, IS on or off.  8)
Thanks, I don't see a second LED blink either. Hopefully that means the patch-based port is no worse than the traditional one.
« Last Edit: 10 / November / 2020, 19:11:41 by srsa_4c »


*

Offline c_joerg

  • *****
  • 1248
Re: EOS M100 porting
« Reply #78 on: 11 / November / 2020, 03:26:22 »
Thanks, I don't see a second LED blink either. Hopefully that means the patch-based port is no worse than the traditional one.
Thanks, works very well...
M100 100a, M3 121a, G9x II (1.00c), 2*G1x (101a,100e), S110 (103a), SX50 (100c), SX230 (101a), S45,
Flickr https://www.flickr.com/photos/136329431@N06/albums
YouTube https://www.youtube.com/channel/UCrTH0tHy9OYTVDzWIvXEMlw/videos?shelf_id=0&view=0&sort=dd

*

Offline srsa_4c

  • ******
  • 4451
Re: EOS M100 porting
« Reply #79 on: 11 / November / 2020, 13:47:11 »
Where can I find the address for the powerdown function for the M100?
https://chdk.setepontos.com/index.php?topic=12542.msg137151#msg137151
0xE03E644F for firmware 100a.

 

Related Topics