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

Unable to perform DFU over serial and USB-serial

I am using RIGADO Evaluation Board 320-00050 

I am using nrfutil v5.2.0 to perform DFU i am able to create DFU package and when sending the package i am facing problems

When i performed DFU over a serial UART connection i get following error:

raise NordicSemiException('Writing to serial port failed: ' + str(e) + '. '
pc_ble_driver_py.exceptions.NordicSemiException: Writing to serial port failed: WriteFile failed (WindowsError(5, 'Access is denied.')). If MSD is enabled on the target device, try to disable it ref. https://wiki.segger.com/index.php?title=J-Link-OB_SAM3U

i have disabled MSD also even then i get this error

When i performed DFU over a serial USB connection  i get following error:

self.mtu = struct.unpack('<H', bytearray(response))[0]
TypeError: 'NoneType' object is not iterable

Please help me out to perform DFU

Thanks,

Krupa

Parents Reply Children
Related