Destroyed PocketCHIP (markdown)

Hajime Hoshi 2022-07-02 14:29:38 +09:00
parent 450e565e87
commit 2a8fb4c1e3

@ -1,30 +0,0 @@
[PocketCHIP](https://getchip.com/pages/pocketchip) is a very small Linux machine with display and keyboard mainly for developing and playing 8bit-like games. As this is just a Linux machine, Ebiten should work on CHIP. Write games in Go and enjoy it on the cool device!
# Install 3D Accelerator
See https://bbs.nextthing.co/t/c-h-i-p-pocketc-h-i-p-in-stock-for-the-holidays-3d-acceleration-alpha/11108. Install this Chrome app and install the accelerator.
# Install Go
Unfortunately, Go available from `apt-get` is too old. CHIP's architecture is ARM v7 (you can check `uname -m` on the terminal), thus you can use Go [Linux/ARMv6 binary](https://golang.org/dl/). Let's download the newest one (Ebiten works on Go 1.7 or newer).
# Install dependencies
Besides `git` and `gcc`, let's install dependencies. See [[Linux]] page.
# Install Ebiten
`go get -u github.com/hajimehoshi/ebiten/...`
It takes about 5 minutes or so. Please be patient.
(TBD)
# Error (2016-11-19)
```
libGL error: MESA-LOADER: malformed or no PCI ID
libGL error: unable to load driver: sun4i-drm_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: sun4i-drm
```