Skip to content

Instantly share code, notes, and snippets.

View pdp7's full-sized avatar
💭
Linux on RISC-V

Drew Fustini pdp7

💭
Linux on RISC-V
View GitHub Profile
@pdp7
pdp7 / bbb_emmc_boot.txt
Created December 14, 2015 17:56 — forked from bonnieking/bbb_emmc_boot.txt
bbb booot
Welcome to minicom 2.3
OPTIONS: I18n
Compiled on Nov 23 2010, 13:27:13.
Port /dev/ttyUSB1
Press CTRL-A Z for help on special keys
@pdp7
pdp7 / Adafruit_BBIO.diff
Last active February 7, 2016 16:14 — forked from grizmio/gist:bc752dd070652f21266b
grizmio's Patch to make Adafruit's ADC python libraries works with ubuntu xenial, kernel 4
diff --git a/source/c_adc.c b/source/c_adc.c
index e0c754c..5269407 100644
--- a/source/c_adc.c
+++ b/source/c_adc.c
@@ -30,29 +30,28 @@ SOFTWARE.
#include "c_adc.h"
#include "common.h"
-char adc_prefix_dir[40];
+char adc_prefix_dir[49];
@pdp7
pdp7 / Lisboa Greybus Demo Instructions
Last active September 10, 2019 15:29 — forked from cfriedt/Lisboa Greybus Demo Instructions
Lisboa Greybus Demo Instructions
# Install some Ubuntu dependencies
apt install libnl-genl-3-dev libbluetooth-dev libavahi-client-dev
# Install OpenOCD, dtc
# Build Greybus Out-of-Kernel (required due to gb-netlink)
git clone git@github.com:friedtco/greybus.git
cd greybus
make -j
# Make sure you're using bash not dash for this script.