forked from len0rd/rockbox
Firmware tools for Samsung YP-R0/YP-R1 (and possibly others)
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>
This commit is contained in:
parent
cb27d4066a
commit
da8a6a90c3
11 changed files with 621 additions and 318 deletions
|
|
@ -2,9 +2,9 @@
|
|||
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
|
||||
$ ./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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue