Date: Tue, 22 Jan 2019 20:31:38 +0100 From: Bernd Walter <ticso@cicely7.cicely.de> To: freebsd-arm@freebsd.org Cc: Bernd Walter <ticso@cicely7.cicely.de> Subject: Orange Pi PC2 Message-ID: <20190122193138.GC7489@cicely7.cicely.de>
next in thread | raw e-mail | index | archive | help
After some investigation on how SD card images are setup, I did the following: dd if=FreeBSD-12.0-RELEASE-arm64-aarch64-PINE64-LTS.img of=/dev/da0 bs=1m [72]cicely7# pwd /usr/local/share/u-boot/u-boot-orangepi-pc2 [71]cicely7# dd if=u-boot-sunxi-with-spl.bin of=/dev/da0 bs=1k seek=8 conv=sync 644+1 records in 645+0 records out 660480 bytes transferred in 1.393002 secs (474141 bytes/sec) The system booted fine with that. Some warnings however: Loading DTB overlays: 'sun50i-a64-sid,sun50i-a64-ths,sun50i-a64-timer' /boot/dtb/overlays/sun50i-a64-sid.dtbo size=0x1fd /boot/dtb/overlays/sun50i-a64-ths.dtbo size=0x3e8 /boot/dtb/overlays/sun50i-a64-timer.dtbo size=0x175 DTB overlay '/boot/dtb/overlays/sun50i-a64-sid.dtbo' not compatible DTB overlay '/boot/dtb/overlays/sun50i-a64-ths.dtbo' not compatible DTB overlay '/boot/dtb/overlays/sun50i-a64-timer.dtbo' not compatible EHCI failed to shut down host controller. EHCI failed to shut down host controller. EHCI failed to shut down host controller. I'm a bit irritated that the PINE64-LTS image is somewhat a generic one in that it uses a GENERIC kernel and also contains dtb files for other boards, but there isn't a GENERICSD as it is for 32bit arm. Just booted the board with GBit ethernet link and it only takes 50mA, which is amazing low. Not exact measurement with a 10mA resolution USB measurement plug, so it might be a bit off. Is there anything special to consider for zfsroot? Found some online info on how to setup an ARM64 cloud server with zroot. I'm aware that the board only has 1GB RAM, but I'm still tempted to give it a try. -- B.Walter <bernd@bwct.de> http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190122193138.GC7489>