@jagdish, it seems you have placed the firmware properly on the SD card, but did not activate the transfer to flash new firmware.
Following the link to guide 3 in my previous response, you must initiate DFU with the following command from Spotter:
bridge dfu <name of file> <target node id> 120000 force
To add onto your steps after “Spotter reboots”:
- Connect a USB-C cable between your Spotter and your PC
- Run
python3 -m serial
from your terminal and connect to the port with the name “Spotter” - Execute the following command:
bridge dfu <name of file> <target node id> 120000 force
replacing<name of file>
with the name of the Bristlemouth firmware binary you placed on the SD card and<node id>
with the Node ID of the Bristlemouth dev kit you are attempting to flash firmware to.