일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- bash
- nvidia
- gstsample
- linux
- 봉화 숲속캠핑장
- nvarguscamerasrc
- udpsink
- RDEPENDS
- lineedit
- yocto
- cpu frequency
- ssd 포맷
- mkfs.ext4
- gcc7
- orin nx
- l4t
- 오블완
- vpiimage
- libargus
- 티스토리챌린지
- libargus api
- /dev/kmsg
- bitbake
- vpi
- meta-tegra
- server error
- camera
- Jetson
- boot process
- LAYERS
- Today
- Total
목록전체 글 (105)
DREAMER
busybox를 버전에 따라 비교하기 위해 3개의 버전을 빌드하는 작업 중 발생한 warning 해결 법이다. 다음 3개 중 1.27.2 버전에서만 warning이 발생하였다. 1.27.2 (warning 발생) 1.31.1 (빌드 성공) 1.36.0 (빌드 성공) 다음 명령어 실행 시 warning 발생, 무시하였으나 해당 경고의 영향으로 compile 에러가 나는 건가 싶어서 warning을 해결 후 compile 하였으나 같은 에러로 실패하였다. 그러므로 compile 실패를 해결하는 것이 아닌, 단순히 warning 해결용으로 작성 중이다. $ bitbake busybox -c fetch $ bitbake busybox -c configure 실행 시 다음의 warning 발생 WARNING: p..
A walk through the poky directory tree ====================================== Poky consists of several components and understanding what these are and where they each live is one of the keys to using it. Top level core components ========================= bitbake/ A copy of bitbake is included within poky for ease of use and resides here. This should usually be the same as a standard bitbake rel..
wget -r --no-parent https://git.yoctoproject.org/poky/plain/meta/recipes-core/busybox/files
yocto 프로젝트의 initialization manager는 SysVinit, systemd가 있으며, SysVinit을 기본으로 사용한다. systemd는 많은 배포판에서 init을 완전히 대체하여 사용되는데, services의 병렬 시작, shell 오버헤드 감소등의 기능이 있다. [SysVinit] System 내에서, SysVinit은 컴포넌트들을 service로 처리한다. 이러한 services는 /etc/init.d/ 디렉터리에 위치한 shell scripts에 의해 유지된다. Services는 각각 다른 run levels로 구성된다. 이러한 구성은 /etc/rcN.d/ 디렉터리에 해당 services의 링크파일을 위치함으로써 유지된다. (N은 "S", "0", "1", "2", "3",..
3G Third generation mobile phone standard/technology, based on standards defined by the International Telecommunication Union (ITU). 3G2 A standard for 3GP format for CDMA-based phones (3GPP2) and container format with filename extension (.3gp). 3GP Simplified version of MPEG-4 Part 14 (.mp4) container format. 3GPP 3rd Generation Partnership Project. A collaboration among telecommunications asso..