| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- /dev/kmsg
- 봉화 숲속캠핑장
- l4t
- meta-tegra
- linux
- libargus
- RDEPENDS
- hailo8
- mkfs.ext4
- Lebero
- Jetson
- nvidia
- 티스토리챌린지
- LAYERS
- udpsink
- yocto
- ssd 포맷
- vpi
- gstsample
- orin nx
- libargus api
- server error
- boot process
- camera
- lineedit
- bitbake
- gcc7
- 오블완
- vpiimage
- bash
- Today
- Total
목록전체 글 (113)
DREAMER
github에 push/pull 시마다 token을 입력해야 했었는데 다음 방식을 통해 자동화 할 수 있다.sudo apt-get install libsecret-1-0 libsecret-1-devcd /usr/share/doc/git/contrib/credential/libsecretsudo makegit config --global credential.helper /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret
HEF(Hailo Executable Format) 파일이란 Hailo NPU에서 실행 가능한 컴파일된 신경망 바이너리 파일이다. Hailo에서 동작 가능한 hef 파일을 생성하기 위해 pytorch/tensorflow 파일 -> .onnx 파일 -> .har 파일 -> .hef 파일 까지 변환 및 컴파일을 거치게 된다. 대략적인 순서1. pytorch로 모델 수정 및 onnx 파일 생성2. har파일 생성3. hef파일 생성 pytorch나 tensorflow로 onnx파일로 변환한 뒤 Hailo Docker에서 hef파일로 컴파일 할 수 있다. Hailo Docker 설치는 이전 게시물을 참고한다. Hailo 예제를 돌려보거나, HEF파일을 그대로 사용할 경우에 직접 컴파일할 필요는 없다.현재 진행중..
https://hailo.ai/developer-zone/software-downloads/?product=ai_accelerators&device=hailo_8_8l Hailo AI Software Suite - Docker 파일 다운로드약 10GB $ unzip hailo8_ai_sw_suite_2025-10_docker.zip Archive: hailo8_ai_sw_suite_2025-10_docker.zip inflating: hailo8_ai_sw_suite_2025-10.tar.gz inflating: hailo_ai_sw_suite_docker_run.sh $ ./hailo_ai_sw_suite_docker_run.sh Loading Docker image: /home/user/ha..
$ git clone https://github.com/hailo-ai/meta-hailo.git -b hailo8-scarthgap$ rm -rf meta-heilo/.git POKY_BBLAYERS_CONF_VERSION = "2"BBPATH = "${TOPDIR}"#BBFILES ?= ""BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"BBLAYERS ?= " \ ${BSPDIR}/meta-rockchip \ ${BSPDIR}/poky/meta \ ${BSPDIR}/poky/meta-poky \ ${BSPDIR}/poky/meta-yocto-bsp \ ${BSPDIR}/meta-openemb..