sipeed / MaixPy-v1

MicroPython for K210 RISC-V, let's play with edge AI easier
https://wiki.sipeed.com/maixpy
Other
1.68k stars 439 forks source link

Fail to install KFlash_py submodule (error on file .gitmodules) #492

Closed tadeubas closed 1 year ago

tadeubas commented 1 year ago

When executing git submodule update --init --recursive I am getting this error:

fatal: No url found for submodule path 'firmware/MaixPy/tools/flash/kflash_py' in .gitmodules

I saw on .gitmodules that it is missing .git at the end for kflash_py: https://github.com/sipeed/MaixPy/blob/master/.gitmodules#L24

tadeubas commented 1 year ago

Sorry the problem was on my end!