Thomas Martitz | 249bba0 | 2011-12-24 11:56:46 +0000 | [diff] [blame] | 1 | |
| 2 | To generate a firmware, run (paths may differ): |
| 3 | |
| 4 | $ make |
Lorenzo Miori | da8a6a9 | 2013-07-09 18:20:08 +0200 | [diff] [blame] | 5 | $ ./fwdecrypt R0.ROM <optional: destination path> |
| 6 | $ sudo ./patch-firmware.sh files . # needs sudo |
| 7 | $ ./fwcrypt R0.ROM <optional: source path> |
Thomas Martitz | 249bba0 | 2011-12-24 11:56:46 +0000 | [diff] [blame] | 8 | |
| 9 | After that, R0.ROM is patched and can load Rockbox. |
| 10 | |
| 11 | rockbox.sh is a script to put into rockbox.zip. It's a small loader script |
| 12 | that sets stuff up. |
Thomas Martitz | 9c33f93 | 2012-05-28 19:31:46 +0200 | [diff] [blame] | 13 | |
| 14 | files/lib/modules/si4709.ko is a replacement kernel module for fm radio support, |
| 15 | its source code is packaged in ./si4709.7z. |