[beagleboard] Debian 9.1.0 with VirtualBox unable to "sudo apt-get install crossbuild-essential-armhf"

2017-08-10 Thread Patrick Ireland
I am attempting to install the Debian 9.1.0 system to support BeagleBoneBlack on my Windows 10 system. I am following the Derek Molloy blog site and until I tried to load the "sudo apt-get install libicu-dev:armhf", everything was moving smoothly (within limits of my Linux knowledge).

[beagleboard] Re: Looking for Fritzing drawing for BeagleBone Blue

2017-08-10 Thread Michael Caughey
This contains the library file for Eagle Cad: https://github.com/jadonk/beaglebone-blue/tree/master/EAGLE On Thursday, July 27, 2017 at 8:30:07 AM UTC-4, Mark A. Yoder wrote: > > Has anyone created a Fritzing drawing for the Blue? I'm planning on using > the Blue in my class this fall and it's

Re: [beagleboard] Blue booting as Robot controller vs. booting as Linux computer

2017-08-10 Thread Mark A. Yoder
I'm missing a "Big Picture" idea here. Let's see if I can ask with right questions. How can I tell with device tree file my Bone is booting with? Where can I find it's source? How do I compile and install it? Right now I'm trying to get a st7735 SPI-based LCD display working again on my

[beagleboard] Re: "What Was I Thinking" and Learning How Sensors Might Work/Seth

2017-08-10 Thread Mala Dies
Hello Mr. Dennis, I am going over the book, "Programming the BeagleBone Black," (Monk 2014) and I found on page 110 a TMP36 software example with relating a P9 Header layout/diagram. I think I am connecting things correctly. I have done this example before but currently I am having trouble

[beagleboard] Re: My overlay can't find clk_mcasp0

2017-08-10 Thread Mike Davis
I managed to get this working, thanks to a post on the alsa-devel forum: http://mailman.alsa-project.org/pipermail/alsa-devel/2015-September/098022.html By loading the overlay *before* the sound drivers, rather than after it now works. from /boot/uEnv.txt: ##Example v4.1.x

Re: [beagleboard] Unable to manually load dtbo to bone_capemgr slots

2017-08-10 Thread Robert Nelson
On Thu, Aug 10, 2017 at 8:11 AM, Marco Thome wrote: > Hi, > > I started Reading about dts files a few days ago and wrote my own to set > P8.42, P8.43, P8.44 and P8.46 as gpio outputs. I compiled it and tried to > echo it to /sys/devices/platform/bone_capemgr/slots, but I get no

[beagleboard] Unable to manually load dtbo to bone_capemgr slots

2017-08-10 Thread Marco Thome
Hi, I started Reading about dts files a few days ago and wrote my own to set P8.42, P8.43, P8.44 and P8.46 as gpio outputs. I compiled it and tried to echo it to /sys/devices/platform/bone_capemgr/slots, but I get no response (my terminal just stops). Here's what I get on dmesg's last lines:

Re: [beagleboard] Re: BeagleBone Black - No HDMI Output

2017-08-10 Thread achu4798
Hello, I am using Beagle bone Black Rev C with 7.11 image and I have connected the device to LCD monitor using micro HDMI to HDMI cable. Before it was working fine but suddenly it started showing blank screen. I tried various steps: 1) reflashed the device 2) parse-edid edid to check about

[beagleboard] Re: Enabling SPI1 on BBGW via DeviceTree (no capemanager)

2017-08-10 Thread martti . kuutti
I have same problems with SPI1. Guilty part seems to be wl18x that requires pulldown on certain pin. See /opt/source/dtb-4.4-ti/src/arm/ am335x-bonegreen-wl1835.dtsi (included by am335x-bonegreen-wireless.dts). Last fragment introduces gpio-hog of pin p9.30. I've tried to enable SPIDEV1 on

[beagleboard] Unable to manually load any dtbo to slots

2017-08-10 Thread Marco Thome
Hi, I started reading abou dts files a few days ago and wrote one to change the lasts P8 pins' mode, but I can't load my dtbo to */sys/devices/platform/bone_capemgr/slots* with *echo*. Everytime I do that, my terminal gets no response and I get stuck (even ctrl + C does not work). I tried

[beagleboard] Re: BeagleBone Black - No HDMI Output

2017-08-10 Thread achu4798
> > Hello, > > I am Ashwin. I am using BeagleBone black with 7.11 wheezy image. Earlier I was using it by connecting to LCD monitor it was working before but suddenly it started to show blank screen. I have been following this thread since then and I have followed almost all the steps in

Re: [beagleboard] Re: BeagleBone Black - No HDMI Output

2017-08-10 Thread achu4798
> > Hello Gerald, > I am Ashwin. I am using Beaglebone Black with 7.11 wheezy image with LCD monitor. Previously it was working fine.but suddenly it started to show blank screen. I have been following the thread about the HDMI issue in BBB closely and followed almost all the steps suggested

[beagleboard] beaglebone rev B i2c

2017-08-10 Thread herve . lebreton11
Hello All, We are using BBB for some years now for our product . Some month ago due to the new revision of BBB we had to switch the base image from debian 7.9 to debian 8.6 IoT (from beagleboard.org) . so far everything ok with any type of rev C BBB .. We tried to update an older BBB which is

[beagleboard] Re: Voltage Range 5V +/-

2017-08-10 Thread Fohnbit
Hello Graham, thank you! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[beagleboard] Re: Voltage Range 5V +/-

2017-08-10 Thread Graham
The USB specification requires that it will operate between 4.5 and 5.5 Volts. For the 5 Volt power jack, the PMIC will operate between 4.5 and 5.5 Volts. BUT, the PMIC will shut down and go into self protection above or below those Voltages. So, in order to allow for some noise and Voltage

Re: [beagleboard] Re: "What Was I Thinking" and Learning How Sensors Might Work/Seth

2017-08-10 Thread Mala Dies
Hello Sir, I cannot just run a .js file with sudo nodejs temp.js on my BBB. The issue pertains to nodejs not being installed or something. I went to the npmjs.org site and found bonescript and tried to start from there. I also tried nodejs.org to find info. on how to get it on the BBB. Seth

[beagleboard] Re: "What Was I Thinking" and Learning How Sensors Might Work/Seth

2017-08-10 Thread Mala Dies
Hello, Okay... TMP36 to BBB: Pin 3 to 3.3v Pin 2 to P9_40 (GPIO/Analog) Pin 1 to P9_34 (GND_ADC/Low noise GND) I think this should help. I am making a temperature sensor tell me what the temp. is inside for now. Seth P.S. I appreciate you reaching out. Please let me know of what other

[beagleboard] Voltage Range 5V +/-

2017-08-10 Thread Fohnbit
Hello, which Range is supported at the USB and power jack input? 5V or cource ... but in which range before the board will be damaged? 4.5 - 5.5V ? Thank you! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google