Flash gets stuck at 'Saving package to "nuttx"' in Spresense
-
Hi experts,
I am using Spresense SDK and command prompt to build and flash my example applicaiton to Spresense board. It was working fine previously, but got stuck at the "Saving package to "nuttx"" phase now. Tried with VSCode and Ardunio the observation is same for all.
See the below image!
Once I removed the usb cabe the error message shows like this,
But it boots up correclty with the an exmaple code loaded at the first, see below
Anticipating your quick response.
Thanks for your continued support.
Regards,
Jithul -
Hi @jithul,
Could you please try changing directory to
spresense
and running this command?~/spresense$ ./nuttx/tools/flash_writer.py -s -c /dev/ttyUSB0 -d -b 115200 -n sdk/nuttx.spk
Please let me know if this command also causes a problem or not.
Best Regards,
Kamil Tomaszewski -
Thanks for your quick response, I tried but ended up with below message
I am not able to install these, is this intended? Can you advise please?
Regards,
Jithul -
@jithul said in Flash gets stuck at 'Saving package to "nuttx"' in Spresense:
Thanks for your quick response, I tried but ended up with below message
I am not able to install these, is this intended? Can you advise please?
Regards,
JithulThe issue resolved after factory reset (recovery) and re-flashed the bootloader, thanks for @KamilTomaszewski for the great support