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 - orielsy

#1
General Development / Re: Porting a Canon firmware update
December 02, 2017, 05:34:34 AM
Hello all,

I last touched C++ 6 years ago after college (been doing Frontend development ever since). I was wondering what the community here thinks are my chances at porting ML to the EOS M2?

I would love some guidance on this as I would love to avoid wasting my holidays (in case it's impossible to port or something).

Cheers!
#2
Camera-specific Development / Re: ML on EOS-M2
December 02, 2017, 04:25:47 AM
Quote from: dfort on October 21, 2017, 10:29:11 PM
Finally got around to trying out the new DryOS task hooks but still no luck getting to the ML menus. Haven't tried the other suggestions yet.

On the Mac "fn delete" brings up the ML menu on the 700D but nothing on the EOSM2. In fact the EOSM2 still goes into the black abyss when leaving the Canon menu and the "M" key doesn't bring it back to life.

I've been trying out the EOSM2 on various branches and here is what I'm doing in QEMU:

make -C ../magic-lantern/platform/EOSM2.103 install_qemu
./run_canon_fw.sh EOSM2,firmware="boot=1" -d debugmsg -s -S & arm-none-eabi-gdb -x EOSM2/debugmsg.gdb


Don't have to bother mounting and unmounting the sd disk image. Nice!

Hello all,

I'm a computer science graduate and would like to join in on tackling this as I just purchased the M2. These days I mostly deal with Frontend Development so it's been a while since I've touched C++, Assembly or anything like that.  I'm hoping I can chip in though.

Any info to help me get up to speed helps. In the mean time I'll be reading all the comments here.