https://github.com/petabyt/mlinstall
Magic Lantern Install Tool
https://github.com/petabyt/mlinstall
linux magiclantern windows
Last synced: 9 months ago
JSON representation
Magic Lantern Install Tool
- Host: GitHub
- URL: https://github.com/petabyt/mlinstall
- Owner: petabyt
- License: gpl-2.0
- Created: 2021-06-26T18:54:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-04T19:48:37.000Z (12 months ago)
- Last Synced: 2025-09-17T04:54:08.500Z (9 months ago)
- Topics: linux, magiclantern, windows
- Language: C
- Homepage: http://danielc.dev/mlinstall/
- Size: 6.43 MB
- Stars: 37
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MLinstall
A Windows/Linux/Mac app to assist with installing Magic Lantern.
Download: https://github.com/petabyt/mlinstall/releases

## 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
- Shutter counter
- Shows internal FW build version
## Compiling
- Clone with `--recurse-submodules`.
- Required packages: `sudo apt install libusb-dev gcc libgtk-3-dev`
```
cmake -G Ninja -B build && cmake --build build
```
Licensed under GNU General Public License v2.0.