diff --git a/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c index d3f0aa4055..fa80ed4adb 100644 --- a/apps/plugins/rockbox_flash.c +++ b/apps/plugins/rockbox_flash.c @@ -30,7 +30,7 @@ PLUGIN_HEADER /* define DUMMY if you only want to "play" with the UI, does no harm */ /* #define DUMMY */ -#define LATEST_BOOTLOADER_VERSION 1 /* update this with the bootloader */ +#define LATEST_BOOTLOADER_VERSION 2 /* update this with the bootloader */ #ifndef UINT8 #define UINT8 unsigned char @@ -939,7 +939,7 @@ void DoUserDialog(char* filename) rb->lcd_puts_scroll(0, 1, "File invalid. Blocksize too small?"); break; case eBadRomLink: - rb->lcd_puts_scroll(0, 1, "BootBox mismatch"); + rb->lcd_puts_scroll(0, 1, "RomBox mismatch."); break; default: rb->lcd_puts_scroll(0, 1, "Check failed."); diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index 2fefcbdcac..10e6d6c423 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -75,8 +75,7 @@ #define FIRMWARE_OFFSET_FILE_DATA 6 /* The start address index for ROM builds */ -/* #define ROM_START 0xD010 for behind original Archos */ -#define ROM_START 0x6010 /* for behind BootBox */ +#define ROM_START 0x7010 /* for behind BootBox */ /* Software controlled LED */ #define CONFIG_LED LED_REAL