리눅스 lsusb 명령어 사용법(-v,-s,-d,-D,-t,-V) : lsusb 명령은 USB 버스관련 정보와 연결된 USB 장치를 리스트 합니다. > 옵션없이 사용시$ lsusbBus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 001 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) ICBus 001 Device 003: ID 0bda:8771 Realtek Semiconductor Corp. Bluetooth RadioBus 001 Device 008: ID 303a:1001 Espressif USB JTAG/serial debug unitBus 001 Device 001: ID 1d6b.. 리눅스 (linux)/명령어 2024. 5. 2. 20:31
[esp-idf] idf.py 사용법 (build,flash,monitor,create-project,....., ) : idf.py 는 파이션 프로그램으로 프로젝트에 대한 빌드/다운로드/모니터링 ....등을 명령창에서 할수 있는 유틸로 파일위치는 esp-idf/tools/ 아래에 있습니다. 사용법만 한번 정리해 봤습니다. 목차▶ ubuntu 상에서 esp-idf 환경설정 : esp-idf 설치폴더의 export.sh 파일을 실행해 줍니다. $ source path/to/your/direcotory/export.sh ▶build ↓ build : 현재 디렉토리안의 프로젝트 빌드더보기xxx@ubuntu22:~/Project/esp32/myApp1$ idf.py buildSetting IDF_PATH environment variable: /home/xxx/esp/esp-idfExecuting a.. ESP32 2023. 11. 30. 16:24