Hi! Has there been any progress on the espressobin? I've got one I'd be happy to test with. Thanks!
...Wishlist (Needs uboot slave file in ports to make it work)#Devicedefconfigdtb1ESPRESSObin??armada-3720-espressobin.dtb | armada-3720-community.dtb...
Hello,I am new to opnsense forum but not new to the software on x86. I want to know how can I port opnsense to Armv7 and aarch64 boards? I have good knowledge in linux world but slowly moving to bsd too.If there is any guide or documentation for porting freebsd or specifically opnsense then I would love to contribute.Thanks
ARCH?= ${_ARCH}
ARCH?= arm:armv6
DEVICE?= A10
DEVICE?= CLEARFOG
export MAKE_ARGS_DEV="CROSS_BINUTILS_PREFIX=/usr/local/arm-gnueabi-freebsd11.2/binUBLDR_LOADADDR=0x900000"export PRODUCT_TARGET=armexport PRODUCT_ARCH=armv6export PRODUCT_WANTS="arm-gnueabi-binutils qemu-user-static u-boot-clearfog"export ARM_FAT_SIZE="32m -b 1m"export ARM_UBOOT_DIR="/usr/local/share/u-boot/u-boot-clearfog"arm_install_uboot(){ arm_unmount dd if=${ARM_UBOOT_DIR}/u-boot-spl.kwb of=/dev/${DEV} bs=1k seek=8 conv=sync arm_mount cp ${ARM_UBOOT_DIR}/boot.scr ${STAGEDIR}/boot/msdos cp -p ${STAGEDIR}/boot/ubldr.bin ${STAGEDIR}/boot/msdos ln ${STAGEDIR}/boot/dtb/clearfog.dtb ${STAGEDIR}/boot/dtb/armada-388-clearfog.dtb}
#pkg install git qemu-user-static arm-gnueabi-binutils u-boot-clearfog
/usr/tools #make base
===> usr.bin/clang/clang (all)cc1_main.o: In function `cc1_main(llvm::ArrayRef<char const*>, char const*, void*)':cc1_main.cpp:(.text._Z8cc1_mainN4llvm8ArrayRefIPKcEES2_Pv+0x45c): relocation truncated to fit: R_ARM_CALL against symbol `llvm::install_fatal_error_handler(void (*)(void*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool), void*)' defined in .text._ZN4llvm27install_fatal_error_handlerEPFvPvRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEbES0_ section in /usr/obj/arm.armv6/usr/src/lib/clang/libllvm/libllvm.a(ErrorHandling.o)
/usr/tools #make xtools
/usr/tools # make base
/usr/tools #make packages