From d10140feeea3cd91f70e6a5064946ec086aa9d8f Mon Sep 17 00:00:00 2001 From: cuu Date: Mon, 21 Aug 2023 17:20:03 +1200 Subject: [PATCH] update readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 117498a..9b1e7ab 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,19 @@ Here's how you can flash the firmware on DevTerm(A06 or CM4) or a PC running Ubu * [Learning more...](Schematics/) ## Gearbox +### A04 -Gearbox(A06 only) is a script tool used to adjust the big.LITTLE architecture of the A06 chip. +Gearbox is a script tool used to adjust the big.LITTLE architecture of the A06 chip. +you can get it by running +``` +sudo apt update +sudo apt install -y devterm-gearbox-a04 +``` + + + +### A06 +Gearbox is a script tool used to adjust the big.LITTLE architecture of the A06 chip. you can get it by running ``` sudo apt update