What steps will reproduce the problem?
该问题的重现步骤是什么?
1.在AI开发教程中,第三节(3.K230 AI Demo概述中3.2列表子目录第一个)我通过gitee链接下载了整个工程文件。如下图:
2.但是打开后,我找到工程目录下py类型文件,路径为k230_sdk-main\src\little\uboot\test\py,但是py文件较多 有好几个,不清楚是需要在canm ide中运行哪一个执行该工程
3.尝试多个以后,发现都会报错
What is the expected output? What do you see instead
你期待的结果是什么?实际看到的结果是什么?
我希望能够运行这个已有的工程
What version of the product are you using? On what operating system?
硬件为K230。固件版本CanMV-K230_micropython_v1.0_sdk_v1.6_nncase_v2.8.3(创乐博V3.0)。
Are there any error messages or logs?
SyntaxError: invalid syntax
Traceback (most recent call last):
File "", line 1
SyntaxError: invalid syntax
MPY: soft reboot
What have you tried to resolve the issue?
观察了几个代码 在main.cc文件 类似c语言 但这个应该不能在k230开发板直接下载
Please provide any additional information (e.g., code snippets, configuration settings, screenshots):
无