rock5bplus
By meco / DesktopGeneral purposeNAS / 0 Comments

Radxa Rock 5B Plus

Ubuntu Noble 24.11.1 GNOME testing:

  • Kernel Vendor 6.1.75
  • Boot ok, from emmc and nvme
  • HDMI ok, boot splash screen shows up
  • USB-C DP + HDMI at the same time wonky (alone both work as intended)
  • USB2 and USB3 ok
  • 2.5GbE Ethernet ok
  • WiFi ok
  • Bluetooth “Failed to set mode: Failed (0x03)”
  • Analog audio codec is ok
  • Reboot and shutdown work as intended
  • 4K YouTube Playback fine with Mesa-VPU extension
radxa-rock-5c
By Kat Schwarz / General purposeDesktop / 0 Comments

Radxa Rock 5C

Armbian 24.11.1
Bookworm Minimal / IOT testing:
Armbian 24.11.1 Noble
Gnome MESA/VPU testing:
  • Boot okay, from sdcard
  • HDMI video (text) is okay
  • Audio not tested on minimal image
  • USB2 ports are okay
  • USB3 ports are okay
  • Gigabit Ethernet is okay, Iperf3 ~942Mbit/s
  • Wireless okay, Iperf3 ~80Mbit/s
  • Reboot and shutdown okay
  • Boot okay, from sdcard
  • HDMI video is okay
  • HDMI audio is okay
  • Jack audio headphone out is okay
  • Jack audio mic in is okay
  • USB2 ports are okay
  • USB3 ports are okay
  • Gigabit Ethernet is okay, Iperf3 ~943Mbit/s
  • Wireless okay, Iperf3 ~80Mbit/s
  • Bluetooth okay
  • Reboot and shutdown okay
Rock5 ITX
By amazingfate amazingfate / DesktopNAS / 0 Comments

Radxa Rock 5 ITX

Testing report:

Armbian_24.11.1_Rock-5-itx_noble_vendor_6.1.75_kde-neon-kisak_desktop.img.xz
1.7 GiB
2024-Nov-28 20:28
OK
Desktop Works
Armbian_24.11.1_Rock-5-itx_bookworm_vendor_6.1.75_cinnamon-backported-mesa_desktop.img.xz
1.4 GiB
2024-Nov-28 20:20
OK
Desktop Works
Armbian_24.11.1_Rock-5-itx_noble_vendor_6.1.75_gnome-kisak_desktop.img.xz
1.4 GiB
2024-Nov-28 20:19
OK
Desktop Works
Armbian_24.11.1_Rock-5-itx_bookworm_vendor_6.1.75_xfce_desktop.img.xz
1.3 GiB
2024-Nov-28 20:15
OK
Desktop Works
Armbian_24.11.1_Rock-5-itx_noble_vendor_6.1.75_xfce_desktop.img.xz
1.2 GiB
2024-Nov-28 20:24
OK
Desktop Works
Armbian_24.11.1_Rock-5-itx_noble_vendor_6.1.75-kisak.img.xz
476.3 MiB
2024-Nov-28 19:58
OK
System Works (MESA)
Armbian_24.11.1_Rock-5-itx_bookworm_vendor_6.1.75_minimal.img.xz
238.3 MiB
2024-Nov-28 19:57
OK
System Works (HDMI YES)
Armbian_24.11.1_Rock-5-itx_noble_vendor_6.1.75_minimal.img.xz
233.2 MiB
2024-Nov-28 19:54
OK
System Works (HDMI YES)
Radxa Rockpi S0
By Roman Brent / IOT / 0 Comments

Radxa Rock S0

  • You may flash an OS image directly to the Rock S0 internal EMMC flash as follows:
    • Build Linux x86 binary rkdeveloptool (sources) on host
    • Remove any SDcard
    • Hold down the tiny, black MASKROM button while you…
    • Power on, with the MASKROM button pressed, to enter flash mode
    • Release the MASKROM button after 2 seconds
    • Next, run these host commands to flash the internal EMMC flash:

       

  • If a valid image is found on the built-in EMMC flash, the board will boot that image unless…
  • Holding down the MASKROM button disables the EMMC flash.
  • If no valid image can be read from EMMC flash, it will attempt to boot from SD Card.
  • The white “RECOVERY” button as no predefined function.
  • The Rock S0 has no “reset” button!
  • Kernel serial console is on UART0.
  • The serial console operates at 1.5Mbaud with 8 data, 1 stop, and no parity bits.
    Rock S0 serial console and power
  • Red(far right)=+5V, Black(center right)=GND,White(center left)=TxD, Green(far left)=RxD

There is no need to attach the +5V to the GPIO header (as pictured above) if the board is powered via USB.

If not using an external antenna, consider adding this line to /boot/armbianEnv.txt file to increase CPU clock to 1.3 GHz:

overlays=b@1.3ghz

However, use of an external antenna will dramatically improve radio performance.

If using an external antenna, consider adding this line to /boot/armbianEnv.txt file to increase CPU clock to 1.3 GHz and select the external antenna:

overlays=b@1.3ghz s0-ext-antenna

Refer to /boot/dtb/rockchip/overlay/README.rockchip-overlays for more information.

Picture of a Rock5B
By Lin Hanzhen / General purposeDesktop / 0 Comments

Radxa Rock 5B

Radxa Zero
By Yakov / IOTGeneral purpose / 0 Comments

Radxa Zero

If you have a Radxa Zero with eMMC (any model with 2GB or 4GB of RAM), you’ll need to erase the eMMC before you can boot it from a microSD card and use Armbian. 1GB version is not supported.

Full instructions are available on the Radxa wiki, but here are some quick notes.

– Connect a USB cable to the Zero’s OTG port (the USB-C plug marked USB-PWR)
– Hold down the “USB BOOT” button on the Radxa Zero while connecting the USB cable to a USB port on the Linux host
sudo pip3 install pyamlboot on the host
curl -O https://dl.armbian.com/radxa-zero/loader/radxa-zero-erase-emmc.bin
sudo boot-g12.py radxa-zero-erase-emmc.bin

You may have to run the sudo boot-g12.py command a second time to fully clear the eMMC. In case you encounter boot issues, try this hint and report there.