From 4e89f9fc88a94786c9326ba1116596e40a91d8cd Mon Sep 17 00:00:00 2001 From: cuu Date: Mon, 21 Aug 2023 17:10:01 +1200 Subject: [PATCH] update readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e53d13e..117498a 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,16 @@ Here's how you can flash the firmware on DevTerm(A06 or CM4) or a PC running Ubu ## Gearbox Gearbox(A06 only) 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-a06 +``` In latest os image of A06, default Gearbox is set to use 4 LITTLE core with 816Mhz,GPU at 400Mhz +you can run `a06-gearbox` to see the current core status. + ``` Current Status: +-----------------------------------+-----------------+-----------+ @@ -105,8 +112,6 @@ Current Status: CPU Governor: schedutil GPU Governor: simple_ondemand ``` -you can run `a06-gearbox` to see the current core status. - Run `sudo a06-gearbox -s n` to set gear There are 6 gears in gearbox