summaryrefslogtreecommitdiff
path: root/utils/MTP/beastpatcher/TODO
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-02-22 13:54:46 +0000
committerDave Chapman <dave@dchapman.com>2009-02-22 13:54:46 +0000
commitc06071e2e705095e49207f92b941edd3b5ada46c (patch)
tree28e6b326720a12f26c56ff098ea12fea50838808 /utils/MTP/beastpatcher/TODO
parent65d404ff6a78c6e2135f3e4f1f9d5634bed0dfce (diff)
downloadrockbox-c06071e2e705095e49207f92b941edd3b5ada46c.tar.gz
rockbox-c06071e2e705095e49207f92b941edd3b5ada46c.zip
Initial version of a BSD-licensed beastpatcher utility for Gigabeat S installation. Currently only compiles on Linux, but Windows and OS X support are planned.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20083 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP/beastpatcher/TODO')
-rw-r--r--utils/MTP/beastpatcher/TODO17
1 files changed, 17 insertions, 0 deletions
diff --git a/utils/MTP/beastpatcher/TODO b/utils/MTP/beastpatcher/TODO
new file mode 100644
index 0000000000..717a77e7c8
--- /dev/null
+++ b/utils/MTP/beastpatcher/TODO
@@ -0,0 +1,17 @@
1Basic implementation:
2
3* Windows support - need to expand API provided by MTP_DLL.dll
4* OS X support - need to statically link against libusb and libmtp
5* Load bootloader.bin from a file
6
7Ideas for future features:
8
9* Dual-boot. Look for nk.bin in current directory, and check its
10 md5sum to confirm it's an original firmware. Possibly include
11 override for user-modified OFs, and option for user to specify an
12 alternate location.
13
14 This will give the user three options - rockbox only, OF only
15 (i.e. uninstall) or dual-boot. It would be easy to give the choice
16 of two boot orders (RB on hold or OF on hold) if that was desired.
17