You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to use ports to install the appropriate u-boot for the board, crochet assumes u-boot.img is placed in /usr/local/share/u-boot/$BOARD_TYPE however ports place it in /usr/ports/sysutils/u-boot-$BOARD_TYPE/work/u-boot-YYYY.MM/u-boot.img
This results in crochet repeatedly saying the appropriate u-boot is not installed.
Possibly instructions should be changed to include copying over the u-boot.img from ports or checking there for it if its not in /usr/local/share/u-boot/$BOARD_TYPE/u-boot.img
I have only confirmed this issue with u-boot-orangepi-one and u-boot-orangepi-zero, not sure if its specific to them though.
The text was updated successfully, but these errors were encountered:
When attempting to use ports to install the appropriate u-boot for the board, crochet assumes
u-boot.img
is placed in/usr/local/share/u-boot/$BOARD_TYPE
however ports place it in/usr/ports/sysutils/u-boot-$BOARD_TYPE/work/u-boot-YYYY.MM/u-boot.img
This results in crochet repeatedly saying the appropriate u-boot is not installed.
Possibly instructions should be changed to include copying over the u-boot.img from ports or checking there for it if its not in
/usr/local/share/u-boot/$BOARD_TYPE/u-boot.img
I have only confirmed this issue with
u-boot-orangepi-one
andu-boot-orangepi-zero
, not sure if its specific to them though.The text was updated successfully, but these errors were encountered: