-
Hello,
Are there any plans to release the K210 source code as was done with the raspberrypi version?
Best regards
-
现有的Panic,我指的是xv6-k210 kernel中的`panic()`函数,严格来说只是使当前的核进入死循环。而我们希望能够能够在Panic的时候同时“*停止*”k210的两个核。
这可能会需要向`panic()`中引入适当的核间中断机制?
-
- IDE Version: SELF_VERSION=20190604.4
- Platform: Windows
### Steps to Reproduce:
open IDE when this error message pops up
HTTP 403: http://kendryte-ide.s3-website.cn-northwest-1.am…
-
之前基于教程第二版进行移植,截止到 lab1 可以在 K210 上运行。参考[这里](https://github.com/rcore-os/rCore_tutorial/issues/14)。
经过上周例会上的协商,应重点在第三版上进行移植工作。于是我将第三版 fork 了一份,在上面一边学习一边进行移植工作(我会将学习与移植的过程持续更新在[这里](https://github.com/wy…
-
你好,zhen!
训练自己数据集,模型:mobile_yolo_v1 (0.75),得到的h5模型测试效果良好,可是部署到k210上,屏幕识别画出一堆乱框。
同样的代码和流程,烧录官网给出的example,mobile_yolo的识别20类物体的kmodel,在k210上可以正常运行,屏幕显示也正常。
请教一下,产生这个乱框问题的可能原因是什么?
-
[ 98%] Building C object CMakeFiles/ai_demo_sim.dir/src/ai_demo_sim/region_layer.c.obj
[100%] Linking C executable ai_demo_sim
d:/lichee_dan/toolchain_k210/bin/../lib/gcc/riscv64-unknown-elf/7.2.0/c…
-
ml2cpp, as it is now, allows converting any ML model to a C++ code for inference purposes.
This code is however not yet optimized to run on small devices : these devices may have low CPU speed, l…
-
For the RISC-V Maixduino board I will need to first build U-Boot and then OpenSBI passing U-Boot as payload:
```
prepare:
test -d opensbi || git clone -v \
https://github.com/riscv/opensbi.git…
-
> FEATURE REQUEST
1. Enough low level information/documentation to write native drivers in the Ada programming language for the Kendrite K210. (The community will write the drivers, but we lack som…
-
具体怎么用Visual Studio 2019来编译出K210 Linux 0.11的镜像出来呢?