
PowHuang
PowHuang
About
- Username
- PowHuang
- Joined
- Visits
- 417
- Last Active
- Roles
- Member
Comments
-
You can edit the example code "\host_lib-master\python\examples_kl720\cam_isi_post_host_yolov3_ssd_fd.py" Line 138: ret = user_test_single_yolo(device_index, 100) 100 is the loop run frames ,you can change to 1000 for longer
-
What is your OS? If you build host_lib with WIndows MSYS, follow document step install mingw-w64-x86_64-opencv-3.4.1-1-any.pkg.tar.xz.zip and setup Environment Variables. use command "cmake -G"MSYS Makefiles" -DBUILD_OPENCV_EX=on ..&…
-
Update ... 11: USB boot : use kl720_usb_dfw.exe to update fw_scpu.bin and fw_ncpu.bin more info KL720_SDK_v1.3.0\beethoven_sw\firmware\utils\usb_minion\app\readme.txt.txt
-
Hi William Output is correct. KL720 running in companion mode now. And could control by PC Host with USB. You can follow the document ch4 to try the host_lib example.
-
Hi William 00: for uart flash_programmer purpose 01: SPI NOR boot, this EVB don't have NOR flash. 10: SPI_NAND boot. After program, switch to 10 for normal boot. 11: USB boot , Currently unavailable https://www.kneron.com/forum/uploads/347/14MG93V2A…
-
Hi Willian Please check the bin file you flash_programmer to SPI_NAND. You can try flash-programmer attach bin file. Unzip and >python flash_programmer.py -a flash_image_solution_companion.bin https://www.kneron.com/forum/uploads/852/YF0LD334FU…
-
Hi William Connect KL720 uart0 , ubuntu command "lsusb" will show "ID 0403:6010 Future Technology Devices International, Ltd FT2232C/D/H Dual UART/FIFO IC" The com port name in ubuntu should be "ttyUSB0" d$ dmesg | grep…
-
Hi Willian Same step as document getting_start_720 ch3. Connect UART0, you cam see two com port, Open teraterm and connect the first one com port with speed 115200. Setup terminal New-line: Receive: "LF". Press Reset BTN, You should see t…
-
Hi William When execute flash_programmer.py . You need set KL720 boot mode to "00 : UART". https://www.kneron.com/forum/uploads/638/IG2YZ48I5M8W.jpg BR Pow