This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9568 - rockbox.ipod not found
Attached to Project:
Rockbox
Opened by Fred Grosskopf (ringo999) - Friday, 21 November 2008, 15:06 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Friday, 13 April 2012, 21:16 GMT+2
Opened by Fred Grosskopf (ringo999) - Friday, 21 November 2008, 15:06 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Friday, 13 April 2012, 21:16 GMT+2
|
DetailsTried manual and automatic installation but getting the following error at boot:
-------------- Rockbox boot loader Version:3,0 IPOD version: 0x000B00011 TOSHIBA MK8010GAH Partition 1: 0x0B 19045 MB Loading Rockbox… Error! Can’t load rockbox.ipod: File not found Hold MENU+SELECT to reboot then SELECT+PLAY for disk mode |
This task depends upon
Closed by MichaelGiacomelli (saratoga)
Friday, 13 April 2012, 21:16 GMT+2
Reason for closing: Out of Date
Friday, 13 April 2012, 21:16 GMT+2
Reason for closing: Out of Date
Disk /dev/sdc: 9729 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sdc1 0+ 3 4- 32098+ 0 Empty
/dev/sdc2 4 2431 2428 19502910 b W95 FAT32
/dev/sdc3 0 - 0 0 0 Empty
/dev/sdc4 0 - 0 0 0 Empty
cat /sys/block/sdc/sdc1/start gives 252 and cat /sys/block/sdc/sdc2/start gives 257040
dd if=/dev/sdc of=dump1.bin bs=512 count=1
dd if=/dev/sdc of=dump2.bin bs=512 count=1 skip=252
dd if=/dev/sdc of=dump3.bin bs=512 count=1 skip=257040
dd if=/dev/sdc of=dump4.bin bs=2048 count=1 skip=252
dd if=/dev/sdc of=dump5.bin bs=2048 count=1 skip=257040
and attach the resulting files (dump1.bin to dump5.bin) to this task?
(from pastebin)
[ 8696.374209] sd 9:0:0:0: [sdc] 39075372 2048-byte hardware sectors (80026 MB)
Successful installation was reached after reformatting to FAT32 using Windows iTunes and manual installation. Autodetect and RButilQT bootloader installation still failed, though.