Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.46 KB

Intel-NetWork-Car.md

File metadata and controls

39 lines (31 loc) · 1.46 KB

Wi-Fi

https://github.com/OpenIntelWireless/itlwm

教程

OpenIntelWireless/itlwm#146
log show --last boot | grep itlwm

git clone --depth=1 https://github.com/OpenIntelWireless/itlwm.git cd itlwm git clone --depth=1 https://github.com/acidanthera/MacKernelSDK.git xcodebuild -scheme "AirportItlwm (all)" -configuration Debug

Bluetooth

https://github.com/OpenIntelWireless/IntelBluetoothFirmware
蓝牙日志:
log show --last boot | grep IntelFirmware

HELIPORT

HOW TO BUILD HELIPORT:
Make sure you've installed Cocoa Pods
Make sure you've installed Xcode Command Line Tools
run the following commands in terminal

git clone --depth=1 https://github.com/OpenIntelWireless/HeliPort.git
cd HeliPort
pod install
xcodebuild -workspace HeliPort.xcworkspace -scheme HeliPort -configuration Debug -derivedDataPath build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

from here

OpenIntelWireless-Factory from here

OpenIntelWireless Advanced

https://openintelwireless.gitbook.io/openintelwireless/heliport/advanced
https://openintelwireless.github.io/

tar zxf ./MacOSX10.12.sdk.tar.xz sudo mv MacOSX10.12.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/