top of page


15 Minute Setup to Find, Change, Recompile and Test an ARM or x86 Linux Kernel Change in 12 Seconds
This post shows how to set up an efficient ARM or x86 Linux Kernel development environment in about 15 minutes using QEMU, Vim and cscope...


Stop typing make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- O=... when building the Linux kernel
This post shows you stop typing make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- O=... -j2 and just type make when building the Linux...


Build the Linux Kernel and Busybox for ARM and run them on QEMU
This post is a condensed version of Mitchel Humphery's excellent post @ link for ARM. Like Mitchel's post, this post gives step-by-step...


Build the Linux Kernel and Busybox and run them on QEMU
This post is a condensed version of Mitchel Humphery's excellent post @ link. Like Mitchel's post, this post gives step-by-step...


TUL PYNQ-Z2 Unboxing, Zynq-7000 Details, and Links to Documentation
This post presents a TUL PYNQ-Z2 unboxing and links to documentation. It also lists which Zynq-7000 is used (XC7Z020-1CLG400C) the...


Zach Pfeffer's Linaro Blog Posts
Switching out a Pre-Built Android Image's Kernel @ [link]
Posted on Thursday, September 15, 2011
Building a Linaro Android Build from


Install Node.js on Windows 7
This post walks through a Node.js install on Windows 7 and tests that node and npm work. It installs v13.14.0 LTS. It seems that v13.14.0...


Find AWS IoT Core Documentation
This post shows you how to find AWS IoT Core Documentation from https://aws.amazon.com. Steps 1. Go to [https://aws.amazon.com/] 2. (A)...


Format JavaScript in Vim on Windows per Google's Style Guide
1. Download Python 3.7.1 at [link].
Install it using defaults for all options.
2. Download gvim_8.1.0606_x64-mui2.exe at [link].
Install


AWS IoT Core Software Quick Reference
This post lists the AWS IoT software options. I wrote it so I would have a quick reference to the info and links on the various IoT Core...


Connect a Device to AWS through a MachineQ Gateway Run-through
This post is a run-through of the "Connect your MachineQ device through a MachineQ Output Profile directly to Amazon Web Services (AWS)."...


GCP IoT Core Quickstart Run-Through
This post presents a run-through of the Google Cloud Platform (GCP) Internet of Things (IoT) Core Quickstart at [link]. Before you begin...


(LoRa) Guppy Care and Feeding
This post shows how work with the digital Matter Guppy geo-location tag for LoRaWAN™ IoT networks on a Multi-Tech MultiConnect® Conduit™...


Gmail and Calendar Quickswitch with Bookmarks
Steps to Create Gmail and Calendar Bookmarks
1. Login to each account you'd like to check, noting the order
2. Create a Gmail bookmark


DevEUI, AppEUI (JoinEUI) and AppKey
This post describes what DevEUI, AppEUI (JoinEUI) and AppKey are, using online sources and the relevant sections for the LoRaWAN™...


Transcript of Ali Rahimi NIPS 2017 Test-of-Time Award Presentation Speech
This post lists a transcript of Ali Rahimi NIPS 2017 Test-of-Time award speech, a.k.a. the "machine learning has become alchemy" speech....


machineQ Multi-Tech MultiConnect® Conduit™ Access Point
This post lists pictures and documentation for the machineQ Multi-Tech MultiConnect® Conduit™ Access Point: Model: MTCAP-915, B/O:...


Install & Remove Tools for TinyFPGA Bx Programming and Program the board on Windows 7 SP1
This post describes how to install and remove the tools needed to program an image onto a TinyFPGA Bx and how to use the tools to program...


Fix tinyprog error "serial.serialutil.SerialException: Cannot configure port"
This post shows a solution to "serial.serialutil.SerialException: Cannot configure port, something went wrong." when using tinyprog. The...


TinyFPGA Bx Pinout, Schematic and Datasheets
This post lists the TinyFPGA pinout, each part of the schematic and links to each part's data sheet. Board / Schematic Overlay Schematic...


machineQ Starter Kit with an ST LoRa Dev Kit Part Summary and Unboxing
This post presents an unboxing of the $199 machineQ Starter Kit. Overview of the Kit From [link] (login required): Quickly prototype your...


Transcript of James Mickens' USENIX Speech
This post is the "slightly" corrected transcript of James Mickens of Harvard University's speech at the 27th USENIX Security Symposium....


What is Yocto Rocko 2.4.1?
Yocto Rocko 2.4.1 is: OE-Core, meta-yocto and Bitbake (and yocto-docs but yocto-docs contains no functionality) without 7 files.
gits @ SH


A Simple Makefile
Click [here] for a simple Makefile and the UDPEchoClient.c and UDPEchoServer.c code from p. 54-59 of TCP/IP Sockets in C: Practical Guide...
bottom of page