https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 1f851a7a135e510274397e8120a3363749fd5215 authored by danne on 17 June 2018, 18:44:00 UTC
renaming lua scripts. exfat vs fat32 issue. Thanks Walter S. and OlRivrRat https://www.magiclantern.fm/forum/index.php?topic=16040.msg202846#msg202846
Tip revision: 1f851a7
Makefile.platform.default
#Makefile.setup.platform for 5D Mark III

ifeq ($(FW_VERSION),113)
CANON_NAME_FIR=5D300133.FIR

ROMBASEADDR	= 0xFF0C0000

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

#End of FW_VERSION == 113
endif
back to top