Hi
I've been following the instructions in the RockBox wiki, but after downloading the required files I haven't got very far. Here's the page I've been following:
http://www.rockbox.org/twiki/bin/view/Main/IpodInstallationFromMacOSX
The first step I needed to do was apply the FAT32 partition table to my iPod. It told me to run this command:
I replaced 'mbr-xxxx.bin' with the filename I downloaded and replaced diskN with the drive name of my iPod, but it came up with 'permission denied'. So I ran it using 'sudo', entered the admin password and it came up with 'Operation not supported'. Is there something I'm doing wrong?
Thanks in advance for any help
I've been following the instructions in the RockBox wiki, but after downloading the required files I haven't got very far. Here's the page I've been following:
http://www.rockbox.org/twiki/bin/view/Main/IpodInstallationFromMacOSX
The first step I needed to do was apply the FAT32 partition table to my iPod. It told me to run this command:
Code:
dd if=mbr-xxxx.bin of=/dev/diskN
I replaced 'mbr-xxxx.bin' with the filename I downloaded and replaced diskN with the drive name of my iPod, but it came up with 'permission denied'. So I ran it using 'sudo', entered the admin password and it came up with 'Operation not supported'. Is there something I'm doing wrong?
Thanks in advance for any help