본문 바로가기

라즈베리파이

Cross compiling on Lazarus IDE 출처: Cross compiling on Lazarus IDE (toradex.com) Cross compiling on Lazarus IDE Cross compiling on Lazarus IDE Article updated at 22 Oct 2019 Subscribe for this article updates Lazarus is a free cross-platform visual integrated development environment (IDE) for rapid application development using the Free Pascal compiler. The purpose developer.toradex.com Introduction Lazarus is a free cross-pla.. 더보기
RealVNC Server on UBUNTU 20.10 (ARM64) on Raspberry Pi 4 (8GB) by jorgemtds 출처:RealVNC Server on UBUNTU 20.10 (ARM64) on Raspberry Pi 4 (8GB) by jorgemtds - Raspberry Pi Forums the way i solve this, is to download the the REALVNC debs from the raspberry Debian pool check the apt source files make sure you download the arm64 debs then install via dpkg -i, do NOT do the systemctl enable and start vnc server bit yet because - you are going to get 3 errors regarding libvcos.. 더보기
라즈베리파이4 B+에 Ubuntu 20.04 설치하기 [USB] 출처: 라즈베리파이4 B+에 Ubuntu 20.04 설치하기(USB) (tistory.com) 라즈베리파이4 B+에 Ubuntu 20.04 설치하기(USB) Raspberry Pi OS는 한계가 명확합니다. 이전 글에서 설명했듯, Raspberry Pi OS는 깔끔하고 최적화가 잘 되어 있는 OS입니다. 그러나 그 장점은 어디까지나 라즈베리파이를 교육용으로 사용했을 때 유효 whiteknight3672.tistory.com Raspberry Pi OS는 한계가 명확합니다. 이전 글에서 설명했듯, Raspberry Pi OS는 깔끔하고 최적화가 잘 되어 있는 OS입니다. 그러나 그 장점은 어디까지나 라즈베리파이를 교육용으로 사용했을 때 유효합니다. 저는 ROS를 사용하기 위해 라즈베리파이를 구입했습니다. .. 더보기
Cross-Compile QT 5.12.5 / Raspberry Pi 4 출처: http://wapel.de/?p=641 Cross-Compile QT 5.12.5 / Raspberry Pi 4 – 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 Buster on Raspberry Pi 4: [on.. 더보기
라즈비안 버스터 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.. 더보기
라즈베리 파이 GPIO를 고속으로 제어하기 출처: https://arsviator.blogspot.kr/2015/09/gpio.html 라즈베리 파이에서 GPIO 핀을 제어하는 가장 쉬운 방법은 sysfs를 사용하는 것이다. 쉘에서라면 다음과 같은 식으로 GPIO 핀을 제어할 수 있다. $ echo "4" > /sys/class/gpio/export $ echo "out" > /sys/class/gpio/gpio4/direction # Set up GPIO 7 and set to input $ echo "7" > /sys/class/gpio/export $ echo "in" > /sys/class/gpio/gpio7/direction # Write output $ echo "1" > /sys/class/gpio/gpio4/value # Read .. 더보기