Share
-
ubuntu , VScode C환경 세팅Share 2024. 12. 4. 13:47
참고https://swiftcam.tistory.com/388 Ubuntu20.04에서 VSCode C/C++ 개발환경 구축하기참고자료 https://webnautes.tistory.com/1158 Visual Studio Code에서 C/C++ 프로그래밍( Windows / Ubuntu) Windows와 Ubuntu 환경에 설치된 Visual Studio Code에서 C/C++을 컴파일하고 실행시키는 방법에 대해 설명합니다. 테swiftcam.tistory.com1. 리눅스 필수 개발툴(컴파일도구등) 다운로드 sudo apt-get install build-essential gcc 컴파일러 세팅확인 2. vscode 에서, c/c++ 관련 컴파일러 설치 터미널 - 작업구성 - 탬플릿에서 tasks...
-
[error] arm-none-eabi-gdb install 설치에러Share/OS 2024. 9. 17. 15:14
Trial & Error sudo apt install gdb-arm-none-eabi Result >E: Unable to locate package gdb-arm-none-eabi Solution> 1. https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads Downloads | GNU Arm Embedded Toolchain Downloads – Arm DeveloperDownload the GNU Embedded Toolchain for ARM, an open-source suite of tools for C, C++, and Assembly p..
-
Minicom으로 디바이스 장치 연결 (tty)Share/STM32 2024. 6. 20. 11:34
Minicom설치 sudo apt-get install minicom -y 연결포트 확인 dmesg | grep tty minicom설정 Serail Device경로만 변경 참고https://velog.io/@wisdom_lee/%EC%9A%B0%EB%B6%84%ED%88%AC%EC%97%90%EC%84%9C-minicom%EC%9C%BC%EB%A1%9C-%EC%8B%9C%EB%A6%AC%EC%96%BC-%ED%86%B5%EC%8B%A0-%ED%95%98%EA%B8%B0 우분투에서 minicom으로 시리얼 통신 하기리눅스에서 minicom을 이용하여 시리얼 통신을 하는 과정velog.io
-
macOS pip 설치오류 해결 (invalid syntex)Share/OS 2021. 12. 20. 13:40
https://programmerah.com/solved-failed-to-install-pip-for-macos-prompt-syntax-error-invalid-syntax-41653/ [Solved] Failed to install PIP for MacOS, prompt: syntax error: invalid syntax | ProgrammerAH Use the command easy_ Install install pip Use the command sudo easy_Install PIP installing PIP failed. The information of executing the command is as follows: ➜ ~ sudo easy_install pip Password: Sea..
-
[error] apt-get update 에러 , apt install net-tools 설치 에러, could not get lock /var/lib/dpkg/lockShare/OS 2021. 11. 23. 11:18
상황 초기 세팅된 ubuntu 18.04 환경에서 apt install net-tools 를 시도 설치 되지않고, update하라고 해서 다시 update시도했으나, 설치 실패 error --> could not get lock /var/lib/dpkg/lock 해결 두가지 에러존재 1. apt-get update 2. apt install net-tools 1. apt-get update 아래 dns-nameserver와 nameserver를 추가를 해주면 정상적으로 작동 $ sudo vi /etc/network/interfaces //(아래한줄 작성추가) dns-nameservers 8.8.8.8 8.8.4.4 $ rm /etc/resolv.conf $ sudo vi /etc/resolv.conf /..
-
라즈베리파이4 + 맥북 + 시리얼 연결 (추가 모니터/키보드 없이 )Share/Raspberry 2021. 11. 18. 13:29
목적 라즈베리파이4 를 최초 세팅을 가정한다. putty를 설치 하지않고, screen 이용한다. * 맥북에 putty를 설치하려면, xcode등 설치해야 될게많다. 배꼽이 더큼 ... 준비물 - 맥북 - 시리얼 to USB 케이블 (시중에 많음) - RPI4 과정 라즈비안을 16G SD카드에 넣는 것은 검색해서 찾는 것으로 하고.. ( 라즈베리파이 imager 를 통해서 손쉽게 세팅가능) 이때, 컴퓨터(맥북) 을 통해 config파일을 수정하는데, 맨 아래 enable_uart = 1 작성 해주고, 라즈베리파이에 SD카드 꼽는다. 그리고 RPI 전원 켬 검 흰 녹 순서 빨강은 전원5V 이기때문에 노트북과 함께 구동할 경우는 필요없음 RPI4 에서 핀맵은 하나 인쇄해서 어디 붙여놓으면 좋은 듯. @ 이제..
-
TI mmwaveISK 6843 with raspberry PI source codeShare/TI Radar 2021. 10. 11. 14:41
It's for the connection between TI mmwave ISK 6843 interfaces and Raspberrypi4 (raspbian) This code is based on github, https://github.com/ibaiGorordo/AWR1642-Read-Data-Python-MMWAVE-SDK-2 GitHub - ibaiGorordo/AWR1642-Read-Data-Python-MMWAVE-SDK-2: Python program to read and plot the data in real time from the AWR16 Python program to read and plot the data in real time from the AWR1642 and IWR16..
-
VirtualBox 해상도 및 복사붙여넣기 에러 (could not get lock dpkg ) dpkg 오류Share/OS 2021. 10. 1. 10:47
문제점 1. virtual disk 설치를 해도 반응이 없음 (사실 에러메세지를 보면 설치가 제대로 되지 않았다고 나옴) 2. 이로인해 창을 조절할때 자동 조절 기능이 안생겨서 조그마한 창으로 작업을 해야됨 3. virtualbox - devices - insert Guest Additions CD images 를 눌러도 설치가 잘 안됨 해결 직접 터미널에서 버추얼박스 게스트 유틸을 설치함 sudo apt install virtualbox-guest-utils virtualbox-guest-dkms 기타 간혹 아래와 같은 에러 종류가 뜨는데 (dpkg관련 에러 ), 현 dpkg lock부분을 다 지우고 확인 하면 됨 E: Could not get lock /var/lib/dpkg/lock-frontend..