export OPT=/opt
export BUILDS=/some/where/mini_linux
mkdir -p $BUILDS
This file contains 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
declare @employee varchar(20) | |
set @employee = '055320'; | |
WITH Employees (Employee, Level, Boss, Name, BTL) AS ( | |
SELECT | |
1 AS Level, | |
NULL AS Boss, | |
EM.Employee, | |
EM.LastName + ', ' + EM.PreferredName AS Name, | |
BTL.LastName + ', ' + BTL.PreferredName AS BTL |
This file contains 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
brew install autoconf leveldb automake python shtool glog libtool popt #maybe more | |
prerequisites | |
git clone https://github.com/rescrv/po6.git | |
git clone https://github.com/rescrv/busybee.git | |
git clone https://github.com/rescrv/Replicant.git | |
wget http://cityhash.googlecode.com/files/cityhash-1.1.0.tar.gz | |
a fix for os x to current MASTER: | |
https://github.com/mreiferson/e/commit/5b6b369e8a334675c62232f58d291ea4ded243b0 |
This file contains 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
diff --git BUCK BUCK | |
index 2c6743f..c78029f 100644 | |
--- BUCK | |
+++ BUCK | |
@@ -1,10 +1,22 @@ | |
prebuilt_jar( | |
name = 'xmlbeans', | |
- binary_jar = ':xmlbeans_jar', | |
+ binary_jar = ':xmlbeans_fixed_jar', | |
+) |
Below are the steps required to flash a NextThingCo CHIP or PocketCHIP from the command line, as of November 2018. The web flasher no longer works, and there are numerous errors when flashing from the command line, mostly due to broken dependencies. The following method works for flashing a CHIP as of November 2018:
Note: Flashing must be done on Linux. Tested on Ubuntu and Rasparian. Mac OS seems to not work.
- Download and unpack the CHIP-SDK.zip from one of the following:
- https://archive.org/details/C.h.i.p.FlashCollection
- https://github.com/NextThingCo/CHIP-SDK
- https://github.com/Project-chip-crumbs/CHIP-SDK
- Download and unpack CHIP-tools.zip from one of the following: