Merge pull request #1071 from fewtarius/dev

Add RK3588 and 3566 to build doc.
This commit is contained in:
fewtarius 2023-02-18 11:30:31 -05:00 committed by GitHub
commit 5eca9ed253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,9 +104,11 @@ git checkout dev
### Building with Docker
Building JELOS is easy, the fastest and most recommended method is to instruct the build to use Docker, this is only known to work on a Linux system. To build JELOS with Docker use the table below.
| Device | Dependency | Docker Command |
| Devices | Dependency | Docker Command |
| ---- | ---- | ---- |
|handheld||```PYTHON_EGG_CACHE="`pwd`/.egg_cache" make docker-handheld```|
|RK3588||```PYTHON_EGG_CACHE="`pwd`/.egg_cache" make docker-RK3588```|
|RK3566||```PYTHON_EGG_CACHE="`pwd`/.egg_cache" make docker-RK3566```|
|ALL DEVICES||```PYTHON_EGG_CACHE="`pwd`/.egg_cache" make docker-world```|
> Devices that list a dependency require the dependency to be built first as that build will be used as the root of the device you are building. This will be done automatically by the build tooling when you start a build for your device.