Rubik pi bricked with latest 1.2

Like the title, after flashing https://thundercomm.s3.dualstack.ap-northeast-1.amazonaws.com/uploads/web/rubik-pi-3/20250905/FlatBuild_RUBIKPi-3_xx.xx_LE1.0.R.debug.FC.r001004.zip following

sudo apt-get install libxml2-dev libudev-dev libusb-1.0-0-dev

./qdl --storage ufs prog_firehose_ddr.elf rawprogram*.xml patch*.xml

# Device did not booted, so proceed with provision and re flash

./qdl prog_firehose_ddr.elf provision_ufs_1_3.xml
./qdl --storage ufs prog_firehose_ddr.elf rawprogram*.xml patch*.xml

The process seems to be correct according the logs:

(base) avilagtz@avilagtz-Default-string:~/Downloads/FlatBuild_RUBIKPi-3_xx.xx_LE1.0.R.debug.FC.r001004/ufs$ ./qdl --storage ufs prog_firehose_ddr.elf rawprogram*.xml patch*.xml
waiting for programmer...
flashed "efi" successfully at 174762kB/s                                                                                
flashed "system" successfully at 213057kB/s                                                                             
flashed "PrimaryGPT" successfully
flashed "BackupGPT" successfully
flashed "xbl_a" successfully
flashed "xbl_config_a" successfully
flashed "PrimaryGPT" successfully
flashed "BackupGPT" successfully
flashed "xbl_a" successfully
flashed "xbl_config_a" successfully
flashed "PrimaryGPT" successfully
flashed "BackupGPT" successfully
flashed "cdt" successfully
flashed "usb_fw" successfully                                                                                            
flashed "PrimaryGPT" successfully
flashed "BackupGPT" successfully
flashed "aop_a" successfully
flashed "dtb_a" successfully                                                                                            
flashed "xbl_ramdump_a" successfully
flashed "uefi_a" successfully
flashed "tz_a" successfully
flashed "hyp_a" successfully
flashed "devcfg_a" successfully
flashed "qupfw_a" successfully
flashed "uefisecapp_a" successfully
flashed "imagefv_a" successfully
flashed "shrm_a" successfully
flashed "multiimgoem_a" successfully
flashed "cpucp_a" successfully
flashed "toolsfv" successfully
flashed "PrimaryGPT" successfully                                                                                        
flashed "BackupGPT" successfully
flashed "PrimaryGPT" successfully
flashed "BackupGPT" successfully
flashed "rubikpi_con" successfully
flashed "devcfg_full" successfully at 163840kB/s                                                                        
flashed "dtb_con" successfully
flashed "PrimaryGPT" successfully
flashed "BackupGPT" successfully
91 patches applied                                                                                                      
WARNING: Multiple candidates for primary bootloader found, using partition 1
partition 1 is now bootable

Nothing worked, device does not boot, no ADB, I’m able to enter in EDL Mode only.

I have downgraded to 1.1.1 version, adb is working but there is no video output.

Any solution to this?

May I confirm whether this is the first time you have flashed the Rubik Pi since receiving it, and whether the board was functioning correctly before the flash?
Kindly indicate which OS your PC is running—Ubuntu 18.04, Ubuntu 20.04, or another distribution.
Kindly provide the complete flash log after writing the LE 1.2 image, along with the UART boot log captured when the device starts up.
When you mention “no video output,” do you specifically mean no output on the HDMI OUT? Please share the dmesg log obtained after downgrading to version 1.1.1.

No, this is not the first time I have flashed my device, I have done flashing for android os and back to linux in the past.

UPDATE

After login via uart, it seems that the services started successfully and now I’m able to adb shell and I have hdmi output using

Okay, thank you for your response.