crochet icon indicating copy to clipboard operation
crochet copied to clipboard

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

Open tldrm opened this issue 6 years ago • 2 comments

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

tldrm avatar Dec 21 '18 14:12 tldrm

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

arrowd avatar Jan 04 '19 09:01 arrowd

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

tldrm avatar Feb 19 '20 15:02 tldrm