Giter Club home page Giter Club logo

gopro-fw-tools's Introduction

Unofficial firmware tools for my favorite sports video camera(s).

Everything here is completely unsupported. Use everything at your own risk. There author takes no responsibility for anything that happens as a result of using this software.

fwunpacker: A tool for extracting the firmware sections from HDxxx-firmware.bin and saving them as separate section_X files.

Usage:
	fwunpacker firmware.bin

goprom: A tool for generating a script to split a romfs section into all the files found in it. This tool may also be used to generate a script to update the romfs section with modifications to previously-unpacked files, but this is a very dangerous procedure and can result in a dead camera if the resulting section is flashed.

Usage:
	goprom --unpack romfs_section > unpack-romfs.sh
	chmod +x unpack-romfs.sh
	mkdir romfs
	cd romfs
	../unpack-romfs.sh ../romfs_section

fwparser: A tool for generating a script to split HDxxx-firmware.bin into separate sections found in it. This is deprecated in favor of fwunpacker, which will create the section files directly from the HD2-firmware.bin file.

Usage:
	fwparser firmware.bin > unpack-firmware.sh
	chmod +x unpack-firmware.sh
	./unpack-firmware.sh firmware.bin

gopro-fw-tools's People

Contributors

evilwombat avatar massar avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.