SpaceInvaderTech / openhaystack_moko

OpenHaystack firmware for Moko M1 & M2 devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenHaystack - Moko

This is an internal project developed by Antonio Calatrava for SpaceInvader to create a OpenHaystack compatible device on a Moko M1 and Moko M2.

In November 2023, SpaceInvader open sourced the project under the MIT license.

Currently the firmware is compatible with the following models:

  • Moko M1-PNDA
  • Moko M2-PNDA-HA

The firmware support DFU updating.

Compile the firmware

Follow instructions in the apps and apps/firmware folders.

Compile via Docker

docker build --platform linux/amd64 --tag si-moko .
docker run --rm --platform linux/amd64 --env "PUBLIC_KEY_HEX=0x00" si-moko

About

OpenHaystack firmware for Moko M1 & M2 devices

License:MIT License


Languages

Language:C 91.6%Language:Makefile 7.2%Language:Shell 0.7%Language:Dockerfile 0.5%