Stephan

Results 198 comments of Stephan

Can you explain what exactly you are fixing here? What is the problem with the current definitions? How do your changes help? Please extend the commit message. :)

How much do we know (or do we need to know) about the layout of the fuse addresses/bits? Is this platform-specific? Will it need adjustment for every SoC supported in...

Currently this is disabled on purpose for safety reasons, since users might otherwise easily corrupt the entire storage by flashing a wrong partition table.

Nice work figuring this out! > This may deserve a project on its own(adapters & devices list, openocd configurations), but it would also be great to have an 'enabler' implemented...

> My assumption is that SDC2 power has to be enabled(which means this can be device specific) FWIW: The regulators for SDC2 are typically powered up by default during boot...

Please post the ``` fastboot oem lk_log fastboot get_staged log.txt ```

Can you post a link to the TWRP image?

You can try adding ``` / { /* ... */ qcom,msm-id = ; qcom,board-id = ; /* ... */ }; ``` inside `dts/msm8916/msm8916-qrd9-v1.dts`

I don't know how to handle the difference in the scratch region properly yet. Perhaps it's easiest if we only merge the DT as first step and recommend people to...