70 lines
2.9 KiB
Plaintext
70 lines
2.9 KiB
Plaintext
# Hardware
|
|
|
|
## Overview
|
|
|
|
All hardware schematics and board files are designed using [KiCad](http://kicad-pcb.org) open-source CAD software.
|
|
|
|
> KiCad is free software. KiCad is made available under the GNU General Public License(GPL) version 3 or greater.
|
|
|
|
All KiCad design files are available within the [HARDWARE](HARDWARE) directory within this repository.
|
|
You may download KiCad* and open for reviewing or editing each of the PCB files.
|
|
The schematics are also available as PDF files for easier viewing and/or printing.
|
|
|
|
**NOTE**: Make sure to download the latest KiCad nightly development build.
|
|
The latest stable build may not have the features required.
|
|
|
|
## Introduction to the hardware of TERES-I
|
|
|
|
The TERES-I electronics part consists of five boards:
|
|
|
|
### Main board (PCB1-A64-MAIN)
|
|
|
|
The main board (PCB1-A64-MAIN) contains:
|
|
|
|
* A64 processor
|
|
* RAM and flash NAND memories
|
|
* Power management unit
|
|
* LCD converter
|
|
* Connectors to different interfaces
|
|
* and others
|
|
|
|
It looks like this:
|
|
|
|
![Main Board with Labels](../doc/images/TERES-I/hardware/PCB-A64-MAIN-labeled.jpg "Main Board with Labels")
|
|
|
|
We expect to release extra main boards with different processors and memory configurations in the future.
|
|
These should work with all other existing boards.
|
|
It is expected newer main boards to have higher laptop speed and improved memory performance.
|
|
|
|
### Keyboard controller (TERES-PCB5-KEYBOARD)
|
|
|
|
The **KEYBOARD controller** board (**TERES-PCB5-KEYBOARD**) is responsible for handling the keyboard and touch pad interfaces.
|
|
This keyboard controller board allows you to completely reprogram the keyboard mapping and response according to your own taste.
|
|
|
|
The TERES-PCB5-KEYBOARD contains an AVR processor.
|
|
Sources, binaries and update procedures for the AVR firmware are available at GitHub.
|
|
You can update the firmware of the keyboard/touch controller live on the board itself.
|
|
It can also be programmed via an Arduino microcontroller.
|
|
Touch screen parameters can also be changed.
|
|
|
|
![Keyboard PCB with Labels](../doc/images/TERES-I/hardware/TERES-PCB5-KEYBOARD-labeled.jpg "Keyboard PCB with Labels")
|
|
|
|
### I/O board (TERES-PCB2-IO)
|
|
|
|
The **IO** board (**TERES-PCB2-IO**) contains the USB connector, headphone/debug connector, SD card, speaker connector and microphone.
|
|
|
|
![Power Button PCB with Labels](../doc/images/TERES-I/hardware/TERES-PCB2-IO-labeled.jpg "Power Button PCB with Labels")
|
|
|
|
### Power button (PCB4-PWR-BTN)
|
|
|
|
The **PWR** button board (**PCB4-PWR-BTN**) handles the keys for powering on and off the laptop.
|
|
|
|
![Power Button PCB](../doc/images/TERES-I/hardware/076.jpg "Power Button PCB")
|
|
|
|
### Touch buttons (TERES-PCB3-TOUCH-BTN)
|
|
|
|
The **TOUCH** buttons board (**TERES-PCB3-TOUCH-BTN**) contains two buttons for left and right mouse click emulation.
|
|
|
|
![Touch Button PCB - Front](../doc/images/TERES-I/hardware/066.jpg "Touch Button PCB - Front")
|
|
![Touch Button PCB - Rear](../doc/images/TERES-I/hardware/065.jpg "Touch Button PCB - Rear")
|