2022-09-04

[개발노트] ttyUSB 권한

stm32cubeprogrammer를 실행할때 ttyUSB 포트를 사용못해서 관리자로 실행한적이 있는가??

sudo usermod -a -G dialout $USER

댓글 1개:

  1. 리눅스 초보자들 시리얼 연결할 때 한번씩은 하는 삽질.....좋은 정보 감사합니다

    답글삭제

gitea 설치

깃 서버 wget -O gitea https://dl.gitea.com/gitea/1.22.0/gitea-1.22.0-linux-amd64 chmod a+x gitea ./gitea web github 에서 미러링시에, access token을 넣어야...