Windows 10 Bone_D64.exe Failing

I have just upgraded to Windows 10 on a machine that I have not previously connected my BBB to. I had success on other windows 8 machines as well as SSHing using Putty. I have spent SOME time searching forums and not finding much at all on Windows 10. During the install of the Bone_D64.exe, the driver the status returned on all the drivers is “Install Failed”. Let the flaming begin… Or hopefully there is someone out there that has encountered and concurred this.

You know the rules, first to upgrade gets to fix the issues. :wink:

Driver source:

https://github.com/beagleboard/beaglebone-getting-started/tree/master/Drivers/Windows/src

But there is a bigger issue, the signing key expired and Jason’s working on getting that updated.

Regards,

Or . . .

sudo apt-get install . . . um my bad haha !

Yeah anyhow have you tried running the executable with elevated privileges ? e.g. right click → run as admin. Technically the device driver should just work. Since it’s just a libusb “elmo gas LTD”

usb gadget.

Take some advice from another Windows user though. First, if you’re serious about working with / on your BBB. Don’t upgrade from a known working system . . . Second, get yourself a cheap second machine and run Linux on it. Or use virtualbox, and a Linux virtual machine if you really must.

Not going to flame ya, or nothing like that. I use Windows daily, and quite a lot daily for that matter. But, when you’re working on a Linux dev board system . . .

Follow the instructions to disable signature checking here:

http://www.howtogeek.com/167723/how-to-disable-driver-signature-verification-on-64-bit-windows-8.1-so-that-you-can-install-unsigned-drivers/

Right-click on the installer, and use Run As Administrator. You will get four warnings about unsigned drivers. If you are happy to proceed, accept them. Should all be good.

All,

Don’t know if you were able to resolve…just in case…i found solution as I had the exact same problem. Go to the driver, right click and bring up “Properties” window. The select “Compatibility” Tab and the click “Run compatibility troubleshooter”. Once troubleshooter runs then pick option that repairs compatibility. Worked like a champ for me.

Many Thanks
Don

Hi
I am facing this issue.
compatibility troubleshooting didn’t work for me.
Also I tried disabling signature check.

Hi,
I was having this issue on a windows 10 machine. When I went to install the software that was on the BBB the windows popup was yellow asking if I wanted to install from an unknown publisher. I tried the suggestions listed here and they didn’t work. I then went to http://beagleboard.org/static/beaglebone/latest/README.htm and downloaded the driver from there. When I ran that it listed it was from a verified publisher and the installation worked properly. At that point I was also able to access the BBB through the ip address. Hope this works for everybody else finding their way to this page.

Thanks! Worked for me.

I had the same issue, I disabled signature requirement for drivers.

Well, this is like a 2 year old post . . . Let me just say this. I’m running Windows 10 pro on a Lenovo Thinkpad, and I happened to have a BBG plugged into a USB 3.0 port off this laptop for power( using ethernet for networking ), and Windows update automatically installed the NDIS driver for it the update after . . . So, I have not used it, but no problems with it installing at all. Also, I did not run the Bone_D64 installer either . . .

Thank you!

Updating the BIOS did not work for me, but installing RNDIS drive worked with the following instructions (found somewhere else that I cannot find now)

device manager
Under other devices choose RNDIS
right click on it and update driver
Browse my computer
let me pick
“Network adapters”
select microsoft from on the left
choose “USB RNDIS”
Click next
click yes
then close
DONE!!! YEAH !!!

1 Like

We transitioned to using Microsoft's built-in drivers about a year ago.

All the 'latest' images no longer require that signed driver.

Regards,

Updating the BIOS did not work for me, but installing RNDIS drive worked

with the following instructions (found somewhere else that I cannot find

now)

device manager

Under other devices choose RNDIS

right click on it and update driver

Browse my computer

let me pick

“Network adapters”

select microsoft from on the left

choose “USB RNDIS”

Click next

click yes

then close

DONE!!! YEAH !!!

We transitioned to using Microsoft’s built-in drivers about a year ago.

All the ‘latest’ images no longer require that signed driver.

We always used Microsoft’s own built-in drivers. What we sign is the .inf files that TELL Windows it is OKAY to use those drivers.

That’s not 100% it. We do also pack in an FDTI driver for the serial on the original BeagleBone. It is the driver package FTDI distributes with our VID/PID added to the .inf.

The details are at https://github.com/beagleboard/beaglebone-getting-started/tree/master/Drivers/Windows/src.

Using the “signed drivers” May still be needed on Windows 7.

The 1709 update done to Windows 10 in late-Dec/early-Jan seems like it might have messed some people up.

Also, it has been about a year since I signed them last, so people might be trying to install them and seeing it fail—even if they aren’t needed.

Anyone know a good Microsoft contact for this type of thing?

disable signature authentication,
try
https://www.howtogeek.com/167723/how-to-disable-driver-signature-verification-on-64-bit-windows-8.1-so-that-you-can-install-unsigned-drivers/

Fallow this instruction https://developer.toradex.com/knowledge-base/how-to-install-microsoft-rndis-driver-for-windows-7

This instruction for windows 7 but I am using windows 10 and it works for me. Not need to disable driver signature.

Thanks

This solved it for me. Thanks!

Thank you!!!

Good job man! Worked for me too! Thanks!

Worked for me as well . Thanks a lot.