summaryrefslogtreecommitdiffstats
path: root/rbutil/e200rpatcher
AgeCommit message (Collapse)AuthorFilesLines
2007-09-16Add -s,--silent so it doesnt display the instructions and wait for input ↵Jonathan Gordon1-20/+40
before continuing. -h,--help to get the usage message git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14727 a1c6a512-1295-4272-9138-f99709370657
2007-09-15Modify Makefile for cross-compiling a windows .exe - this requires the ↵Dave Chapman1-1/+2
libusb-win32-device-bin-0.1.12.1 archive extracted to the e200rpatcher source directory. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14722 a1c6a512-1295-4272-9138-f99709370657
2007-09-15Add a call to usb_set_configuration() (apparently required for both Windows ↵Dave Chapman1-3/+12
and Linux, but Linux didn't seem to mind) and also add some more error checking/reporting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14721 a1c6a512-1295-4272-9138-f99709370657
2007-09-14Corrent an info messageDave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14692 a1c6a512-1295-4272-9138-f99709370657
2007-09-12Give more verbose error message when uploading e200rpatcher fails.Barry Wardell1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14673 a1c6a512-1295-4272-9138-f99709370657
2007-09-11Change the Mac OS X rules to compile a static binary. Also add a README ↵Dave Chapman2-4/+53
file with a brief description of e200rpatcher and some build instructions. We still need a Windows developer to make this work there... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14671 a1c6a512-1295-4272-9138-f99709370657
2007-09-09Oops, remove some duplicated code.Dave Chapman1-4/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14657 a1c6a512-1295-4272-9138-f99709370657
2007-09-09Initial version of standalone e200rpatcher tool to upload and run the e200r ↵Dave Chapman2-0/+255
patching application to patch the original Sansa bootloader. This requires the patching binary (called bootloader.bin) to be in the e200rpatcher directory when compiling. Currently only tested on Linux. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14656 a1c6a512-1295-4272-9138-f99709370657