반응형
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
- bash
- LAYERS
- nvarguscamerasrc
- cpu frequency
- orin nx
- bitbake
- ssd 포맷
- RDEPENDS
- yocto
- /dev/kmsg
- 티스토리챌린지
- lineedit
- l4t
- server error
- linux
- mkfs.ext4
- udpsink
- meta-tegra
- boot process
- Jetson
- vpi
- libargus
- vpiimage
- libargus api
- gcc7
- gstsample
- 봉화 숲속캠핑장
- nvidia
- camera
- 오블완
Archives
- Today
- Total
DREAMER
[bitbake error] server connection error (solved) 본문
728x90
반응형
bitbake 이미지 실행 시, server connection error가 발생하였다.
bitbake 실행 시 Ctrl + c 등으로 강제종료시에 발생할 수 있다고 한다.
에러 메시지는 다음과 같다.
$ bitbake core-image-weston
NOTE: Retrying server connection (#1)... (Traceback (most recent call last):
File "/home/user/yocto-tegra/poky/bitbake/lib/bb/main.py", line 427, in setup_bitbake
topdir, lock = lockBitbake()
File "/home/user/yocto-tegra/poky/bitbake/lib/bb/main.py", line 492, in lockBitbake
topdir = bb.cookerdata.findTopdir()
File "/home/user/yocto-tegra/poky/bitbake/lib/bb/cookerdata.py", line 234, in findTopdir
layerconf = findConfigFile("bblayers.conf", d)
File "/home/user/yocto-tegra/poky/bitbake/lib/bb/cookerdata.py", line 211, in findConfigFile
path = os.getcwd()
FileNotFoundError: [Errno 2] No such file or directory
)
NOTE: Retrying server connection (#2)... (Traceback (most recent call last):
File "/home/user/yocto-tegra/poky/bitbake/lib/bb/main.py", line 427, in setup_bitbake
topdir, lock = lockBitbake()
File "/home/user/yocto-tegra/poky/bitbake/lib/bb/main.py", line 492, in lockBitbake
topdir = bb.cookerdata.findTopdir()
File "/home/user/yocto-tegra/poky/bitbake/lib/bb/cookerdata.py", line 234, in findTopdir
layerconf = findConfigFile("bblayers.conf", d)
File "/home/user/yocto-tegra/poky/bitbake/lib/bb/cookerdata.py", line 211, in findConfigFile
path = os.getcwd()
FileNotFoundError: [Errno 2] No such file or directory
)
/***/
해결방법으로는 두가지가 있다.
1. lock파일을 삭제한다.
2. 조금 있다가 다시한다.
첫번째 방법은 아래 파일들을 삭제한다. 빌드 디렉터리 밑에 있다.
bitbake.lock
bitbake.sock
hashserve.sock
해당 파일이 모두 존재하지 않는다면, 두번째 방법으로 해결할 수 있다.
조금 있다가 다시한다. (ㅋㅋㅋㅎ)
끝!
728x90
반응형
'프로그래밍 > YOCTO' 카테고리의 다른 글
[Orin NX] yocto build (1) | 2024.02.06 |
---|---|
[GCC7] Nvidia Jetson failes with gcc 7 (solved) (0) | 2023.09.12 |
[systemd] 레시피 파일에서 systemd enable/disable 설정 (0) | 2023.08.23 |
[error] the basehash value changed from xxx to zzz. (solved) (0) | 2023.08.18 |
[yocto] kernel configuration (0) | 2023.08.18 |
Comments