From 12b29ef8b2e7590210bba7261b9946d08d8db83e Mon Sep 17 00:00:00 2001 From: Darkn <73033672+NotDarkn@users.noreply.github.com> Date: Fri, 14 Jun 2024 00:34:20 -0400 Subject: [PATCH] add jacuzzi & corsola + sideways chart (#36) * chore(demo2): update resolution same resolution as demo1 * chore(readme): update image URLs and text * update(readme): add jacuzzi * chore(readme): actually align jacuzzi in chart * update(readme): add corsola * update(readme): sideways compatibility table * chore(readme): swap brand / feature * chore(readme): switch brand / feature around again.. * chore(readme): shorten top left * chore(readme): shorten features * chore(readme): more shortening * chore(readme): brand to board --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c87c33b..829aaf4 100644 --- a/README.md +++ b/README.md @@ -38,16 +38,17 @@ Note that rootfs partitions have to be named `shimboot_rootfs:` for th Driver support depends on the device you are using shimboot on. The `patch_rootfs.sh` script attempts to copy all the firmware and drivers from the shim and recovery image into the rootfs, so expect most things to work on other boards. ARM Chromebooks are not supported at the moment. ### Device Compatibility Table: -| Feature \ Board Name | [`dedede`](https://chrome100.dev/board/dedede/) | [`octopus`](https://chrome100.dev/board/octopus/) | [`nissa`](https://chrome100.dev/board/nissa/) | [`reks`](https://chrome100.dev/board/reks/) | [`kefka`](https://chrome100.dev/board/kefka) | [`zork`](https://chrome100.dev/board/zork) | [`grunt`](https://chrome100.dev/board/grunt) | -|----------------------|-------------------------------------------------|---------------------------------------------------|-----------------------------------------------|---------------------------------------------|----------------------------------------------|--------------------------------------------|----------------------------------------------| -| X11 | yes | yes | yes | no [1] | no [1] | yes | yes | -| Wifi | yes | yes | yes | yes | yes | yes | yes | -| Internal Audio | no | yes | no | untested | yes | no | no | -| Backlight | yes | yes | yes | untested | yes | untested | yes | -| Touchscreen | yes | yes | yes | untested | untested | yes | yes | -| 3D Acceleration | yes | yes | yes | no | no | yes | yes | -| Bluetooth | yes | yes | yes | untested | untested | yes | yes | -| Webcam | yes | yes | yes | untested | untested | yes | yes | +| Board Name | X11 | Wi-Fi | Speakers | Backlight | Touchscreen | 3D Accel | Bluetooth | Webcam | +|----------------------------------------------------|-------------------|-------|----------|-----------|-------------|----------|-----------|----------| +| [**dedede**](https://chrome100.dev/board/dedede) | yes | yes | no | yes | yes | yes | yes | yes | +| [**octopus**](https://chrome100.dev/board/octopus) | yes | yes | yes | yes | yes | yes | yes | yes | +| [**nissa**](https://chrome100.dev/board/nissa) | yes | yes | no | yes | yes | yes | yes | yes | +| [**reks**](https://chrome100.dev/board/reks) | no [1] | yes | untested | untested | untested | no | untested | untested | +| [**kefka**](https://chrome100.dev/board/kefka) | no [1] | yes | yes | yes | untested | no | untested | untested | +| [**zork**](https://chrome100.dev/board/zork) | yes | yes | no | untested | yes | yes | yes | yes | +| [**grunt**](https://chrome100.dev/board/grunt) | yes | yes | no | yes | yes | yes | yes | yes | +| [**jacuzzi**](https://chrome100.dev/board/jacuzzi) | yes | yes | no | yes | untested | no | no | yes | +| [**corsola**](https://chrome100.dev/board/corsola) | yes | yes | untested | untested | untested | untested | untested | untested | 1. The kernel is too old.