mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Update the README, and add a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18931 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
601afcbd0b
commit
8db3450d1b
1 changed files with 10 additions and 4 deletions
|
@ -2,13 +2,19 @@
|
||||||
|
|
||||||
This tool composes a firmware file, out of:
|
This tool composes a firmware file, out of:
|
||||||
1. Template for the first Flash page
|
1. Template for the first Flash page
|
||||||
2. Bootloader
|
2. Flash bootloader
|
||||||
3. Archos image
|
3. First (alternate) image - usually bootbox
|
||||||
4. Rockbox image
|
4. Second (main) image - rockbox or rombox. Can be left blank
|
||||||
|
|
||||||
Use with extreme caution, the components have to match!
|
Use with extreme caution, the components have to match!
|
||||||
The aspects are:
|
The aspects are:
|
||||||
- Model (Player, Recorder, FM, V2)
|
- Model (Player, Recorder, FM, V2, Ondio FM, Ondio SP)
|
||||||
- boot type (standard boot ROM or ROMless)
|
- boot type (standard boot ROM or ROMless)
|
||||||
|
|
||||||
|
If you need to adjust the size of the flash bootloader or the first
|
||||||
|
image in order to match a desired rombox link address, do not try to
|
||||||
|
pad the files manually! It will most probably lead to a non-working
|
||||||
|
firmware file. You can pad the bootloader by including a dummy
|
||||||
|
initialized array instead (at least one element needs to be non-zero).
|
||||||
|
|
||||||
Such a firmware file can then be programmed with "firmware_flash.rock".
|
Such a firmware file can then be programmed with "firmware_flash.rock".
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue