Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - critix

#1
The discussion can be continued on the topic dedicated to the 1300D device.
There are already discussions about other problems, not about the device detection error that has been fixed.
Thank you.
#2
The video mode on this device does not work, it has many bugs. I haven't worked on the video part yet.
#3
Try now.
#6
General Help Q&A / Re: Canon T6 - ML Model Detection Error
September 30, 2023, 03:53:26 PM
Firmware signature is ok.
Quote from: LWL-Photographie on September 30, 2023, 03:36:15 PM
But your programm also says :"firmware signature=0x3d8461b5"
I thought I have the version 1.1.0
#7
General Help Q&A / Re: Canon T6 - ML Model Detection Error
September 30, 2023, 02:03:23 PM
@BraianRGS
Can you try this build?
https://bitbucket.org/ccritix/magic-lantern-git/downloads/magiclantern-Hello_World.2023Sep30.1300D110.zip
It's just Hello World. And put a picture of the screen when Hello World appears.
Thank you
#8
General Help Q&A / Re: Canon T6 - ML Model Detection Error
September 30, 2023, 12:06:24 PM
Video not working now...
#9
General Help Q&A / Re: Canon T6 - ML Model Detection Error
September 30, 2023, 06:20:51 AM
Try this version. If the screen is black after starting the device (this version does not display the error detector message), I will give you an autoexec.bin to check

https://bitbucket.org/ccritix/magic-lantern-git/downloads/magiclantern-Nightly.2022Feb07.1300D110.zip
#10
General Help Q&A / Re: Canon T6 - ML Model Detection Error
September 29, 2023, 04:30:12 PM
ML work only with 1.1.0 version, not with 1.1.1
#11
Quote from: names_are_hard on September 05, 2023, 07:03:08 AM
Did the bootloader move?
Yes, bootloader move.
#12
From fw-signature.h:
Quote#define SIG_1300D_110 0x3d8461b5 // from FE0C0000 (atypical)
For the rest of the devices, the signature is from FF010000 (ROMBASEADDR = 0xFF010000 from ex: 1100D/Makefile.platform.default)
On 1300D it is at FE0C0000 (ROMBASEADDR = 0xFE0C0000  from 1300D/Makefile.platform.default)
On 2000D: ROMBASEADDR = 0xFE0C0000, so it must be like on 1300D
#14
I have added a new version for 1300D which solves the error display problem if the firmware version is not the correct one. The rest of the devices displayed an error message, but this device is more atypical.
https://bitbucket.org/ccritix/magic-lantern-git/downloads/magiclantern-Nightly.2023Sep30.1300D110.zip

I think the same should be done for the 2000D and 4000D (I haven't checked, but since they are similar devices, I think it would be the same)
#15
Video mode not working...now...
#16
Unfortunately, I don't understand what you mean.
#17
I put a new version of ML for 1300D, which solves the problem of accessing ML in video mode.
The adtg and raw_diag modules also work (I haven't tested it much ... but so far I can see it's okay).
https://bitbucket.org/ccritix/magic-lantern-git/downloads/magiclantern-Nightly.2022Feb07.1300D110.zip

The ML source is at
https://github.com/ccritix/magic-lantern
#18
Yes, you are right. That's how I was supposed to express myself.
Quote from: The Penguin on December 27, 2021, 02:57:58 PM
First, I can confirm that the magic lantern menu does not open in video mode.
I've solved this problem in the meantime. I'm going to release it.
#19
For downgrade, please follow:
https://youtu.be/QZys2nZUgIY
#20
On the 1300D, ML does not use the trash button to enter the menu, but the AV button, because the 1300D does not have a trash button.
#21
Camera-specific Development / Re: Eos 2000D
January 07, 2022, 09:17:05 AM
Not yet...I'm working on this
#22
Camera-specific Development / Re: Eos 2000D
January 06, 2022, 05:09:58 PM
I found the values for stubs.S and consts.h for 2000D (comparing the values with 1300D and other devices): https://github.com/ccritix/magic-lantern/tree/branches/1300D/platform/2000D.110
In raw.c, dynamic_ranges has the following values:
#ifdef CONFIG_2000D
static int dynamic_ranges[] = {1095, 1104, 1075, 1027, 953, 874, 785};
#endif
#23
Camera-specific Development / Re: Eos 2000D
December 31, 2021, 09:05:56 AM
Yes, 2000D is very similar to 1300D ...
I started looking for stubs values and constants ...
#24
Camera-specific Development / Re: ML on EOS-M2
November 24, 2021, 02:12:31 PM
I remade the ML for the EOS M2:
https://bitbucket.org/ccritix/magic-lantern-git/downloads/magiclantern-Nightly.2021Nov17.EOSM2103.zip
The links below were no longer functional.
Quote from: critix on May 20, 2020, 08:04:28 AM
Starting with the changes made by Danne to:
https://www.magiclantern.fm/forum/index.php?topic=9741.msg208959#msg208959, I added support for EOSM2.
It's not finished yet ... there are some adjustments to be made, but it's functional.... I hope ;D
Download:
https://bitbucket.org/ccritix/magic-lantern/downloads/magiclantern-Nightly.2020May19.EOSM2103.zip
Branch:
https://bitbucket.org/ccritix/magic-lantern/branch/crop_rec_4k_mlv_snd_raw_only-EOSM2


Last edit:
I changed some values in mlv-lite, and rebuilt ML.
#25
I solved the problem reported by @petabyte:
Quote- In liveview, trash button opens ML, and menus "glitch" every 3 seconds
https://bitbucket.org/ccritix/magic-lantern-git/downloads/magiclantern-Nightly.2021Nov24.1300D110.zip