Chromebook의 Crostini에 KiCAD 설치
개시하다
나는 크롬북도 PCB를 설계할 수 있다고 생각해서 기판 설계 CAD 도구를 설치했다.
크롬 OS를 쓸 수 있다는 선언이 없어 리눅스에서 쓸 만한 것을 찾았다.
EAGLE인지 KiCAD인지 모르겠지만 KiCAD가 CERN에 의해 지원되고 있다는 것을 알고 KiCAD를 선택했습니다.물리를 좋아하니까.
몇 가지를 정리했기 때문에 시간 순서대로 기재합니다.
컨디션
Chrome OS
Version 79.0.3943.1 (Official Build) dev (64-bit)
설치 단계
먼저 Ubuntu 설치 방법을 시험적으로 사용하기로 결정했습니다.
Ubuntu | KiCad EDA $ sudo add-apt-repository --yes ppa:js-reynaud/kicad-5.1
sudo: add-apt-repository: command not found
너무 짜서 안 돼요.
조사해 봤는데 software-properties-common
넣었으면 좋겠어요.
Can I add repositories /ppas? : Crostini
넣어봐.$ sudo apt update
$ sudo apt install software-properties-common
통과한 것 같습니다.
계속해.$ sudo add-apt-repository --yes ppa:js-reynaud/kicad-5.1
$ sudo apt update
(省略)
Err:12 http://ppa.launchpad.net/js-reynaud/kicad-5.1/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80]
Hit:13 https://cdn-aws.deb.debian.org/debian stretch-backports InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/js-reynaud/kicad-5.1/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details
수상한 착오가 나타났다.
어쨌든 먼저 시험해 보자.$ sudo apt install kicad
들어간 것 같다.
그나저나 다 넣고 싶으면 아래 지령으로 입력해도 돼요.
처음에는 이쪽에서 시도했는데 시간이 많이 걸려서 중간에 포기했어요.$ sudo apt install --install-suggests kicad
동작 확인
응용 프로그램 일람표에서 이런 느낌입니다.
시동 화면은 이런 느낌이야.
회로도는 이런 느낌의 인터페이스다.
뭐랄까, 커서 뒤에 점선이 남아 있다.규격
기능키의 단축키F1
라면 Search + 1
또는 Search + ←
로 대체할 수 있다.
끝말
설치가 순조롭다.
사용법을 잘 모르기 때문에 일을 제대로 하지 않으면 더욱 모른다.
크롬북이 할 수 있는 일이 아주 많아요. 아주 좋아요.
Reference
이 문제에 관하여(Chromebook의 Crostini에 KiCAD 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/optimisuke/items/e7939f8213da1333882d
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Chrome OS
Version 79.0.3943.1 (Official Build) dev (64-bit)
설치 단계
먼저 Ubuntu 설치 방법을 시험적으로 사용하기로 결정했습니다.
Ubuntu | KiCad EDA $ sudo add-apt-repository --yes ppa:js-reynaud/kicad-5.1
sudo: add-apt-repository: command not found
너무 짜서 안 돼요.
조사해 봤는데 software-properties-common
넣었으면 좋겠어요.
Can I add repositories /ppas? : Crostini
넣어봐.$ sudo apt update
$ sudo apt install software-properties-common
통과한 것 같습니다.
계속해.$ sudo add-apt-repository --yes ppa:js-reynaud/kicad-5.1
$ sudo apt update
(省略)
Err:12 http://ppa.launchpad.net/js-reynaud/kicad-5.1/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80]
Hit:13 https://cdn-aws.deb.debian.org/debian stretch-backports InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/js-reynaud/kicad-5.1/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details
수상한 착오가 나타났다.
어쨌든 먼저 시험해 보자.$ sudo apt install kicad
들어간 것 같다.
그나저나 다 넣고 싶으면 아래 지령으로 입력해도 돼요.
처음에는 이쪽에서 시도했는데 시간이 많이 걸려서 중간에 포기했어요.$ sudo apt install --install-suggests kicad
동작 확인
응용 프로그램 일람표에서 이런 느낌입니다.
시동 화면은 이런 느낌이야.
회로도는 이런 느낌의 인터페이스다.
뭐랄까, 커서 뒤에 점선이 남아 있다.규격
기능키의 단축키F1
라면 Search + 1
또는 Search + ←
로 대체할 수 있다.
끝말
설치가 순조롭다.
사용법을 잘 모르기 때문에 일을 제대로 하지 않으면 더욱 모른다.
크롬북이 할 수 있는 일이 아주 많아요. 아주 좋아요.
Reference
이 문제에 관하여(Chromebook의 Crostini에 KiCAD 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/optimisuke/items/e7939f8213da1333882d
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
$ sudo add-apt-repository --yes ppa:js-reynaud/kicad-5.1
sudo: add-apt-repository: command not found
$ sudo apt update
$ sudo apt install software-properties-common
$ sudo add-apt-repository --yes ppa:js-reynaud/kicad-5.1
$ sudo apt update
(省略)
Err:12 http://ppa.launchpad.net/js-reynaud/kicad-5.1/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80]
Hit:13 https://cdn-aws.deb.debian.org/debian stretch-backports InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/js-reynaud/kicad-5.1/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details
$ sudo apt install kicad
$ sudo apt install --install-suggests kicad
응용 프로그램 일람표에서 이런 느낌입니다.
시동 화면은 이런 느낌이야.
회로도는 이런 느낌의 인터페이스다.
뭐랄까, 커서 뒤에 점선이 남아 있다.규격
기능키의 단축키
F1
라면 Search + 1
또는 Search + ←
로 대체할 수 있다.끝말
설치가 순조롭다.
사용법을 잘 모르기 때문에 일을 제대로 하지 않으면 더욱 모른다.
크롬북이 할 수 있는 일이 아주 많아요. 아주 좋아요.
Reference
이 문제에 관하여(Chromebook의 Crostini에 KiCAD 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/optimisuke/items/e7939f8213da1333882d
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(Chromebook의 Crostini에 KiCAD 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/optimisuke/items/e7939f8213da1333882d텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)