diff options
-rw-r--r-- | apps/features.txt | 4 | ||||
-rwxr-xr-x | manual/advanced_topics/main.tex | 31 |
2 files changed, 35 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt index 3a8636e8a1..832da4c5ca 100644 --- a/apps/features.txt +++ b/apps/features.txt | |||
@@ -292,3 +292,7 @@ play_frequency | |||
292 | #if defined(HAVE_BOOTDATA) | 292 | #if defined(HAVE_BOOTDATA) |
293 | boot_data | 293 | boot_data |
294 | #endif | 294 | #endif |
295 | |||
296 | #if defined(HAVE_MULTIBOOT) | ||
297 | multi_boot | ||
298 | #endif | ||
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index 7025282fe9..669b878e10 100755 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex | |||
@@ -689,6 +689,37 @@ current version. | |||
689 | 689 | ||
690 | \opt{archos}{\input{advanced_topics/archos-flashing.tex}} | 690 | \opt{archos}{\input{advanced_topics/archos-flashing.tex}} |
691 | 691 | ||
692 | \opt{multi_boot}{ | ||
693 | \subsection{\label{ref:using_multiboot}Using Multiboot} | ||
694 | \newcommand{\redirectext}{<playername>} | ||
695 | \opt{fuze}{\renewcommand*{\redirectext}{fuze}} | ||
696 | \opt{fuzev2}{\renewcommand*{\redirectext}{fuze2}} | ||
697 | \opt{fuzeplus}{\renewcommand*{\redirectext}{fuze+}} | ||
698 | \opt{clipplus}{\renewcommand*{\redirectext}{clip+}} | ||
699 | \opt{clipzip}{\renewcommand*{\redirectext}{clipzip}} | ||
700 | |||
701 | Using a specially crafted redirect file combined with special firmware builds | ||
702 | that allow the boot drive to be passed from the bootloader, some devices can | ||
703 | run Rockbox from a MicroSD card. You can even direct the bootloader to run the | ||
704 | firmware from a different folder within the SD card if desired. | ||
705 | \note{ | ||
706 | Each supported model looks for a specific redirect file | ||
707 | (file extension is unique to each model). | ||
708 | } | ||
709 | |||
710 | Create \fname{/rockbox\_main.\redirectext{}} in the root of the SD card. | ||
711 | The redirect file should contain a single line denoting the path to the root | ||
712 | of the desired \fname{.rockbox} directory. A single forward slash ``/'' indicates | ||
713 | \fname{/.rockbox} in the root of the sd card. | ||
714 | \note{The redirect file does not work when placed on the internal drive.} | ||
715 | |||
716 | If instead you wanted to run the Rockbox from SD card \fname{/mybuild/.rockbox} | ||
717 | then your \fname{/rockbox\_main.\redirectext{}} file should contain:\\ | ||
718 | \begin{exampleredirect} | ||
719 | /mybuild/ | ||
720 | \end{exampleredirect} | ||
721 | } | ||
722 | |||
692 | \section{Optimising battery runtime} | 723 | \section{Optimising battery runtime} |
693 | Rockbox offers a lot of settings that have high impact on the battery runtime | 724 | Rockbox offers a lot of settings that have high impact on the battery runtime |
694 | of your \dap{}. The largest power savings can be achieved through disabling | 725 | of your \dap{}. The largest power savings can be achieved through disabling |