Git Product home page Git Product logo

Comments (6)

TravMurav avatar TravMurav commented on June 13, 2024

[420] ERROR: Unable to find suitable device tree for device (206/0x00010000/0x0701010b/7)

/* The device is usually qrd/7, but the stock bootloader selects qrd/12 */

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.

from lk2nd.

ElectroBoy404NotFound avatar ElectroBoy404NotFound commented on June 13, 2024

[420] ERROR: Unable to find suitable device tree for device (206/0x00010000/0x0701010b/7)

/* The device is usually qrd/7, but the stock bootloader selects qrd/12 */

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

from lk2nd.

ElectroBoy404NotFound avatar ElectroBoy404NotFound commented on June 13, 2024

But yes, the provided Redmi device seems to use a similar interface... Time to get my hands dirty i guess

from lk2nd.

TravMurav avatar TravMurav commented on June 13, 2024

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.

compatible = "qcom,msm8916-v1-qrd/8-v1", "qcom,msm8916";
lenovo-a6000 {
model = "Lenovo A6000 (Wingtech WT86518)";
compatible = "wingtech,wt86518", "qcom,msm8916", "lk2nd,device";
#include "msm8916-wingtech-wt865x8.dtsi"
};

from lk2nd.

ElectroBoy404NotFound avatar ElectroBoy404NotFound commented on June 13, 2024

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.

compatible = "qcom,msm8916-v1-qrd/8-v1", "qcom,msm8916";
lenovo-a6000 {
model = "Lenovo A6000 (Wingtech WT86518)";
compatible = "wingtech,wt86518", "qcom,msm8916", "lk2nd,device";
#include "msm8916-wingtech-wt865x8.dtsi"
};

Err which line?

from lk2nd.

ElectroBoy404NotFound avatar ElectroBoy404NotFound commented on June 13, 2024

Okkk finally got it to work! Thank you!

from lk2nd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.