Xiaomi Mi Smart Clock (xiaomi-x04g): Difference between revisions
Appearance
Initial device page, mostly stub |
Add UART pinout info and picture |
||
Line 99: | Line 99: | ||
== Installation == | == Installation == | ||
Use [[pmbootstrap]] to build your own installation image. | Use [[pmbootstrap]] to build your own installation image. | ||
== UART == | |||
The smart clock has UART pins. It uses a baud rate of <code>921600</code>. The pin labelled <code>TP30</code> is TX, <code>TP29</code> is RX. They are located on the back of the board. | |||
[[File:X04G-UART.jpg|500px|UART pins on the X04G board, click for higher resolution]] | |||
== See also == | == See also == | ||
* [https://github.com/Informatic/xiaomi-x04g-research GitHub project documenting some of the hardware with bootloader unlock instructions] | * [https://github.com/Informatic/xiaomi-x04g-research GitHub project documenting some of the hardware with bootloader unlock instructions] | ||
[[Category:Devices with known UART pinout]] |
Revision as of 13:29, 19 August 2024
Xiaomi Mi Smart Clock Xiaomi Mi Smart Clock | |
Manufacturer | Xiaomi |
---|---|
Name | Mi Smart Clock |
Codename | xiaomi-x04g |
Model | X04G |
Released | 2021 |
Type | embedded |
Hardware | |
Chipset | Mediatek MT8167S |
CPU | 4x Cortex-A35 @ 1.3 GHz |
GPU | Imagination PowerVR GE8300 |
Display | 800x480 |
Storage | 4GB eMMC |
Memory | 1GB |
Architecture | armv7 |
Software | |
Original software | Android Things |
Original version | 10 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | partial |
postmarketOS kernel | 6.10.3 |
Flashing |
No data |
---|---|
USB Networking |
No data |
Internal storage |
No data |
Screen |
No data |
Touchscreen |
No data |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
No data |
Connectivity | |
WiFi |
No data |
Bluetooth |
No data |
GPS |
No data |
Modem | |
Calls |
No data |
SMS |
No data |
Mobile data |
No data |
Miscellaneous | |
FDE |
No data |
USB OTG |
No data |
Sensors | |
Ambient Light |
No data |
Proximity |
No data |
Contributors
Users owning this device
How to enter flash mode
- Start mtkclient on your host
- Hold the volume up (+) button, then plug in the micro-USB cable from your host to the clock
Installation
Use pmbootstrap to build your own installation image.
UART
The smart clock has UART pins. It uses a baud rate of 921600
. The pin labelled TP30
is TX, TP29
is RX. They are located on the back of the board.