 
 
 
Eugen Hristev 
May 31, 2023
Reading time:
A while back I presented USB 2.0 host support that was added to U-boot for the Radxa Rock-5B RK3588 Rockchip board. This time USB 3.0 was added with support for the host and gadget!
In the photo, the number #8 indicator shows you where the USB 3.0 host ports are located. The bottom port (near the PCB) works only in 3.0 mode. One can connect a mass storage memory stick here, or an Ethernet dongle for example.
|  | 
| Hardware description of the Radxa Rock-5B board. Source: https://wiki.radxa.com/Rock5/hardware/5b | 
Number #3, indicated by USB Power, is also used for gadget mode: with this connection, a host laptop, for example, can see the board as a gadget, and with this, plenty of things can happen: it can be used as a mass storage stick for example, or one can use the rockchip rkdeveloptool to reflash media on the board.
At the moment it should be noted that only one orientation works if a type C to type C cable is used.
The inner workings of the USB 3.0 are as follows: there is the DesignWare Core Dual Role Device (DRD) which can work both in host and gadget mode, and both in USB 2.0 and USB 3.0 modes. There are two different PHYs connected to the controller. One is the same that is used for the USB 2.0 host controller (the Inno phy) and the new one is the USB 3.0 USBDP PHY (combo with DisplayPort Alt mode). All these tied together offer the flexibility to connect different devices and different cables to the Rock-5B board.
And because U-boot is open source, everyone can review the patches, test, or even contribute!
27/10/2025
By resolving critical synchronization bugs in Zink’s Vulkan–OpenGL interop, Faith Ekstrand paved the way for Zink+NVK to become the default…
25/09/2025
Abandoned vendor-provided BSP roadblocks can be overcome when mainline Open Source projects like the Linux kernel are integrated directly.…
06/08/2025
This second post in the Tyr series dives deeper into GPU driver internals by using the Vulkan-based VkCube application to explain how User…
22/07/2025
Getting into kernel development can be daunting. There are layers upon layers of knowledge to master, but no clear roadmap, especially when…
15/07/2025
This past May, we met with the community at the GStreamer Spring Hackfest in Nice, France, and were able to make great strides, including…
03/07/2025
As part of the activities Embedded Recipes in Nice, France, Collabora hosted a PipeWire workshop/hackfest, an opportunity for attendees…
Comments (2)
Cole:
Jun 16, 2023 at 11:35 PM
Hi! I have been following this work and have done questions:
1. How is NVME support going both in kernel and u-boot?
2. How did it come to be that Collabora is doing this work? I'm looking at my pile of SBCs wishing they all had this transparent upstream work being done.
3. That's it. But thank you. Collabora works on such cool stuff in the Linux ecosystem!
Reply to this comment
Reply to this comment
Eugen:
Jun 19, 2023 at 03:00 PM
Hi !
Currently we are not working on NVME , at least at bootloader level, but definitely we can do it if you are interested !
I am happy that you are fond of our work !
Eugen
Reply to this comment
Reply to this comment
Add a Comment