mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). Current status is that the bootloader works to load Rockbox, but dual boot does not work: it freezes after decrypting the OF. When Rockbox boots, it freezes somewhere between showing the logo and the main menu. And there's no driver for the touchpad. So lots of work left.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17809 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
78337961b7
commit
22e7bf32b8
20 changed files with 1198 additions and 4 deletions
|
@ -9,7 +9,8 @@ gigabeat-s.c
|
|||
../firmware/target/arm/imx31/gigabeat-s/mmu-imx31.c
|
||||
#elif defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || \
|
||||
defined(SANSA_E200) || defined(SANSA_C200) || \
|
||||
defined(MROBE_100) || defined(PHILIPS_SA9200)
|
||||
defined(MROBE_100) || defined(PHILIPS_SA9200) || \
|
||||
defined(PHILIPS_HDD1630)
|
||||
#ifdef E200R_INSTALLER
|
||||
main-e200r-installer.c
|
||||
#else
|
||||
|
|
|
@ -61,6 +61,10 @@ extern int show_logo(void);
|
|||
|
||||
#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
|
||||
#define BOOTLOADER_BOOT_OF BUTTON_VOL_UP
|
||||
|
||||
#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
|
||||
#define BOOTLOADER_BOOT_OF BUTTON_MENU
|
||||
|
||||
#endif
|
||||
|
||||
/* Maximum allowed firmware image size. 10MB is more than enough */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue