We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de2f34 commit ee0dc46Copy full SHA for ee0dc46
1 file changed
README.md
@@ -67,6 +67,10 @@ TODO
67
5. Click Export and save your csv file
68
69
#### Running the integration test
70
+> [!NOTE]
71
+> If using MacOS you will need to perform the following from within this docker container: https://hub.docker.com/r/zephyrprojectrtos/zephyr-build
72
+>
73
+>Mount it from within your FALCON dir, e.g. `docker run -ti -v $HOME/FALCON:/workdir docker.io/zephyrprojectrtos/zephyr-build:main`*
74
1. Ensure you're in the virtual environment using inside `FALCON/`:
75
- `source .venv/bin/activate` (MacOS/Linux) or `.venv\Scripts\activate.bat` (Windows)
76
2. Build FALCON using Zephyr's built in native_sim board:
0 commit comments