Welcome to the ClockworkPi community wiki!
If you want to edit the wiki, just clone https://github.com/clockworkpi/wiki.clockworkpi.com.git, run it locally with jekyll, and add markdown files to the _wiki folder. The file format is simple, e.g.
---
layout: simple
title: SSH
tags: GameShell
created: 2024-02-22
modified: 2024-02-22
---
then send Pull Request
more info about how to run jekyll project on local ,visit https://jekyllrb.com/docs/
Gameshell
What is GameShell?
GameShell is an open source portable game console made by ClockworkPi after a successful Kickstarter campaign in 2018.
Getting started
- Assembly - Follow the assembly manual came with GameShell to assemble the parts.
- Up and Running - You’ve assembled your GameShell and powered it on, now what?
- SSH - Connect GameShell with your computer for transferring files and configurations.
- Emulators - How to configure your emulators and how to add ROMs.
- Pico-8 - How to install Pico-8, a cute fantasy console on your GameShell.
- Troubleshooting - Launcher not loading? Cannot connect to WiFi? Check here for solutions to common problems.
- Glossary - Learn the jargons!
- Linux resources - New to Linux? Don’t panic!
Hardware
- GameShell hardware info - Information about GameShell’s mainboard, screen, battery, keypad, speaker and Lightkey module
- GPIO - Interact with the real world with General Purpose Input/Output lines!
- 3D Models - 3D models of GameShell parts for 3D printing, including community designed custom parts.
- Bluetooth - Connect other devices using bluetooth
Software
- Kernel - CPI Linux Kernel
- Launcher - The launcher of games and apps in GameShell
- Warehouse - Libraries of browsable and downloadable games, like those developed in GameShell Jams
- Compatible emulators - NES, SNES, Genesis/MD, PS1, you name it!
- Compatible game engines - Pygame, LÖVE2D, Pico-8, Tic-80…
- Compatible games - List of standalone games such as CaveStory, ChocoDM.
DevTerm
What is DevTerm?
Devterm is an open source portable terminal for every Dev!
Getting started
Assembly - Follow the assembly manual came with DevTerm to assemble the parts.
Batteries - The 18650 batteries are NOT included in the package due to global logistics complexity for lithium batteries
Hardware
- Devterm hardware info - Information about DevTerm’s mainboard, screen, battery, keyboard, and speaker modules
- GPIO - Interact with the real world with General Purpose Input/Output lines!
- 3D Models - 3D models of DevTerm parts for 3D printing, including community designed custom parts.
- Bluetooth - Connect other devices using bluetooth
- EXT. - Connect devices via the (non-standard) mPCI-E slot
- CORE - Info about the CORE modules
- Thermal Printer - Print out your .TXT’s on the built-in printer!
Software
- Kernel - CPI Linux Kernel
- ClockworkOS - The operating system for your DevTerm
Howtos
- Manjaro on A06 - Install Manjaro OS on DevTerm A06
- How-Tos and Tweaks