summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-10-30 00:47:26 +0000
committerJens Arnold <amiconn@rockbox.org>2008-10-30 00:47:26 +0000
commit8db3450d1b1fdb298e7ce09dfd8ab5914bdd3aa7 (patch)
tree06e7903e4756389fd940c7d5884fab709bd2dbb6
parent601afcbd0bfea8ec37f34a9cdf41c7dc7a964989 (diff)
downloadrockbox-8db3450d1b1fdb298e7ce09dfd8ab5914bdd3aa7.tar.gz
rockbox-8db3450d1b1fdb298e7ce09dfd8ab5914bdd3aa7.zip
Update the README, and add a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18931 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--flash/make_firmware/README14
1 files changed, 10 insertions, 4 deletions
diff --git a/flash/make_firmware/README b/flash/make_firmware/README
index 9bc9892070..534b1fc1cd 100644
--- a/flash/make_firmware/README
+++ b/flash/make_firmware/README
@@ -2,13 +2,19 @@
2 2
3This tool composes a firmware file, out of: 3This tool composes a firmware file, out of:
41. Template for the first Flash page 41. Template for the first Flash page
52. Bootloader 52. Flash bootloader
63. Archos image 63. First (alternate) image - usually bootbox
74. Rockbox image 74. Second (main) image - rockbox or rombox. Can be left blank
8 8
9Use with extreme caution, the components have to match! 9Use with extreme caution, the components have to match!
10The aspects are: 10The aspects are:
11- Model (Player, Recorder, FM, V2) 11- Model (Player, Recorder, FM, V2, Ondio FM, Ondio SP)
12- boot type (standard boot ROM or ROMless) 12- boot type (standard boot ROM or ROMless)
13 13
14If you need to adjust the size of the flash bootloader or the first
15image in order to match a desired rombox link address, do not try to
16pad the files manually! It will most probably lead to a non-working
17firmware file. You can pad the bootloader by including a dummy
18initialized array instead (at least one element needs to be non-zero).
19
14Such a firmware file can then be programmed with "firmware_flash.rock". 20Such a firmware file can then be programmed with "firmware_flash.rock".