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

#1
Quote from: vtrandal on July 31, 2012, 01:52:36 AM
I'm just finished downloading Ubuntu 12.04 LTS 32-bit.
Sound OK?
should be ok
yesterday i have successfully built ML v2.3 (but without *.fir files) using exactly this version of ubuntu

#2
new here

I've been trying  to build v.2.3 from sources following these instructions http://magiclantern.wikia.com/wiki/Build_instructions/Unified . After just a few manipulations "make" and "make zip" succeeded and I've got zip archive with autoexec and ML folder. The sad thing was that zip package had no *.fir files inside. I've tried to run "make fir" but got the following error message:

python: can't open file '../../../dumper/build_fir.py': [Errno 2] No such file or directory

Grepping sources finds several lines that use build_fir.py script for patching firmware:

./installer/50D.109/Makefile: python ../../../dumper/build_fir.py -r ../../../dumper/50D00109.FIR updater.bin $(UPDATE_NAME)

but there is  no build_fir.py script in magic-lantern sources fetched from hg repository.

QUESTION:
Can someone please clarify whether it is possible to patch firmware and if it is - how to do it?
#3
you will have to make all ruby scripts executable:
~/magic-lantern$ find . -name *.rb | xargs chmod +x