summaryrefslogtreecommitdiff
path: root/utils/nwztools/scripts/README
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2016-09-27 00:09:06 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2016-10-19 17:09:04 +0200
commit21fb5aff39ec63ae7c69b02d26e694f07016816f (patch)
treea7d7be7fc625f60505c867be651c1516b84748c1 /utils/nwztools/scripts/README
parent2a2800b528010320ca504a39106806ec21f02203 (diff)
downloadrockbox-21fb5aff39ec63ae7c69b02d26e694f07016816f.tar.gz
rockbox-21fb5aff39ec63ae7c69b02d26e694f07016816f.zip
nwztools: rework upg scripts
The exec_file allows to embed a script/executable and run it on target. It takes of unpacking, remounting contents rw and redirect output to exec.txt at the root of the drive. More generally, rework how the makefile works. Change-Id: Iec719227be96e80701ad8f5398d2d34389f4da9e
Diffstat (limited to 'utils/nwztools/scripts/README')
-rw-r--r--utils/nwztools/scripts/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nwztools/scripts/README b/utils/nwztools/scripts/README
index e103647bd6..1744fbe9fe 100644
--- a/utils/nwztools/scripts/README
+++ b/utils/nwztools/scripts/README
@@ -46,7 +46,7 @@ your device to build this firmware upgrade. Once you known it, run
46to list all available targets. For example if your targets is one of the 46to list all available targets. For example if your targets is one of the
47NWZ-E460 series, the corresponding target is nwz-e46x. 47NWZ-E460 series, the corresponding target is nwz-e46x.
48Once you have identified the target. Run 48Once you have identified the target. Run
49 make dump_rootfs NWZ_TARGET=nwz-exyz 49 make dump_rootfs NWZ_TARGET=nwz-exyz UPG=dump_rootfs.upg
50(replace nwz-exyz with your target) 50(replace nwz-exyz with your target)
51This command will produce a firmware upgrade file called 51This command will produce a firmware upgrade file called
52 dump_rootfs.upg 52 dump_rootfs.upg