카테고리 없음
u-boot build 과정 중 dtc: command not found
youngsunny
2021. 7. 28. 17:16
uboot build 할때
/bin/sh: dtc: command not found
뜨면
sudo apt-get install device-tree-compiler
설치해준다.