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

optimize IDE uploading speed for big files #98

Open laurentopia opened 5 years ago

laurentopia commented 5 years ago

uploading a kmodel with uPyloader is capped at 115200, this is very slow and takes many minutes for a small 2.4MB model. Is there an alternative way to upload a model to the sd card that's fast, and that doesn't require to pop the SD card out (wear on the sd reader mechanism)

Neutree commented 5 years ago

MaixPy IDE

laurentopia commented 5 years ago

not possible, using the minimum firmware

narduzzi commented 5 years ago

I'm facing the same issue with MaixPy v0.3.2

Neutree commented 4 years ago

upload kmodel to fs on flash is not recommend, use kflash_gui to upload kmodel to flash, or put it on SD card

Neutree commented 4 years ago

and indeed, IDE need add more feature, it lacks of a lot