- Status Closed
- Percent Complete
- Task Type Patches
- Category Infrastructure → Build environment
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2569 - ihp_100 support for fwpatcher
This should include theoretical support for both
ihp_100 and ihp_120 files for fwpatcher, which should
decide which bootloader to patch with.
I have only tested it sporadically, but it appears to
be working correctly. I have only included one original
checksum for ihp_100, since I only have one lying
around, and Linus hasn’t released a bootloader.bin yet.
checksums.h is no longer used - 3 new files are used
instead.
Closed by amiconn
2005-07-09 12:12
Reason for closing: Invalid
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2005-07-09 12:12
Reason for closing: Invalid
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Logged In: YES
user_id=988982
It didn't work as-is, because there
was a major bug in the
table
search.
Cvs fwpatcher now supports
both H110/H115 and H120/H140,
with
a slightly different approach. It is
also safer,
because it checks the
exact patched md5 for a given
unpatched md5.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
It didn’t work as-is, because there was a major bug in the
table search.
Cvs fwpatcher now supports both H110/H115 and H120/H140,
with a slightly different approach. It is also safer,
because it checks the exact patched md5 for a given
unpatched md5.
Excellent. Glad to see someone who knows C took a look at
it. It involved a lot of guesswork from my side, so it was
bound to be broken some way or other.
I thought about including final checksums for each model
seperated, but I figured if a file with a valid md5 was
produced, it was pretty safe to assume that it was the one
the user wanted (I guess it’s more prone to human error from
the coders’ side though).