da8a6a90c3
They have been rewritten for being completely free and as fast as possible. Successfully extracted, patched, repacked and flashed original firmware (tested on device and it worked) Change-Id: I74d47d13f2dc3a2832a0d6821d3c2182dfd4b33b Reviewed-on: http://gerrit.rockbox.org/506 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Tested-by: Thomas Martitz <kugel@rockbox.org>
15 lines
473 B
Text
15 lines
473 B
Text
|
|
To generate a firmware, run (paths may differ):
|
|
|
|
$ make
|
|
$ ./fwdecrypt R0.ROM <optional: destination path>
|
|
$ sudo ./patch-firmware.sh files . # needs sudo
|
|
$ ./fwcrypt R0.ROM <optional: source path>
|
|
|
|
After that, R0.ROM is patched and can load Rockbox.
|
|
|
|
rockbox.sh is a script to put into rockbox.zip. It's a small loader script
|
|
that sets stuff up.
|
|
|
|
files/lib/modules/si4709.ko is a replacement kernel module for fm radio support,
|
|
its source code is packaged in ./si4709.7z.
|