Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Danalock V3 Smart Lock nRF DFU firmware rewrite twice #120

Open
lenovomen opened this issue Aug 30, 2022 · 0 comments
Open

Danalock V3 Smart Lock nRF DFU firmware rewrite twice #120

lenovomen opened this issue Aug 30, 2022 · 0 comments

Comments

@lenovomen
Copy link

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
            }
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant