Skip to content

Instantly share code, notes, and snippets.

@alexanderhiam
alexanderhiam / beaglebone-4.4-pru-rproc.sh
Last active December 20, 2017 23:40
Using pru_rproc on the BeagleBone with Linux 4.4
# Good info on the current PRU remoteproc drivers here:
# http://processors.wiki.ti.com/index.php/PRU-ICSS_Remoteproc_and_RPMsg
# I mostly just followed this guide:
# https://groups.google.com/d/msg/beagleboard/od6h9yTKUD4/jzGE6KaxAQAJ
# On the BeagleBone with a 4.4 kernel:
# root@beaglebone:~# uname -r
# 4.4.11+
@tech2077
tech2077 / pylcd.py
Last active October 6, 2015 08:07
PCA8574 Controlled HD44780 LCD library
'''
Copyright (C) 2012 Matthew Skolaut
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial