reform

MNT Reform: Open Source Portable Computer
Log (Feed) | Files | Refs (Tags) | README

commit 1b6a35aa3359debd00ad5aa93d61970b283b17c2
parent f9cce8feec5aee8172c8d8511f7568ad35a7c79e
Author: Lukas F. Hartmann <lukas@mntmn.com>
Date:   Mon,  3 Dec 2018 14:01:21 +0000

Update 'README.md'

Diffstat:
MREADME.md | 44+++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 43 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,11 +1,49 @@ # MNT Reform -This is the work-in-progress repository for the MNT Reform DIY Open Source Portable Computer. +This is the main repository for the MNT Reform DIY Open Source Portable Computer. + +## How to Report Issues / Contribute + +There are several Git repositories that make up Reform. Here is a list of topics to help you decide on which repository to report your problem or contribute code: + +### reform (this one) + +* Mechanical parts (case, keyboard, trackball, display, battery, power supply) +* Electronics +* Firmware +* [Issue reports go here](https://source.mntmn.com/MNT/reform/issues) + +### reform-system-image + +* Kernel (missing drivers...) +* U-Boot (early startup, booting) +* Setup script, date/time, keyboard layout +* Default configuration (networking, Xorg, users, passwords...) +* SD Card shipped with the device +* [Issue reports go here](https://source.mntmn.com/MNT/reform-system-image/issues) + +### reform-userland + +* Graphics/OpenGL libraries (mesa/etnaviv, drm, Xorg, wayland...) +* If you have an application or game that doesn't work due to GL problems (check the [Wiki](https://source.mntmn.com/MNT/reform/wiki) first) +* [Issue reports go here](https://source.mntmn.com/MNT/reform-userland/issues) + +### Tested Software / Peripherals + +Please check out and contribute to the appropriate pages in the [Reform Wiki](https://source.mntmn.com/MNT/reform/wiki). + +## Impressions ![Reform 0.3 Laptop Prototype](pics/reform03-laptop.jpg) ![Reform 0.4 Motherboard PCB](pics/reform04-motherboardpcb.png) ![Reform 0.4 Keyboard PCB](pics/reform04-kbdpcb.png) +## More Information + +[Reform Wiki](https://source.mntmn.com/MNT/reform/wiki) +[Reform Website](https://mntmn.com/reform/) +[Reform Assembly Pictures](https://mntmn.com/media/reform_assembly_images.html) + ## Parts List * [Reform Parts](spreadsheets/production_status.csv) @@ -21,6 +59,10 @@ It is not recommended that you do anything with these files yet, and wait until ## Made With * [KiCAD EDA](http://kicad-pcb.org/) +* Solidworks +* OpenSCAD +* LUFA +* Arduino Tiny Core ## Authors