Did you try to plug a serial cable into it? At least on the orange pi zero there are no lights except etherent light but I do get serial output. Why did you dd to /dev/sdc1. You should copy it to the root sd card at /dev/sdc1 instead
Oct 4, 2025 9:11:35 AM Епишин Василий Ильич <[email protected]>: > Hello! > > I want to try OpenBSD. For this I have bought Orange Pi PC2. Before > buying I checked supported hardware list: > > https://www.openbsd.org/arm64.html > > I read INSTALL.arm64 file. I'm tried to do with SD card: > > $ dd if=miniroot77.img of=/dev/sdc1 bs=1m > $ dd if=/usr/share/uboot/orangepi_pc2/u-boot-sunxi-with-spl.bin \ > of=/dev/sdc bs=1024 seek=8h > > The result: > > $ fdisk -l > Disk /dev/sdc: 7.51 GiB, 8068792320 bytes, 15759360 sectors > Disk model: Mass-Storage > Units: sectors of 1 * 512 = 512 bytes > Sector size (logical/physical): 512 bytes / 512 bytes > I/O size (minimum/optimal): 512 bytes / 512 bytes > Disklabel type: dos > Disk identifier: 0x00000000 > > Device Boot Start End Sectors Size Id Type > /dev/sdc1 * 32768 49151 16384 8M c W95 FAT32 (LBA) > /dev/sdc4 49152 88063 38912 19M a6 OpenBSD > > > After that I am plugging SD card in Orange Pi PC2 and... Nothing! > > With official SD card after plug power cable, red led turns on. Then > when I press the power switch the red led turns off and the green led > turns on and a system starts. When I plug SD card with OpenBSD, all leds > are off. There's no light. I've tried several SD cards -- the same > problem. What am I doing wrong?

