mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-12 18:28:50 +01:00
update readme
This commit is contained in:
parent
22a74ffefb
commit
8d001b0ebd
29
README.md
29
README.md
@ -1,5 +1,22 @@
|
||||
# DevTerm
|
||||
|
||||
## Assembly guidelines
|
||||
|
||||
* [Assembly guidelines](https://github.com/clockworkpi/DevTerm/blob/main/Clockwork_DevTerm_Assembly_Guidelines.pdf)
|
||||
|
||||
## Schematic
|
||||
|
||||
* [DevTerm A06 core mainboard v3.14 schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_DevTerm_A06_Core_for_Mainboard_V3.14_Schematic.pdf)
|
||||
* [DevTerm battery schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_DevTerm_Battery_Schematic.pdf)
|
||||
* [DevTerm Ext schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_DevTerm_Ext_Schematic.pdf)
|
||||
* [DevTerm keyboard schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_DevTerm_Keyboard_Schematic.pdf)
|
||||
* [DevTerm keyboard trackball schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_DevTerm_Keyboard_Trackball_Schematic.pdf)
|
||||
* [DevTerm R01 core mainboard v3.14 schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_DevTerm_R01_Core_for_Mainboard_V3.14_Schematic.pdf)
|
||||
* [Mainboard v3.14 schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/clockwork_Mainboard_V3.14_Schematic.pdf)
|
||||
* [Thermal printer schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/Spec_MTP02-I.pdf)
|
||||
* [LCD screen schematic](https://github.com/clockworkpi/DevTerm/blob/main/Schematics/ICNL9707_Datasheet.pdf)
|
||||
* [CM4 adapter schematic](https://github.com/clockworkpi/DevTerm/blob/main/clockwork_Adapter_CM4_Schematic.pdf)
|
||||
|
||||
## OS images
|
||||
|
||||
### A04
|
||||
@ -53,6 +70,18 @@ Here's how you can flash the firmware on DevTerm(A06 or CM4) or a PC running Ubu
|
||||
7. If any issues occur or the keyboard loses control (which is unlikely), simply reboot DevTerm to resolve it.
|
||||
8. Rest assured that this flash program will not brick your keyboard.
|
||||
|
||||
|
||||
## Thermal printer testing commands
|
||||
|
||||
* Hello World
|
||||
`echo "hello world\n\n\n\n\n\n\n\n\n\n" > /tmp/DEVTERM_PRINTER_IN`
|
||||
|
||||
* print the test page
|
||||
`echo -en "\x12\x54" > /tmp/DEVTERM_PRINTER_IN`
|
||||
|
||||
* [more](https://github.com/clockworkpi/DevTerm/tree/main/Code/thermal_printer)
|
||||
|
||||
|
||||
## Community
|
||||
Please visit our [forum](https://forum.clockworkpi.com/) for more information
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user