Arch Linux ARM上OSX树莓派

我试图通过执行“安装”下面的说明来将Arch Linux ARM加载到我的RasPi 2上,但是这些命令是Linux命令,我试图用我的Mac格式化SD,所以程序中存在差异,米试图解决。 例如,linux上的sudo fdisk /dev/sdX会导致交互式提示,在OSX上它是不同的,我必须做fdisk -ie / dev / sdX才能获得交互提示,然后命令就不同了。

我想在我的Mac上做什么是在Linux上的这个过程相同的广告:

启动fdisk来分区SD卡:fdisk / dev / sdX在fdisk提示符下,删除旧的分区并创build一个新的分区:

 Type o. This will clear out any partitions on the drive. Type p to list partitions. There should be no partitions left. Type n, then p for primary, 1 for the first partition on the drive, press ENTER to accept the default first sector, then type +100M for the last sector. Type t, then c to set the first partition to type W95 FAT32 (LBA). Type n, then p for primary, 2 for the second partition on the drive, and then press ENTER twice to accept the default first and last sector. Write the partition table and exit by typing w. 

但我不知道如何与OSX的fdisk实现这一点。

恐怕这是不可能的:你必须使用linux来安装tarball,因为你必须创建一个不被OS X支持的ext分区。

我不得不重新安装Arch,但我发现他们不再分发磁盘映像。 这个答案解释了一些可能的解决方案。