03-19-2020, 12:32 PM
Hi,
Just got my Rock64 v2 1GB ram yesterday, and I failed installing OpenBSD, just because the Ethernet not working.
This was my first time dealing with a series connection, it went fine, until when actual installing, it stuck at not being able to downloading anything through network.
The Rock64 actually got an IP address from DHCP ant it seemed fine, the ethernet just didn't transfer.
I was using the steps from OpenBSD mailing list as follow:
dd if=miniroot66.fs of=/dev/rsd2c bs=1m
mount /dev/sd2i /mnt
mkdir /mnt/rockchip
cp /usr/local/share/dtb/arm64/rockchip/rk3328-rock64.dtb /mnt/rockchip
umount /mnt
dd if=/usr/local/share/u-boot/rock64-rk3328/idbloader.img of=/dev/sd2c bs=512 seek=64 conv=sync
dd if=/usr/local/share/u-boot/rock64-rk3328/u-boot.itb of=/dev/sd2c bs=512 seek=16384 conv=sync
It worked until failed to use the Ethernet to download data. How do I do to make it work?
Just got my Rock64 v2 1GB ram yesterday, and I failed installing OpenBSD, just because the Ethernet not working.
This was my first time dealing with a series connection, it went fine, until when actual installing, it stuck at not being able to downloading anything through network.
The Rock64 actually got an IP address from DHCP ant it seemed fine, the ethernet just didn't transfer.
I was using the steps from OpenBSD mailing list as follow:
dd if=miniroot66.fs of=/dev/rsd2c bs=1m
mount /dev/sd2i /mnt
mkdir /mnt/rockchip
cp /usr/local/share/dtb/arm64/rockchip/rk3328-rock64.dtb /mnt/rockchip
umount /mnt
dd if=/usr/local/share/u-boot/rock64-rk3328/idbloader.img of=/dev/sd2c bs=512 seek=64 conv=sync
dd if=/usr/local/share/u-boot/rock64-rk3328/u-boot.itb of=/dev/sd2c bs=512 seek=16384 conv=sync
It worked until failed to use the Ethernet to download data. How do I do to make it work?