Author Topic: Canon 6D / Firmware 1.1.3  (Read 1382815 times)

a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564
Re: Magic Lantern for 6D | Dev kit released
« Reply #75 on: March 12, 2014, 01:50:24 PM »
This doesn't match my findings from 5D3. The number of pixels should be multiple of 16 because most codecs expect that, and the number of bytes should be multiple of 8 because EDMAC expects that.

So, 2656 % 16=0 and  4648 % 8 = 0.

If EDMAC would require multiples of 16 bytes, the following horizontal resolution would crash:  864, 1504.

On 5D3, they do not crash. What about 6D?

nandoide

  • New to the forum
  • *
  • Posts: 41
Re: Magic Lantern for 6D | Dev kit released
« Reply #76 on: March 12, 2014, 02:20:59 PM »
There are also no more crashes on 6D with %32.

The problem was the check at edmac_copy_rectangle_cbr_start that you suggested in the patch and I modified a bit (changing src_width by dst_width)
  if ( dst_width % 16 ) return 0;   at some resolutions, the check verifies and returns.
 
for instance 2656 because dst_width is 4648 and 4648%16 != 0.

We have to remove this check or choose  this one if ( ( dst_width*8 ) /14 % 16) return 0

Whatever we do, it works.


a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564
Re: Magic Lantern for 6D | Dev kit released
« Reply #77 on: March 12, 2014, 02:41:43 PM »
In edmac_copy, my latest patch uses if (dst_width % 8 ) return 0.

If this is correct, I'll commit it for further review.

nandoide

  • New to the forum
  • *
  • Posts: 41
Re: Magic Lantern for 6D | Dev kit released
« Reply #78 on: March 12, 2014, 03:11:45 PM »
I think it's OK.

For instance 1808 and 2672, the resolutions that crashed the 6D (prior changing  %16 to %32 on raw_rec) verify the condition:  dst_width%8 != 0, so the crash is gone and the safety check is fault tolerant enough.

Thanks a lot.

a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564

bergamar

  • Just arrived
  • *
  • Posts: 1
Re: Magic Lantern for 6D | Dev kit released
« Reply #80 on: March 13, 2014, 10:17:06 PM »
Hi guys,
thanks for your magic, I've been trying ML on my 6D in these days and was wondering if headphone monitoring with RCA - 3.5mm jack adapter actually works on 6D since I'm trying to use it but I can't hear no sound coming from my headphones and moreover several audio features in ML menu seem to be missing on the 6D.
Maybe a headphone amplifier would fix the problem?
Has anybody checked this feature with the latest build?

Thanks for your help

1%

  • Developer
  • Hero Member
  • *****
  • Posts: 5936
  • 600D/6D/50D/EOSM/7D
Re: Magic Lantern for 6D | Dev kit released
« Reply #81 on: March 13, 2014, 10:47:41 PM »
its not ported to main yet. It works but has static coded regs and some commands have to be sent twice.

a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564
Re: Magic Lantern for 6D | Dev kit released
« Reply #82 on: March 16, 2014, 03:55:04 PM »
Any volunteer to try the latest installer for 6D? (the same one that I wrote these days for 5D3.123).

This time you will be the first one who runs it, so if you don't mind being the guinea pig, just send me a PM.

So far, the code was confirmed to work on 5D3, 7D and 700D.

1%

  • Developer
  • Hero Member
  • *****
  • Posts: 5936
  • 600D/6D/50D/EOSM/7D
Re: Magic Lantern for 6D | Dev kit released
« Reply #83 on: March 16, 2014, 07:41:21 PM »
I'll re-run it and see if it boots if you want. 113 is long overdue.

a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564
Re: Magic Lantern for 6D | Dev kit released
« Reply #84 on: March 16, 2014, 07:43:50 PM »
Here you go: http://a1ex.magiclantern.fm/bleeding-edge/6D_113.fir

If it works, I'll commit it.

1%

  • Developer
  • Hero Member
  • *****
  • Posts: 5936
  • 600D/6D/50D/EOSM/7D
Re: Magic Lantern for 6D | Dev kit released
« Reply #85 on: March 16, 2014, 09:40:43 PM »
Boots solid red light... also has to be named like:

6D00011X.FIR or some variation or the camera won't read it. Do you have the unsigned bin, I can see if it boots.


a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564
Re: Magic Lantern for 6D | Dev kit released
« Reply #86 on: March 16, 2014, 10:17:59 PM »
You can compile it from installer/6D.113 and try the autoexec.

a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564
Re: Magic Lantern for 6D | Dev kit released
« Reply #87 on: March 17, 2014, 11:51:32 AM »
Second try (fixed RESTARTSTART and using long file name):

http://a1ex.magiclantern.fm/bleeding-edge/ML-6D113.FIR

1%

  • Developer
  • Hero Member
  • *****
  • Posts: 5936
  • 600D/6D/50D/EOSM/7D
Re: Magic Lantern for 6D | Dev kit released
« Reply #88 on: March 19, 2014, 09:14:52 PM »
It does load/run with the 8char name too. interestingly I don't get a choice box if both firs are in root.

a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564
Re: Magic Lantern for 6D | Dev kit released
« Reply #89 on: March 19, 2014, 11:17:24 PM »
Alright, updated nightly builds and added install instructions to first post.

Pelican

  • Contributor
  • Senior
  • *****
  • Posts: 408
Re: Magic Lantern for 6D | Dev kit released
« Reply #90 on: March 19, 2014, 11:54:02 PM »
It does load/run with the 8char name too. interestingly I don't get a choice box if both firs are in root.
I guess the choice box made by the updater itself not by the camera's firmware. The camera always starts the first .fir file and if it not has a check routine for other .fir files then just runs.
EOS 7D Mark II, EOS 7D, EOS 5, EOS 100 + lenses (10mm to 300mm), 600EX, 550EX, YN600EX x 3
EOScard, EOS DSLR firmwares, ARMu, NiControl, etc.: http://pel.hu/down

a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564
Re: Magic Lantern for 6D | Dev kit released
« Reply #91 on: March 19, 2014, 11:56:42 PM »
On 5D3, I'm not sure what I did, but I placed ML FIR + Canon FIR, got the choice box, selected ML FIR but it ran Canon FIR instead (and re-flashed 1.2.3).

Maybe placebo, but it seemed to flash pretty fast (I remember it was really slow back then).

1%

  • Developer
  • Hero Member
  • *****
  • Posts: 5936
  • 600D/6D/50D/EOSM/7D
Re: Magic Lantern for 6D | Dev kit released
« Reply #92 on: March 20, 2014, 02:39:26 AM »
I've also gotten the box on EOSM. It seemed to run what I chose though.

red_trela

  • New to the forum
  • *
  • Posts: 3
Re: Magic Lantern for 6D | Dev kit released
« Reply #93 on: March 20, 2014, 09:21:30 AM »
New to this forums, to ML and to the 6D (but not to Canon EOS), so please bear with me. Thanks.

My newly bought 6D already came with FW 1.1.4, which I read is pretty new and ML seems to be getting built for 1.1.3 only. So, is that build expected to work with 1.1.4 as well? The changes seem minor. Will there be 1.1.4 builds soon-ish?

Walter Schulz

  • Contributor
  • Hero Member
  • *****
  • Posts: 8812
Re: Magic Lantern for 6D | Dev kit released
« Reply #94 on: March 20, 2014, 09:31:29 AM »
ML is dedicated to a firmware version of a cam. Won't work, though!
And asking for release dates makes no sense. Read FAQ.

Audionut

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3657
  • Blunt and to the point
Re: Magic Lantern for 6D | Dev kit released
« Reply #95 on: March 20, 2014, 09:38:08 AM »
Maybe placebo, but it seemed to flash pretty fast (I remember it was really slow back then).

My first flash to 1.2.3, was extremely slow.

red_trela

  • New to the forum
  • *
  • Posts: 3
Re: Magic Lantern for 6D | Dev kit released
« Reply #96 on: March 20, 2014, 10:03:15 AM »
ML is dedicated to a firmware version of a cam. Won't work, though!
And asking for release dates makes no sense. Read FAQ.

Read it now, thanks. Hiding it under Support is not the best way for it to be found by new users ;)

Audionut

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3657
  • Blunt and to the point
Re: Magic Lantern for 6D | Dev kit released
« Reply #97 on: March 20, 2014, 10:32:20 AM »
I moved the forum discussion over here:  http://www.magiclantern.fm/forum/index.php?topic=9654.0

rktaylor

  • New to the forum
  • *
  • Posts: 36
Re: Magic Lantern for 6D | Dev kit released
« Reply #98 on: March 21, 2014, 05:07:10 AM »
Now that there is a new 6D installer binary for 1.1.3 file is there any advantage to reinstall ML?

It works perfectly and I've been running it from Tragic Lantern and change back to ML when it reappeared on the nightly downloads.

Thanks and great work!!!
6D | Tamron 24-70 f/2.8 | EF 50 f/1.4 | EF 70-300 f/4-5.6 | Canon EF 100mm f/2.8 L

Marsu42

  • Contributor
  • Hero Member
  • *****
  • Posts: 1557
  • 66d + flashes
Re: Magic Lantern for 6D | Dev kit released
« Reply #99 on: March 21, 2014, 08:02:45 AM »
Now that there is a new 6D installer binary for 1.1.3 file is there any advantage to reinstall ML?

nope