- 전체
- 안드로이드 플랫폼
- 아두이노
- 라즈베리 파이
- 안드로이드 ADK
- Embedded HardWare
- Embedded FirmWare
- Embedded Platform
- Embedded SoftWare
- 임베디드 리눅스
- Hobby Electronics
- 임베디드기사 - 국가기술자격
- VHDL 디지털설계
- M2M_IoT_사물지능통신
- 아마추어 로봇
- EDA - Electronic CAD
- 로봇공학
- 국가기술자격 로봇 제작 개발 자격증
- IoT (임베디드 인터넷)
Yocto란?
- embedded를 위한 Distrubution build environment and tools
- Supports ARM, PPC, MIPS, x86 (32 & 64 bit)
- Open source project with a strong community
- Content
- Complete Linux OS with package metadata
- Releases every 6 months with latest (but stable) kernel, toolchain, and package versions
- Place for Industry to publish BSPs
- App Dev Tools which allow development against the stack, including Eclipse plug-ins and emulators
- Full documentation representative of a consistent system
왜 개발자가 Yocto를 Care해야하나?
- Build a complete Linux system in about an hour from sources (about 90 minutes)
- Start with a validated collection of packages (toolchain, kernel, user space)
- Access to a great collection of app 개발자 tools (performance, debug, analysis, Eclipse). app 개발자와 system 개발자를 구분하고, 둘다 지원한다.
- Manage patches with included kernel 개발 tools.
- Supports all major embedded architectures (x86, x86-64, ARM, PPC, MIPS), just change a line in a config file and build
- Easy path to a commercial embedded Linux (Mentor Graphics, Monavista, Timesys, Wind River).
Yocto는 어떻게 작동하나?
- Go to http://yoctoproject.org, click "documentation" and consult the Quick Start Guide
- Set up your Linux system with the right packages (and firewall access, if needed)
- Click "Download" and download the latest stable release (or check out "bernard" from the git repo)
- Edit conf/local.conf and set MACHINE, BB_NUMBER_THREADS and PARALLEL_MAKE
- Source oe-init-build-env script
- Run $ bitbake -k core-image-sato
- Run $ runqemu qemux86 (if MACHINE=qemux86)
본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
댓글 0
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
|---|---|---|---|---|
| 2 |
안드로이드 개발 환경 구축(odroid u3)
| 졸리운_곰 | 2016.09.17 | 2086 |
| 1 |
Android platform 개발 환경 구성
| 졸리운_곰 | 2016.09.17 | 570 |

