We're hiring!
*

Booting on Radxa's Rock-5B without any media used

Eugen Hristev avatar

Eugen Hristev
July 31, 2023

Share this post:

Reading time:

I have been working on getting U-boot upstream up to speed for the Radxa Rock-5B Rockchip RK3588 board.

One of the cool features that I recently published upstream is the ability to boot the board without any kind of non-volatile media (NVM) used.

Rockchip provides a way to boot the second stage using a proprietary protocol called rockusb. When you boot the board into maskrom mode (by holding a button pressed), the bootrom inside the SoC will start the USB into gadget mode and listen to rockusb commands. Then you can basically upload the next stage (in our case the U-boot SPL) via USB directly to the memory and boot it, using rockusb tools like the opensource rockusbrs.

So far, the SPL could only boot from an NVM like eMMC, SD-Card, or SPI flash. What is new with the patches that I sent is the fact that the SPL can now also probe the USB into gadget mode and then try to download the next stage.

For this I selected the DFU (Device Firmware Upgrade) protocol to get the U-boot proper into the memory. SPL will detect that it was booted via rockusb, and then it will wait for DFU commands. Once the board is ready, one can use a tool like dfu-util and just upload the U-boot proper file from the host computer to the board, and SPL will boot it.

Once U-boot proper boots, one can use any network protocol like TFTP to get the kernel, and boot with a file system from e.g. NFS.

In the end, the board boots without the use of any media, which was the goal of this exercise.

This summary is short, with a lot of specific terms, so if you have any questions about DFU, U-boot, SPL, USB, rockusb, or any other thing that may appear new or you want to know more about, feel free to comment or reach out to me!

Comments (2)

  1. bosinski:
    Sep 01, 2023 at 03:10 PM

    Any chances for NVMe boot support for 5b? I've built your u-boot using those instructions: https://gitlab.collabora.com/hardware-enablement/rockchip-3588/notes-for-rockchip-3588/-/blob/main/upstream_uboot.md

    I had to manually enable NVMe related options (CONFIG_CMD_NVME, CONFIG_NVME, CONFIG_NVME_PCI, CONFIG_PHY_ROCKCHIP_PCIE etc.) in 5b's defconfig, but even after that it cannot find inserted drive. It's weird, since official Rockchip's SPI binary handles this without any issues. I've tried tweaking around with it myself, but gave up, since DTS differences between your version and https://github.com/radxa/u-boot are too significant to even notice what's lacking. Any hints?

    Reply to this comment

    Reply to this comment

    1. Eugen Hristev:
      Sep 04, 2023 at 08:06 PM

      Hi,

      I saw someone from RADXA sent a patch for Rock-5B to enable NVMe here
      https://patchwork.ozlabs.org/project/uboot/patch/20230901025719.34023-2-naoki@radxa.com/

      Can you try this patch, and let me know if it works?

      And if it does, you can even reply to the original patch e-mail with a Tested-by tag with your name.

      Eugen

      Reply to this comment

      Reply to this comment


Add a Comment






Allowed tags: <b><i><br>Add a new comment:


Search the newsroom

Latest Blog Posts

Re-converging control flow on NVIDIA GPUs - What went wrong, and how we fixed it

25/04/2024

While I managed to land support for two extensions, implementing control flow re-convergence in NVK did not go as planned. This is the story…

Automatic regression handling and reporting for the Linux Kernel

14/03/2024

In continuation with our series about Kernel Integration we'll go into more detail about how regression detection, processing, and tracking…

Almost a fully open-source boot chain for Rockchip's RK3588!

21/02/2024

Now included in our Debian images & available via our GitLab, you can build a complete, working BL31 (Boot Loader stage 3.1), and replace…

What's the latest with WirePlumber?

19/02/2024

Back in 2022, after a series of issues were found in its design, I made the call to rework some of WirePlumber's fundamentals in order to…

DRM-CI: A GitLab-CI pipeline for Linux kernel testing

08/02/2024

Continuing our Kernel Integration series, we're excited to introduce DRM-CI, a groundbreaking solution that enables developers to test their…

Persian Rug, Part 4 - The limitations of proxies

23/01/2024

This is the fourth and final part in a series on persian-rug, a Rust crate for interconnected objects. We've touched on the two big limitations:…

Open Since 2005 logo

We use cookies on this website to ensure that you get the best experience. By continuing to use this website you are consenting to the use of these cookies. To find out more please follow this link.

Collabora Ltd © 2005-2024. All rights reserved. Privacy Notice. Sitemap.