Closed ElectroBoy404NotFound closed 8 months ago
[420] ERROR: Unable to find suitable device tree for device (206/0x00010000/0x0701010b/7)
Seems like you may want to add msm/board id override to the device.
Try adding
qcom,msm-id = <206 0>;
qcom,board-id = <11 12>;
to the device node in that file.
[420] ERROR: Unable to find suitable device tree for device (206/0x00010000/0x0701010b/7)
Seems like you may want to add msm/board id override to the device.
Try adding
qcom,msm-id = <206 0>; qcom,board-id = <11 12>;
to the device node in that file.
Ok, But my device is a lenovo a6000 (WT86518) not a qrd or what it is
But yes, the provided Redmi device seems to use a similar interface... Time to get my hands dirty i guess
Ok, But my device is a lenovo a6000 (WT86518) not a qrd or what it is
Sorry, referenced a wrong file, would need to add here and I guess you'd need to check what msm/board id is in the stock then to add it.
Ok, But my device is a lenovo a6000 (WT86518) not a qrd or what it is
Sorry, referenced a wrong file, would need to add here and I guess you'd need to check what msm/board id is in the stock then to add it.
Err which line?
Okkk finally got it to work! Thank you!
I'm unable to boot into rom and this is the UART log:
After flashing through edl mode, I flashed my phone's boot.img though the lk2nd's fastboot interface using
fastboot flash boot image-new.img
and even triedfastboot flash boot:raw image-new.img
; still no boot. Please help.