cuu 5550fef84b Add RPI CM4 to CPI v3.14 Adapter gerber files | 2 months ago | |
---|---|---|
.github | 7 months ago | |
Bin | 7 months ago | |
Code | 2 months ago | |
PCB | 2 months ago | |
Pictures | 1 year ago | |
wiki | 3 months ago | |
Clockwork_uConsole_Assembly_Guidelines.pdf | 1 year ago | |
JD9365DA-H3_DS_V0.01_20200819.pdf | 11 months ago | |
JD9365DA-H3_User_Guide_Preliminary_V0.00_20200827.pdf | 11 months ago | |
README.md | 5 months ago | |
SIM7500_SIM7600 Series_AT Command Manual_V3.00.pdf | 1 year ago | |
clockwork_Adapter_CM4_Schematic.pdf | 1 year ago | |
clockwork_DevTerm_A06_Core_for_Mainboard_V3.14_Schematic.pdf | 1 year ago | |
clockwork_DevTerm_R01_Core_for_Mainboard_V3.14_Schematic.pdf | 1 year ago | |
clockwork_Mainboard_V3.14_Schematic.pdf | 1 year ago | |
clockwork_Mainboard_V3.14_V5_Schematic.pdf | 1 year ago | |
clockwork_UC_4G_Schematic.pdf | 1 year ago | |
clockwork_UC_4G_drawing.pdf | 1 year ago | |
keyboard_220816.pdf | 7 months ago |
9dbd07a509
a191603d7d
After downloading the files, you will need to extract or decompress them. Please keep in mind that MacOS 11.6 or a higher version is required to extract 7z files.
To flash the OS image, you can use the following tools:
To learn how to create an image, please refer to our Wiki.
If you want to use the 4G extension, you can find helpful tips on how to use it on the uConsole Wiki.
uConsole keyboard firmware flash program available. You can download it from this link: uConsole Keyboard Firmware Flash Program.
Here’s how you can flash the firmware on uConsole(A06 or CM4) or a PC running Ubuntu 22.04:
tar zxvf uconsole_keyboard_flash.tar.gz
.sudo apt install -y dfu-util
.cd uconsole_keyboard_flash
.sudo ./flash.sh
.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-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:
+-----------------------------------+-----------------+-----------+
| Cortex-A53 | Cortex-A72 | Mali-T860 |
+--------+--------+--------+--------+--------+--------+-----------+
| CPU 0 | CPU 1 | CPU 2 | CPU 3 | CPU 4 | CPU 5 | GPU |
+--------+--------+--------+--------+--------+--------+-----------+
| 816Mhz | 816Mhz | 816Mhz | 816Mhz | OFF | OFF | 400MHz |
+--------+--------+--------+--------+--------+--------+-----------+
CPU Governor: schedutil GPU Governor: simple_ondemand
Run sudo a06-gearbox -s [GEAR]
to set gear,GEAR would be 1,2,3,4,5,6
There are 6 gears in gearbox
1 for simple writing tasks with long battery life.
2 for browsing most websites with long battery life.
3 for most 2D games and emulators.
4 for playing videos and 3D games.
5 for performance-first tasks.
6 for max performance, max power (usage).
Please visit our Github Wiki and https://forum.clockworkpi.com for more information.