View gist:5c478a518b8f3a2f39f04acd65ad67fb
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
Create PDF from markdown: | |
pandoc readme.md -f markdown-implicit_figures -s -o readme.pdf |
View lirc-0.10.1-qemux86-64-yoe.log
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
leon@leon-desktop-G1:/media/storage/yoe$ bitbake lirc | |
Setting MACHINE=qemux86-64 | |
/media/storage/yoe/conf/auto.conf has been updated | |
Setting DOCKER_REPO to yoedistro/yoe-build:buster | |
NOTE: Started PRServer with DBfile: /media/storage/yoe/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 32923, PID: 57 | |
Parsing recipes: 100% |###################################################################################################| Time: 0:00:54 | |
Parsing of 3247 .bb files complete (0 cached, 3247 parsed). 4534 targets, 633 skipped, 1 masked, 0 errors. | |
NOTE: Resolving any missing task queue dependencies | |
Build Configuration: |
View Demo 1: Hello
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
#include <FS.h> //this needs to be first, or it all crashes and burns... | |
#include <ESP8266WiFi.h> //https://github.com/esp8266/Arduino | |
// For OLED display | |
#include <U8g2lib.h> | |
U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); | |
const int pinButton = 0; |
View eduardu.txt
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
/********************************************************************** | |
Demo example for Olimex board eduArdu | |
Tested with Arduino 1.8.8 | |
Date: 2018/12/12 | |
Description: | |
This demo is based on IRrecvDumpV2 sketch of the "IRremote" library. | |
On the terminal you can monitor the input data from IR transmitters. | |
You will see the infrared protocol and the code. | |
**********************************************************************/ |
View lircd.conf
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
# Please take the time to finish this file as described in | |
# https://sourceforge.net/p/lirc-remotes/wiki/Checklist/ | |
# and make it available to others by sending it to | |
# <lirc@bartelmus.de> | |
# | |
# This config file was automatically generated | |
# using lirc-0.9.4c(default) on Sat Sep 16 16:51:40 2017 | |
# Command line used: -d /dev/lirc0 /home/pi/lircd.conf | |
# Kernel version (uname -r): 4.9.41-v7+ | |
# |
View weston
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
root@raspberrypi3-64:~# systemctl status -l weston | |
● weston.service - Weston Wayland Compositor | |
Loaded: loaded (/lib/systemd/system/weston.service; enabled; vendor preset: enabled) | |
Active: failed (Result: exit-code) since Wed 2018-06-06 15:16:00 UTC; 14min ago | |
Main PID: 434 (code=exited, status=1/FAILURE) | |
CPU: 42ms | |
Jun 06 15:16:00 raspberrypi3-64 systemd[1]: Started Weston Wayland Compositor. | |
Jun 06 15:16:00 raspberrypi3-64 systemd[1]: weston.service: Main process exited, code=exited, status=1/FAILURE | |
Jun 06 15:16:00 raspberrypi3-64 systemd[1]: weston.service: Unit entered failed state. |
View Start MediaPlayer
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
[ 340.892035] vc4-drm soc:gpu: failed to allocate buffer with size 6430720 | |
[ 340.899115] vc4-drm soc:gpu: failed to allocate buffer with size 6430720 | |
[ 340.906024] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: | |
[ 340.913223] [drm] kernel: 8100kb BOs (1) | |
[ 340.919570] [drm] V3D: 198428kb BOs (192) | |
[ 340.926035] [drm] V3D shader: 260kb BOs (65) | |
[ 340.932464] [drm] dumb: 32kb BOs (2) | |
[ 340.938865] [drm] binner: 16384kb BOs (1) | |
[ 340.945161] [drm] RCL: 48kb BOs (6) | |
[ 340.951527] [drm] BCL: 8kb BOs (2) |
View rpi-traffic-light
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
gpio readall | |
gpio mode 27 out | |
gpio mode 28 out | |
gpio mode 29 out | |
gpio write 27 1 | |
gpio write 28 1 | |
gpio write 29 1 |
View agl-image-minimal.log
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
WARNING: Host distribution "debian-9" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution. | |
Parsing recipes: 100% |##########################################| Time: 0:00:23 | |
Parsing of 2487 .bb files complete (0 cached, 2487 parsed). 3295 targets, 515 skipped, 0 masked, 0 errors. | |
WARNING: No bb files matched BBFILE_PATTERN_agl-distro '^/home2/leon/agl-test/meta-agl/meta-agl-distro/' | |
NOTE: Resolving any missing task queue dependencies | |
Build Configuration: | |
BB_VERSION = "1.34.0" | |
BUILD_SYS = "x86_64-linux" | |
NATIVELSBSTRING = "debian-9" |
NewerOlder