From de515927a8e62ef4e410d97ee4b38f42aeb09d31 Mon Sep 17 00:00:00 2001 From: Chuanhong Guo Date: Thu, 29 Feb 2024 13:04:10 +0800 Subject: [PATCH] drop uart compatibility note in README It seems to be fixed by the new handshake procedure. Signed-off-by: Chuanhong Guo --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 5171812..7ef8f86 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,10 @@ The UART recovery protocol is exactly the same as the USB one on MTK smartphone # Compatibility -## SoCs - This utility should work on all Mediatek SoCs with secure-boot disabled. It's been tested on MT7622/MT7629 and MT798x. This utility won't work on secure-boot enabled routers. -## USB-UART adapters -Current implementation seems to be a bit picky on UART adapters. It's known to work with WCH CH340/CH341/CH343/CH347. It might stuck at bootrom handshake with some counterfeit FTDI adapters. - # Usage ```