On 01-10-2024 2:13 PM, Jonathan Gray wrote:
On Tue, Oct 01, 2024 at 12:57:20PM +0100, Fred wrote:
Hi arm@
I'm trying to boot the OpenBSD installer on a NanoPi R5S LTS, I have done:
dd if=miniroot76.img of=/dev/rsd2c bs=1m
but when I do:
dd if=u-boot-rockchip.bin of=/dev/sd2c seek=64
the bin file overwrites the msdos partition and part of the OpenBSD
partition as the u-boot-rockchip.bin file is 9.1 Mb in size and the default
msdos partition created by the first dd is only 7.9 Mb.
Am I missing something obvious or do I need build a bigger msdos partition
on the sd card?
the start offset of the msdos partition in the miniroot is 16M
there is enough space
Thanks, I've managed to get the NanoPi R5S to install to the NVME:
OpenBSD 7.6 (GENERIC.MP) #195: Fri Sep 27 00:05:27 MDT 2024
dera...@arm64.openbsd.org:/usr/src/sys/arch/arm64/compile/GENERIC.MP
real mem = 4022665216 (3836MB)
avail mem = 3815399424 (3638MB)
random: good seed from bootblocks
mainbus0 at root: FriendlyElec NanoPi R5S
Cheers
Fred