You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Sorry for the extremely late reply! And thanks for mentioning this issue. Since this repo is stil being used, I'll keep this issue open for anybody that uses the bus blaster
From macOS 10.14 "Mojave", the Apple kernel extension peacefully co-exists with libusb and PyFtdi, so you no longer need - and should not attempt - to unload the kernel extension. If you still experience this error, please verify you have not installed another driver from FTDI, such as FTDI's D2XX.
(That's from an unrelated Python project but I'm assuming would also apply to the C libftdi usage in this project.)
When trying to use the BusBlaster to flash an nRF module, I would get this error:
…because the product ID is different than the script expects. This was resolved via:
Fixing that leads to this error:
This can be resolved by running
sudo kextunload -bundle com.apple.driver.AppleUSBFTDI
before using nrfProg. See https://alvarop.com/2014/01/using-busblaster-openocd-on-osx-mavericks for more details on that.The text was updated successfully, but these errors were encountered: