> On 16. Jan 2025, at 10:38, Peter Andersson <pe...@it-slav.net> wrote: > > Hi > > I just purchased a NanoPI R5S as it seems supported by OpenBSD but I have > some issues getting it installed. > > After reading the arm maillist archive it seems like some has gotten it > running and I found https://personalbsd.org/download/UEFI-RK356x/ where a > ready made image for installation was done. > > Steps I have done: > -Download and flash > https://personalbsd.org/download/UEFI-RK356x/NANOPI-R5S_EFI.img to a cf > -Put the cf in my NanoPI R5S and power on > -Enter set tty fb0 at boot prompt and boot it up > -The normal OpenBSD install procedure starts using HDMI connected screen and > USB keyboard and everything looks fine. So I assume OpenBSD is installed at > the internal emmc drive. > -When told, I remove the cf and reboot. The screen is totally blank and > nothing seems to happen. > > There is a UART but it seems it needs soldering to get a serial console so I > would prefer to avoid that. > > I would be very happy if anyone could advise me how to get installation on > the internal disk working. > > Thanks > Peter Andersson >
I’d recommend using the corresponding image from our U-Boot package instead of the UEFI one: https://cdn.openbsd.org/pub/OpenBSD/snapshots/packages/aarch64/u-boot-rk356x-2024.01p0.tgz dd to the CF a la dd if=u-boot-rockchip.bin of=/dev/XXXX bs=512 seek=64 Cheers, Patrick