Re: Rockchip RK3588
Vincent DEFERT <[email protected]> Tue, 02 Sep 2025 19:21:31 +0000
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
I have also bought an Orange Pi 5 Max because its specs were more appealing to me, but I regret it. Its overall software support is nowhere near the Orange Pi 5 Plus's. In particular, the Max isn't even listed under edk2-rk3588's bronze support platforms, so it's not surprising it doesn't work. In fact, the Max only runs correctly with the vendor's Linux distro (a customised Armbian). On 02/09/2025 14:49, Robert Swindells wrote: > Is anyone doing things with Rockchip RK3588 systems? > > Tried booting an Orange Pi 5 Max using EDK2, it freezes fairly early > in the boot, looks to be still in pmapboot. > > Not got pkgsrc u-boot to build correctly yet but a pre-built binary for > a similar board gets the kernel to the point of looking for a boot > device. > > Have started modifying the pcie and matching phy drivers from OpenBSD. > > The mmc (and rng) devices have device tree nodes that expect to call > into the SCMI firmware to enable the clocks. We have sys/dev/ic/scmi.c > derived from OpenBSD but the clocks part is #ifdefed out and there isn't > an FDT attachment for it. > > Could try booting from USB next.