-
Notifications
You must be signed in to change notification settings - Fork 2
macos driverkit driver for litepcie
License
tech2077/litepcie-macos-driver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Not a helpful readme, just some commands used while working on this ``` # typical test workflow: # build and reload client app and driverkit driver ./build.sh ./build.sh && ./reload.sh # run direct client app (and dump debug results to file) ./build/Debug//litepcie-client.app/Contents/MacOS/litepcie-client > test.txt # build and run litepcielib util side clang litepcie_util.c -o litepcie_util -I liblitepcie/ -I litepcie -lm -lliblitepcie -L build/Debug ./litepcie_util -c 0 -z dma_test # few ways to view kernel level logs: ./log.sh log stream --level info --predicate 'sender == "litex.litepcie.dext"' log stream --level info | grep litex ``` to enable viewing private data in unified logs: https://georgegarside.com/blog/macos/sierra-console-private/
About
macos driverkit driver for litepcie
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published