Re: [beagleboard] Trouble creating a BeagleBone Static IP

2016-08-10 Thread Davide Picchi
Lidia, I think you got a corrupted file. Install your SO again and follow what Robert says Here the syntax: *sudo connmanctl config --ipv4 manual --nameservers * run: debian@beaglebone:~$ connmanctl services *AO Wiredethernet_74daea0a4b52_cable sudo connmanctl config

Re: [beagleboard] Re: Bug or error in the documentation of libpruio

2016-02-14 Thread Davide Picchi
One thing more: I looked into the dtc-overlay: libpruio-00A0.dts and the overlay seems to be only for *beaglebone* and *beaglebone-black* compatible. I think you should add *beaglebone-green* as well. 2016-02-13 17:58 GMT+01:00 TJF : > Hi Davide! > > You're right,

[beagleboard] Bug or error in the documentation of libpruio

2016-02-13 Thread Davide Picchi
I was reading carefully the following example taken from here : file: button.c define _GNU_SOURCE 1 #include "stdio.h" #include #include #include #include #include #include "../c_wrapper/pruio.h" #include "../c_wrapper/pruio_pins.h" #define PIN P8_07 int

[beagleboard] Re: Bug or error in the documentation of libpruio

2016-02-13 Thread Davide Picchi
In the following line of code you can read that the value 0x98 is the *second* argument passed to the function: pruIo *io = pruio_new(PRUIO_DEF_ACTIVE, 0x98, 0, 1); I forgot to point to the function in the text. Am Samstag, 13. Februar 2016 13:01:04 UTC+1 schrieb Davide Picchi: >

Re: [beagleboard] Question regarding UART

2016-01-19 Thread Davide Picchi
Which programming language would be the best to write uart applications in C++, Python, or Java? This question doesn't make any sense. There is not a better programming language than another.Not absolutely. From your question I can understand that you are pretty new in the world of programming.

Re: [beagleboard] Device tree overlay does not affect GPIO pin's state

2016-01-18 Thread Davide Picchi
1) Reboot the board 2) check whether the cape has been rightly loaded 3) if yes, check the pinmux again. Your device tree seems ok to me 2016-01-09 9:29 GMT+01:00 : > Hi all, > > I started using Beaglebone Black with Debian 7.9 for my project and I'm > trying to load my

[beagleboard] Re: bbb startup fails with cape

2016-01-18 Thread Davide Picchi
Read BBB-SRM paragraph: 6.7 and 8.3 I drive some pins needed for the boot process Am Freitag, 12. Juni 2015 03:06:10 UTC+2 schrieb luc.d...@gmail.com: > > hello all, > I design a cape for BBB. > this cape use a lot of of bbb gpio (28 as input - opto isolated, 24 as > output - relay). > I launch

Re: [beagleboard] ubuntu doesnt go to desktop

2016-01-18 Thread Davide Picchi
Did you typed: $startx ??? But I think you should install a VNC-Server anyway 2016-01-09 16:22 GMT+01:00 : > hi guys > > I want to get ubuntu on my beaglebone black. I write image on micro sd and > after plugging beaglebone black to power its start booting. > >

Re: [beagleboard] Device tree overlay does not affect GPIO pin's state

2016-01-18 Thread Davide Picchi
ind the right pin. Pin 71 is not the right one. 2016-01-18 21:04 GMT+01:00 Davide Picchi <pave...@gmail.com>: > 1) Reboot the board > 2) check whether the cape has been rightly loaded > 3) if yes, check the pinmux again. > > Your device tree seems ok to me > > 2016-01-0

Re: [beagleboard] Can't connect to Beaglebone after doing a "reboot"

2016-01-18 Thread Davide Picchi
Yes. It does it something (more oft than wanted). The reason is that your BBB gets rebooted but in the process doesn't initialize the eth0. Check in your router and you'll see the BBB that is not able to get connected with the internet. I fixed in the following way: create a crontab with the

[beagleboard] Re: disabling power on gpio pins during boot

2016-01-17 Thread Davide Picchi
Did you fix this problem? Because I m facing the same undesired behavior. Thanks Am Sonntag, 28. Juni 2015 22:04:07 UTC+2 schrieb andrew otis: > > Hey Everyone, > > I'm a n00b so please excuse me, but I have been trying to get my BBB to > boot with no power on P9-pin 11. > > Controlling them

Re: [beagleboard] Re: Cannot boot from expanded microSD and I don't know where to look for logs

2016-01-01 Thread Davide Picchi
Logs are under: 1.) logs are at /var/*log*/ /* without s */ > 2015-12-31 4:01 GMT+01:00 Graham : > 1.) logs are at /var/logs/ > 2.) look in the file named syslog for the latest boot information. Other > log files may have specialized information. > 3.) I usually take

Re: [beagleboard] Cannot set pins by overlay

2015-12-31 Thread Davide Picchi
@bremenpl try removing the follwing part in your code: test_input1 { gpio-name = "test_input1"; gpio = < 23 0x00>;/* gpio4 is gpio3 */

[beagleboard] Re: Cannot set pins by overlay

2015-12-31 Thread Davide Picchi
And if you need some help I can suggest you to try the code generated in this page . At least you have the chance to check, whether your code is right or not. You can simplify debugging of your code.

Re: [beagleboard] Re: Cannot set pins by overlay

2015-12-31 Thread Davide Picchi
don't know why one should reboot the system everytime. 2015-12-31 11:39 GMT+01:00 Bremenpl <breme...@gmail.com>: > Didnt know about this page, thabk you a lot :). > > On December 31, 2015 11:30:53 AM Davide Picchi <pave...@gmail.com> wrote: > >> And if you need some

Re: [beagleboard] BBB External Powering Issue

2015-12-05 Thread Davide Picchi
Riley, try powering the board through an USB cable, to make sure that it is nothing related to the hw or sw on the board. If positive then try with a power supply that match the minimal requirements. 2015-12-05 9:28 GMT+01:00 William Hermans : > Voltage has to be too high, or

[beagleboard] Re: Configure Beaglebone to access usb0 from host PC. (Cannot ssh to beaglebone through USB)

2015-12-03 Thread Davide Picchi
I have the same issue too. Did you fix that problem? Am Freitag, 30. Oktober 2015 18:13:55 UTC+1 schrieb Alex: > > Hi, > > I am using ubuntu 14.04 (from Robert Nelson ) with a > custom 3.15.10-bone8 kernel on Beaglebone Black. HDMI is disabled. > When I plug the board to a

Re: [beagleboard] Re: How to enable UART1 using dtb-rebuilder?

2015-11-10 Thread Davide Picchi
rote: > >> On Mon, Nov 9, 2015 at 12:45 PM, Davide Picchi <pav...@gmail.com >> > wrote: >> >> 4.1-ti supports overlays, so you can either do it like "3.8". >> >> >> >> >> >> >> https://github.com/beagleboard/bb

[beagleboard] Re: How to enable UART1 using dtb-rebuilder?

2015-11-09 Thread Davide Picchi
stall the new cape like in the first tutorial I posted above. How do I use such overlays? https://github.com/beagleboard/bb.org-overlays/blob/master/src/arm/BB-UART1-00A0.dts Should I copy them somewhere? Am Montag, 9. November 2015 16:44:03 UTC+1 schrieb Davide Picchi: > > I was able to e

[beagleboard] How to enable UART1 using dtb-rebuilder?

2015-11-09 Thread Davide Picchi
I was able to enable all the UART serial connections on my BBB before I switched to the last kernel. In the following tutorial it was explained very well, how to change the cape-fuctions accordingly and everything worked fine. Now I have

Re: [beagleboard] UART communication in Beaglebone Black

2015-05-17 Thread Davide Picchi
Are you sure, that you selected the right UART port??? It should be /dev/ttyO0 or /dev/ttyO1 and so on...but not /dev/ttySx On Tuesday, April 28, 2015 at 9:19:31 PM UTC+2, Peter Hurley wrote: On 04/27/2015 06:41 AM, JAY KOTHARI wrote: Hi, I am unable to do simple uart