diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2019-07-23 17:29:28 +0200 |
|---|---|---|
| committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-08-15 15:38:54 +0200 |
| commit | 57377384a81ec3d60a9fc691996aee4cee2754d3 (patch) | |
| tree | 9497ff5d6d76e0c617fcfe6267ebb5c3a0a1bc66 | |
| parent | 84b716fa4b45ccdf308b0d38ee9bf6b6db989853 (diff) | |
| download | meta-updater-57377384a81ec3d60a9fc691996aee4cee2754d3.tar.gz | |
README: update list of supported boards.
Renesas isn't actually new, but the TI support is.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
(cherry-picked from commit 3f248a6fc304365954f621c5fa8720dbf209f329)
| -rw-r--r-- | README.adoc | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc index 8711e86..c121af7 100644 --- a/README.adoc +++ b/README.adoc | |||
| @@ -61,7 +61,7 @@ and get as a result an `ostree_repo` folder in your images directory (`tmp/deplo | |||
| 61 | 61 | ||
| 62 | * your OSTree repository, with the rootfs committed as an OSTree deployment, | 62 | * your OSTree repository, with the rootfs committed as an OSTree deployment, |
| 63 | * an `otaimg` bootstrap image, which is an OSTree physical sysroot as a burnable filesystem image, and optionally | 63 | * an `otaimg` bootstrap image, which is an OSTree physical sysroot as a burnable filesystem image, and optionally |
| 64 | * some machine-dependent live images (e.g. `.wic` for Raspberry Pi or `.porter-sdimg-ota` Renesas Porter board). | 64 | * some machine-dependent live images (e.g. `.wic` for Raspberry Pi or `.porter-sdimg-ota` for Renesas Porter board). |
| 65 | 65 | ||
| 66 | Although `aglsetup.sh` hooks provide reasonable defaults for SOTA-related variables, you may want to tune some of them. | 66 | Although `aglsetup.sh` hooks provide reasonable defaults for SOTA-related variables, you may want to tune some of them. |
| 67 | 67 | ||
| @@ -71,11 +71,16 @@ Ubuntu users that encounter an error due to missing `Python.h` should install `l | |||
| 71 | 71 | ||
| 72 | == Supported boards | 72 | == Supported boards |
| 73 | 73 | ||
| 74 | Currently supported platforms are | 74 | Currently supported platforms are: |
| 75 | 75 | ||
| 76 | * https://github.com/advancedtelematic/meta-updater-raspberrypi[Raspberry Pi3] | 76 | * https://github.com/advancedtelematic/meta-updater-raspberrypi[Raspberry Pi 2 and 3] |
| 77 | * https://github.com/advancedtelematic/meta-updater-minnowboard[Minnowboard] | 77 | * https://github.com/advancedtelematic/meta-updater-minnowboard[Intel Minnowboard] |
| 78 | * https://github.com/advancedtelematic/meta-updater-qemux86-64[Native QEMU emulation] | 78 | * https://github.com/advancedtelematic/meta-updater-qemux86-64[Native QEMU emulation] |
| 79 | * Renesas R-Car H3 and M3 | ||
| 80 | * https://github.com/advancedtelematic/meta-updater-ti/[TI BeagleBone Black] (rocko only, using TI SDK 05.03) | ||
| 81 | * https://github.com/advancedtelematic/meta-updater-ti/[TI AM65x industrial development kit] (rocko only, using TI SDK 05.03) | ||
| 82 | |||
| 83 | We also historically supported the https://github.com/advancedtelematic/meta-updater-porter[Renesas Porter] board. | ||
| 79 | 84 | ||
| 80 | === Adding support for your board | 85 | === Adding support for your board |
| 81 | 86 | ||
