This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to download FW to Ublox NINA-B301 by coommand line.

Hi Sir

I would want to download code to Ublox NINA-B301 by command line, but it looks not working, please help.

nrfjprog.exe -i
483064601

nrfjprog.exe --family NRF52 -s 483064601 -r
ERROR: The --family option given with the command (or the default from nrfjprog.ini)
ERROR: does not match the device connected.


C:\adb>nrfjprog.exe -s 483064601 -f NRF52 --eraseall
ERROR: The --family option given with the command (or the default from nrfjprog.ini)
ERROR: does not match the device connected.

Parents Reply
  • Do you know how to use open bootloader ? I made a zip file and upload to ublox EVK board, but LED doesn't blinky..

    1. upload open bootloader by J-link.

    (nRF5_SDK_15.0.0_a53641a\examples\dfu\open_bootloader\pca10059_usb_debug\hex\open_bootloader_usb_mbr_pca10059_debug.hex)

    2. made zip file

    nrfutil pkg generate --sd-req=0xa9 --hw-version 52 --debug-mode --application "\nRF 5_SDK_15.0.0_a53641a\examples\peripheral\blinky_freertos\hex\blinky_FreeRTOS_pca10056.hex"  test_dfu.zip

    3. uplaod zip file

    nrfutil dfu usb_serial -pkg c:\test_dfu.zip -p COM111 -b 115200

    4. LED doesn't blinkly....

Children
Related