Skip to content

Commit f50806e

Browse files
committed
README: Update the docs
Signed-off-by: Kumar Gala <[email protected]>
1 parent bcb4a82 commit f50806e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This project is to replace the current Yocto based SDK with a new framework for
44
building the Zephyr SDK using crosstool-ng.
55

66
The repoistory consists of configurations for the various architectures (not
7-
fully tests) and a script that builds on Linux and Mac in a consistent way,
8-
apply patches where needed.
7+
fully tests) and a script that builds on Linux (x86_64) and Mac in a consistent
8+
way, apply patches where needed.
99

1010
Currently we build the following toolchains:
1111
- i586
@@ -14,14 +14,21 @@ Currently we build the following toolchains:
1414
- arm64
1515
- riscv64
1616
- sparc
17-
- xtensa
17+
- xtensa (sample_controller, intel_apl_adsp, intel_s1000)
1818

1919
To build for any of the above, run:
2020

2121
```
2222
./go.sh <arch>
2323
```
2424

25+
## Released Binaries packages
26+
27+
Pre-built binaries releases of the SDK are made and currently only available for
28+
an x86_64 Linux host environment. The releases can be found here:
29+
30+
https://github.com/zephyrproject-rtos/sdk-ng/releases
31+
2532
## PR Builds
2633

2734
Successfull PR builds will get posted here:

0 commit comments

Comments
 (0)