This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9567 - Add support for configurable root directory for Rockbox firmware
Attached to Project:
Rockbox
Opened by Alex Bennee (ajb) - Friday, 21 November 2008, 09:57 GMT+2
Last edited by Björn Stenberg (zagor) - Monday, 24 November 2008, 23:16 GMT+2
Opened by Alex Bennee (ajb) - Friday, 21 November 2008, 09:57 GMT+2
Last edited by Björn Stenberg (zagor) - Monday, 24 November 2008, 23:16 GMT+2
|
DetailsThe Rockbox file browser has the ability to load new firmware by selecting an alternative rockbox.ipod. However this is rather pointless as the support files in "/.rockbox" will be for the old build.
This series of patches allow you to configure rockbox with an alternate directory: ../tools/configure --target=22 --ram=64 --type=N --rbdir=rockboxdev.alt Which after building will give you a complete install zip file which extracts into "rockboxdev.alt". Although this build will never be the primary build (the bootloader is hardwired for .rockbox) it does mean you can run a development build without having to break your existing working setup. |
This task depends upon
I uploaded multiple patches more as an aid to reviewers so I could "show the working" and the comments for each change.
If people prefer reviewing monolithic patches I can just stick with a whole diff for each tracker entry or submit both a series and an "all" patch.
I don't mind applying the patch to a local SVN to generate the diff but git-diff patches should easily apply with "patch -p1 < git-diff.patch".
As you can probably tell I do all my work in a git-svn repo so I can do things in nice bi-sectable discreet steps.
And yes, a git patch should probably work just as well.
e.g.:
firmware/include/dircache.h:31
firmware/common/unicode.c:21
firmware/export/font.h:53