petabyt / liemoth

Ambarella Action Camera Hacks
GNU General Public License v3.0
26 stars 2 forks source link
c camera custom firmware gopro hack reverse-engineering

NOTE: Liemoth is currently being rewritten. Stable is in branch "old-system"

Liemoth

Liemoth (formerly AHDK) is a free and open source software dev kit for Ambarella based devices.

Demonstration: https://www.youtube.com/watch?v=8iN3dRujXYc

What can it do?

Goals:

Building

Liemoth can be built on Windows and Linux.
Dependencies:

Head into a directory and type make help.
It should be pretty straightforward.

This is the compiler used by Ambarella (I think). You can also
use it to compile apps that run on the camera's Linux system:
arm-none-linux-gnueabi
It's older (2009), so it will generate assembly around 2x the size of newer GCCs.
Personally, I use gcc-arm-none-eabi-5_4-2016q3, since it's the same compiler that
Magic Lantern uses.

Thanks to

Other

Screen hacks