@fawen pegasus import onnx --model yolov5s-sim.onnx --output-data yolov5s-sim.data --output-model yolov5s-sim.json
F
Latest posts made by fawen
-
Reply: 【Genin】大家碰到过这个问题嘛 pegasus的
-
Reply: YuzuKi X 100ask V851s 上手体验, 编译和烧录系统!
我也在这里发一下我的编译出错问题。
AS arch/arm/boot/compressed/hyp-stub.o
AS arch/arm/boot/compressed/lib1funcs.o
AS arch/arm/boot/compressed/ashldi3.o
AS arch/arm/boot/compressed/bswapsdi2.o
AS arch/arm/boot/compressed/piggy.o
LD arch/arm/boot/compressed/vmlinux
OBJCOPY arch/arm/boot/zImage
Kernel: arch/arm/boot/zImage is ready
UIMAGE arch/arm/boot/uImage
"mkimage" command not found - U-Boot images will not be built
make[1]: *** [arch/arm/boot/Makefile:93:arch/arm/boot/uImage] 错误 1
make: *** [arch/arm/Makefile:331: uImage] Error 2
ERROR: build Failed
INFO: build kernel failed
解决办法:sudo apt-get install uboot-mkimage
如果uboot-mkimage安装不了说明已弃用
安装:sudo apt-get install u-boot-tools