rockbox/utils/ypr0tools
Thomas Martitz bf021e3ded ypr0: Add variables to provide a argv and stdout/err redirection for running Rockbox to the loader script.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31426 a1c6a512-1295-4272-9138-f99709370657
2011-12-24 23:13:27 +00:00
..
cramfs-1.1 Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
files ypr0: Add variables to provide a argv and stdout/err redirection for running Rockbox to the loader script. 2011-12-24 23:13:27 +00:00
extract_section.c Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
Makefile Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
MuonEncrypt Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
pack-firmware.sh Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
patch-firmware.sh Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
README Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
rockbox.sh ypr0: Add variables to provide a argv and stdout/err redirection for running Rockbox to the loader script. 2011-12-24 23:13:27 +00:00
unpack-firmware.sh Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00

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.