sipeed / kflash_gui

Cross platform GUI wrapper for kflash.py (download(/burn) tool for k210)
GNU Lesser General Public License v3.0
151 stars 70 forks source link

kflash gui error - No such file or directory when trying to burn .kmodel packaged in .kfpkg #9

Closed anku2424 closed 4 years ago

anku2424 commented 5 years ago

Greetings, I was trying to burn my mobilenet v1 model that i trained via transfer learning on Sipeed Maix Dock. I packaged it in .kfpkg file with a flash-list.json specifying the address of the kmodel. I used the maixpy_v0.3.2_minimum.bin firmware. First i downloaded the firmware on the board and it successfully gets downloaded. But when i try to burn the .kfpkg file via kflash_gui i get this error - No such file or directory: 'C:\Users\user_name\AppData\Local\Temp\tgmslflsdag8kl\flash-list.json How can i resolve this? TIA.

Neutree commented 5 years ago

this file is a temporary file created by kflash_gui, maybe you just need to try again? Or if your user_name is special?

anku2424 commented 5 years ago

I've tried multiple times but it gives the same error. I'm using Windows 10 OS. It works properly with other .kfpkg files that i downloaded from the internet, but for this specific .kfpkg which i made myself, it does not work. But i am not able to understand what i did wrong.

Neutree commented 5 years ago

upload kfpkg made by you here, I'll check for you