U-boot Rock5B Not Supported

https://wiki.radxa.com/Rock5/dev/Debian#Build_kernel

In official documentation, at the first step, when I try to build u-boot rk3588-rock-5b is not supported.

#### Build u-boot

Need to checkout branch to  **stable-5.10-rock5** .

Build u-boot with default  **rock-5b-rk3588_defconfig** .

cd ~/rk3588-sdk ./build/mk-uboot.sh k3588-rock-5b #For ROCK 5B

What should I do?

In general, the wiki is outdated and you should use Radxa docs: https://docs.radxa.com/en/rock5/rock5b
Is the info you’re looking for there at all?

Just build yourself a mainline uboot, since the board now is supported mainline, as done here:

https://forum.radxa.com/t/rock-5b-constantly-crashing/20833/6

If I recall correctly, PD is still broken in mainline U-Boot and will cause boot problems for some users (depending on the power supply).

For that, it needs to include a patch like this:

[PATCH v1 0/5] FUSB302 USB-C controller support (kernel.org)