bonescript
bonescript copied to clipboard
Scripting tools for BeagleBone and PocketBeagle
Hi everybody, Sample code in bonescript page is not working with image of "_Linux beaglebone 4.19.94-ti-r42 #1buster SMP PREEMPT Tue Mar 31 19:38:29 UTC 2020 armv7l GNU/Linux_" Code is here...
[Reported in the Adafruit forum by jgomes78](https://forums.adafruit.com/viewtopic.php?f=49&t=165787) and posting here so that others can see the issue and eventual solution: > I have a BeagleBone AI and I can't flash...
Hello, I am a member of the GitHub Security Lab (https://securitylab.github.com). I've attempted to reach a maintainer for this project to report a potential security issue but have been unable...
When installing bonescript (using `apt install bonescript`) on a BeagleBone Blue using a Debian command line image I get the following problem. ```text Setting up bonescript (0.7.3-git20190822.0-0rcnee2~buster+20190903) ... bonescript:nodejs:[v10.15.2] bonescript:installing:[bonescript-0.7.3-26c5522-v10.15.2-20190903.tar.xz]...
I want to remove info logs, there are so many info logs unnecessary and annoyed me. But the direct use of `winston` package, I am unable to override config for...
Hello. I am using PocketBeagle. > BeagleBoard.org Debian Image 2018-06-17 > [email protected] I am trying gpio operation using BoneScript. But, I get the following error when I try to set...
Hi, I am trying to use Bonescript on a BeagleBone black running [resinOS](https://resinos.io/). I install it with yarn, and then import it using a typical require statement. Calls to `pinMode`...
Kindly refer to python runner document for details: https://github.com/amragaey/bonescript/wiki/GSoC'16-Bone101:-Python-Integration-Phase
I've updated kernel for BeagleBone Black from https://debian.beagleboard.org/images/bone-debian-10.3-iot-armhf-2020-04-06-4gb.img.xz Try execute next script ``` #!/usr/bin/env node //////////////////////////////////////// // blinkLED.js // Blinks the USR LEDs and P9_14. // Wiring: P9_14 connects to...
I'm still learning BBB, device trees, how to parse the bone.js pins, etc. etc. But looking at lines [4975-4983](https://github.com/jadonk/bonescript/blob/master/src/bone.js#L4975-L4983) the options seem to be missing mode 5 & 6 which...