Downloads
releases
current build
extras
themes
Documentation
FAQ
manual
wiki
docs index
Support
mailing lists
IRC
forums
Tracker
bugs
patches
Search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
September 02, 2010, 02:52:57 PM
Rockbox Technical Forums
Installation / Removal
Manual Installation
Apple - Installation/Removal
Do I Have to Keep Apple's Firmware?
0 Members and 1 Guest are viewing this topic.
« previous
next »
Pages:
[
1
]
Author
Topic: Do I Have to Keep Apple's Firmware? (Read 4576 times)
wswartzendruber
Member
Offline
Posts: 3
Do I Have to Keep Apple's Firmware?
«
on:
December 26, 2006, 05:01:22 AM »
If I wanted to, could I install the Rockbox (via x86_64 Linux) firmware without keeping any of Apple's software? What am I required to keep?
Logged
linuxstb
Developer
Offline
Posts: 1129
Re: Do I Have to Keep Apple's Firmware?
«
Reply #1 on:
December 26, 2006, 05:50:03 AM »
Rockbox doesn't alter the contents of the flash ROM, which is where the Apple bootloader/disk-mode/diagnostics mode lives, so you can't remove that. Rockbox also doesn't have its own usb disk mode, so removing the Apple disk mode would leave you unable to access your ipod anyway...
But you can completely replace the firmware on disk. Using ipodpatcher, you have two options:
ipodpatcher [device] -wf bootloader-ipodXXXX.ipod
which will replace the Apple firmware on disk with the Rockbox bootloader.
Or even:
ipodpatcher [device] -wf rockbox.ipod
which will put the main Rockbox binary in the firmware partition, without any bootloader.
Before you use the -wf command, you may want to do:
ipodpatcher [device] -rf apple_os.ipod
to extract the main Apple firmware if you ever want to restore it. Or you can then copy the apple_os.ipod file to either the root of your FAT32 partition or inside the .rockbox/ folder, and the bootloader will load the Apple firmware from there.
Logged
wswartzendruber
Member
Offline
Posts: 3
Re: Do I Have to Keep Apple's Firmware?
«
Reply #2 on:
December 26, 2006, 03:53:28 PM »
So in other words, I can still trash Apple's iPod UI?
Logged
Hvatum
Member
Offline
Posts: 5
Re: Do I Have to Keep Apple's Firmware?
«
Reply #3 on:
January 26, 2007, 09:20:06 PM »
Nice, I do this to save space on my iPod. I see absolutely no reason for keeping the iPod firmware. I've got the iPod Nano 2GB, so the slow transfer is tolerable.
I'm really impressed. This now start much faster then before. Ironic, that it now boot in a faster time then the original Apple firmware!
Does anyone have an idea how one can increase the transfer speed under Rockbox, maybe this feature worked on? Is this possible? Thanks for the help!
«
Last Edit: January 26, 2007, 09:33:54 PM by Hvatum
»
Logged
Jakeworld
Member
Offline
Posts: 21
Re: Do I Have to Keep Apple's Firmware?
«
Reply #4 on:
January 27, 2007, 03:19:14 AM »
Is there any wiki page that has this information available? This is actually a very useful feature, and I have simply saved the commands to a document, but if there is a wiki on this, that'd be great. Thanks.
Edit:
What do you mean by "transfer rate?" If you mean transferring the songs from the computer to the iPod, it really depends on the medium you're transferring from for one, but also since you're transferring through USB, you're automatically restricted in the maximum transfer rate. I personally find that by transferring manually, it takes less than 10 minutes to transfer 6GB of songs, whereas iTunes takes almost 20 minutes.
«
Last Edit: January 27, 2007, 03:22:29 AM by Jakeworld
»
Logged
Hvatum
Member
Offline
Posts: 5
Re: Do I Have to Keep Apple's Firmware?
«
Reply #5 on:
January 27, 2007, 03:49:36 AM »
Quote
Edit: What do you mean by "transfer rate?" If you mean transferring the songs from the computer to the iPod, it really depends on the medium you're transferring from for one, but also since you're transferring through USB, you're automatically restricted in the maximum transfer rate. I personally find that by transferring manually, it takes less than 10 minutes to transfer 6GB of songs, whereas iTunes takes almost 20 minutes.
Yes. That is true. But under the Apple software I reached a transfer rate higher then under Rockbox. So if I understand correctly the problem is with Rockbox, not the limitation of USB, but perhaps I have made a mistake here. It is also possible that the problem finds itself in my computer's interaction with Rockbox. So you may not experience these slower transfers.
Logged
Jakeworld
Member
Offline
Posts: 21
Re: Do I Have to Keep Apple's Firmware?
«
Reply #6 on:
January 27, 2007, 04:00:29 AM »
That is rather strange, and it can be a significant issue if you have a large collection of media. I'm not sure what would cause that, unless somehow iTunes draws more potential out of the USB than does Explorer for certain computers.
One reason why it may be faster for drag and drop for me is that on iTunes, I had album art attached to each individual song, which it has to read, categorize, and allocate, and could greatly impact the speed of my transfer.
Logged
linuxstb
Developer
Offline
Posts: 1129
Re: Do I Have to Keep Apple's Firmware?
«
Reply #7 on:
January 27, 2007, 04:20:19 AM »
Rockbox doesn't have a USB disk mode - the problem is that Apple's firmware has two different disk modes, one of which is slow, and one is fast.
The slow one is the "emergency disk mode", which is part oif the firmware in flash ROM, and Rockbox reboots your ipod into this mode when it detects a USB connection.
The fast one is in Apple's main firmware - the one the original poster wanted to remove.
This seems to affect Nanos more than other targets.
Preliminary work has started on implementing a usb disk mode in Rockbox, but that may be a long time in coming.
Logged
rADo
Member
Offline
Posts: 12
Re: Do I Have to Keep Apple's Firmware?
«
Reply #8 on:
January 30, 2007, 09:07:16 PM »
This is great info, should be in wiki. I never use obsolete Apple FW, and doing "ipodpatcher [device] -wf rockbox.ipod" means it boots now 4-5 seconds faster :-)
Logged
Hvatum
Member
Offline
Posts: 5
Re: Do I Have to Keep Apple's Firmware?
«
Reply #9 on:
January 31, 2007, 05:15:32 AM »
This is great info, should be in wiki. I never use obsolete Apple FW, and doing "ipodpatcher [device] -wf rockbox.ipod" means it boots now 4-5 seconds faster :-)
Yes! This is a good tip. There almost is not a reason to keep the original iPod firmware.
Logged
knight4led
Member
Offline
Posts: 97
Re: Do I Have to Keep Apple's Firmware?
«
Reply #10 on:
January 31, 2007, 02:01:52 PM »
this begs the question, since you are flashing rockbox.ipod to the firmware partition, do you have to use ipodpatcher to update builds?
Logged
Llorean
Member
Offline
Posts: 12822
Re: Do I Have to Keep Apple's Firmware?
«
Reply #11 on:
January 31, 2007, 02:14:07 PM »
Please don't use the term "flashing" when there's none actually taking place. You're just writing to disk.
But yes, if you put rockbox.ipod in the firmware partition, you'll have to use ipodpatcher to update your build.
Logged
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Rockbox General
-----------------------------
=> Announcements
=> Rockbox General Discussion
-----------------------------
Support and General Use
-----------------------------
=> Theming and Appearance Customization
=> Audio Playback, Database and Playlists
=> Recording
=> Plugins/Viewers
=> Hardware
=> User Interface and Voice
-----------------------------
Installation / Removal
-----------------------------
=> Rockbox Utility
=> Manual Installation
===> Archos - Installation/Removal/Flashing
===> Iriver - Installation/Removal/Flashing
===> Apple - Installation/Removal
===> Cowon - Installation/Removal
===> Toshiba - Installation/Removal
===> Sandisk - Installation/Removal
===> Olympus - Installation/Removal
-----------------------------
Rockbox Development
-----------------------------
=> New Ports
=> Starting Development and Compiling
=> Feature Ideas
=> Official Test Builds
-----------------------------
Third Party
-----------------------------
=> Repairing and Upgrading Rockbox Capable Players
=> Unsupported Builds
=> Other Utilities
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Powered by SMF 1.1.4
|
SMF © 2006-2007, Simple Machines LLC
Page created in 0.065 seconds with 21 queries.
Loading...