반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- l4t
- RDEPENDS
- libargus api
- nvarguscamerasrc
- mkfs.ext4
- libargus
- cpu frequency
- meta-tegra
- lineedit
- orin nx
- server error
- LAYERS
- bash
- gstsample
- 봉화 숲속캠핑장
- ssd 포맷
- Jetson
- nvidia
- camera
- udpsink
- gcc7
- vpiimage
- /dev/kmsg
- 티스토리챌린지
- linux
- boot process
- yocto
- 오블완
- bitbake
- vpi
Archives
- Today
- Total
목록systemd (1)
DREAMER
[systemd] 레시피 파일에서 systemd enable/disable 설정
systemd의 init 시스템에서 빌드된 욕토 이미지를 사용중이다. sysvinit에서 systemd로 변경하면서 부팅시에 연결된 모니터로 kernel log가 출력된다. 게다가, systemd-networkd-wait-online.service가 네트워크가 연결될 때까지 대기하기 때문에, 바탕화면이 나오기까지 많은 시간이 소요되며 해당 내용이 화면에 출력된다. 2가지 모두를 disable 하기 위해, 부팅 후에 다음과 같이 disable을 하여 현재 모드에서는 두 서비스를 실행하지 않게 한다. $ systemctl disable systemd-networkd.service $ systemctl disable getty@.service 설정 후에 콘솔 로그화면이 나오지 않고, systemd-networ..
프로그래밍/YOCTO
2023. 8. 23. 16:24