When I go to run tools/config.py I get a warning message
WARNING: New loader v3.4.0 is required, please download and install.
Download URL : https://developer.sony.com/file/download/download-spresense-firmware-v3-3-0
Install command:
1. Extract loader archive into host PC.
./tools/flash.sh -e <download zip file>
2. Flash loader into Board.
./tools/flash.sh -l /Users/nakajimayoshi/Documents/projects/embeded/spresense/firmware/spresense -c <port>
However there's a few issues.
-
The message says new loader v3.4.0, however the link points to a download for firmware v3-3-0
-
Manually entering the address: https://developer.sony.com/file/download/download-spresense-firmware-v3-4-0 points to a missing page. Does the 3.4.0 firmware simply not exist?
-
On macOS, these files are not downloaded as a .zip, they are downloaded as a normal folder.
-
After zipping the the folder, running the command
./tools/flash.sh -e /Users/nakajimayoshi/Downloads/spresense-binaries-v3.zip
results in the following message:
ERROR: Please select correct zip file
How am I supposed to get rid of this warning message then?
When I go to run tools/config.py I get a warning message
However there's a few issues.
The message says
new loader v3.4.0, however the link points to a download for firmwarev3-3-0Manually entering the address:
https://developer.sony.com/file/download/download-spresense-firmware-v3-4-0points to a missing page. Does the 3.4.0 firmware simply not exist?On macOS, these files are not downloaded as a .zip, they are downloaded as a normal folder.
After zipping the the folder, running the command
results in the following message:
ERROR: Please select correct zip fileHow am I supposed to get rid of this warning message then?