update readme

This commit is contained in:
cuu 2023-08-19 16:46:35 +12:00
parent 964d6b6e37
commit b4be662c3c

View File

@ -1,2 +1,45 @@
# GameShell
GameShell Official repo
[ClockworkPi](https://www.clockworkpi.com/) is an open source and open hardware community.
[GameShell](https://www.clockworkpi.com/) is a modular handheld console that allows you to play & modify retro games and DIY new devices.
Please visit our [forum](https://forum.clockworkpi.com/) for more information.
## OS Image
* http://dl.clockworkpi.com/clockworkos_v0.5.img.bz2
md5sum 27f85542d0278f898bfca060c264dc6f
## User custom OS image
* [Custom D.E.O.T. V2.0+/Clockwork OS v0.5 image](https://forum.clockworkpi.com/t/custom-d-e-o-t-v2-0-clockwork-os-v0-5-image-with-customised-deot-interface-kernel-5-7-optional-1400mhz-oc-debian-10-buster-retroarch-1-9-0-mupen64-plus-more-current-build-200903/5088)
## Keypad code
[keypad source code](https://github.com/clockworkpi/Keypad.git)
## Schematic
* [Keypad](https://github.com/clockworkpi/GameShellDocs/blob/master/clockwork_Keypad_Schematic.pdf)
* [Mainboard](https://github.com/clockworkpi/GameShellDocs/blob/master/clockwork_Mainboard_Schematic.pdf)
## Assembly instructions
[Assembly instructions](https://github.com/clockworkpi/GameShellDocs/blob/master/clockwork_GameShell_Assembly_Guide.pdf)
## Kernel Patch
* https://github.com/clockworkpi/Kernel
## launcher code
* [python launcher](https://github.com/clockworkpi/launcher.git)
* [golang launcher](https://github.com/clockworkpi/LauncherGoDev.git)