[beagleboard] Re: Using PRU to control PWM peripheral on kernel 4.1 - DTO problem?

2017-04-01 Thread TJF
Am Samstag, 1. April 2017 22:18:30 UTC+2 schrieb Justin Pearson: > > Are you saying that the only way to get PWM in a 4.x kernel is by > modifying am33xx-clocks.dtsi? > No. The kernel driver should also work (untested). But in your case (controlling the PWM subsystem by PRU code) you have to m

[beagleboard] BBB can't connect over eth0

2017-04-01 Thread jabukuszmaul
I have two beaglebone blacks. One is working fine, the other isn't; as far as I can tell, they are nigh on identical (both Rev C--not sure what else to look at; I did get the nonfunctional one more recently and possibly from a different vendor). I've tried both BBB's booted off of the same mic

[beagleboard] Re: Disabling PowerOff and Reset button

2017-04-01 Thread bilmar19
> I see this being quite useful if we can co-opt the power button for other > uses too. > e.g. If pwr held for <1 second, do nothing for 1 - 3 seconds, restart my software for 3- 5 seconds, run my test routine for > 5 seconds perform original action - os shutdown -- For more options, vis

[beagleboard] Is 'make flasher' utility cross version?

2017-04-01 Thread bilmar19
This is one for Robert: Your images have a script that forks based on the device being a Black, Green etc. Now I have a Black set up the way I want and I run beaglebone-black-make-microSD-flasher-from-eMMC to put my customized image onto an SD. Q. Does the newly created SD card have the same m

[beagleboard] Re: Disabling PowerOff and Reset button

2017-04-01 Thread bilmar19
I can see this being quite useful as a way to coopt the power button for > other actions too: > example pseudocode: If powerbutton held for > 1 second, do nothing # reduces accidental presses if powerbutton held for >=1 s to < 2 s , call mysoftware restart if po

[beagleboard] Re: Additional source for 3-wire JST-ZH connector for BBBL DSM input

2017-04-01 Thread Adam Bennett
Purchased and verified to be correct connector for BB Blue DSM input. On Friday, March 24, 2017 at 7:50:05 PM UTC-4, Adam Bennett wrote: > > JST-ZH, 1.50mm spacing > > https://hobbyking.com/en_us/ar6300-mini-jst-plug-and-servo-lead-5pc.html > -- For more options, visit http://beagleboard.org/dis

[beagleboard] Re: Using PRU to control PWM peripheral on kernel 4.1 - DTO problem?

2017-04-01 Thread Justin Pearson
Hi TJF, thanks for your note. Are you saying that the only way to get PWM in a 4.x kernel is by modifying am33xx-clocks.dtsi? Also, how can I verify whether the register is set correctly? Thanks, Justin On Friday, March 31, 2017 at 9:48:33 AM UTC-7, TJF wrote: > > Hi Justin! > > The initial dev

[beagleboard] UART4 not working after bootup - as configured through Systemctl

2017-04-01 Thread sajeevan k
Hi all, This is first time I am using Beaglebone black for a development. I am using Beaglebone Black RevC with Debian Jessie image. I want an application "shaft_cam" to run at bootup of BBB. For that I created a .service file in /lib/systemd/system/ folder. [Unit] Description=Shaft Cam [Ser

[beagleboard] How to Install Coreboot on BeagleBone Black

2017-04-01 Thread Jan Jaap
Hi! I noticed that Coreboot has added official support for the BeagleBone Black but I could not find any information or instructions on how to install it. http://www.phoronix.com/scan.php?page=news_item&px=MTM3ODg https://www.coreboot.org/ARM

[beagleboard] How to use KGDB

2017-04-01 Thread Mrigendra Chaubey
My setup one beaglebone black one usb to serial cable connected on proper uart header properly compiled kernel , vmlinux, uImage, uboot.bin, MLO, device tree binary booting through uSD card beaglebone_defconfig added these lines CONFIG_HAVE_ARCH_KGDB=y CONFIG_KGDB=y CONFIG_KGDB_SERIAL_CONSOLE=y