hi all . it is easy to run openbsd on raspberry pi 3 . but it is hard for me to run openbsd on rock64 using miniroot63.fs .
i read http://ftp.openbsd.org/pub/OpenBSD/snapshots/arm64/INSTALL.arm64 . there ------------------- The following machines are targeted by OpenBSD/arm64: Rockchip RK3399 Add a board specific DTB file (Allwinner and Rockchip U-Boot images come with a default DTB): mount /dev/sdXi /mnt mkdir /mnt/vendor cp /usr/local/share/dtb/arm64/vendor/board.dtb /mnt/vendor/ umount /mnt ------------------- but where can i get board.dtb ? === regards