Re: [beagleboard] Auto Login with Debian ?

2015-09-06 Thread William Hermans
William, are you attempting to do this from the physical console, or through ssh ? So you can forget about using /etc/inittab. This is sysv specific.Unless you revert to sysv. The way I see it you have two options. 1. Get ready to spend a good amount of time figuring out systemd. 2. Get r

Re: [beagleboard] Auto Login with Debian ?

2015-09-06 Thread William Hermans
I should also mention that this is one reason why I'm still running Wheezy. As Robert has made it pretty simple to apt-get install kernel wise. This means that I miss out on some newer packages perhaps. But currently I have no pressing need for for *anything* that new. All I need is CAN( check ),

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

2015-09-06 Thread William Hermans
> > *Yes, your post: * > *leds_gpio 3186 0* > > *is what I want. I don't know why my board has no such module.* > > *For whats it's worth though none of the modules you have loaded resemble > those that a beaglebone has loaded.* > > *You think my board does not load leds? I have been

Re: [beagleboard] Auto Login with Debian ?

2015-09-06 Thread Mike
On 09/07/2015 12:10 AM, Bill Pretty wrote: Thanks for getting back guys …. IMHO there has to be a straight forward way of doing this. By that I mean, I don’t have to login to my microwave to make popcorn. (there are 1000’s of embedded systems running Linux) So somebody must have done it ??

RE: [beagleboard] Auto Login with Debian ?

2015-09-06 Thread Bill Pretty
Thanks for getting back guys …. IMHO there has to be a straight forward way of doing this. By that I mean, I don’t have to login to my microwave to make popcorn. (there are 1000’s of embedded systems running Linux) So somebody must have done it ?? From: beagleboard@googlegroups.com [mai

Re: [beagleboard] Auto Login with Debian ?

2015-09-06 Thread William Hermans
Pretty much you have to instal SYSV, remove systemd and do what Roberts suggests for wheezy. It could fix your issue, *if* you wanted to do away with systemd. That is probably what I'd do, but that doesn't mean that anyone else has to agree with me. For me it is a simple matter of being able to get

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

2015-09-06 Thread Robert Nelson
On Sun, Sep 6, 2015 at 7:30 PM, Robert Willy wrote: > Yes, your post: > leds_gpio 3186 0 > > is what I want. I don't know why my board has no such module. > > For whats it's worth though none of the modules you have loaded resemble > those that a beaglebone has loaded. > > You think

Re: [beagleboard] Auto Login with Debian ?

2015-09-06 Thread Robert Nelson
On Sun, Sep 6, 2015 at 9:10 PM, Bill Pretty wrote: > Thanks William. > > > > I checked out: > > http://without-systemd.org/wiki/index.php/How_to_remove_systemd_from_a_Debian_jessie/sid_installation > > and it looks like I would have to change this line in uEnv.txt > > uname_r=3.8.13-bone70 > #dtb=

RE: [beagleboard] Auto Login with Debian ?

2015-09-06 Thread Bill Pretty
Thanks William. I checked out: http://without-systemd.org/wiki/index.php/How_to_remove_systemd_from_a_Debian_jessie/sid_installation and it looks like I would have to change this line in uEnv.txt uname_r=3.8.13-bone70 #dtb= cmdline=quiet init=/lib/systemd/systemd ß to something else

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

2015-09-06 Thread rattus
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); all other pins are inputs to the expansion card and thanks to Graham's advice will be powered first to ensure protection diodes will n

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

2015-09-06 Thread Robert Willy
Yes, your post: *leds_gpio 3186 0*is what I want. I don't know why my board has no such module. *For whats it's worth though none of the modules you have loaded resemble those that a beaglebone has loaded.* You think my board does not load leds? I have been supposing that Sita

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

2015-09-06 Thread William Hermans
For whats it's worth though none of the modules you have loaded resemble those that a beaglebone has loaded. On Sun, Sep 6, 2015 at 3:12 PM, William Hermans wrote: > william@xanbustester:~/can-dev/can-web$ lsmod > Module Size Used by > can_raw 3 > can

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

2015-09-06 Thread William Hermans
william@xanbustester:~/can-dev/can-web$ lsmod Module Size Used by can_raw 3 can26598 1 can_raw tda998x11577 0 tilcdc 24624 0 omap_sham 20563 0 omap_aes 12439 0 c_can_platform

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

2015-09-06 Thread Robert Willy
Hi, I have a TI Sitara SK board, similar to BeagleBone Black. Now it is with its new ti-processor-sdk-linux-am335x-evm-01.00.00.03 and boot to its work state, i.e. Matrix web application. When I run ps command, I have the following process: root@am335x-evm:~# ps PID USER VSZ STAT COMM

Re: [beagleboard] Re: running ./tools/install_kernel.sh

2015-09-06 Thread Patrick Mulder
On Sunday, September 6, 2015 at 11:31:26 PM UTC+2, RobertCNelson wrote: > > On Sun, Sep 6, 2015 at 4:23 PM, Patrick Mulder > wrote: > > > > > > On Sunday, September 6, 2015 at 7:49:29 PM UTC+2, RobertCNelson wrote: > >> > > Have you built/installed u-boot with this patch? > > > https://eewi

Re: [beagleboard] Re: running ./tools/install_kernel.sh

2015-09-06 Thread Robert Nelson
On Sun, Sep 6, 2015 at 4:23 PM, Patrick Mulder wrote: > > > On Sunday, September 6, 2015 at 7:49:29 PM UTC+2, RobertCNelson wrote: >> >> Use the kernel installing directions as shown. >> >> >> https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-InstallKernelandRootFileSystem >>>

Re: [beagleboard] Re: running ./tools/install_kernel.sh

2015-09-06 Thread Patrick Mulder
On Sunday, September 6, 2015 at 7:49:29 PM UTC+2, RobertCNelson wrote: > > Use the kernel installing directions as shown. > > > https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-InstallKernelandRootFileSystem > >> >> OK - the unpacking of rootfs is clear, but the setup of the

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

2015-09-06 Thread maurerrl
I'm facing an irksome problem -- I'm looking to drive 8 servos via PWM. I've got the pins muxed correctly, but I've noticed when I drive the PWM frequency below 600 Hz (599 and below), my code slows down by 1.5 orders of magnitude. It's a cumulative effect that occurs for each PWM channel with

Re: [beagleboard] Auto Login with Debian ?

2015-09-06 Thread William Hermans
And some people wonder why sites like *without.systemd.org * exist . . . On Sun, Sep 6, 2015 at 10:10 AM, Bill Pretty wrote: > > > https://wiki.archlinux.org/index.php/Automatic_login_to_virtual_console > > Should get you started > > > > Thanks for the help Don. > >

Re: [beagleboard] Re: running ./tools/install_kernel.sh

2015-09-06 Thread Robert Nelson
Use the kernel installing directions as shown. https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-InstallKernelandRootFileSystem On Sep 6, 2015 11:23 AM, "Patrick Mulder" wrote: > root@kiste:/home/patrick/projects/embedded/bb-kernel# > ./tools/install_kernel.sh > > I see... >

RE: [beagleboard] Auto Login with Debian ?

2015-09-06 Thread Bill Pretty
https://wiki.archlinux.org/index.php/Automatic_login_to_virtual_console Should get you started Thanks for the help Don. I followed the link, but it would appear that Arch Linux uses a slightly different file structure. So I looked around and found what I thought was the correct file

[beagleboard] Re: running ./tools/install_kernel.sh

2015-09-06 Thread Patrick Mulder
root@kiste:/home/patrick/projects/embedded/bb-kernel# ./tools/install_kernel.sh I see... fdisk -l: Disk /dev/sda: 500.1 GB, 500107862016 bytes Disk /dev/mapper/kiste-root: 492.8 GB, 492813942784 bytes Disk /dev/sdb: 15.5 GB, 15548284928 bytes Disk /dev/mapper/kiste-swap_1: 7033 MB, 7033847808 b

[beagleboard] running ./tools/install_kernel.sh

2015-09-06 Thread Patrick Mulder
Hi, I have successfully cross compiled a Debian image with the bb-kernel tools from Robert Nelson: DTC arch/arm/boot/dts/am335x-bonegreen.dtb DTC arch/arm/boot/dts/arduino-tre.dtb DTC arch/arm/boot/dts/am335x-tester.dtb `arch/arm/boot/zImage' -> `/home/patrick/projects/embedd

[beagleboard] bbb flashing emmc from sdcard and kernel upgrage

2015-09-06 Thread sasak
hello, I'm trying to upgrade the kernel on emmc. my steps: 1. download image for bbb with Kernel: 3.8.13-bone72 (07/28/2015) 2. flash sdcard 3. branch build kernel 3.8.13-bone72 with some modifications on usb gadget (patch) 4. run script ./tools/install kernel.sh to upgrade sdcard 5.1. when bbb st