Faster building and flashing
-
Sir,
Does building and flashing a program to sPresense take lot of time (5-10 mins) or is there some issue with my configuration setup ? Changing and testing a small piece of code is taking long, so I was wondering if there is some faster alternative in flashing the program to the board. I build and flash the program using msys2 as stated here https://developer.sony.com/develop/spresense/docs/sdk_set_up_ide_en.html#_creating_an_application_projectThank you
-
To increase the flash speed, in VS Code go to
Extensions
and right click onSpresnse VSCode IDE
and selectExtension Settings
. Then change the optionsSpresense> Flash Speed
to higher.To increase build speed, change line 108 from
make
tomake -j
in the.vscode/build.sh
file. I'm not sure if this will work for msys2.Best Regards,
Kamil Tomaszewski -
@kamiltomaszewski Thank you sir !