-
Hello,
Currently I'm working on porting Yolov4-tiny to run on the K210. I've got a kmodel built which successfully runs on the K210 simulator of nncase, however it is exactly 6MB so it is too large…
-
你好,使用openocd和gdb问题:
1、./bin/openocd -f ./tcl/kendryte.cfg -m 0 开启调试模拟器;
2、开启gdb,(gdb) target remote localhost:3333,启动gdb连接调试;
3、在gdb,执行load时,load后面要加执行文件吗,比如load hello_world?
4、执行load hello_world
…
-
### Feature description
通过
`from machine import ADC
adc = ADC(0,enable=True) #构造adc对象,通道0默认开启
value = adc.value() `
其中
`value = adc.value() `
测时为1ms,询问技术人员应该是增加了1ms的延时…
-
There is no detailed register description of WDT in the manual. Only addresses are provided.
Need to check if it is the same as k210
REF: [k210-pac](https://github.com/riscv-rust/k210-pac)
-
BUILD.sh fails when compiling kendrite SDK:
===[ 'mklfs' created ]===
===[ BUILDING MicroPython FIRMWARE ]===
.
.
-----[ source k210_env ... ]-----
-----[ k210_env export LD_LIBRARY_PATH=$LD_LIB…
-
When i want to try yolov3, I don't think it is too hard to modify reigon layers. However, I find i can't even load my kmodel with two output layers.
kmodel from [nncase v0.1.0-rc5](https://github.c…
-
I can connect to my MaixPy via serial cable and I get the MaixPy welcome screen, but it doesn't respond at all to my keystrokes. I'm running minicom on Linux Mint connected to /dev/ttyACM0 at 115200 w…
-
### Other
我尝试烧录了开发者社区内的debian镜像 [canmv_debian_sdcard_sdk_1.3.img.gz](https://kendryte-download.canaan-creative.com/developer/k230/canmv_debian_sdcard_sdk_1.3.img.gz),但是我进入系统查看 ssh 命令都没有,而且接hdmi根本无法显示…
-
### Help
https://kendryte-download.canaan-creative.com/developer/k230/CanMV-K230_debian_sdcard_sdk_1.3.img.gz
https://kendryte-download.canaan-creative.com/developer/k230/CanMV-K230_ubuntu_sdcard_…
-
Hello,
I am tying to run the hello_world.py scripts but it crashes after a few seconds of running.
```python
# Hello World Example
#
# Welcome to the CanMV IDE! Click on the green run arrow b…