Saturday, June 8, 2019

When Devcon install command failed on VM

I was missing two basic points for installing driver on virtualbox because I never experienced developing driver before.

1. Test-certificate driver could only be installed after recovery boot. ( on 32bit window it could be simple, see this )

Settings -> Update & Security -> Recovery tab -> Restart now -> Trouble Shoot ->
Advanced Options -> Startup Settings -> Restart -> F7

hardware id location in inf file

Red-marked place should be replaced with real hardware id. it can be checked in device manager.

No comments:

Post a Comment

[osx command] file or folder monitoring

1. command fswatch [file or folder to monitor] | xargs -I {} echo $(date) {} >> [log file name] ...