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.
Error while running flashing edge impulse firmware on Spresense
-
Hi ,
I am trying to build and flash edge impulse firmware into Spresense.
https://github.com/edgeimpulse/firmware-sony-spresenseI downloaded the code from above link. I opened my MSYS prompt and navigated to the firmware path. I could build the code with make -j. But when I tried to flash it with make flash command I got some python module errors.
At first I got an error with the inquirer module. So I installed the pip module using the below command.
pacman -S python3-pipWith pip install inquirer I could resolve issue with inquirer. But now when I try to flash it I am getting the below issue.
ModuleNotFoundError: No module named 'msvcrt'
I tried using pip install msvcrt but I get this below error.
ERROR: Could not find a version that satisfies the requirement msvcrt (from versions: none)
ERROR: No matching distribution found for msvcrtBTW during flashing my board is connected.
Could anybody guide me in flashing the firmware?
Also, I am trying to do this experiment for the below reason:
I am running a project in Edge Impulse. During deployment I downloaded the Arduino library. But the downloaded library is giving an error while adding it to my Arduino environment. Error being "ZIP doesn't contain a library"
BR
Navaneeth -
Hi Navaneeth,
Please add your question under the Edge Impulse forum here :
https://forum.edgeimpulse.com/EI experts will help you to resolve your issue.