Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#7497 - Add a magic string to bootloader version to enable locating it in the binary

Attached to Project: Rockbox
Opened by Dave Hooper (stripwax) - Saturday, 28 July 2007, 12:38 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 29 July 2007, 11:51 GMT+2
Task Type Patches
Category Applications
Status Unconfirmed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

Simple patch to add RBBLver prefix + suffix to the bootloader version string. rbutil can scan the binary bootloader file to locate this string to determine the bootloader version. download.rockbox.org can now be updated to include bootloader.version files alongside the binaries (e.g. extract the bootloader version from the binary using od -S 6 | grep RBBLver )
   bootloader_version_string.patch (3.2 KiB)
 bootloader/main-pp.c     |    5 +++--
 bootloader/gigabeat.c    |    4 +++-
 bootloader/main.c        |    4 +++-
 bootloader/iaudio_x5.c   |    4 +++-
 bootloader/iriver_h300.c |    4 +++-
 bootloader/ipod.c        |    5 +++--
 6 files changed, 18 insertions(+), 8 deletions(-)

This task depends upon

Comment by Barry Wardell (barrywardell) - Saturday, 28 July 2007, 13:11 GMT+2
Works fine on my H10 and Sansa.
Comment by Barry Wardell (barrywardell) - Saturday, 28 July 2007, 18:37 GMT+2
Tried it on my Gigabeat, but th bootloader is non-functional because of commit 13821.
Comment by Barry Wardell (barrywardell) - Sunday, 29 July 2007, 21:55 GMT+2
Works now on Gigabeat since r14052.
Comment by Dave Hooper (stripwax) - Wednesday, 13 August 2008, 00:06 GMT+2
Useful? Not useful?
Comment by Jonas Häggqvist (rasher) - Wednesday, 13 August 2008, 00:25 GMT+2
Sounds pretty useful to me.

Loading...