Unable to provision a device(Windows IOT core devcie)

  • Thread starter Thread starter hemanth kumar velooru
  • Start date Start date
H

hemanth kumar velooru

Guest
Hello team,


We are developing KMDF driver for windows IOT core device, For that we are using sample driver code which was available in the following link

LINK: https://github.com/microsoft/Windows-driver-samples/blob/master/usb/ufxclientsample

While deploing we are unable to provision the device, we are getting following error again and again, could any body suggest the best way to reslove this.Here i was included screen shot.

Note: For provisioning we are using following prodcedure which is in this link

Driver Deployment - Windows IoT

In addition,I had used this command to add the firewall rule.

netsh advfirewall firewall add rule name="Device Provision" dir=in protocol=TCP localport=50005 action=Allow


1553311.png

Continue reading...
 
Back
Top