Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graugans/eos-bootable
Set the CF card bootable for Canon EOS DSLR cameras
https://github.com/graugans/eos-bootable
Last synced: about 1 month ago
JSON representation
Set the CF card bootable for Canon EOS DSLR cameras
- Host: GitHub
- URL: https://github.com/graugans/eos-bootable
- Owner: graugans
- License: gpl-2.0
- Created: 2024-06-01T05:45:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T06:26:57.000Z (7 months ago)
- Last Synced: 2024-06-02T06:53:05.291Z (7 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create a bootable media for Canon DSLRs
This is based on the [Magic Lantern](https://www.magiclantern.fm/) source code. The purpose of this project is to
provide me a backup for patching the CF card of my Canon 350D DSLR.## Build Instructions
Follow these steps to build the project:
### Clone the repository
```sh
git clone https://github.com/graugans/eos-bootable.git
```Navigate into the project directory and run CMake
```sh
cd eos-bootable
cmake -B build
cmake --build build
```To use the file `make_bootable.sh` you have to copy the `exfat_sum` binary from the build folder to the project root.
```sh
cp build/exfat_sum .
```