le_potato
This is an old revision of the document!
Table of Contents
Libre Computing AML-S905X-CC
Resources
- Product page: https://libre.computer/products/aml-s905x-cc/
- Schematic: s905x_6l_170707_v1_0.pdf
- S905X Datasheet: s905x_datasheet_v0.3-20170314-wesion.pdf (There is almost certainly a newer version, but this is the one I see the most floating around on the web)
Notes
Enable UART-A
The UART on the 40pin GPIO header (pins 8 and 10) is not enabled by default. It must be enabled by enabling a device tree overlay that is included with libretech-wiring-tool.
- Clone, build, and install the libretech-wiring-tool
- Enable the DTO for UART-A
sudo ldto enable uart-a
- Check dmesg
c11084c0.serial: ttyAML6 at MMIO 0xc11084c0 (irq = 49, base_baud = 1500000) is a meson_uart
- Test with
minicom
or whatever - To persist after reboot, merge:
sudo ldto merge uart-a
Enable i2c and the DS3231
Specifically, SDA and SCL pins on GPIOs 3 & 4.
- Clone, build, and install the libretech-wiring-tool as above
le_potato.1680992971.txt.gz · Last modified: 2024/11/14 02:30 (external edit)