Skip to content

Instantly share code, notes, and snippets.

{
"builders": [
{
"type": "docker",
"image": "ubuntu",
"commit": "true"
}
],
"post-processors": [
[
@rhencke
rhencke / gist:a782570d9cbf79841d0d6742bc6d6221
Created June 17, 2019 03:49 — forked from chrisdone/gist:02e165a0004be33734ac2334f215380e
Build and run minimal Linux / Busybox systems in Qemu

Common

export OPT=/opt
export BUILDS=/some/where/mini_linux
mkdir -p $BUILDS

Linux kernel

@rhencke
rhencke / chip-flashing-guide-nov-2018.md
Created June 29, 2019 11:39 — forked from verticalgrain/chip-flashing-guide-nov-2018.md
NextThingCo C.H.I.P. Flashing guide as of November, 2018

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.

  1. Download and unpack the CHIP-SDK.zip from one of the following:
  1. Download and unpack CHIP-tools.zip from one of the following: