Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  No Partition Found on 2nd gen Mini with CF card mod
« previous next »
  • Print
Pages: [1] 2

Author Topic: No Partition Found on 2nd gen Mini with CF card mod  (Read 9401 times)

Offline hayduke

  • Member
  • *
  • Posts: 14
No Partition Found on 2nd gen Mini with CF card mod
« on: March 21, 2008, 05:40:34 PM »
Greetings!

I have a 2nd generation iPod Mini that I have replaced the 4GB drive with a 32GB Compact Flash card. The iPod works fine with the Apple OS, but I can't get Rockbox to work.

After a fresh restore via iTunes in Windows (so the drive is FAT32), I copy the latest daily build (r16731) onto the iPod. I am sure that the .rockbox folder is at the root of the device. I copied the fonts pack and then ran the ipodpatcher.exe.

The patcher says it is successful, but when the iPod reboots, I get an error screen as follows:
Rockbox boot loader
Version: 2.0
IPOD version: 0x0007000
ATA: -80
No partition fouind
Hold MENU+SELECT to
reboot then SELECT+PLAY
for disk mode

I can get back into disk mode fine and restore the iPod. I've tried the manual install and the Rockbox Utility (rbutilqt-v1.0.4). Same results :(

I know there is this page http://www.rockbox.org/twiki/bin/view/Main/MiniCF
I understand that issue, but could this be the problem? I wouldn't think a sleep command would have been issued yet during the loading process.
Also on the MiniCF page, there is a note at the bottom of the "Test" section that says,
"Current SVN should now be compatible with CF cards, and this patch should no longer be required (not tested, let us know) -- PeterDHoye - 19 Mar 2008"
This leads me to believe the current builds should work, so that's what I tried. I can try to recompile a version using the Nano ATA code. I tried that last week, but I was having battery issues so I'm not sure if it worked :P

Could the "No partition found" error be because of the CF mod?

My apologies if this post isn't following the forum guidelines.

Edit: I forgot to mention that I also have a 30G video that I have been using Rockbox on for a couple years now, so I'm not a total newb to Rockbox. Just the Mini is new ;)
« Last Edit: March 21, 2008, 05:42:10 PM by hayduke »
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #1 on: March 21, 2008, 05:42:08 PM »
You aren't using a current bootloader, though. This error is almost certainly because of the CF mod.
Logged

Offline hayduke

  • Member
  • *
  • Posts: 14
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #2 on: March 21, 2008, 05:43:06 PM »
Quote from: Llorean on March 21, 2008, 05:42:08 PM
You aren't using a current bootloader, though. This error is almost certainly because of the CF mod.

What version should I have?
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #3 on: March 21, 2008, 05:46:34 PM »
One compiled from SVN.
Logged

Offline hayduke

  • Member
  • *
  • Posts: 14
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #4 on: March 21, 2008, 05:50:03 PM »
Quote from: Llorean on March 21, 2008, 05:46:34 PM
One compiled from SVN.

Thanks for the prompts responses Llorean :)

So I need to compile my own ipodpatcher.exe? Or do you mean I need to compile my own Rockbox firmware?

I guess I better setup cygwin for Rockbox. I hope it doesn't mess up my Cygwin :P I'm at work and I use it here to access our Linux servers. Maybe I should just boot into Linux to recompile? This PC is setup to dual boot, but I work almost entirely in Windows. :(
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #5 on: March 21, 2008, 05:52:17 PM »
You need to compile your own bootloader. You can use the existing ipodpatcher.exe to install a newer bootloader file (it has the "current official" one built in). I believe the syntax is "ipodpatcher -a bootloader.ipod" but it's been a very long time. Bootloader.ipod being what you'll get if you compile a bootloader.

The main problem is that the fix is in SVN, which means it's in all the builds, but the bootloaders are all older than the fix so they don't have it. For some people this hasn't been a problem, for others it may be. Hopefully this will fix your problem.
Logged

Offline hayduke

  • Member
  • *
  • Posts: 14
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #6 on: March 21, 2008, 06:29:44 PM »
Quote from: Llorean on March 21, 2008, 05:52:17 PM
You need to compile your own bootloader. You can use the existing ipodpatcher.exe to install a newer bootloader file (it has the "current official" one built in). I believe the syntax is "ipodpatcher -a bootloader.ipod" but it's been a very long time. Bootloader.ipod being what you'll get if you compile a bootloader.

The main problem is that the fix is in SVN, which means it's in all the builds, but the bootloaders are all older than the fix so they don't have it. For some people this hasn't been a problem, for others it may be. Hopefully this will fix your problem.

Ah so I can use the bootloader from the current build? I just need to specify it with ipodpatcher. Well that's my understanding. I'll go try it and see what happens.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #7 on: March 21, 2008, 06:34:17 PM »
I don't know what you're asking.
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4380
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #8 on: March 21, 2008, 06:41:58 PM »
hayduke, Llorean told you that you need to compile your own bootloader from SVN.  This involves checking out the code, choosing "bootloader" from the configure script and then running "make" to build the binary from source.  Once you have done this you can run Ipodpatcher with the proper command line option to install this to your player.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline hayduke

  • Member
  • *
  • Posts: 14
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #9 on: March 21, 2008, 06:48:09 PM »
I'm understanding that. Now I realize the bootloader isn't included with the firmware. I don't know why I thought it would be in hindsight :P

I understand what I need to do I think. I just don't understand how the bootloader is affected by the CF mod.

Thanks so much for all the help. I'll go compile a bootloader and post my results.
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #10 on: March 21, 2008, 06:56:59 PM »
Put simply, the bootloader prepares the hardware, then loads rockbox.  If it doesn't know how to deal with the CF card properly, it can neither prepare all the hardware, nor load rockbox.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline hayduke

  • Member
  • *
  • Posts: 14
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #11 on: March 21, 2008, 07:36:28 PM »
That makes sense  :D

I'm waiting for my Cygwin to finish downloading. I've had trouble with SVN in the past, so I don't plan to use it. I'm just going to download the source manually. That should be OK since I don't want to submit changes, right?
Logged

Offline soap

  • Member
  • *
  • Posts: 1678
  • Creature of habit.
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #12 on: March 21, 2008, 07:40:13 PM »
Quote from: hayduke on March 21, 2008, 07:36:28 PM
That should be OK since I don't want to submit changes, right?
Should be, yes.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way

Offline hayduke

  • Member
  • *
  • Posts: 14
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #13 on: March 24, 2008, 08:14:28 PM »
Thanks for all the help everyone, I got my 32GB Mini working :D

I know when I was researching this problem I saw something about how to create a new ipodpatcher.exe with an updated bootloader in it. I can't seem to find that now that I want it.

Would I need to do the same recompile I did this weekend for every player on that list and then embed all of those into the new version of ipodpatcher?
Logged

Offline iamsilvermember

  • Member
  • *
  • Posts: 3
Re: No Partition Found on 2nd gen Mini with CF card mod
« Reply #14 on: April 26, 2008, 11:08:47 AM »
Can anyone teach me how to get rockbox work in CF moded iPod mini? I am a newbie to rockbox :P
I am having exactly the same problem but could not solve it even reading though the post for thousands of times!
Thanks so much.
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  No Partition Found on 2nd gen Mini with CF card mod
 

  • SMF 2.0.18 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.114 seconds with 17 queries.