Golioth (고라이어스)

본 토픽은 현재 준비중입니다. 공동공부에 참여하시면 완성 되었을 때 알려드립니다.

Zephyr OS 환경 설정하기

가상 파이썬 환경만들기

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 를 설치한안 문제가 있음

 

  • 봤어요 (0명)

댓글

댓글 본문
버전 관리
anton
현재 버전
선택 버전
graphittie 자세히 보기