Other Systems
In addition to openFyde/FydeOS, the XpressReal T3 supports other operating systems, such as Linux and Android. The list of supported OS will be constantly updated, with new entries being added from time to time. You can check the latest available OS images from our Resource Download page to experiment with different systems.
Install Custom Linux Image
Section titled “Install Custom Linux Image”Our Linux OS images are built with the Yocto Project. Use balenaEtcher
to flash a downloaded image to a microSD card, then boot your XpressReal T3 from it.
Refer to the Getting Started Guide for flashing instructions.
Install Armbian Image
Section titled “Install Armbian Image”Armbian is a Debian-based Linux distribution that is optimised for ARM-based single-board computers (SBCs). It is a popular choice for developers and enthusiasts who want to run Linux on their XpressReal T3. You can download the image from our GitHub Releases page and flash it to a microSD card using balenaEtcher
. Then, boot your XpressReal T3 from the microSD card.
Install OpenWrt Image
Section titled “Install OpenWrt Image”OpenWrt Project is a Linux operating system targeting embedded devices. Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This makes it an excellent choice for network enthusiasts, developers, and power users who want to unlock advanced networking features on their XpressReal T3.
To get started, download the latest OpenWrt image from our GitHub Releases page (Which image to choose?). Flash the image to a microSD card, insert it into your XpressReal T3, and power on the device to boot into OpenWrt.
Install Home Assistant Operating System (HAOS) Image
Section titled “Install Home Assistant Operating System (HAOS) Image”Home Assistant is an open-source home automation platform that prioritises local control and privacy. It is powered by a global community of tinkerers and DIY enthusiasts, and is perfect for running on the XpressReal T3.
Home Assistant Operating System (formerly HassOS) is a Linux-based system optimised to host Home Assistant and its add-ons. We’ve built HAOS images for XpressReal T3.
For more information, refer to our open-source GitHub repository.
Install Android Image
Section titled “Install Android Image”Download the Android Image from our Resource Download page and extract the .zip archive.
You will find two folders inside: lk
and image
. The contents are used as follows:
files in the lk
folder need to be uploaded to the XpressReal T3 through the serial port,
while files in the image
folder need to be copied to a USB drive.
1. Enter recovery mode
Section titled “1. Enter recovery mode”Follow the instructions in the Unbrick the XpressReal T3 to put your XpressReal T3 into Recovery mode.
2. Upload files with Y-modem
Section titled “2. Upload files with Y-modem”Press h
in keyboard, then send RTD1619B_hwsetting_BOOT_LPDDR4_32Gb_ddp_s1600_final.bin
file by Y-modem protocol:
Press d
in keyboard, then send uda_emmc.bind.bin
file, when it finished, press g
to write uploaded file to eMMC.
Press d
in keyboard, then send boot_emmc.bind.bin
file, when it finished, press b1
and b2
to write uploaded file to eMMC.
3. Reboot to uboot
Section titled “3. Reboot to uboot”After upload and write those files, replug the power supply to reboot XpressReal T3, it will enter uboot by default:
Enter the following commands to setup sysparam
sysparam defaultsysparam save
4. Copy image to USB drive
Section titled “4. Copy image to USB drive”Copy all the files in image
folder to the root of the USB drive, then plug the USB drive to the USB 3.0 Type-C port.
5. Install Android to eMMC
Section titled “5. Install Android to eMMC”Plug the USB drive to XpressReal T3, type usb start
to confirm your USB drive has been recognised as Mass Storage Device
,
then type boot ru
in uboot to start the installation:
Wait for a while, when it finishes, XpressReal T3 will reboot to Android.
Further reading
Section titled “Further reading”- Read Building Custom Linux for how to build system images using Yocto.