2016-07-14から1日間の記事一覧

カーネルエクステンション(.kext)を起動時に読み込む(kextキャッシュの再生成)

Mac

FTDIControl.appを使ったらFTDIを起動時に読み込まなくなってあせった。 http://superuser.com/questions/251113/safe-to-delete-system-library-caches-com-apple-kext-caches 以下を実行する。 # キャッシュ削除 sudo rm /System/Library/Caches/com.apple…

MacでFTDIのVCP driverとD2XX driverを切り替える

Mac

https://learn.sparkfun.com/tutorials/how-to-install-ftdi-drivers/mac#yosemite sudo kextunload -b com.apple.driver.AppleUSBFTDI でVCPドライバを無効化、D2XXドライバを有効化できる sudo kextload -b com.apple.driver.AppleUSBFTDI で元に戻す

ZYBOのboard definition file

場所がわかりにくすぎるhttps://reference.digilentinc.com/reference/software/vivado/board-files?redirect=1id=vivado/boardfiles2015直リンク https://github.com/Digilent/vivado-boards/archive/master.zip ていうかGitHubだったのか https://github.c…