AGNOS 18.8 (#611)

* bump to 18.6

* bump kernel

* mdma: remove duplicate "serial" command entry (#605)

* bump kernel

* more PHY tuning

* bump kernel

* add dependencies

* bump kernel

* bump to 18.8

* bump kernel

---------

Co-authored-by: Trey Moen <50057480+greatgitsby@users.noreply.github.com>
This commit is contained in:
Daniel Koepping
2026-07-31 11:38:44 -07:00
committed by GitHub
parent 7d32953fd0
commit 1badeef042
5 changed files with 107 additions and 3 deletions
-1
View File
@@ -159,7 +159,6 @@ if __name__ == "__main__":
"reboot": (lambda: Mdma().reboot(qdl=False), "reboot comma four into normal boot"),
"reboot-qdl": (lambda: Mdma().reboot(qdl=True), "reboot comma four into QDL mode for flashing"),
"serial": (lambda: Mdma().serial(), "open the MSM UART console with screen"),
"serial": (lambda: Mdma().serial(), "open the MSM UART console with screen"),
"profile-boot": (lambda: Mdma().profile_boot(), "reboot comma four and profile boot time"),
}