by deathtrip » Tue Apr 17, 2012 12:37 pm
So lastnight my BeagleBone arrived and I decided to try and run ArchARM from it.
I only have FreeBSD powered boxes so I had to install the ext2/3 tools from ports.
I then used fdisk to partition my SD card and marked /dev/da0s1 as bootable, and used the following commands to format them.
$this->bbcode_second_pass_quote('', '
')# newfs_msdos -F 16 -L "bootloader" /dev/da0s1
/dev/da0s1: 256816 sectors in 16051 FAT16 clusters (8192 bytes/cluster)
BytesPerSec=512 SecPerClust=16 ResSectors=1 FATs=2 RootDirEnts=512 Media=0xf0 FATsecs=63 SecPerTrack=63 Heads=255 HiddenSecs=0 HugeSectors=2569
and
$this->bbcode_second_pass_quote('', '
')# mkfs.ext3 -L "rootfs" /dev/da0s2
mke2fs 1.42.2 (27-Mar-2012)
Filesystem label=rootfs
OS type: FreeBSD
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
477664 inodes, 1907718 blocks
95385 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=1954545664
59 block groups
32768 blocks per group, 32768 fragments per group
8096 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632
Allocating group tables: done
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
Once that was done I mounted /dev/da0s1 to /mnt/fat, and /dev/da0s2 to /mnt/ext3
I then did the following...
tar: Error exit delayed from previous errors.