Skip to content

Danalock V3 Smart Lock nRF DFU firmware rewrite twice  #120

@lenovomen

Description

@lenovomen

Hello,

I bought a Danalock V3 type smart lock. The manufacturer sent me the firmware file. The first time I uploaded the file 2 out of 2 processes ran:

UPDATING: Part 2 of 2 100%

But the second time only one, the bootloader did not upload.
How can I get it to upload again and not just run one process?

Suppose I bought the smart lock second-hand. Is it enough to just overwrite these files? Or did the manufacturer not send me the complete firmware version?

The file names:

  • DanalockV3_101-025_D1_0.20.2_20220324101526.bin
  • DanalockV3_101-025_D1_0.20.2_20220324101526.dat
  • manifest.json
  • sd_bl.bin
  • sd_bl.dat

The manifest.json code:

{
    "manifest": {
        "application": {
            "bin_file": "DanalockV3_101-025_D1_0.20.2_20220324101526.bin",
            "dat_file": "DanalockV3_101-025_D1_0.20.2_20220324101526.dat"
        },
        "softdevice_bootloader": {
            "bin_file": "sd_bl.bin",
            "dat_file": "sd_bl.dat",
            "info_read_only_metadata": {
                "bl_size": 28412,
                "sd_size": 120640
            }
        }
    }
}

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