freebsd / crochet

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

Crochet can't see installed port u-boot-rpi #272

Open tldrm opened 5 years ago

tldrm commented 5 years ago

Crochet stops with error "Please install u-boot-rpi and re-run this script." while the port is installed.

I was able to proceed after the following:

cd /usr/local/share/u-boot/u-boot-rpi
ln -s u-boot.bin u-boot.img

Looks like the file name has changed in the port.

Raspberry PI, 12.0-RELEASE

arrowd commented 5 years ago

This PR seems to Be relevant: https://github.com/freebsd/crochet/pull/228

tldrm commented 4 years ago

Same for OrangePi-One.

cd /usr/local/share/u-boot/u-boot-orangepi-one
ln -s u-boot-sunxi-with-spl.bin u-boot.img