우주중년단
[© 최광민] Raspberry Pi 4B + 천문 소프트웨어 + 설치
草人!
2021. 12. 26. 15:30
작성
© 草人 최광민 2021-12-25
저작권(© 최광민)이 명시된 글들에 대해 저자의 동의없는 전문복제/배포 - 임의수정 및 자의적 발췌를 금하며, 인용 시 글의 URL 링크 만을 사용할 수 있습니다.
제목
[© 최광민] Raspberry Pi 4B + 천문 소프트웨어 + 설치
© 草人 최광민 2021-12-25
저작권(© 최광민)이 명시된 글들에 대해 저자의 동의없는 전문복제/배포 - 임의수정 및 자의적 발췌를 금하며, 인용 시 글의 URL 링크 만을 사용할 수 있습니다.
제목
[© 최광민] Raspberry Pi 4B + 천문 소프트웨어 + 설치
RBPi4B에 설치해 봤다.
Ubunto on RPi4B ?
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install mate-desktop-environment
- sudo apt-get install ubuntu-mate-desktop
- sudo apt-get install ntp
- sudo apt-get install openssh-server
- sudo apt-get install tightvncserver
INDI:Website | Installation
KStars: Website | Installation
Astrometry.net: Website | Installation
CCDciel: Website | Installation
- sudo apt-add-repository ppa:mutlaqja/ppa
- sudo apt-get update
- sudo apt-get install indi-full gsc
KStars: Website | Installation
- sudo apt-add-repository ppa:mutlaqja/ppa
- sudo apt-get update
- sudo apt-get install kstars-bleeding
Astrometry.net: Website | Installation
- sudo apt-get install astrometry.net
CCDciel: Website | Installation
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8B8B57C1AA716FC2
- sudo sh -c "echo deb http://www.ap-i.net/apt unstable main > /etc/apt/sources.list.d/skychart.list"
- sudo add-apt-repository ppa:pch/ppa-skychart
- sudo apt-get update
- sudo apt-get install ccdciel
SkyChart: Website | Installation
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8B8B57C1AA716FC2
- sudo sh -c "echo deb http://www.ap-i.net/apt stable main > /etc/apt/sources.list.d/skychart.list"
- sudo apt-get update
- sudo apt-get install skychart-data-stars skychart-data-dso skychart-data-pictures
Stellarium: Website | Installation
- sudo apt-get install stellarium
Siril: Website | Installation
- sudo add-apt-repository ppa:lock042/siril
- sudo apt-get update
- sudo apt-get install siril
INDI Starter: Website
- sudo dpkg -i indistarter_2.1.0-151_armhf.deb
INDI Web Manager: Website
- sudo pip install indiweb
- run indi-web -v
- go to http://localhost:8624
OpenPHD: Website | Installation
INDIGO: Website | Installation
- sudo add-apt-repository ppa:pch/phd2
- sudo apt-get update
- sudo apt-get install phd2 phdlogview
INDIGO: Website | Installation
- sudo vi /etc/apt/sources.list.d/indigo.list
- deb [trusted=yes] https://indigo-astronomy.github.io/indigo_ppa/ppa indigo main
- sudo apt-get update
- sudo apt-get install indigo
- sudo apt-get install indigo-control-panel
- run indigo_server
- go to http://localhost:7624
ASTAP: Website | Installation
Polemaster: Website | Installation
oaCapture: Website
草人 최광민
- sudo dpkg -i astap_armhf.deb
- sudo dpkg -i g17_star_database_mag17.deb
Polemaster: Website | Installation
- get https://www.qhyccd.com/uploadfile/2018/1222/20181222054316365.zip,
- cd installer_sdk
- sudo ./installer.sh //Installed successfully without prompting an error
- get https://www.qhyccd.com/uploadfile/2018/1222/20181222054634222.zip
- sudo dpkg -i PoleMaster_Qt-for-RPI-Ubuntu-1.3.5.0.deb
oaCapture: Website
- sudo dpkg -i libuvc_0.0.6-2openastro3_arm64.deb
- sudo dpkg -i libasicamera_1.14.0227-0_arm64.deb
- sudp dpkg -i libefwfilter_0.3.1205-3_arm64.deb
- sudo dpkg -i oacapture_1.6.0-1_arm64.deb
草人 최광민
반응형