Slashdot Mirror


Rockbox Replaces Archos Firmware

bagder writes: "The guys in the Rockbox project have just released the first working firmware replacement for the Archos portable hard disk-based MP3-players. The software is all GPL. Every tiny bit was reverse engineered, disassembled and then re-written from scratch. You can go download your own firmware right now!"

5 of 187 comments (clear)

  1. The question is... by neksys · · Score: 4, Insightful

    Is that legal? I mean, I'd just hate to see something like that challenged under the DMCA in all its ridiculousness. Any thoughts or ideas?

  2. Re:What exactly is the big deal? by Raul+Acevedo · · Score: 5, Insightful
    The big deal is new features like no pause between songs, mid-song resume, and other things. Archos will likely not ever support most, if not all, of those things.

    From the FAQ (also on the main page):

    Ok, forget about reality, what could we do with this?

    • All those simple mp3-play features we sometimes miss:
      • No pause between songs
      • Mid-song resume
      • Mid-playlist resume
      • No-scan playlists
      • Unlimited playlist size
      • Autobuild playlists (such as "all songs in this directory tree")
      • Auto-continue play in the next directory
      • Current folder and all sub-folder random play
      • Full disk random play
      • REAL random (if press back it goes to the previous song that was played)
      • Multi song queue (folder queue)
    • Faster scroll speed
    • Archos Recorder support. Most of the hardware is the same, but the display and some other things differ.
    • All kinds of cool features done from the wire remote control, including controlling your Archos from your car radio (req hw mod)
    • Ogg Vorbis support [unverified: the MAS is somewhat programmable, but enough?]
    • Support for megabass switch (req hw mod) [unverified: I just saw the DAC docs shows how to do it switchable. we need a free port pin to be able to switch]
    • Player control via USB [unverified]
    • Memory expansion? [doubtful: the current DRAM chip only has 10 address lines. we'd have to pull off one heck of a hw mod to expand that]
    --
    In a real emergency, we would have all fled in terror, and you would not have been notified.
  3. whoa whoa WHOA! slow down! by Lord+Omlette · · Score: 5, Insightful

    Slow down there big boy! Not a single one of those has actually been implemented! Calling this thing v1.0 is really misleading. These guys are like Microsoft, yeah, they got 1.0 out the door, call me when they get 3.11 for Workgroups, k?

    They complain about the shuffle. Dandy, everyone knows that no matter how good an Archos product is, the shuffle is fucking ridiculous. Archos wouldn't know what random is if random bit them in the bloody ass. But Rockbox doesn't even have a shuffle feature yet! And if they do, it's not mentioned in the release notes or available via the menu.

    I'm sure these guys will do something great with this project, but call me when they add even one of the features on that list.

    --
    [o]_O
  4. Re:whoa whoa WHOA! slow down! by NeMon'ess · · Score: 3, Insightful

    I understand your frustration with how austere the features are now. Consider what they are trying to do, however. Their idea of 1.0 is to make it work, bug free, and at least play some mp3s. That in itself is a huge accomplishment. Sure 2.0 will be the version that everyone loves. 3.0 will have everything but the kitchen sink (and perhaps vorbis). I think we should commend what an accomplishment its been just to get this far. They just baked a cake, and now its time to frost/decorate it. They just cooked roast beef, now pour on the gravy. Pick your analogy, or suggest your own.

  5. Re:Arbitrary formats by Bj�rn+Stenberg · · Score: 5, Insightful

    We can play any format if only we can write code for the DSP to decode it. The MAS 3507 (and 3587) are generic DSPs that simply have MP3 codecs in ROM. We can download new codecs in them and I'm the first to hooray if we can get OGG or FLAC or anything into these DSPs.

    Unfortunately, we have no docs or tools for writing new MAS DSP code and Intermetall is very secretive about it. If anyone can help, please get in touch!

    The 12 MHz SH7034 CPU is unfortunately much too slow to handle decoding in software.