You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`<ARCH>` is the SDK architecture, `armv7hf` or `aarch64`.
255
257
-`<CHIP>` is the chip type, `artpec9`, `artpec8`, or `cpu`.
256
258
259
+
> [!NOTE]
260
+
> This example may not build on Apple Silicon computers due to a Docker compatibility issue.
261
+
> To work around this, you can disable the "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" option in Docker Desktop's General settings: **Settings → General → Virtual Machine Options**
262
+
>
263
+
> Note that disabling Rosetta allows the example to build successfully, but performance may be impacted as some optimizations for emulation are turned off. So, turn it on and off when needed.
264
+
257
265
Copy the result from the container image to a local directory `build`:
0 commit comments