Nikita Travkin

Results 66 comments of Nikita Travkin

> At that point it just hangs for a very long time can you try `fastboot flash -S 64M userdata image.img`? > I am planning to try just dd-ing the...

First of all, could you try building lk2nd from `rebase/uboot` branch and check if it changes anything when ran as-is? After that you can build the same branch with additional...

Seems like dtc can't be configured to treat warnings as errors... Annoying... Pushed a few changes to suppress those warnings: - https://github.com/msm8916-mainline/lk2nd/commit/d087ca5eb83cc79ef7d2d4dea7a8ef2f305804c9 - https://github.com/msm8916-mainline/lk2nd/commit/8a31de8c81d8a13a7de4f76c1f7a2fc315d567be +CC @halal-beef

Hi! Sorry but I can't reproduce this issue. USB device mode works correctly (as configured by pmOS initramfs for ncm gadget). The log snippets above don't say much either. ci_hrdc...

Running the DT for a different device is generally a bad idea. You would need to create a new devicetree for your device and make necessary changes for the devices...

> What about the WCN3620 module? You do need firmware for that but the drivers are in the kernel right? So it doesn't need an extra commit? With a few...

No, qhypstub support is not implemented in the new lk2nd yet. There is a WIP branch (rebase/hl) with old implementation ported but those changes are unsafe for new lk2nd since...

Hi! Could you clarify the exact steps you performed to "replace the original bootloader with lk2nd"? Have you preformed something similar to the guide at https://wiki.postmarketos.org/wiki/Zhihe_series_LTE_dongles_(generic-zhihe) or some different steps?...

> `fastboot flash boot lk2nd.img` > After flashing, the modem started showing its logo indefinitely and is no longer recognized by the computer, not even in fastboot mode. My guess...

Hi! You will need to add your device to lk2nd, similar to this: https://github.com/msm8916-mainline/lk2nd/commit/e24cb169d10fa2368cbaee9ed6ca056cbf745795 See https://github.com/msm8916-mainline/lk2nd/blob/main/Documentation/dt-bindings.md for some documentation on the format.