cuu 46f5f4c4ed Add RPI CM4 to CPI v3.14 Adapter gerber files | 2 weeks ago | |
---|---|---|
.github | 5 months ago | |
Bin | 5 months ago | |
Code | 2 months ago | |
PCB | 2 weeks ago | |
Pictures | 2 years ago | |
Schematics | 1 year ago | |
demo | 2 years ago | |
wiki | 4 months ago | |
.gitignore | 2 years ago | |
Clockwork_DevTerm_Assembly_Guidelines.pdf | 3 years ago | |
Clockwork_DevTerm_DIY_Graphene_Heat_Sink.pdf | 2 years ago | |
D1_Datasheet_V0.1_Draft_Version.pdf | 2 years ago | |
D1_User_Manual_V0.1_Draft_Version.zip | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 3 months ago | |
clockwork_Adapter_CM4_Schematic.pdf | 1 year ago |
acec1d02a3
bef6c11186
http://dl.clockworkpi.com/DevTerm_CM4_v0.2b_64bit.img.7z
md5sum 8b2fdebe25
http://dl.clockworkpi.com/DevTerm_CM4_v0.1.img.bz2 (32bit)
md5sum 7938ed1cdd
http://dl.clockworkpi.com/DevTerm_CM4_v0.3e_xfce_64bit.img.7z (based on RPI-lite with xfce)
md5sum ab081eabf2
This version is optimized for immersive writing and comes pre-installed with Obsidian.
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.
DevTerm keyboard firmware flash program available. You can download it from this link: DevTerm Keyboard Firmware Flash Program.
Here’s how you can flash the firmware on DevTerm(A06 or CM4) or a PC running Ubuntu 22.04:
tar zxvf devterm_keyboard_flash.tar.gz
.sudo apt install -y dfu-util
.cd devterm_keyboard_flash
.sudo ./flash.sh
.How to print «Hello World».
echo "hello world\n\n\n\n\n\n\n\n\n\n" > /tmp/DEVTERM_PRINTER_IN
How to print a self test page.
echo -en "\x12\x54" > /tmp/DEVTERM_PRINTER_IN
How to print a text file.
curl -L https://github.com/clockworkpi/DevTerm/raw/main/README.md | tee > /tmp/DEVTERM_PRINTER_IN
Gearbox is a script tool used to adjust the A04 CPU frequency.
you can get it by running
sudo apt update
sudo apt install -y devterm-gearbox-a04
you can run devterm-a04-gearbox
to see the current core status.
Current Status:
+-----------------------------------+
| Cortex-A53 |
+--------+--------+--------+--------+
| CPU 0 | CPU 1 | CPU 2 | CPU 3 |
+--------+--------+--------+--------+
|1320Mhz |1320Mhz | OFF | OFF |
+--------+--------+--------+--------+
CPU Governor: ondemand
Run sudo devterm-a04-gearbox -s [GEAR]
to set gear, GEAR would be 1,2,3,4,5
There are 5 gears in gearbox
1 for simple console tasks with long battery life.
2 for simple writing tasks with long battery life.
3 for most 2D games and emulators.
4 for playing videos and 3D games,browsing websites.
5 for performance-first tasks.
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.