Add configs for sargo and bonito
1 unresolved thread
1 unresolved thread
I'm not sure whether I have to add append = "console=tty0,115200"
, but at least it does not boot successfully if I set it to ttyMSM0
, like for some other devices. Someone please enlighten me.
Edited by erebion
Merge request reports
Activity
Filter activity
- Resolved by erebion
- Resolved by erebion
"Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it."
I guess you're someone with write access, so... Help pls.
it should be as easy as
--- qcom_sdm670.toml 2024-10-03 21:03:34.085988146 +0200 +++ qcom_master.toml 2024-10-03 21:05:02.543485575 +0200 @@ -27,19 +27,16 @@ vendor = "xiaomi" model = "beryllium" variant = "ebbg" -append = "console=ttyMSM0,115200" [[device]] vendor = "xiaomi" model = "beryllium" variant = "tianma" -append = "console=ttyMSM0,115200" [[device]] vendor = "fairphone" model = "fp4" chipset = "sm7225" -append = "sdhci.debug_quirks=0x40" [[device]] vendor = "google"
but TBH, it's just a matter of appending 11 lines to a config file, isn't rebasing an option?
Closing as this was superseded by !132 (merged)