Other Systems
In addition to openFyde, the XpressReal T3 supports other operating systems, such as Linux and Android. You can download the 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 Android OS Image
Section titled “Install Android OS 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 recognized as Mass Storage Device
,
then type boot ru
in uboot to start the installation:
Wait for a while, when it finished, XpressReal T3 will reboot to Android.
Further reading
Section titled “Further reading”- Read Building Custom Linux for how to build system images using yocto.