summaryrefslogtreecommitdiff
path: root/flash/make_firmware/README
diff options
context:
space:
mode:
Diffstat (limited to 'flash/make_firmware/README')
-rw-r--r--flash/make_firmware/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/flash/make_firmware/README b/flash/make_firmware/README
deleted file mode 100644
index 534b1fc1cd..0000000000
--- a/flash/make_firmware/README
+++ /dev/null
@@ -1,20 +0,0 @@
1(c) 2003 by Jörg Hohensohn
2
3This tool composes a firmware file, out of:
41. Template for the first Flash page
52. Flash bootloader
63. First (alternate) image - usually bootbox
74. Second (main) image - rockbox or rombox. Can be left blank
8
9Use with extreme caution, the components have to match!
10The aspects are:
11- Model (Player, Recorder, FM, V2, Ondio FM, Ondio SP)
12- boot type (standard boot ROM or ROMless)
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
20Such a firmware file can then be programmed with "firmware_flash.rock".