text_viewer: rename preference values.
[kugel-rb.git] / flash / make_firmware / README
blob534b1fc1cdf82cca49fa528eff563a81786fbe33
1 (c) 2003 by Jörg Hohensohn
3 This tool composes a firmware file, out of:
4 1. Template for the first Flash page
5 2. Flash bootloader
6 3. First (alternate) image - usually bootbox
7 4. Second (main) image - rockbox or rombox. Can be left blank
9 Use with extreme caution, the components have to match!
10 The aspects are:
11 - Model (Player, Recorder, FM, V2, Ondio FM, Ondio SP)
12 - boot type (standard boot ROM or ROMless)
14 If you need to adjust the size of the flash bootloader or the first
15 image in order to match a desired rombox link address, do not try to
16 pad the files manually! It will most probably lead to a non-working
17 firmware file. You can pad the bootloader by including a dummy
18 initialized array instead (at least one element needs to be non-zero).
20 Such a firmware file can then be programmed with "firmware_flash.rock".