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
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  iPod Video 5.5g ata error -11 with SSD
« previous next »
  • Print
Pages: 1 [2]

Author Topic: iPod Video 5.5g ata error -11 with SSD  (Read 12144 times)

Offline rbhawaii

  • Member
  • *
  • Posts: 125
Re: iPod Video 5.5g ata error -11 with SSD
« Reply #15 on: November 25, 2015, 12:51:52 AM »
                                           (sort of)
SOLVED   *   SOLVED   *   SOLVED   *   SOLVED   *   SOLVED   *   SOLVED   *   
                                                 
you have to use this custom firmware that beyondwind created for all ssd drives


beyondwind.duckdns.org/downloads/rockbox.zip

its almost 2 years old but it works!

problem is all firmware after 3.13 break theme compatibility with no fixes coming soon.
so my question is .... can someone who knows how to, take the 3.13 firmware and apply this patch to it...

beyondwind.duckdns.org/downloads/ipod5g_msata_mod.patch

located here:
beyondwind.duckdns.org/downloads/


please reply if you can
Thanks!

========UPDATE APRIL 24 2016===========

User G4Oblivion was kind enough to patch the 3.13 build with the above ssd patch and it works AMAZINGLY WELL!

here it is:

http://www.mediafire.com/download/6y050wldbbfypah/ipodvideo-v3.13.zip

more info here:

http://forums.rockbox.org/index.php/topic,51250.0.html

enjoy!
« Last Edit: April 25, 2016, 05:42:24 AM by rbhawaii »
Logged

Offline cereal_killer

  • Member
  • *
  • Posts: 409
Re: iPod Video 5.5g ata error -11 with SSD
« Reply #16 on: December 01, 2015, 09:42:10 AM »
Quote from: rbhawaii on November 25, 2015, 12:51:52 AM
you have to use this custom firmware that beyondwind created for all ssd drives

I have a ZIF SSD (Super Talent DuraDrive ZT3) installed in my iPod and everything works fine with the latest builds.

The patch of beyondwind is for mSATA drives and should not be needed for ZIF drives.
Logged

Offline ecereb

  • Member
  • *
  • Posts: 8
  • RockBox Rocks
    • eSrv Net
Re: iPod Video 5.5g ata error -11 with SSD
« Reply #17 on: March 22, 2016, 07:58:14 AM »
I too have the Zheino 256gb zif ssd drive in my ipod 5.5. 

ATA error -11    sometimes   ATA error -32 

GPIO ENABLE:
A: FF  E: FF  I: 40
B: 9F  F: 00  J: 1F
C: 4F  G: 00  K: E0
D: FF  H: 00  L: FF

GPIO INPUT VAL:
A: 6B  E: 21  I: DB
B: F9  F: 86  J: E3
C: F0  G: FF  K: 1F
D: A0  H: FF  L: A8

GP032_VAL:  00004000
GP032_EN:   FE80FEF2
DEV_EN:     C2031164
DEV_EN3:    00000000
DEV_EN2:    0000003F
DEV_INIT1:  00040000
DEV_INIT2:  40000000
ACCESSORY:  939
4066_ISTAT: 295
IAP: 00 00 00 00 00 00 00 00


Thanks

For my review of Rockbox, see: http://esrv.net/Ipod_Conversion.htm
Logged
SteveS

Offline dreamlayers

  • Developer
  • Member
  • *
  • Posts: 425
  • Boris Gjenero
    • My Blog
Re: iPod Video 5.5g ata error -11 with SSD
« Reply #18 on: March 24, 2016, 03:15:31 PM »
If http://beyondwind.duckdns.org/downloads/rockbox.zip works and the changes in that build are http://beyondwind.duckdns.org/downloads/ipod5g_msata_mod.patch then I believe the important part is http://gerrit.rockbox.org/r/#/c/469/

Basically the PIO timings used by Rockbox are probably too fast, and don't work with all devices. That gerrit change uses PIO timings from the 5G iPod OF, which slows PIO performance, but works with more devices. It shouldn't break anything, and hopefully PIO performance isn't too important because most data is read via DMA.

It may be a good idea to accept that change now, because use of mSATA SSDs is becoming more common.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: iPod Video 5.5g ata error -11 with SSD
« Reply #19 on: March 24, 2016, 03:28:17 PM »
If the performance hit is a problem, could you check to see if the stock drive is installed and then change timings?
Logged

Offline Frankenpod

  • Member
  • *
  • Posts: 415
Re: iPod Video 5.5g ata error -11 with SSD
« Reply #20 on: March 24, 2016, 03:41:07 PM »
Quote from: saratoga on March 24, 2016, 03:28:17 PM
If the performance hit is a problem, could you check to see if the stock drive is installed and then change timings?

If that isn't possible, could it just be made an option for a user to pick in one of the system menus?  "SSD Mode" on/off or something?

Presumably anyone enough of a tinkerer to change the media will be fine with setting some extra system value somewhere, no?)

(I use sdxc card adaptor myself, which I guess is not 'stock drive' but also doesn't seem to have the same issues as SSD in this respect)
Logged

Offline dreamlayers

  • Developer
  • Member
  • *
  • Posts: 425
  • Boris Gjenero
    • My Blog
Re: iPod Video 5.5g ata error -11 with SSD
« Reply #21 on: March 24, 2016, 07:52:15 PM »
Quote from: saratoga on March 24, 2016, 03:28:17 PM
If the performance hit is a problem, could you check to see if the stock drive is installed and then change timings?

One way would be to have a whitelist of drives which we know work with the fast timings.

Alternatively, maybe some of the identity information could be used. There should be a way to see if the drive is an SSD or SATA.
Logged

Offline ecereb

  • Member
  • *
  • Posts: 8
  • RockBox Rocks
    • eSrv Net
Re: iPod Video 5.5g ata error -11 with SSD
« Reply #22 on: April 01, 2016, 05:37:59 PM »
I did go to beyondwind.duckdns.org/downloads/rockbox.zip and downloaded and installed this version.  The Zheino 256gb zif ssd drive in my ipod 5.5 now works great.  However, there is one problem.

The battery drains to nothing after the ipod has shutdown for an extended period of time, about 3 days.  The battery just slowly discharges.  When I press the center button and it restarts and I play a song, the battery indicator is much lower than when I turned it off. 

Could it be that the SSD is drawing current? 

The ipod video 5.5g was upgraded from a 240gb hd and it did not draw down the battery.  In fact, I could leave it off for months at a time with little to no drain on the battery. 
Logged
SteveS

Offline rbhawaii

  • Member
  • *
  • Posts: 125
Re: iPod Video 5.5g ata error -11 with SSD
« Reply #23 on: April 25, 2016, 05:46:50 AM »
ecereb (SteveS) - try the new 3.13 with ssd patched build from here

http://forums.rockbox.org/index.php/topic,51250.0.html

maybe it will help.

Logged

  • Print
Pages: 1 [2]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  iPod Video 5.5g ata error -11 with SSD
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.101 seconds with 14 queries.