rockbox/utils/ypr0tools
Lorenzo Miori 92a529b4d1 Samsung YP-R1: fix OF boot shortcut
ypr1 target should switch back to OF by pressing volume down,
since volume up is already mapped to the early/safe mode.

Change-Id: I18c4deed2c8982dbee18b081ecc59b970c654473
2020-07-07 17:52:17 +00:00
..
cramfs-1.1
files Samsung YP-R0: remove deprecated kernel module 2020-07-07 16:51:05 +00:00
cable_detect.c
common.c
common.h
fwcrypt.c
fwdecrypt.c
Makefile
patch-firmware.sh
README
rockbox.sh Samsung YP-R1: fix OF boot shortcut 2020-07-07 17:52:17 +00:00
test.sh

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.