Re: Booting CURRENT from PinebookPro SD over 10-RELEASE on eMMC
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jun 28, 2024 at 10:03:50AM -0700, Joel wrote: > Now I want to try CURRENT. I grabbed a daily HEAD image and used dd to write > to an SD, followed by the rksd_loader.img for the PinebookPro (from pkgsrc) > -- the same steps as with 10-RELEASE. There are Pinebook Pro images on https://armbsd.org so you could try just that (no other steps required but dd'ing that to the card) I don't know any details of the booting process for that SoC, maybe the EFI support enumerates all EFI boot partitions and puts the EMMC one before the SD card one somehow. That way you would end up in the efiboot from NetBSD 10, which should count down from 5 and you can interrupt it by pressing any key. Then you should be able to make it boot from the SD card root partition, but I don't know how it would call the disk device. Lots of guessing here... Martin