Solved fetch packages from another OS

What board are you trying to test with? Do you have access to a serial console?
I don't try to test a board. I have ton (well many) ARM or AMD64 machine running FreeBSD and they just works fine. But from a new comer point of view, how to install FreeBSD on generic ARM board?
 
install the u-boot package on another box and and prepare the image
(follow the docs/readme in /usr/local/share/u-boot-xxxx
mostly you dd uboot binary over the image or sd card
to find pkg url use this on a freebsd box
pkg search -Q url u-boot
 
Back
Top