I'm following these instructions: http://archlinuxarm.org/platforms/armv7/beaglebone-black
I can boot the arch SD Card, I can replace the bootloader, but when I try to unpack arch onto the root partition it will run for a few seconds then the board will power off. I've tried watch dmesg before this happens but I haven't seen anything.
In review, the last failing commands are something like:
$this->bbcode_second_pass_code('', '
$ mkfs.ext4 /dev/mmcblk1p2
$ mkdir root
$ mount /dev/mmcblk1p2 root
$ tar -xf ArchLinuxARM-am33x-latest.tar.gz -C root
')
Runs for a few seconds then loses power, I thought it may be a power issue so I tried 2 different USB power wallwarts and a laptop usb power with the same results. Thinking that the unzipping could cause a cpu spike and increase need for power, I forkbombed it and it never lost power (I lost SSH eventually but it did not lose power).
Any suggestions? I'm starting to wonder if I have a defective board.
*update:
I re-downloaded the archlinux tarball (for good measure) unzipped it to a directory on the sd card and ran cp to copy the extracted files to the eMMC, this beagleboard stayed powered on significantly longer but still died after about 45 seconds. Once I got the board booted back up I ran cp again with the noclobber option and got the files to the eMMC but I suspect there might be a corrupted half-copied file on the filesystem that will comeback to haunt me later.