Skip to content

3.4.0 invalid bootloader warning message when running config.py #832

Description

@nakajimayoshi

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.

  1. The message says new loader v3.4.0, however the link points to a download for firmware v3-3-0

  2. 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?

  3. On macOS, these files are not downloaded as a .zip, they are downloaded as a normal folder.

  4. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions