rrc-open-firmware/README.md
DataHoarder c99d942f3e
All checks were successful
continuous-integration/drone/push Build is passing
Add further config values, set spi values for rrcc to use
2021-01-04 08:21:58 +01:00

793 B

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 be built from submodule, tagged to specific version. Make sure to do $ git submodule update --init --recursive before building)
  • 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.

License

  • BSD-3-Clause
  • See COPYING for the full license.
  • Files under blobs/ are derived from Intel IES BSD-3-Clause switch API, fm10000_api_spico_code.c