I'll try it out. I was assuming that since cubieboard also has A20, things would work straightaway. Are device trees same across GNU/Linux and OpenBSD?
Thanking you Sagar Acharya Nov 17, 2022, 11:42 by jan.de.kr...@gmail.com: > I am running armv7/7.2 on this board. > This is how I got it to run: > > from one of the images at > > https://images.olimex.com/release/a20/ > > you extract > /usr/lib/linux-image-5.10.105-olimex/sun7i-a20-olinuxino-lime2.dtb (or the > other one if your board is that way) > > I put it in the root of the EFI (dos) partition, which is 'p1' on my image. > > and you extract > /usr/lib/u-boot-olinuxino/a20-olinuxino/u-boot-sunxi-with-spl.bin > > it must go onto the image you created for bsd, in the usual place. > j. > > On Thu, Nov 17, 2022 at 10:46 AM Sagar Acharya <sagaracha...@tutanota.com> > wrote: > >> I finally recognized the beauty of OpenBSD with extremely easy configs of >> OpenSMTPD, doas, xenocara, and many more such softwares. I have been a dev >> at Hyperbola soon to be HyperbolaBSD. >> >> I was trying to install OpenBSD Lime2. I tried flashing cubieboard image >> of miniroot followed by flashing u-boot as shown in installation >> instructions. I built a fresh binary from 2022.10 release of u-boot. >> >> dd if=miniroot-cubie.img of=/dev/sda bs=1M conv=sync >> dd if=u-boot-sunxi-with-spl.bin of=/dev/sda bs=1024 seek=8 >> >> u-boot tries to search for /etc/random.seed which it doesn't find. There >> are just 2 files, bsd and bsd.mp . After the prompt, >> "EHCI fails to shut down host controller", a completely black screen turns >> up. So, I'm unable to get the kernel booted. Kindly help. >> >> Thanking you >> Sagar Acharya >>