- Some notes about this approach:
- An OSX Installer USB drive for
Install OS X El Capitan
is created - Clover is then installed on the USB drive
- Clover Configurator is then run on the USB drive
- The USB drive contents are copied to the VM host
- VNC is used to connect to the guest UI
- An OSX Installer USB drive for
- The qxl virtual video device is used (part of the standard kvm qemu install)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Sniff the Openbeacon messages with the NRF24 class. | |
// Feed the messages to the USB port for upstream processing, | |
// hopefully using a Raspberry Pi. :-) This is much simpler than | |
// using the Netduino as a base platform, running FreeRTOS. The real hassle | |
// is to determine just how much processing to do on the Arduino, and how | |
// much to leave for the upstream processor. | |
// | |
// Wire the Sparkfun nRF24L01+ breakout board with a Uno as follows (Arduino pin => Nordic pin) | |
// GND == GND | |
// 3.3V == Vcc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"auto_complete_commit_on_tab": true, | |
"color_scheme": "Packages/Color Scheme - Default/Tomorrow-Night-Eighties.tmTheme", | |
"file_exclude_patterns": | |
[ | |
".DS_Store" | |
], | |
"folder_exclude_patterns": | |
[ | |
"bin", |