Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Rockbox Logo

Rockbox is a free replacement firmware for digital music players. It runs on a wide range of players:

Stable ports

Rockbox runs well on these players, has installation instructions, and most are supported by the Rockbox Utility:

  • AIGO: Eros Q / Eros K (aka HIFI WALKER H2, AGPTek H3, and Surfans F20)
  • Apple: iPod 1g through 6g (Classic), iPod Mini, iPod Nano 1g, iPod Nano 2g
  • Agptek: Rocker (aka Benjie T6)
  • Archos: Jukebox 5000, 6000, Studio, Recorder, FM Recorder, Recorder V2 and Ondio
  • Cowon: iAudio X5, X5V, X5L, M5, M5L, M3 and M3L
  • Creative: Zen Mozaic, Zen X-Fi, Zen X-Fi 3 and Zen X-Fi Style
  • FiiO: M3K
  • iriver: iHP100 series, H100 series, H300 series and H10 series
  • MPIO: HD300
  • Olympus: M:Robe 100
  • Packard Bell: Vibe 500
  • Philips: GoGear SA9200, GoGear HDD16x0 and HDD63x0
  • Samsung: YH-820, YH-920 and YH-925
  • SanDisk: Sansa c200, e200 and e200R series, Fuze and Fuze+, Clip, Clip+ and Clip Zip
  • Shanling: Q1
  • Toshiba: Gigabeat X and F series
  • xDuoo: X3, X3ii, and X20

Unstable ports

Rockbox runs on these players, but is incomplete, less usable or has problems that limit it to advanced users:

Unusable ports

Work has begun on porting Rockbox to these players, but much remains before they are usable:

  • Creative: Zen V
  • Onda: VX747, VX767 and VX777
  • iHIFI 760, 770, 770C, 800, and 960
  • Google Android (4.4 and older only)
  • Rockchip rk27xx (generic)

Click here for a status summary of unstable and unusable ports.

Quick links: Why should you run Rockbox? · Change log · Contribute to Rockbox

If your player is not listed above, then Rockbox does not run on it.

Recent activity:

Project news

Recent news
whenwhat
2025-04-01Rockbox 4.0 is released!
2024-07-18Switched nightly voice generation over to the Piper TTS engine.
2024-07-17AGPTek Rocker, xDuoo X3ii and xDuoo X20 promoted to Stable.
Older news

Wiki

whenwhatwho
9th May 13:33MajorChangesSolomonPeachy
6th May 16:50TargetStatusSolomonPeachy
30th Apr 11:03ReleaseNotes400SolomonPeachy
21st Apr 18:15AndroidPortSolomonPeachy
21st Apr 14:12ArticlesAboutRockboxSolomonPeachy

Code changes

whenwhatwherewho
Yesterday 22:40 afcebf1b48: Fix sea of errors introduced in cde144233b8163dec69a86a757a0d37801ffe14a

I swear I compiled this successfully; clearly I had not.
firmware/include/gcc_extensions.h [diff]
Solomon Peachy
Yesterday 21:33 39f86858c4: voice: Convert a pile of splashf() messages to be voiced

Basically, this just replaces str(STRID) with ID2P(STRID).

The voiced version of these strings cannot not have any format specifiers (enforced by the language tooling) and are instead more generic.

As many of these are error conditions, it is doubly important for them to be voiced in some way.

There are some places in the code that perform their own voicing for splash messages (eg the shutdown code); those are left alone.
apps/alarm_menu.c [diff]
apps/filetree.c [diff]
apps/gui/skin_engine/skin_parser.c [diff]
apps/misc.c [diff]
apps/open_plugin.c [diff]
apps/playlist.c [diff]
apps/playlist_catalog.c [diff]
apps/playlist_viewer.c [diff]
apps/plugins/mikmod/mikmod.c [diff]
apps/plugins/open_plugins.c [diff]
apps/plugins/vbrfix.c [diff]
apps/radio/presets.c [diff]
apps/root_menu.c [diff]
apps/tagtree.c [diff]
apps/talk.c [diff]
Solomon Peachy
Yesterday 21:30 cde144233b: misc: Suppress -Wformat-security when building with GCC7

Making splash -> splashf means its arguments are now checked at compile time, but the "format" is nearly always one of our virtual pointers instead of a string/format literal.

Our gcc494 (and upcoming gcc950) toolchains handle this fine, but simulator builds with gcc7 complain about this, so suppress the warning for those environments.

(GCC 12, GCC 14, and GCC15 all seem to be okay with this too)
firmware/include/gcc_extensions.h [diff]
Solomon Peachy
Yesterday 20:13 622ff574e7: splash: splashf() should be voiced if given an IDPTR

Most calls to splashf() use str(IDNUM), those can be safely moved to ID2P(IDNUM) now. Those will follow.

This change effectively makes splash() a simple wrapper around splashf() so just make it into a #define instead..
apps/gui/splash.c [diff]
apps/gui/splash.h [diff]
apps/plugin.c [diff]
apps/plugin.h [diff]
Solomon Peachy
Yesterday 12:27 4ab056ab15: database: Respect global "talk menu" setting in the database tree

Should fix FS #13625
apps/tree.c [diff]
Solomon Peachy
All commits since last release, last four weeks,

Mail

Recent Threads on the Mailing Lists
when what who
Friday 11:23RFC: Rockbox Utility relicensing to GPLv3+ Frank Gevaerts via rockbox
29th Apr 21:48Button layout for Hifi Walker H2 Steph MM
28th Apr 20:20Help with HifiWalker H2 Dana Conrad via rockbox
16th Apr 20:44Rockbox 4.0 released! Rémy Ruiz via rockbox
12th Apr 11:21For sale messages? Solomon Peachy via rockbox

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy