Just letting you know that http://archlinuxarm.org/os/omap/BeagleB ... der.tar.gz expects uEnv.txt and won't boot without it.
The error message you get is:
$this->bbcode_second_pass_code('', '** Unable to read uEnv.txt **')
I solved this by creating a uEnv.txt in the FAT16 partition which loads the boot.scr:
$this->bbcode_second_pass_code('', '
bootenv=boot.scr
loaduimage=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}
mmcboot=echo Running boot.scr script from mmc ...; source ${loadaddr}
')
It would be good to either link to a u-boot which doesn't require uEnv.txt or add a note to the install guide.
Keep up the good work!
P.S. I don't think mmc init exists / is needed anymore