Experimental project for replacing factory firmware on FM10000 cards with custom-made code
Go to file
2021-01-03 04:56:32 +01:00
rrcc@d70d63ee24 Bump rrcc to include offset registers to access stack 2021-01-03 04:56:32 +01:00
src Bump rrcc to include offset registers to access stack 2021-01-03 04:56:32 +01:00
.drone.yml Add g++ to drone build 2021-01-02 12:06:45 +01:00
.gitignore Initial project barebones structure 2021-01-02 12:01:52 +01:00
.gitmodules Initial project barebones structure 2021-01-02 12:01:52 +01:00
config.asm WIP: Firmware platform, updated rrcc version 2021-01-02 15:46:37 +01:00
COPYING Initial project barebones structure 2021-01-02 12:01:52 +01:00
Makefile WIP: Firmware platform, updated rrcc version 2021-01-02 15:46:37 +01:00
README.md WIP: Firmware platform, updated rrcc version 2021-01-02 15:46:37 +01:00

rrc-open-firmware

Experimental project for replacing factory firmware on FM10000 cards with custom-made code.

WARNING: This is a Work In Progress project. Do not use on any cards you don't want to have to unbrick via manual SPI connection.

Requirements

  • rrcc (will build it from submodule)
  • make

Compilation

  • $ make
  • The firmware will be output to firmware.bin
  • You might want to change settings on file config.asm to fit your needs.