-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] k230 utest opencv 19_getStructuringElement 运行出错 #9902
Labels
Comments
目前这个问题取得了一些比较有帮助的调试信息:
由此可见前64字节区域是必定最先被写入的,也就是理论上前面64字节区域最先发生page-fault异常。 下面是日志:
|
10 tasks
在deepseek的提示下五秒定位了问题
下面是修复后k230测试日志(无异常信息):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RT-Thread Version
c1166e0
Hardware Type/Architectures
k230
Develop Toolchain
GCC
Describe the bug
1.将 opencv 仓库中的 tests 文件夹复制到 software/userapps/testcases/opencv 中
2.将 opencv 仓库中的 build/install 文件夹复制到 software/userapps/testcases/opencv 中
3.编译:
cd software # 在 software 目 录 下
source ./smart-env.sh riscv64 # 运 行 smart-env.sh 脚 本, 配 置 为 riscv64 环 境
cd userapps/testcases/opencv
python3 build.py
4.生成的产物将存放在 software/userapps/testcases/opencv/root 中
5.root 目录可参照 maix3 仓库下的 readme 直接对其进行编译打包,并下载到 Maix3 平台上运行(注:
若是通过 romfs 打包方式,请一次只打包一个 elf 文件)tests.tar.gz
Other additional context
25_opencv_calib3d.elf 图像显示深度信息有问题
The text was updated successfully, but these errors were encountered: