chestnut gets its own table

This commit is contained in:
Adeeb Shihadeh
2026-08-15 15:59:20 -07:00
parent 6ad3532113
commit a996f8ef90
+15 -6
View File
@@ -54,12 +54,21 @@ We have detailed instructions for [how to install the harness and device in a ca
Running `master` and other branches directly is supported, but it's recommended to run one of the following prebuilt branches:
| comma four branch | comma four + chestnut branch | comma 3X branch | URL | description |
|------------------------|------------------------------|------------------------|----------------------------------------|-------------------------------------------------------------------------------------|
| `release-mici` | `release-chestnut` | `release-tizi` | openpilot.comma.ai | This is openpilot's release branch. |
| `release-mici-staging` | `release-chestnut-staging` | `release-tizi-staging` | openpilot-test.comma.ai | This is the staging branch for releases. Use it to get new releases slightly early. |
| `nightly` | `nightly-chestnut` | `nightly` | openpilot-nightly.comma.ai | This is the bleeding edge development branch. Do not expect this to be stable. |
| `nightly-dev` | `nightly-chestnut-dev` | `nightly-dev` | installer.comma.ai/commaai/nightly-dev | Same as nightly, but includes experimental development features for some cars. |
| comma four branch | comma 3X branch | URL | description |
|------------------------|------------------------|----------------------------------------|-------------------------------------------------------------------------------------|
| `release-mici` | `release-tizi` | openpilot.comma.ai | This is openpilot's release branch. |
| `release-mici-staging` | `release-tizi-staging` | openpilot-test.comma.ai | This is the staging branch for releases. Use it to get new releases slightly early. |
| `nightly` | `nightly` | openpilot-nightly.comma.ai | This is the bleeding edge development branch. Do not expect this to be stable. |
| `nightly-dev` | `nightly-dev` | installer.comma.ai/commaai/nightly-dev | Same as nightly, but includes experimental development features for some cars. |
For [chestnut](https://comma.ai/shop/chestnut), use the following installer URLs:
| branch | URL | description |
|------------------------------|------------------------------------------------------------|-------------------------------------------------------------------------------------|
| `release-chestnut` | installer.comma.ai/commaai/release-chestnut | This is openpilot's release branch. |
| `release-chestnut-staging` | installer.comma.ai/commaai/release-chestnut-staging | This is the staging branch for releases. Use it to get new releases slightly early. |
| `nightly-chestnut` | installer.comma.ai/commaai/nightly-chestnut | This is the bleeding edge development branch. Do not expect this to be stable. |
| `nightly-chestnut-dev` | installer.comma.ai/commaai/nightly-chestnut-dev | Same as nightly, but includes experimental development features for some cars. |
To start developing openpilot
------