You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing module is quite slow on MT7688 indeed. There are several reasons:
SPI Flash R/W is very low.
Many modules are not pre-compiled to byte-code due to space limitation.
MT7688 is slow.
Using a SD card as extroot may improve the performance as SDIO is faster than SPI.
With a SD card, more space will be available. Compiling python modules to byte-code will also increase loading speed. To do so:
Test Code with built firmware on LinkIt
Result:
import json cost: 0.510145187378
import requests cost: 14.6618149281
import base64 cost: 0.00102591514587
Any idea?
The text was updated successfully, but these errors were encountered: