2019년 9월 22일 일요일

PI 스럽게

그 대답하는 태도는 뭐야.

1. balenaEtcher로 pi linux iso를 16GB microSD에 깐다

2. WIFI가 되는 pi로 진입하여

3. locale 을 kr로 한다. 언어는 나중에 설치한다.

4. 이때 wifi지역은 us가 되어야  wifi가 잡히는 것 같다.

5.  sudo apt-get update   # 이거 먼저해줘야 ...
    sudo apt-get upgarde

    sudo apt-get install xrdp   # 이후 최신 pi linux iso는 바로 원격 연결이 가능하다.

6.  sudo apt-get install ibus  ibus-hangul fonts-unfonts-core    #한글

7.  python 과 python3는 설치되어 있더라.

8. sudo apt-get install simba-common-bin #윈도와 공유
   $ sudo smbpasswd -a pi # 공유용 비번
   $ sudo nano /etc/samba/smb.conf
[pi]
comment = rpi samba
path = /home/pi/Public
valid user = pi
writable = yes
read only = no
browseable = yes
뒤에 코멘트 붙이지 말것.    valid users도 이상하고
   이거 에러나면   restart 안됨.
   $ sudo /etc/init.d/smbd restart 

9.  Building seabreeze manually
$sudo apt-get install git-all build-essential libusb-dev
$sudo python -m pip install --upgrade pip
$sudo git clone https://github.com/ap--/python-seabreeze.git python-seabreeze
$cd python-seabreeze
$sudo python -m pip install .   


10. scipy 설치   $ sudo apt-get install python3-scipy
$ sudo apt-get install python-scipy

댓글 없음: