This file contains hidden or 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
| [{"id":"b1dc9221.09e41","type":"gpio out","z":"5b85facd.75d774","name":"","state":"OUTPUT","pin":"P8_7","i2cDelay":"0","i2cAddress":"","i2cRegister":"","outputs":0,"board":"14fb0dec.376712","x":380,"y":120,"wires":[]},{"id":"acb4df30.72216","type":"inject","z":"5b85facd.75d774","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"1","payloadType":"num","x":150,"y":120,"wires":[["b1dc9221.09e41"]]},{"id":"35e9479e.0e2428","type":"inject","z":"5b85facd.75d774","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"0","payloadType":"str","x":150,"y":160,"wires":[["b1dc9221.09e41"]]},{"id":"cca6a964.c0e978","type":"gpio out","z":"5b85facd.75d774","name":"","state":"OUTPUT","pin":"USR3","i2cDelay":"0","i2cAddress":"","i2cRegister":"","outputs":0,"board":"14fb0dec.376712","x":390,"y":220,"wires":[]},{"id":"b9def222.f9a97","type":"inject","z":"5b85facd.75d774","name":"","props":[{"p":"payload"}],"repea |
This file contains hidden or 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 <LwIP.h> | |
| #include <STM32Ethernet.h> | |
| #include <ArduinoHttpClient.h> | |
| #include <ArduinoJson.h> | |
| #include <LPS22HHSensor.h> | |
| #include <STTS751Sensor.h> | |
| #include <HTS221Sensor.h> | |
| LPS22HHSensor *PressTemp; |
This file contains hidden or 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
| https://raspi.debian.net/daily-images/ | |
| #pi | |
| lsblk | |
| apt update ; apt upgrade ; apt install -y locales | |
| update-locale LANGUAGE=en_US.UTF-8 LC_ALL=C | |
| locale-gen |
This file contains hidden or 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
| diff --git a/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi b/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | |
| index 8cbea91c40385..7081923cba3b1 100644 | |
| --- a/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | |
| +++ b/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | |
| @@ -1281,4 +1281,19 @@ pins2 { | |
| bias-disable; | |
| }; | |
| }; | |
| + | |
| +// spi4_pins_a: spi4-0 { |
This file contains hidden or 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
| #!/bin/bash | |
| if [ ! -d /dev/pwm/ ] ; then | |
| mkdir -p /dev/pwm/ | |
| fi | |
| #v5.4.x | |
| if [ -d /sys/devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@300000/ ] ; then | |
| base_dir="/sys/devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@300000/" | |
| fi |
This file contains hidden or 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
| voodoo@hestia:~/testing$ wget -c https://releases.linaro.org/components/toolchain/binaries/6.5-2018.12/arm-linux-gnueabihf/gcc-linaro-6.5.0-2018.12-x86_64_arm-linux-gnueabihf.tar.xz | |
| --2020-06-05 08:59:41-- https://releases.linaro.org/components/toolchain/binaries/6.5-2018.12/arm-linux-gnueabihf/gcc-linaro-6.5.0-2018.12-x86_64_arm-linux-gnueabihf.tar.xz | |
| Resolving releases.linaro.org (releases.linaro.org)... 52.215.200.125 | |
| Connecting to releases.linaro.org (releases.linaro.org)|52.215.200.125|:443... connected. | |
| HTTP request sent, awaiting response... 302 Found | |
| Location: https://publishing-ie-linaro-org.s3.amazonaws.com/releases/components/toolchain/binaries/6.5-2018.12/arm-linux-gnueabihf/gcc-linaro-6.5.0-2018.12-x86_64_arm-linux-gnueabihf.tar.xz?Signature=aSmYgYjFsPKJXrghJLfj8eAM0xQ%3D&Expires=1591365673&AWSAccessKeyId=AKIAIELXV2RYNAHFUP7A [following] | |
| --2020-06-05 08:59:43-- https://publishing-ie-linaro-org.s3.amazonaws.com/releases/components/toolchain/binaries/6.5-2018.12/arm-linux-gnueabihf/gcc-linaro-6.5 |
This file contains hidden or 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
| /* | |
| * Copyright (C) 2020 Robert Nelson <[email protected]> | |
| * | |
| * This program is free software; you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License version 2 as | |
| * published by the Free Software Foundation. | |
| */ | |
| /dts-v1/; | |
| /plugin/; |
This file contains hidden or 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
| Started by upstream project "eewiki_kickoff" build number 20 | |
| originally caused by: | |
| Started by user Robert Nelson | |
| Running as SYSTEM | |
| Building remotely on x6-am57xx-beagle-x15-2gb (image-builder oib sata cortex-a15) in workspace /var/lib/jenkins/workspace/eewiki_image_runner | |
| using credential d83b4325-97a4-431b-a213-fb67aef79681 | |
| > git rev-parse --is-inside-work-tree # timeout=10 | |
| Fetching changes from the remote Git repository | |
| > git config remote.origin.url [email protected]:RobertCNelson/omap-image-builder.git # timeout=10 | |
| Fetching upstream changes from [email protected]:RobertCNelson/omap-image-builder.git |
This file contains hidden or 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
| Cloning into '/opt/source/adafruit-beaglebone-io-python'... | |
| running install | |
| running bdist_egg | |
| running egg_info | |
| creating Adafruit_BBIO.egg-info | |
| writing Adafruit_BBIO.egg-info/PKG-INFO | |
| writing dependency_links to Adafruit_BBIO.egg-info/dependency_links.txt | |
| writing top-level names to Adafruit_BBIO.egg-info/top_level.txt | |
| writing manifest file 'Adafruit_BBIO.egg-info/SOURCES.txt' | |
| reading manifest file 'Adafruit_BBIO.egg-info/SOURCES.txt' |
This file contains hidden or 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
| voodoo@hestia:~$ wget -c https://releases.linaro.org/components/toolchain/binaries/6.5-2018.12/arm-linux-gnueabihf/gcc-linaro-6.5.0-2018.12-x86_64_arm-linux-gnueabihf.tar.xz | |
| --2020-03-03 18:54:11-- https://releases.linaro.org/components/toolchain/binaries/6.5-2018.12/arm-linux-gnueabihf/gcc-linaro-6.5.0-2018.12-x86_64_arm-linux-gnueabihf.tar.xz | |
| Resolving releases.linaro.org (releases.linaro.org)... 52.215.200.125 | |
| Connecting to releases.linaro.org (releases.linaro.org)|52.215.200.125|:443... connected. | |
| HTTP request sent, awaiting response... 302 Found | |
| Location: https://publishing-ie-linaro-org.s3.amazonaws.com/releases/components/toolchain/binaries/6.5-2018.12/arm-linux-gnueabihf/gcc-linaro-6.5.0-2018.12-x86_64_arm-linux-gnueabihf.tar.xz?Signature=iI180sD1IhqREsGDQU%2BWxxZhAME%3D&Expires=1583283342&AWSAccessKeyId=AKIAIELXV2RYNAHFUP7A [following] | |
| --2020-03-03 18:54:12-- https://publishing-ie-linaro-org.s3.amazonaws.com/releases/components/toolchain/binaries/6.5-2018.12/arm-linux-gnueabihf/gcc-linaro-6.5.0-201 |