当前系统镜像版本:1.11.4
我自己训练的caffemodel模型,通过工具链转化为上板模型bin文件,但在开发板上运行时出现提示分段故障,不知道什么原因。
Detecting platform:
board : Hobot XJ3 SOC SDB
udc : b2000000.dwc3
show user config:
USB_VID: 0x1d6b
USB_PID: 0x0104
SERIAL: 0xfac1c224
MANUF: hobot
PRODUCT: xj3
USE_UVC: true
USE_HID: true
USE_UAC2: false
USE_ADB: false
USE_MSD: false
USE_ACM: false
USE_RNDIS: false
USE_ECM: false
Creating the USB gadget
Loading composite module
Creating gadget directory g_comp
OK
init configfs...
Setting Vendor and Product ID's
OK
Setting Multi-func Gadget for Windows
Setting English strings
OK
Creating Config
Init functions...
funciton_init, but do nothing, please init on demand
OK
Bind functions...
Bind functions according to .usb-config file
bind uvc...
Creating UVC gadget functionality : uvc.0
sh: 0: unknown operand
OK
bind hid...
Creating HID gadget functionality
OK
Pre run userspace daemons(eg. adb)...
0
0
waiting
.
OK
Binding USB Device Controller
OK
Run some userspace daemons(eg. usb_camera)...
usb-gadget start succeed.
vio_cfg_file: ./configs/x3_video_source.json.mipi_cam
(video_source.cc:286): log level has been set, log_level: 4
(vps_manager.cc:375): create vps manager fifo success, this is main process
(vps_manager.cc:436): write input group id to fifo success, write_bytes_num: 32 fifo_fd: 5
(video_source_produce.cc:99): log level has been set, log_level: 4
[BPU_PLAT]BPU Platform Version(1.3.1)!
[HBRT] set log level as 0. version = 3.13.27
[DNN] Runtime version = 1.8.1_(3.13.27 HBRT)
[HorizonRT] The model builder version = 1.5.5
(inference_engine_dnn.cc:200): found model: yolov3_416x416_nv12
[HorizonRT] The model builder version = 1.6.0
(inference_engine_dnn.cc:200): found model: mobilenetv2_224x224_nv12
(video_source.cc:379): =========================================================
(video_source.cc:380): VideoSource VERSION: 1.0.15 Mon Nov 15 19:47:50 2021
(video_source.cc:381): =========================================================
(vps_module_hapi.cc:937): ipu output disable, ipu_chn_num: 0 group_id: 0
start linear mode, sensor_name f37, setting_size = 3
(executor.cc:99): task_queue_ is empty
(video_source_produce.cc:534): Push Drop Image message, consumed_vio_buffer: 3 max_vio_buffer: 3 chn_id: 0 frame_id: 4
(video_source_produce.cc:534): Push Drop Image message, consumed_vio_buffer: 3 max_vio_buffer: 3 chn_id: 0 frame_id: 5
(video_source_produce.cc:534): Push Drop Image message, consumed_vio_buffer: 3 max_vio_buffer: 3 chn_id: 0 frame_id: 6
Segmentation fault (core dumped)
root@x3sdbx3-samsung2G-3200:/userdata/deploy#

