Re: [beagleboard] Re: Getting started: Step #2 and #3 just dont work on Windows 10 (or 8, or 7)

2018-02-07 Thread Jon Lundstrom
Well, the web sever on my BBB wasn't responding to 192.168.7.2 before I installed the drivers according to step #2. My Windows 10 should be up-to-date. Thank you guys, for the attention. Den torsdag 8 februari 2018 kl. 03:43:30 UTC+1 skrev Jason Kridner: > > This should be the case, but some

[beagleboard] x15 input voltage range?

2018-02-07 Thread Rick Mann
I can't find a specification for the input voltage range (or power requirements) for the x15, just "12V" and on one page it says 12 V 5 A supply. But is there more precise information available somewhere? Thanks! -- Rick Mann rm...@latencyzero.com -- For more options, visit

[beagleboard] Re: Beaglebone Black wake up from resume on GPIO event

2018-02-07 Thread Sanchayan Maity
Hi Lloyd, The RTC wakeup is only useful for me from the point of view testing. For my project, I need wake up on GPIO state change and CAN. >From your tests, it would seem "mem" suspend which is suspend to memory and the actual deep sleep mode, does not work on 4.9 kernel. "standby" mode is

Re: [beagleboard] Re: Getting started: Step #2 and #3 just dont work on Windows 10 (or 8, or 7)

2018-02-07 Thread Jason Kridner
This should be the case, but some folks have reported a regression with the 1709 update around the first of the year. On Wed, Feb 7, 2018 at 10:57 AM Dennis Lee Bieber wrote: > On Wed, 7 Feb 2018 07:42:23 -0800 (PST), Jon Lundstrom > declaimed the

Re: [beagleboard] Re: Pin map spreadsheet for X15

2018-02-07 Thread Jeff Andich
Thanks! I'm sure this will come in handy.. On Wednesday, February 7, 2018 at 6:32:35 PM UTC-6, gcoley1 wrote: > > > > > > *From:* beagl...@googlegroups.com [mailto: > beagl...@googlegroups.com ] *On Behalf Of *Jeff Andich > *Sent:* Wednesday, February 7, 2018 5:11 PM > *To:* BeagleBoard

[beagleboard] Network is not configured again after disconnect the ethernet from BBB for a while.

2018-02-07 Thread Sangdo Lee
Hi, All, I am new for BBB, BBB use static IP during the ethernet cable is plugged. And then I checked the eth0 interface by ifconfig command, interface eth0 is working, MAC and IP are shown. After unplugged the ethernet cable for a while, about 30 sec, and plug in again. LEDs on RJ-45

[beagleboard] Re: Pin map spreadsheet for X15

2018-02-07 Thread Jeff Andich
One of the things I failed to mention is the support engineers on TI E2E helped me through some of my BB-X15/ 5728EVM expansion header pad configuration/pinmux issues. You can see the issues I was having and the steps the TI support engineer had me walk through to examine the pad

[beagleboard] Re: Pin map spreadsheet for X15

2018-02-07 Thread Jeff Andich
Hi, I don't think the pinmap spreadsheet has been posted yet (http://beagleboard.org/discuss?place=msg%2Fbeagleboard%2FKAVSkC15EkA%2FlG4AHCoxCAAJ). A lot of this information can be found on TI's website as well. I struggled with re-configuring the expansion header pins for a while, but I

[beagleboard] Re: Best way for events between PRU and processor?

2018-02-07 Thread pierrick . rauby
Hi RoSchmi, I am using the PRU with RPMsg for a school project, I have just made a documentation about how to set it up: https://github.com/PierrickRauby/PRU-RPMsg-Setup-BeagleBoneBlack I maybe out off the track with this answer but I hope it help. Thanks Pierrick Le mercredi 6 décembre

[beagleboard] Re: Beaglebone black SPI0 transfer issue

2018-02-07 Thread pierrick . rauby
I maybe of the track, but the AD 8403 seems to be a 3 wire SPI, then I do not understand why your setting up 4 pins on the BBB Thanks Pierrick Le mercredi 17 janvier 2018 10:27:43 UTC-5, Kaarkuzhali Murugan a écrit : > > > I am working with a beaglebone black and I want to transfer data to my

Re: [beagleboard] Node-Red Upgrade to Version 0.18

2018-02-07 Thread Richard
Another idea: Dave C-J, the manager of the Node-Red forum, suggested to me (see https://groups.google.com/forum/#!topic/node-red/OmwzwS8611w ). Or indeed (now that you have contacted them... :-) ask them if they would > like to send a pull request to our docs to point out the goodness they now

Re: [beagleboard] X15 board layout files in ASCII format

2018-02-07 Thread michael
Hi Gerald, Any update on importing the X15 design into Alitum? I have the schematic, but having trouble importing the PCB without Allegro. Thanks, Michael On Tuesday, August 16, 2016 at 11:08:52 AM UTC-7, Gerald wrote: > > Sorry! You want the X15. I will try and get something out in a couple

Re: [beagleboard] Re: BBB Bare Metal Ethernet

2018-02-07 Thread Jason Kridner
Can I encourage you to create a project entry via https://beagleboard.org/p ? On Wed, Feb 7, 2018 at 8:21 AM dschm12s via BeagleBoard < beagleboard@googlegroups.com> wrote: > Hi dd, > > I already found a solution for my problem. I just set the physical address > to 2 that it fits the condition

[beagleboard] Power Management issues

2018-02-07 Thread mpcg . 11159
Hello all. Does anyone know if BBBlue suffers from the same problem as BBBlack regarding power management issues, as mentioned in https://elinux.org/BeagleBone_Power_Management ? I have a BBBlack and have already bumped into those issues and I was wondering if BBBlue is free of them.

[beagleboard] Power Management issues

2018-02-07 Thread mpcg . 11159
Hello all. Does anyone know if BBBlue suffers from the same problem as BBBlack regarding power management issues, as mentioned in https://elinux.org/BeagleBone_Power_Management ? I have a BBBlack and have already bumped into those issues and I was wondering if BBBlue is free of them.

Re: [beagleboard] Disappearing static IP address

2018-02-07 Thread Nahuel Greco
first find the connmanctl ethernet id: # connmanctl services *AO Wired*ethernet_04a316fa393f_cable* then configure it (eg, using 192.168.1.1 as gateway): connmanctl config *ethernet_04a316fa393f_cable* --ipv4 manual 192.168.1.100 255.255.255.0 192.168.1.1 --nameservers 8.8.8.8

[beagleboard] Re: PRU programming with pasm compiled .bin hangup - prussdrv_open() failed

2018-02-07 Thread TJF
Hi Evan! Your example is based on libprussdrv. In order to use it, the uio_pruss kernel driver is required. Unfortunatelly the pru_rproc driver is still default. Find details on how to adapt it at this link: https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_PRU_Options BR Am

[beagleboard] Re: Getting started: Step #2 and #3 just dont work on Windows 10 (or 8, or 7)

2018-02-07 Thread Jon Lundstrom
Actually, on the Windows 7 the symptoms were a bit different. It was an old machine with only 4GB RAM and the PC seemed to be overloaded during the installation with locked screen for most of the time. So the only similarity I can be sure of is the URL not responding. Anyhow, I think I've

[beagleboard] Re: Getting started: Step #2 and #3 just dont work on Windows 10 (or 8, or 7)

2018-02-07 Thread Jon Lundstrom
Den onsdag 7 februari 2018 kl. 16:06:01 UTC+1 skrev Jeff Andich: > > Do you still get the same driver install problems on the Windows 7 PC as > you see on your Windows 10 host or is that primarily a problem with > accessing the URL in your web browser? > > > On Wednesday, February 7, 2018 at

[beagleboard] How to use the PyPRUSS on the Blue??

2018-02-07 Thread dhruvlaad
I am trying to write a PPM Decoder on the Blue, and I am using PyPRUSS to load the firmware. However the moment I run pypruss.modprobe(), it throws a 'buffer overflow detected' error. How can I overcome this? -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] Problems with using PyPRUSS on BeagleBone Blue

2018-02-07 Thread dhruvlaad
I am trying to write a PPM Decoder on the beagle bone blue's pru's, and for that I am using PyPRUSS to load the firmware onto the blue, however the moment I run pypruss.modprobe(), it throws "buffer overflow detected" error." What is this error? -- For more options, visit

[beagleboard] Re: Beaglebone Black wake up from resume on GPIO event

2018-02-07 Thread Lloyd Bailey
Hi Sanchayan, Have you tried:- rtcwake -m standby -s 30 (the debian version I am using do not wake from mem). This command never wakes up rtcwake -m mem -s 30 This wakes up after 30 seconds or if I insert or remove the USB to serial TTL cable rtcwake -m standby -s 30 Linux arm 4.9.67-ti-r82

[beagleboard] Re: Beaglebone Black wake up from resume on GPIO event

2018-02-07 Thread Lloyd Bailey
Hi, Have you tried:- rtcwake -m standby -s 30 (the dabian version I am using do not wake from mem). This command never wakes up rtcwake -m mem -s 30 This wakes up after 30 seconds or if I insert or remove the USB to serial TTL cable rtcwake -m standby -s 30 Linux arm 4.9.67-ti-r82 #1 SMP

[beagleboard] Re: Getting started: Step #2 and #3 just dont work on Windows 10 (or 8, or 7)

2018-02-07 Thread Jeff Andich
Do you still get the same driver install problems on the Windows 7 PC as you see on your Windows 10 host or is that primarily a problem with accessing the URL in your web browser? On Wednesday, February 7, 2018 at 8:19:41 AM UTC-6, Jon Lundstrom wrote: > > > I just unpacked a Beaglebone Black

Re: [beagleboard] Node-Red Upgrade to Version 0.18

2018-02-07 Thread Richard
Hi. I use node-red-dashboard It's not a high priority, because it's easy to add using (three bar) menu | Manage palette | Install. Thanks, Richard On Tuesday, February 6, 2018 at 5:22:05 PM UTC-5, RobertCNelson wrote: > > On Tue, Feb 6, 2018 at 4:17 PM, Richard > wrote:

Re: [beagleboard] Web browser in LCD (4D) using IoT image

2018-02-07 Thread Jeff Andich
Hi someone on our team tried to run chromium on an external touchscreen/display connected to the BeagleBone Black, and noted similar slow response. Is there a way to improve performance of chromium running on BBB or are there better alternatives? Thanks! On Wednesday, February 7, 2018 at

[beagleboard] Getting started: Step #2 and #3 just dont work on Windows 10 (or 8, or 7)

2018-02-07 Thread Jon Lundstrom
I just unpacked a Beaglebone Black board and try to get it started as tethered to a PC via USB. I can find and read START.HTM from the BBB. When it comes to Step #2, Install drivers, I start getting problems: 4 of the drivers fail to install on my Windows10 host: Linux Developer Community

[beagleboard] Re: BBB Bare Metal Ethernet

2018-02-07 Thread dschm12s via BeagleBoard
Hi dd, I already found a solution for my problem. I just set the physical address to 2 that it fits the condition and I used static ip now instead of dhcp. Now I can ping to the beagle and get a response. Before "CPSW0_PORT_1_PHY_ADDR" was set to zero. It is not explained anywhere why I

[beagleboard] BeagleBoard b6 dead

2018-02-07 Thread BMorrison
I've got an old BeagleBoard that I got many years ago. I have it connected to my PC via usb serial but when I apply power I get nothing at all. The power light comes on but as far as I can tell that's all that happens. I'd really appreciate some advice, although i know this is a very old board

[beagleboard] PocketBeagle display connection documentation.

2018-02-07 Thread pblase via BeagleBoard
Where can I find the documentation for hooking an LCD to the OSD3358's graphics outputs (other than the AM3358 datasheet)? I can't seem to find anything on TI's page or Octavo's. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

[beagleboard] Re: BBB Bare Metal Ethernet

2018-02-07 Thread dschm12s via BeagleBoard
Hi dd, First I want to thank you for your contribution in efficient bare metal programming. I am programming the beaglebone black in bearmetal as well at the moment and I use Starterware 02.00.01.01 as a basis. I tried executing the enetEcho example but I always run into an issue on

Re: [beagleboard] Re: Reading a uart on the command line of Angstrom and a BeagleBone

2018-02-07 Thread Revathi M
I'm struggling in read/write operation in beaglebone board. Only the read operation done correctly If I have used TTL to USB convertor. Only the write operation done correctly if I have used TTL cable alone. I cant understand what will be wrong. Can anyone please help me? On Tue, Feb 6, 2018 at

Re: [beagleboard] Web browser in LCD (4D) using IoT image

2018-02-07 Thread Michael Dalby
Hi Rob, Many thanks for the help. Adding the Xorg got the LCD screen up and running. I do have a couple of question that you may be able to answer?? Firstly, when the BBB initially loads it goes to the user logon screen which seems to be incorrectly scaled - do you know if there is a way to