Orange one compile uboot problem

阿金 unto.foru13 at gmail.com
Thu Jul 13 01:00:01 UTC 2017


gmake menuconfig
Doesn't see "Enable FreeBSD boot" option???

In freebsd-arm Digest, Vol 583, Issue 6
----------------------------------------------
Step to compile U-Boot:

 export CROSS_COMPILE=arm-none-eabi-
 gmake board_defconfig
 gmake menuconfig (and select "Enable FreeBSD boot")
 gmake
-------------------------------------------------------

I follow Vadot's U-Boot step,but at  gmake menuconfig.
Doesn't see "Enable FreeBSD boot" option???

below is my step:

git clone https://github.com/evadot/u-boot.git
cd u-boot
git checkout
setenv CROSS_COMPILE arm-none-linux-gnueabi-
gmake orangepi_one_defconfig
gmake menuconfig(Doesn't see "Enable FreeBSD boot" option???)
gmake


More information about the freebsd-arm mailing list