freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
609 stars 187 forks source link

Beaglebone copy-to-emmc.sh #224

Closed frankharvey closed 6 years ago

frankharvey commented 6 years ago

I had a problem using the overlay file "copy-to-emmc.sh" on Beaglebone using 10.4-STABLE.

I single line ran the script and it seems that gpart add was failing at line 32: copy-to-emmc.sh gpart add -s 16m -t '!14' mmcsd1

This creates a partition type of !14 and the default 10.4 FreeBSD BBB image uses !12. So I changed it to !12 and it booted OK

Is this a typo or is type !14 partition type valid? I believe it should be !12