carlgeorge
Active Member
Under Mac OS X there are two major problems when using the GP2X.
1 – Getting the GP2X to mount on a desktop
2 – Formatting the card in FAT32 to update the firmware
Solutions:
1) Use a USB1 port (USB2 won’t work) on my iMac G5 I have to use the ports on the keyboard, the ones on the back are USB2 and won’t mount the disk.
2) This one is harder because Disk Utility formats in FAT16. By using the terminal it is relatively straightforward to get format the card in FAT32
a ) With the disk NOT mounted open terminal and type: ls /dev/rdisk?
b ) with the disk mounted on the desktop again type: ls /dev/rdisk?
c ) now you know the name of the drive you want to format, in this case /dev/rdisk2
d ) check the partitions by typing: ls /dev/rdisk2*
e ) in this case I only have 1 partition, so now open Disk Utility (Applications/Utilities/) highlight the disk and select File > Unmount Volume
f ) Back in the terminal type: newfs_msdos -v FAT32 -F 32 /dev/rdisk2s1
You can change the bit that says FAT32 to say whatever you want. This command will take a few seconds but you should see this:
g ) Go back to Disk Utility and mount the disk that you unmounted earlier.
h ) The disk should mount on your desktop, and if you check the Get Info it is now formatted in FAT32.
The GP2X can now have the firmware updated, after doing the above, I tried updating the firmware and it worked the first time.
NOTE! You can seriously damage your system using the Terminal so ensure that you understand what is happening before following the example above. I take no responsibility for you wiping your harddrive if you mess up.
1 – Getting the GP2X to mount on a desktop
2 – Formatting the card in FAT32 to update the firmware
Solutions:
1) Use a USB1 port (USB2 won’t work) on my iMac G5 I have to use the ports on the keyboard, the ones on the back are USB2 and won’t mount the disk.
2) This one is harder because Disk Utility formats in FAT16. By using the terminal it is relatively straightforward to get format the card in FAT32
a ) With the disk NOT mounted open terminal and type: ls /dev/rdisk?
b ) with the disk mounted on the desktop again type: ls /dev/rdisk?
c ) now you know the name of the drive you want to format, in this case /dev/rdisk2
d ) check the partitions by typing: ls /dev/rdisk2*
e ) in this case I only have 1 partition, so now open Disk Utility (Applications/Utilities/) highlight the disk and select File > Unmount Volume
f ) Back in the terminal type: newfs_msdos -v FAT32 -F 32 /dev/rdisk2s1
You can change the bit that says FAT32 to say whatever you want. This command will take a few seconds but you should see this:
g ) Go back to Disk Utility and mount the disk that you unmounted earlier.
h ) The disk should mount on your desktop, and if you check the Get Info it is now formatted in FAT32.
The GP2X can now have the firmware updated, after doing the above, I tried updating the firmware and it worked the first time.
NOTE! You can seriously damage your system using the Terminal so ensure that you understand what is happening before following the example above. I take no responsibility for you wiping your harddrive if you mess up.