본문 바로가기

언어/라즈베리파이

라즈베리파이 고정 IP 할당하기 ansan-survivor.tistory.com/44?category=364960 [Raspberry Pi] 라즈베리파이 고정 IP 할당하기 $ ifconfig 더보기
SmartiPi Touch 2 setup 구매처: compuzone.co.kr/product/product_detail.htm?ProductNo=625580&go_target=product_list 라즈베리파이 터치스크린용 스탠드 SmartiPi Touch 2 [SM-STV2] [pimoroni] 라즈베리파이 터치스크린용 스탠드 SmartiPi Touch 2 [SM-STV2] compuzone.co.kr 구매처: www.devicemart.co.kr/goods/view?no=12342402 라즈베리파이 터치스크린용 스탠드 SmartiPi Touch 2 [SM-STV2] Raspberry Pi B +, 2B, 3B, 3A +, 3B + 및 4 호환 / 라즈베리 파이 디스플레이, 카메라 V1 및 V2 호환 / 카메라 마운트 , 3개의 교체 가능한 .. 더보기
SmartiPi Touch 2 blog.adafruit.com/2019/10/24/new-products-smartipi-touch-2-stand-for-raspberry-pi-7-touchscreen-display-compatible-with-pi-4-and-small-large-back-covers/ NEW PRODUCTS – SmartiPi Touch 2 – Stand for Raspberry Pi 7″ Touchscreen Display Compatible with Pi 4 and Small & Large Bac NEW PRODUCTS – SmartiPi Touch 2 – Stand for Raspberry Pi 7″ Touchscreen Display Compatible with Pi 4 and Small & Large Ba.. 더보기
Florence Virtual Keyboard 가상키보드 출처: raspberry-pi.kr/%EB%9D%BC%EC%A6%88%EB%B2%A0%EB%A6%AC-%ED%8C%8C%EC%9D%B4-%EA%B0%80%EC%83%81-%ED%82%A4%EB%B3%B4%EB%93%9C/ Raspberry Pi에 가상 터치 키보드를 설치합니다. Raspberry Pi와 함께 터치 스크린을 사용하는 경우 이미 가상 키보드 부족이라는 문제에 직면했을 것입니다! Raspberry Pi 재단 자체가 Raspberry Pi 용 터치 스크린을 제공하지만 Raspbian에는 터치 스크린 raspberry-pi.kr Raspberry Pi와 함께 터치 스크린을 사용하는 경우 이미 가상 키보드 부족이라는 문제에 직면했을 것입니다! Raspberry Pi 재단 자체가 Raspberry P.. 더보기
라즈베리파이 보드 버전과 라즈베리파이 OS버전 확인하기 출처: fishpoint.tistory.com/3468 라즈베리파이 보드 버전과 라즈베리파이 OS버전 확인하기 우선 라즈베리파이 씨리즈가 많은 어떤 버전의 라즈베리파이 보드인지 확인하는 방법은 아래와 같은 명령어로 간단히 확인이 가능하다. cat /proc/device-tree/model 명령을 실행하여 확인하면 결과는 fishpoint.tistory.com 우선 라즈베리파이 씨리즈가 많은 어떤 버전의 라즈베리파이 보드인지 확인하는 방법은 아래와 같은 명령어로 간단히 확인이 가능하다. cat /proc/device-tree/model 명령을 실행하여 확인하면 결과는 라즈베리파이 정확한 보드명과 버전을 알려준다. pi@raspberrypi:~ $ cat /proc/device-tree/model Raspb.. 더보기
설치된 패키지 확인 출처: itsfoss.com/list-installed-packages-ubuntu/ 모든 설치된 패키지 확인: apt list --installed To list all the installed packages using apt: apt list –installed Read the rest of the tutorial to know more about other ways and some more tips to fine tune your search for installed packages. 특정패키지 확인(firebird관련패키지확인): apt list --installed | grep firebird* If you use apt command extensively, you would probably .. 더보기
Cross-Compile QT 5.12.3 / Raspberry Pi 3 출처: http://wapel.de/?p=603 Cross-Compile QT 5.12.3 / Raspberry Pi 3 – Marc Wapelhorst [on RPi] Install a bunch of development files (for simplicity we use build-dep, not everything is really needed, but it is easier this way). [on host] Create a sysroot. Using rsync we can properly keep things synchronized in the future as well. [on host] A wapel.de Running Raspbian Stretch on Raspberry Pi 3A/B+.. 더보기
Upgrading Raspbian OS from Stretch to Buster 출처: https://www.unixtutorial.org/upgrading-raspbian-os-from-stretch-to-buster Upgrading Raspbian OS from Stretch to Buster Raspberry Pi 4 Debian 10 Buster got released a while back and this means it should be possible to upgrade Raspbian OS on Rasberry Pi devices to the Raspbian Buster as well. Raspbian OS is based on … www.unixtutorial.org Raspberry Pi 4 Debian 10 Buster got released a while ba.. 더보기
라즈비안 버스터 Faster_OpenCV_4_Raspberry_Pi 출처: https://github.com/dlime/Faster_OpenCV_4_Raspberry_Pi dlime/Faster_OpenCV_4_Raspberry_Pi A compiled version of OpenCV 4 for Raspberry Pi optimized for deep learning / computer vision.. - dlime/Faster_OpenCV_4_Raspberry_Pi github.com Faster OpenCV for Raspberry Pi Leverage all your CPUs power in OpenCV by using TBB, Neon and VFPV3 libraries. Since I've already compiled this on my own Raspberr.. 더보기
라즈베리파이 NodeJs 설치 출처: https://blog.xcoda.net/99 라즈베리파이에 NodeJs를 설치하는 방법을 설명합니다. 1. 자신이 사용하는 라즈베리파이 CPU 아키텍처 알아보기 nodejs.org에서 ARM용으로 빌드된 바이너리 파일을 다운로드 받으려면 라즈베리파이의 CPU 아키텍쳐를 알아야 합니다. 아래 명령어로 확인합니다. pi@raspberrypi:~ $ lscpu 제가 사용하는 라즈베리파이3B 에서 확인한결과 armv7입니다. 원래 라즈베리파이3 SoC인 BCM2837은 ARM Cortex A53(ARMv8)이지만 라즈비안 운영체제가 32비트이기 때문에 ARMv7l로 나타나니까 이에 맞게 설치해야 합니다. 2. nodejs.org 에서 알맞는 바이너리 다운로드 주소 얻기 http://nodejs.org .. 더보기