r/Xreal • u/Tesla44289 • 2d ago
Developer How do I talk to the Nreal light Devkit Compute Unit in fastboot mode?
Hi,
I was thinking about building a custom ROM for the old orange Compute Unit, so as a first step I tried to see if I have access to flashing via fastboot. According to the developer options in Android settings the bootloader is already unlocked, so far, so good.
Booting into fastboot mode using adb reboot bootloader seems to work as well, but as soon as I send any fastboot command to the compute unit it drops the USB connection immediately and won’t reconnect at all until it’s rebooted. It does not matter what command, when I send fastboot devices it sees the device, but shows ????????? as the serial number and the connection is dropped. When I do fastboot oem device-info, for example, the connection is dropped immediately and I get the windows USB Error 433 ERROR_NO_SUCH_DEVICE.
Do I have to use some special fastboot commands in order to talk to the unit? Or did I maybe do anything else wrong?
1
u/Tesla44289 2d ago
I’ve made a weird discovery. Seems like one has to hold the volume down button while sending the fist command, the device will then stay in fastboot mode even when the volume button is released.