Skip to content

petabyt/mlinstall

Repository files navigation

MLinstall

A Windows/Linux app to assist with installing Magic Lantern.
Download: https://github.com/petabyt/mlinstall/releases

screenshot

Features

  • Make camera bootable over USB (alternative to Magic Lantern's custom .FW files)
  • Get firmware & build version, get shutter actuation count, other info
  • Write memory card boot and script flags (FAT16/32/ExFAT)
  • Clear card flags without reformattting

Long-term roadmap

  • Add shutter counter
  • Display FW and internal build version
  • MacOS port
  • Diagnostic + error reporting

All pull requests/issues are welcome.

Linux Compilation

make TARGET=l linux.out

Windows Compilation

  • Mingw is required: apt install gcc-mingw-w64-x86-64.
  • libui-cross can be compiled and installed for cross-compilation on WSL/Linux
make TARGET=w mlinstall.exe

MacOS Compilation

Licensed under GNU General Public License v2.0.