Skip to content

Commit

Permalink
Pull request project-chip#703: Fix UMB readme_building.md
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from fix_umb_release to silabs

Squashed commit of the following:

commit e9dfcff80caddd2b90cc0a310207b36605835880
Author: Milind Dumbare <[email protected]>
Date:   Wed Apr 19 10:50:52 2023 +0200

    Fix UMB readme_building.md
  • Loading branch information
Milind Dumbare authored and jmartinez-silabs committed May 25, 2023
1 parent 4bbca36 commit af6af9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions silabs_examples/unify-matter-bridge/readme_building.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ This build guide cross-compiles for arm64 architecture to be run on Unify's refe
> - _some-other-command_ should be executed inside the Docker container.
> - _`root@docker:/<dir>$ some-other-command`_
## Set Up the Matter Build Environment

Once you have all the necessary submodules, source the Matter environment with the following command. This loads a number of build tools and makes sure the correct toolchains and compilers are used for compiling the Unify Matter Bridge.

## Check Out Submodules

> 🔴 Assuming you have cloned the matter repo in `~/matter`
Check out the necessary submodules with the following command.

```bash
dev-machine:~$ ./scripts/checkout_submodules.py --platform linux
dev-machine:~/matter$ ./scripts/checkout_submodules.py --platform linux
```

## Clone and Stage the Unify SDK Repository
Expand All @@ -33,7 +31,7 @@ dev-machine:~/matter$ git clone --depth 1 https://github.com/SiliconLabs/UnifySD
## Build the Docker Container (arm64 compilation)

```bash
dev-machine:~$ docker build -t unify-matter silabs_examples/unify-matter-bridge/docker/
dev-machine:~/matter$ docker build -t unify-matter silabs_examples/unify-matter-bridge/docker/
```

## Run the docker container (arm64 compilation)
Expand Down Expand Up @@ -81,6 +79,8 @@ root@docker:/uic$ export UCL_XML_PATH=$PWD/stage/share/uic/ucl

## Run activate in matter

Once you have all the necessary submodules, source the Matter environment with the following command. This loads a number of build tools and makes sure the correct toolchains and compilers are used for compiling the Unify Matter Bridge.

Make sure you are in `matter/` directory

```bash
Expand Down

0 comments on commit af6af9f

Please sign in to comment.