Installation / Removal > Apple - Installation/Removal
Ipod 3G booting rockbox cannot find "Linux.bin"
yapper:
There is a thread here: http://forums.rockbox.org/index.php?topic=14228.0 that I update periodically related to the latest known good version for the 1G2G iPod.
I don't know if the same build numbers will give problems/work on the 3G, but it might give you a clue which ones to try.
The old versions for the 3G can be found here: http://www.rockbox.org/dl.cgi?bin=ipod3g
yapper:
--- Quote from: jhMikeS on January 05, 2008, 07:31:04 PM ---... or if you can edit and compile souce, you may add the right number of "nop;" statements into main.c (takes a little experimenting).
--- End quote ---
Can you give a little more detail on this? I'm assuming you mean main.c in the apps directory, but where do the nops go, and how many (approximately)?
jhMikeS:
apps/main.c at the end of app_main() (first function) does the trick. The number needed varies but 1-5 should do it. A few tries with different numbers of them might be needed.
--- Code: ---static void app_main(void)
{
....
nop; nop; nop; nop; ...
}
--- End code ---
yapper:
Thanks - I've had success with your technique.
Navigation
[0] Message Index
[*] Previous page
Go to full version