Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
load model file failed
-
-
Hi @ar22
It looks like there is not enough RAM to load your model. What size is your model file?
Best Regards,
Kamil Tomaszewski -
Hi @kamiltomaszewski
Model file size: 84.3 kb -
Hi @ar22,
Can you run in
nsh>
console:nsh> ls /mnt/sd0
and send me the output?Best Regards,
Kamil Tomaszewski -
nsh> ls /mnt/sd0 nsh: ls: stat failed: 2
-
Hi @ar22
It looks like Spresense cannot see your SD card. Have you configured the SDK like this:
$ ./tools/config.py examples/tflmrt_lenet
?Best Regards,
Kamil Tomaszewski -
Hi @kamiltomaszewski
Yes, I have -
Hi @ar22,
Please be aware of these limitations:
- SD and SDHC cards are supported, but SDXC cards is not supported.
- Formats of FAT12, FAT16 and FAT32 are supported, exFAT is not supported.
- Capacity of up to 32 GB is supported.
Best Regards,
Kamil Tomaszewski