가상 파이썬 환경만들기
python3 -m venv ~/zephyproject/.venv source ~/zephyproject/.venv/bin/activate
west 설치하기
pip install west
Zephyr SDK 설치하기
cd ~ west init -m git@github.com:golioth/zephyr.git --mr main ~/zephyrproject cd zephyrproject/ west update west patch
실행에 필요한 dependance 설치하기
pip install -r ~/zephyrproject/zephyr/scripts/requirements.txt
espressif 설치하기
west espressif install
Path 설정하기
west espressif install 결과를 참고하여 command를 날린다.
----
cmake 를 설치한안 문제가 있음