Skip to content

Commit f6effd0

Browse files
committed
bootstrap: export Zephyr install directory
1 parent 77ce198 commit f6effd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extra/bootstrap.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ source venv/bin/activate
1010
pip install west
1111
west init -l .
1212
west update
13+
west zephyr-export
1314
pip install -r ../zephyr/scripts/requirements-base.txt
1415
# download slim toolchain from https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.16.8
1516

1617
# add here the required blobs based on supported platforms
17-
west blobs fetch hal_nxp
18+
west blobs fetch hal_nxp

0 commit comments

Comments
 (0)