본문 바로가기

Development50

Vivado 설치 후 라이센스 등록에러 - 해결함 Vivado를 설치한 후 아래의 툴로 라이센스를 등록하려고 하다 보면,,, 아래와 같은 에러가 나요.... FlexNet Licensing error:-15,10. System Error: 10061 "WinSock: Connection refused" 아래의 참고자료를 통해 이런저런 것들을 다 해보았지만, 결국 가장 기본적인 것으로 해결했네요. 먼저, lmutil lmstat 를 사용하여 port@serverName이 확인해 봐요. xilinx설치한 곳에서 아래의 링크로 가서 cmd를 실행해야 해요! C:\Xilinx\Vivado\2023.2\bin\unwrapped\win64.o> lmutil lmstat 그 이후 위에서 얻은 port@serverName을 추가해서 아래의 cmd를 실행해 봅니다.. .. 2024. 4. 11.
IO Library Issue #127 "IO Library Issue #127: Socket Closure Bug in listen() Function" One of the prominent issues among various concerns is identified within the listen() function in the socket.c file. The issue arises when reading getSn_SR(sn); if a TCP connection is already established, it leads to a socket closure state. Upon testing, under normal circumstances, this issue does not manifest. However, introducing .. 2023. 11. 21.
Git command Git활용 Help: git help config git 설정하기 사용자설정 : git config —global user.name “babo” 메일설정 : git config —global user.mail “babo@babo.com” config확인 git config —list git config user.name 최초 설정 확인 : git config —show-origin user.name End of Line 시스템설정대로 : git config —global core.eof native 시스템설정대로 : git config —global core.autcrlf false Diff 결과 Highlighting 하기 : git config -global pager.diff ‘diff-highli.. 2022. 9. 26.
[Zephyr] 제퍼? 제피르? 뭘까? 설명과 개발환경구축 ephyr는 2016년 2월 Linux Foundation 에서 소개 되었어요. 리소스 제한적인 장치 및 IoT를 target으로 하고 있으며, Linux Foundation과 Intel/NXP/Linaro/synopsys/Nordic 등이 주도하는 Linux에 매우 가까운 OS로 볼수 있어요. ​ 실제사용되는 Kernel은 Linux하고는 전혀무관한 Intel WindRiver(VxWorks -> Viper -> Zephyr)를 채용하고 있어 안정성은 확보되었다고 보면 될것 같아요. 또한 현재 350여개 이상의 board를 지원하면서 다양한 SoC및 board관련 코드가 추가 되었어요. ​ ​ release 후 6년이 지난 현시점(2022.08.10)에서는 v3.1.0까지 release가 되어있어요, .. 2022. 9. 5.