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




Rockbox Technical Forums


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

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  Ipod Classic 120GB EmCORE Install
« previous next »
  • Print
Pages: [1]

Author Topic: Ipod Classic 120GB EmCORE Install  (Read 7101 times)

Offline Heffy

  • Member
  • *
  • Posts: 3
Ipod Classic 120GB EmCORE Install
« on: December 04, 2011, 07:42:31 PM »
Hello,

ive recently tried to install Rockbox on my Ipod Classic 120GB using the instructions on

http://www.freemyipod.org/wiki/EmCORE_Installation/iPodClassic/PrepareDFULinux

After downloading ipoddfu.py, libipoddfu.py and bootstrap-ipodclassic-r708-20110424.dfu ive used the command

python2.7 ipoddfu.py bootstrap-ipodclassic-r708-20110424.dfu

but iam getting the error

Code: [Select]
File "/home/spot/ipod_emcore/libipoddfu.py", line 130, in crc32
    crc = (crc >> 8) ^ crc_table[(crc ^ data[i]) & 0xff];
TypeError: unsupported operand type(s) for ^: 'int' and 'str'

so i tried to cast int(data) and now getting

Code: [Select]
File "/home/spot/ipod_emcore/libipoddfu.py", line 130, in crc32
    crc = (crc >> 8) ^ crc_table[(crc ^ int(data[i])) & 0xff];
ValueError: invalid literal for int() with base 10: '.'

After that i tried to replace the '.' with '', but actually iam not sure what iam doing :-) and if the '.' isnt important...besides this has implied another error.

Ive searched the forum but found nothing similar. Is this a known problem? Any ideas?

Thanks and Greets
Heffy
« Last Edit: December 05, 2011, 11:17:53 AM by Heffy »
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8760
Re: Ipod Classic 120GB EmCORE Install
« Reply #1 on: December 04, 2011, 08:55:18 PM »
Completely random guess:  you're not running the right version of python?
Logged

Offline Heffy

  • Member
  • *
  • Posts: 3
Re: Ipod Classic 120GB EmCORE Install
« Reply #2 on: December 05, 2011, 11:06:00 AM »
Hi,

thx for your reply. Ive made a little mistake in the first post. Actually ive used

Code: [Select]
python2.7 ipoddfu.py bootstrap-ipodclassic-r708-20110424.dfu
this is python version 2.7.2, so it should be the right one. Right?

Iam running ARCH Linux (3.1.4-1-ARCH) and the system is up to date.

Heffy
« Last Edit: December 05, 2011, 11:12:08 AM by Heffy »
Logged

Offline Heffy

  • Member
  • *
  • Posts: 3
Re: Ipod Classic 120GB EmCORE Install
« Reply #3 on: December 15, 2011, 09:59:56 AM »
Because this still isnt working for me, ive tried the windows installer now and rockbox runs flawlessly. Big Thx to all developers for making a great alternative software.

Heffy
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  Ipod Classic 120GB EmCORE Install
 

  • SMF 2.0.6 | SMF © 2013, Simple Machines
  • XHTML
  • RSS
  • WAP2

Page created in 0.061 seconds with 41 queries.