[beagleboard] Re: bbb flashing emmc from sdcard and kernel upgrage

2015-09-07 Thread sasak
simplified question How to upgrade or is it possible to upgrade newly custom kernel to the eMMC image (debian 7.8 from 2015-07-28 with 3.8.13-bone72)? best regards -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread RJ Wang
The SDK is a rather new one from TI. It is released this year. The kernel is this one: am335x-evm login: root root@am335x-evm:~# uname -r 3.14.43-g875c69b Thanks, On Mon, Sep 7, 2015 at 12:35 AM, William Hermans wrote: > *Yes, your post: * >> *leds_gpio 3186

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread RJ Wang
The board is from TI, Sitara AM335(9?) Starter Kit board. There are two GbE (Ethernet) ports on the board. Thanks On Mon, Sep 7, 2015 at 8:32 AM, RJ Wang wrote: > The SDK is a rather new one from TI. It is released this year. The kernel > is this one: > > am335x-evm login: >

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread RJ Wang
Hi, The lsmod online help says it reads /proc/modules. The SK board is using NFS TFTP, see below please. root@am335x-evm:~# cat /proc/cmdline console=ttyO0,115200n8 root=/dev/nfs nfsroot=192.168.0.109: /home/u64rj/ti-proces sor-sdk-linux-am335x-evm-01.00.00.03/targetNFS,nolock rw ip=dhcp

Re: [beagleboard] Auto Login with Debian ?

2015-09-07 Thread Graham
Systemd Essentials: Working with Services, Units, and the Journal https://www.digitalocean.com/community/tutorials/systemd-essentials-working-with-services-units-and-the-journal How To Configure a Linux Service to Start Automatically After a Crash or Reboot

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread Robert Nelson
On Sep 7, 2015 9:32 AM, "RJ Wang" wrote: > > On link > https://www.kernel.org/doc/Documentation/gpio/sysfs.txt > it is talked about gpio > > It has comments: > > Note that standard kernel drivers exist for common "LEDs and Buttons" > GPIO tasks: "leds-gpio" and "gpio_keys",

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread RJ Wang
Thanks Robert. In am335x-evmsk.dts, there is leds definition: leds { pinctrl-names = "default", "sleep"; pinctrl-0 = <_leds_default>; pinctrl-1 = <_leds_sleep>; compatible = "gpio-leds"; led@1 { label = "evmsk:green:usr0";

RE: [beagleboard] Auto Login with Debian ?

2015-09-07 Thread Bill Pretty
Thanks Don, looks lie systemd is a step forward while the other is a step backward …. Learn systemd and be done with it. Keep following the wiki page I sent you and read all pages it links to.. You will get what you want if you keep playing with it. You're not far from success --

[beagleboard] Re: bbb flashing emmc from sdcard and kernel upgrage

2015-09-07 Thread sasak
solution: https://eewiki.net/display/linuxonarm/BeagleBone+Black -- 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

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread RJ Wang
It looks like the question is not related to NFS. When I use sdcard file system. It still has no gpio module. See below please. Thanks, root@am335x-evm:~# lsmod Module Size Used by bufferclass_ti 5396 0 omaplfb12042 1 musb_dsps 7319 0

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread RJ Wang
Thanks. I just got feedback from e2e forum. GPIO is built in on my board. I know loadable module but not built-in module. I have not found any info on built-in module. Do you know where I can learn on built in module? Thanks, On Mon, Sep 7, 2015 at 9:20 AM, RJ Wang wrote: >

[beagleboard] What determines the sampling frequency of BBB

2015-09-07 Thread You Zhen
Hi guys, We are currently preparing to start a oscilloscope project using beaglebone black. I have one question, what determines the sampling rate of the oscilloscope, ADC is one,so to overcome its low sampling, am thinking to use external ADC, what else? Thanks -- For more options,

Re: [beagleboard] BBB P8/P9 GPIO pin availability

2015-09-07 Thread Gerald Coley
That would be nice as well. But that is your call. Gerald On Sun, Sep 6, 2015 at 8:46 PM, rattus wrote: > You may have seen I mentioned that no signals would be driven onto the BBB > expansion headers until enabled to do so (if I forgot to mention that, they > won't be);

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread RJ Wang
On link https://www.kernel.org/doc/Documentation/gpio/sysfs.txt it is talked about gpio It has comments: Note that standard kernel drivers exist for common "LEDs and Buttons" GPIO tasks: "leds-gpio" and "gpio_keys", respectively. Use those instead of talking directly to the GPIOs; they

Re: [beagleboard] Auto Login with Debian ?

2015-09-07 Thread Don deJuan
On 09/07/2015 07:55 AM, Graham wrote: > Systemd Essentials: Working with Services, Units, and the Journal > https://www.digitalocean.com/community/tutorials/systemd-essentials-working-with-services-units-and-the-journal > > How To Configure a Linux Service to Start Automatically After a Crash > or

[beagleboard] Problems entering CTRL+Z in terminal on BBB (not on connected PC)

2015-09-07 Thread ben . henricksen
Hi BBBers, I've just got a Skywire modem cape for the BBB. I'm trying to send an SMS. Everything goes well until I try to enter CTRL+Z to end the SMS text entry and nothing happens. (I've done this SMS send method from a PC before so I know the general proceedure). I've tried Minicom on the

[beagleboard] How can the new kernal support both the old uEnv.txt and the new uboot.env?

2015-09-07 Thread Robert Willy
Hi, After I read relevant info online, I think (but not sure) that when uboot.env is used, the new am335x-evmsk.dtb is read for the device driver. A general kernel build can support variant devices through .dtb file. The recent kernel still supports the old uEnv.txt file. As the online web

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread William Hermans
there is no loadable module, because the kernel modules are compiled in statically. At least according to what you've posted above. On Mon, Sep 7, 2015 at 10:06 AM, RJ Wang wrote: > The .dtb file is about the device tree. It doesn't matter the device > driver is built-in, or

[beagleboard] New Cape prototyping

2015-09-07 Thread StefDrums
Hello to all, I'm prototyping a new cape board for BeagleBone Black. I have designed most of the circuit and now it's time to connect all the thing to the beaglebone. I have a problem: I can not figure out whitch PINs can I use. I read the BeagleBone Black System Reference Manual and the AM335x

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread William Hermans
Just t be clear . . . *Dynamic == Compiled as a module - Can be added / removed at will using > modprobe - technically . . .* Just because you technically can, does not mean it is a good idea. Before using modprobe to remove a driver, you should probably at minimum understand the consequences

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread RJ Wang
Static == compiled into the kernel. Command lsmod does not show static module? Dynamic == Compiled as a module - Can be added / removed at will using modprobe - technically . . . lsmod will show dynamic module? Thanks, On Mon, Sep 7, 2015 at 1:38 PM, William Hermans wrote:

Re: [beagleboard] Problems entering CTRL+Z in terminal on BBB (not on connected PC)

2015-09-07 Thread Mike
On 09/07/2015 01:06 PM, William Hermans wrote: Sounds like you need to configure the ssh client you're using to allow ctrl + z. On Mon, Sep 7, 2015 at 2:46 AM, > wrote: Hi BBBers, I've just got a

Re: [beagleboard] How can the new kernal support both the old uEnv.txt and the new uboot.env?

2015-09-07 Thread Robert Nelson
On Sep 7, 2015 12:01 PM, "Robert Willy" wrote: > > Hi, > > After I read relevant info online, I think (but not sure) that when uboot.env is used, the new am335x-evmsk.dtb is read for the device driver. A general kernel build can support variant devices through .dtb file. > >

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread William Hermans
SO on my system . . william@xanbustester:~/can-dev/can-web$ stat /proc/config.gz File: `/proc/config.gz' Size: 33425 Blocks: 0 IO Block: 1024 regular file Device: 4h/4d Inode: 4026531946 Links: 1 Access: (0444/-r--r--r--) Uid: (0/root) Gid: (0/root)

Re: [beagleboard] Proper way to Mux PRU pin without Cape Manager

2015-09-07 Thread jalodi . hum
Building the kernel because I have some custom modules. BTW, This works for me: echo pruin > /sys/devices/ocp/ocp:P9_25_pinmux/state But "config-pin P9.25 pruin" gives me the previous error. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread RJ Wang
I remember loadable module (device driver) is about some Linux device driver can be inserted, and can also be removed. 'statically'/dynamically is a different categorization or something else? Some device drivers, not necessarily those essential components such as MMU, drive etc., cannot be

Re: [beagleboard] Problems entering CTRL+Z in terminal on BBB (not on connected PC)

2015-09-07 Thread William Hermans
> > *CTRL + Z is job suspend in bash, probably dash also. If you are > connected via ssh to the BBB when you are ready to input the CTRL + Z, use > CTRL + V, then CTRL + Z. This works with other CTRL sequences in bash > also, ala CTRL + J.* Not arguing against this point, but puTTY seems to

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread RJ Wang
The .dtb file is about the device tree. It doesn't matter the device driver is built-in, or a loadable module. Is it right? Thanks, On Mon, Sep 7, 2015 at 12:11 PM, RJ Wang wrote: > Thanks Robert. In am335x-evmsk.dts, there is leds definition: > > > leds { >

Re: [beagleboard] Problems entering CTRL+Z in terminal on BBB (not on connected PC)

2015-09-07 Thread William Hermans
Sounds like you need to configure the ssh client you're using to allow ctrl + z. On Mon, Sep 7, 2015 at 2:46 AM, wrote: > Hi BBBers, > > I've just got a Skywire modem cape for the BBB. I'm trying to send an SMS. > Everything goes well until I try to enter

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread William Hermans
Static == compiled into the kernel. Dynamic == Compiled as a module - Can be added / removed at will using modprobe - technically . . . On Mon, Sep 7, 2015 at 10:18 AM, RJ Wang wrote: > I remember loadable module (device driver) is about some Linux device > driver can be

Re: [beagleboard] Where is the GPIO LED driver in this display?

2015-09-07 Thread William Hermans
Yes, and it is my guess that the led driver module you speak of is compiled into the kernel. Hence will not show up using lsmod. Sometimes there is a kernel config file on the system you can grep to see if a certain module has been statically compiled in. But I'm not sure if that exists on that

Re: [beagleboard] BBB P8/P9 GPIO pin availability

2015-09-07 Thread Charles Steinkuehler
On 9/7/2015 6:26 PM, rattus wrote: > This does beg one last question - as I am using expansion connector pins to > provide chip selects for numerous peripherals, what is the default state of > the AM335X pins at powerup, until the boot configuration is loaded? I've > slogged through the TRM as

Re: [beagleboard] BBB P8/P9 GPIO pin availability

2015-09-07 Thread rattus
On Monday, September 7, 2015 at 6:52:12 PM UTC-6, Graham wrote: > > Well, by definition, the boot programming pins are going to have the > pull-ups / pull-downs, so you know what they are going to be doing, until > over-ridden. > > Most processors start up with the programmable pins as inputs,

Re: [beagleboard] BBB P8/P9 GPIO pin availability

2015-09-07 Thread rattus
This does beg one last question - as I am using expansion connector pins to provide chip selects for numerous peripherals, what is the default state of the AM335X pins at powerup, until the boot configuration is loaded? I've slogged through the TRM as best I could, but want to make sure we're

Re: [beagleboard] BBB P8/P9 GPIO pin availability

2015-09-07 Thread Graham Haddock
Well, by definition, the boot programming pins are going to have the pull-ups / pull-downs, so you know what they are going to be doing, until over-ridden. Most processors start up with the programmable pins as inputs, then move to the configured state. Anything else can be dangerous to the pins.

[beagleboard] Re: low-speed PWM slowing down Beaglebone Black clock

2015-09-07 Thread TJF
Hi Richard! I never used the chipset driver, so no idea what is happening. You can solve the problem by using libpruio . PWM signals are generated by hardware, using the modules ePWM (f > 0.42 Hz) and eCAP (f > 0.0233 Hz) in the subsystems PWMSS. 8

RE: [beagleboard] Auto Login with Debian ? with systemd

2015-09-07 Thread Bill Pretty
Ok Guys; So I went with the systemd approach an followed the auto login link someone suggested. Unfortunately, none of the methods worked L Arch Linux /etc/systemd/system/getty@tty1.service.d/override.conf or Jessie /etc/systemd/system/getty@tty1.service.d/autologin.conf

[beagleboard] Re: What determines the sampling frequency of BBB

2015-09-07 Thread TJF
Hi! What do you mean by "its low sampling"? The TSC_ADC_SS can sample at 200 kHz. BR -- 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

[beagleboard] New Cape Prototyping

2015-09-07 Thread stefdrums8
Hello to all, I'm prototyping a new cape board for BeagleBone Black. I have designed most of the circuit and now it's time to connect all the thing to the beaglebone. I have a problem: I can not figure out whitch PINs can I use. I read the BeagleBone Black System Reference Manual and the AM335x

[beagleboard] Re: New Cape prototyping

2015-09-07 Thread Graham
The Sitara, particularly when it is operating with a Linux OS, is much more sophisticated than any of the PIC's. I suggest you carefully read the BeagleBone Black Systems Reference Manual (SRM). http://elinux.org/Beagleboard:BeagleBoneBlack#LATEST_PRODUCTION_FILES_.28C.29 I suggest you

Re: [beagleboard] Proper way to Mux PRU pin without Cape Manager

2015-09-07 Thread Charles Steinkuehler
On 9/7/2015 11:52 AM, jalodi@gmail.com wrote: > > Building the kernel because I have some custom modules. > > BTW, This works for me: > > echo pruin > /sys/devices/ocp/ocp:P9_25_pinmux/state > > But "config-pin P9.25 pruin" gives me the previous error. Hmm...there's likely a config-pin

RE: [beagleboard] New Cape Prototyping

2015-09-07 Thread Bill Pretty
If you search for “Beaglebone GPIO” you will find several charts for connectors P8 and P9. You will also find the “Beaglebone Black SRM” or system reference manual helpful. Good old Google J From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of

Re: [beagleboard] Problems entering CTRL+Z in terminal on BBB (not on connected PC)

2015-09-07 Thread Mike
On 09/07/2015 02:14 PM, William Hermans wrote: /CTRL + Z is job suspend in bash, probably dash also. If you are connected via ssh to the BBB when you are ready to input the CTRL + Z, use CTRL + V, then CTRL + Z. This works with other CTRL sequences in bash also, ala CTRL + J./