02-22-2020, 08:06 PM
@ab1jx , have you tried making an install disk with
Can you take a video of attempting those instructions? I have a good feeling about them.
Code:
wget https://cdn.openbsd.org/pub/OpenBSD/6.6/packages/amd64/u-boot-aarch64-2019.10.tgz
wget https://cdn.openbsd.org/pub/OpenBSD/6.6/arm64/miniroot66.fs
tar -zxf u-boot-aarch64-2019.10.tgz
sudo dd if=miniroot66.fs of=/dev/mmcblk1 bs=512
sudo dd if=share/u-boot/rockpro64-rk3399/idbloader.img of=/dev/mmcblk1 bs=512 seek=64
# sudo dd if=share/u-boot/rockpro64-rk3399/u-boot.img of=/dev/mmcblk1 bs=512 seek=16384 # optional??
sync
Can you take a video of attempting those instructions? I have a good feeling about them.