Experimental project for replacing factory firmware on FM10000 cards with custom-made code
Go to file
DataHoarder 6f91e3e7c4
All checks were successful
continuous-integration/drone/push Build is passing
Bump rrcc to fix FASTCALL and RET, added init_setPciePEPEnabled
2021-01-03 05:32:58 +01:00
rrcc@624fad1319 Bump rrcc to fix FASTCALL and RET, added init_setPciePEPEnabled 2021-01-03 05:32:58 +01:00
src Bump rrcc to fix FASTCALL and RET, added init_setPciePEPEnabled 2021-01-03 05:32:58 +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 Bump rrcc to fix FASTCALL and RET, added init_setPciePEPEnabled 2021-01-03 05:32:58 +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.