https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 7f540be7d1cfba75a632b07b7f5fc8e2c340b7d9 authored by Daniel Fort on 07 November 2016, 03:49:24 UTC
fix to extract only the first frame (numbered 0)
Tip revision: 7f540be
Makefile.platform.default
#Makefile.setup.platform for EOS 650D v104

ifeq ($(FW_VERSION),104)
ROMBASEADDR		= 0xFF0C0000
CANON_NAME_FIR  = CCF13104.FIR

# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART	= 0x0007E100

#End of FW_VERSION == 104
endif
back to top