freebsd / crochet

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

pine64 build no longer works (since u-boot-pine64-2017.07.00.1) #201

Closed hoopty closed 7 years ago

hoopty commented 7 years ago

After updating u-boot-pine64 to 2017.07.00.1, there is no more pine64.img that the Pine64 board setup.sh is using. @evadot, if you have advice on installing the U-boot instead of the following, I'll test and incorporate into a PR:

dd if=${PINE64_UBOOT_PATH}/${PINE64_UBOOT_BIN} of=/dev/${DISK_MD} seek=16
bsdimp commented 7 years ago

PINE64_UBOOT_BIN=u-boot-sunxi-with-spl.bin somewhere should fix this.

This is why, btw, I keep harping on the need to put this kind of metadata into the u-boot ports and having a common script to create these images rather than playing whack-a-mole with all the image creation scripts.