rockbox/utils/ypr0tools/README

16 lines
478 B
Text
Raw Normal View History

To generate a firmware, run (paths may differ):
$ make
$ ./unpack-firmware.sh R0.ROM /tmp/romfiles
$ sudo ./patch-firmware.sh files /tmp/romfiles # needs sudo
$ ./pack-firmware.sh R0.ROM /tmp/romfiles
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.