Cross-Build for RasberryPi
Cross-Build for RasberryPi The following steps are exactly the same for every CodeTyphon host-OS (Windows, Linux, FreeBSD, etc) Download arm-linux--RapberryPi Toolchains Download arm-linux-Raspbian OS libraries you can…
Cross-Build for RasberryPi The following steps are exactly the same for every CodeTyphon host-OS (Windows, Linux, FreeBSD, etc) Download arm-linux--RapberryPi Toolchains Download arm-linux-Raspbian OS libraries you can…
출처: https://medium.com/@vbob/cross-compile-opencv-3-4-0-to-raspberry-pi-3-1f62a455989b Title says pretty much the objective of this tutorial, so let’s go! a) Prerequisites A Raspberry Pi 3 (ARMv7) with Raspbian Stretch (let’s call it RPi3) A x86_64 computer with…
출처: http://gampol.tistory.com/entry/%EC%9A%B0%EB%B6%84%ED%88%AC-opencvopenalpr-closs-compile Ubuntu-12.04.4-desktop-amd64로 작업함 ** 관련 패키지 설치 $ sudo apt-get install build-essential $ sudo apt-get install cmake $ sudo apt-get install git $ sudo apt-get install g++-arm-linux-gnueabi $ sudo apt-get install gcc-arm-linux-gnueabi $ sudo apt-get…
출처: http://deepbugging.tistory.com/entry/우분투ARM-크로스컴파일 [딥버깅 - Deepbugging] 1. OPENCV를 다운받고 압축을 푼다. - 다른 블로그나 사이트에 많이 있음. 2. gcc 버전에 맞게 수정 "set(GCC_COMPILER_VERSION "4.8" CACHE STRING "GCC Compiler version")" ( 컴파일러…
출처: http://rkfka4370.tistory.com/8?category=609124 본 포스트에서는 지난번 포스트에서 구축한 크로스컴파일 환경을 우분투에서 구축하는 방법에 대해 포스팅합니다. 1. 우분투 14.04 설치 멀티부팅을 하지 않고 VMware를 통해서 우분투 크로스컴파일 환경을 구축하고 크로스컴파일 된 파일을…
출처: http://fishpoint.tistory.com/1653 이글은 라즈베리 파이에 입문하여 처음 사용하려는 사용자를 위해 작성하였다. 보통 개발을 하든, 무엇인가 하려고 할때 환경을 구축하는것은 까다롭고 힘든 일이다. 그 과정이 단순하고, 쉬울 경우 작업 속도와 성과는…
출처: http://ssamlaeng.blogspot.com/2017/11/gui-os-kivypie.html 리눅스 기반 임베디드 OS에서 유려한 GUI 개발 하기 위한 진입 장벽이 제법 있는편인다. X Window server 기반의 윈도우 메니저 까지 모두 올리다보면 시스템이 너무 무거워지고 부팅시간이 길게 되며…
출처: http://alnova2.tistory.com/1188 Raspberry Pi 자체에서 빌드 툴을 설치해서 소스를 빌드할 수 있으나, 많은 시간이(사실 어마어마한) 소요된다. 라즈베리파이에서 DB등, 자신이 원하는 프로그램을 빌드해서 설치하려면 크로스 컴파일 환경에서 컴파일하고 라즈베리파이로 전송해서 사용하는게 정신…
In this video I show you how to: Enable SSH on the Raspberry Pi Change your password on the Raspberry Pi Connect via SSH on Windows using PuTTY & PowerShell…
Intro to Node-RED: Part 1 Fundamentals Intro to Node-RED: Part 2 Best Practices Intro to Node-RED: Part 3 Advanced Nodes Node-RED Tutorial: Email Alerts & Notifications …