freebsd / crochet

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

Crochet or snapshot image? #146

Closed zkirill closed 8 years ago

zkirill commented 8 years ago

Is there a difference between images that are generated by crochet and images available on ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm/armv6/ISO-IMAGES/11.0/?

brd commented 8 years ago

Practically none.. Crochet just enables you to customize them at build time if you need.

zkirill commented 8 years ago

@brd Thank you! I'm trying to install FreeBSD on a Banana Pi M1+ using a Kingston SDC10G2/32GB SD card and the image from FTP didn't boot on the BPI for some reason. The same BPI previously booted Bananian from the same SD card. I'm currently building using crochet to see if it boots.

brd commented 8 years ago

You might try imaging the SD card. Sometimes they don't burn exactly right and won't boot.

zkirill commented 8 years ago

@brd You were right! I think I messed up the burn command. Thanks again!