Skip to content

Commit

Permalink
[docs] more info about 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
htruong committed Apr 7, 2018
1 parent f68eab6 commit f2bec0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@

What's new:

- Image is 50M+ smaller. Less download, less bandwidth wasted!
- Everything you need to backup when you install crankshaft is at `boot/crankshaft`.
- The wallpaper location change to `boot/crankshaft` from `boot`.
- GPIO2KBD, virtual keyboard daemon from GPIO by Adafruit, \
The config file is at `boot/crankshaft/gpio2kbd.cfg`.
- You can change the volume by connecting GND to GPIO 12/13 (or any GPIO).
- You can change the volume by connecting GND to GPIO 12/13 (or any GPIO). \
(Issue #49, #33)
- Brightness change by GPIO - uncomment the GPIO2KBD config file.
- Trigger "OK Google" by GPIO - uncomment the GPIO2KBD config file.
- More GPU memshare by default.
- More GPU memshare by default. (Hopefully fix Issue #37)
- Fix OMXlayer hack for OpenAuto.

What's new for developers:

- The rootfs structure is much better organized. \
Now what you see on crankshaft/rootfs is exactly what will be installed.
- The `rootfs` structure is much better organized. \
Now what you see on `crankshaft/rootfs` is exactly what will be installed.
- The `dumb_suid` (poor man's sudo) is now less dangerous, still dumb.

Known issues:
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,22 @@ Release Highlights

What's new:

- Image is 50M+ smaller. Less download, less bandwidth wasted!
- Everything you need to backup when you install crankshaft is at `boot/crankshaft`.
- The wallpaper location change to `boot/crankshaft` from `boot`.
- GPIO2KBD, virtual keyboard daemon from GPIO by Adafruit, \
The config file is at `boot/crankshaft/gpio2kbd.cfg`.
- You can change the volume by connecting GND to GPIO 12/13 (or any GPIO).
- You can change the volume by connecting GND to GPIO 12/13 (or any GPIO). \
(Issue #49, #33)
- Brightness change by GPIO - uncomment the GPIO2KBD config file.
- Trigger "OK Google" by GPIO - uncomment the GPIO2KBD config file.
- More GPU memshare by default.
- More GPU memshare by default. (Hopefully fix Issue #37)
- Fix OMXlayer hack for OpenAuto.

What's new for developers:

- The rootfs structure is much better organized. \
Now what you see on crankshaft/rootfs is exactly what will be installed.
- The `rootfs` structure is much better organized. \
Now what you see on `crankshaft/rootfs` is exactly what will be installed.
- The `dumb_suid` (poor man's sudo) is now less dangerous, still dumb.

Known issues:
Expand Down

0 comments on commit f2bec0a

Please sign in to comment.