> From: Johannes Krottmayer <krj...@gmail.com> > Date: Thu, 7 Jun 2018 23:23:21 +0200 > > Hello, > > Currently the Gigabit network of the ROCK64 media board > doesn't work with OpenBSD 6.3. > > Is there a chance in further releases to get this work? > It would be great!
It works in -current. There is also DMA support for eMMV and uSD card in -current. I flashed my board with the firmware provided by "ayufan" that can be found at: https://github.com/ayufan-rock64/linux-build/releases The device tree embedded in that firmware doesn't provide the proper speed for the serial console. Therefore when you boot the board after installing it the boot messages will not show up on the serial console. You can fix this by installing the dtb package and doing # mount /dev/sdXi /mnt # mkdir /mnt/rockchip # cp /usr/local/share/dtb/arm64/rockchip/rk3328-rock64.dtb /mnt/rockchip # umount /mnt You should also check the /etc/ttys file and change the console entry from std.115200 into std.1500000 if necessary. I'll see if I can get that issue fixed. Cheers. Mark