On Thu, Oct 24, 2019 at 01:26:20PM +0200, Johan Berg wrote: > Hi, I have been trying to install OpenBSD 6.6 on my Cubox-i ( > https://www.solid-run.com/nxp-family/cubox-i/ ) writing it to the sd card > (Sandisk 32gb): > > # dd bs=1m if=miniroot-cubox-64.fs of=/dev/rsd1c > # disklabel sd1 > > # /dev/rsd1c: > type: vnd > disk: vnd device > label: fictitious > duid: 36a5f1f3d964c599 > flags: > bytes/sector: 512 > sectors/track: 256 > tracks/cylinder: 16 > sectors/cylinder: 4096 > cylinders: 16 > total sectors: 62333952 > boundstart: 36864 > boundend: 67584 > drivedata: 0 > > 16 partitions: > # size offset fstype [fsize bsize cpg] > a: 30720 36864 4.2BSD 2048 16384 960 > c: 62333952 0 unused > i: 4096 32768 MSDOS > > > When I boot up the machine with the SD card in place I get to this: > > https://www.dropbox.com/s/dcw228h0r9am2f0/openbsd.jpg?dl=0 > > After that it totally hangs and I cannot continue. Is U-Boot somehow reading > from the wrong partition or cannot find /bsd? > > Regards, > Johan
There is no support for "fsl,imx6q-hdmi" / "vivante,gc" in the kernel. While U-Boot may output on both you'll need to plug a micro usb cable in and use the serial console for OpenBSD. It has a builtin uftdi(4). You list a 6.4 not 6.6 miniroot above as well.