Re: [beagleboard] dts for beaglebone Black rev c

2017-12-06 Thread Madhu K
Hi, Use am335x-boneblack.dts Regards, Madhu On Thu, Dec 7, 2017 at 11:08 AM, Reshmi Chandran wrote: > Hi , > Can anyone tell me which is the dts file for beagleboneblack revc board. I > am interested in changing the spi frequency. > Is there any other way to change the

[beagleboard] dts for beaglebone Black rev c

2017-12-06 Thread Reshmi Chandran
Hi , Can anyone tell me which is the dts file for beagleboneblack revc board. I am interested in changing the spi frequency. Is there any other way to change the spi master frequency . -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

[beagleboard] Re: Beaglebone Blue compass not working in DMP mode

2017-12-06 Thread sharma . rahul98912
Hi, Did you check this?- https://github.com/StrawsonDesign/Robotics_Cape_Installer/issues/53 On Sunday, November 26, 2017 at 8:02:18 PM UTC+5:30, D Sellers wrote: > > Same issue here. Raw readings seem to be correct, but the DMP mode of the > API the heading (raw and filtered) just drift. > >

[beagleboard] Undefined F_SETSIG macro

2017-12-06 Thread wbasser
I am attempting to use the following code to set the signal for an asynchronous read. I get an error during compile that indicates that F_SETSIG is missing. The following symbols have been defined for the compile __USE_GNU _GNU_SOURCE This eliminated except the missing F_SETSIG. Any ideas?

[beagleboard] Re: fsck fails to start on writable partition at boot/startup

2017-12-06 Thread mindentropy
Hi Dave, As you said not unusual but I am not sure. As in the earlier post it is better not to have fsck ask for confirmation. I feel there is some problem in the scripts which might have failed and not in the fsck. What is the filesystem type here? A battery backup maybe in the form of a

Re: [beagleboard] Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-06 Thread Robert Nelson
On Wed, Dec 6, 2017 at 6:59 PM, RoSchmi wrote: > Hi, > I'm trying to foolow Derek Molloy's tutorial "Writing a Linux Kernel Module" > http://derekmolloy.ie/writing-a-linux-kernel-module-part-1-introduction/ > According to the blog it is needed to install the

[beagleboard] Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-06 Thread RoSchmi
Hi, I'm trying to foolow Derek Molloy's tutorial "Writing a Linux Kernel Module" http://derekmolloy.ie/writing-a-linux-kernel-module-part-1-introduction/ According to the blog it is needed to install the linux-header files. I'm using debian 4.4.91-ti-r133. On the command: sudo apt-get install

Re: [beagleboard] Re: Beaglebone Black Industrial universal cape not working...

2017-12-06 Thread Daniel Kulp
Things are definitely working better. My GPIO's are available and working, config-pin works, etc... Major thanks! Question: Longer term, should the /proc/device-tree/model continue to read "TI AM335x BeagleBone Black" or should that eventually be updated to give a unique name like "TI

Re: [beagleboard] Is cape manager obsolete? What about device tree overlays?

2017-12-06 Thread Mark A. Yoder
I got the LCD working! But it with using Adafruit's user space LCD interface[1]. I still need a framebuffer solution. --Mark [1] https://learn.adafruit.com/user-space-spi-tft-python-library-ili9341-2-8 On Tuesday, December 5, 2017 at 7:14:19 PM UTC-5, Mark A. Yoder wrote: > > Well, I though I

[beagleboard] Re: fsck fails to start on writable partition at boot/startup

2017-12-06 Thread Dave Barndt
Hi Gautam, As you requested, here's the output from running fsck on the writable partition after booting/running from the SD card. Nothing that truly unusual I don't think? root@bbb-dev:~# fsck -f -v /dev/mmcblk1p2 fsck from util-linux 2.25.2 e2fsck 1.43 (17-May-2016) Pass 1: Checking inodes,

Re: [beagleboard] Help! Replaced dead BBW with Beaglebone Green but it won't boot with my hardware attached!

2017-12-06 Thread wkulecz
On Wednesday, December 6, 2017 at 11:41:27 AM UTC-6, wku...@gmail.com wrote: > > > Just for grins, I put the bone-debian 9.2 SD card /boot/uEnv.txt back to > stock settings and tried it in my old Rev A5A BeagleboneBlack that has been > collecting dust. It booted fine and the GUI came up, I

[beagleboard] Re: fsck fails to start on writable partition at boot/startup

2017-12-06 Thread Dave Barndt
Hi Tarmo, Thanks for the reply! And we are considering doing something like you're suggesting - adding fsck options to the kernel to do automatic repairs during startup when possible. Thanks for that. /etc/fstab just has a few entries. Two partitions and then directories bound within the

Re: [beagleboard] Re: Beaglebone Black Industrial universal cape not working...

2017-12-06 Thread Daniel Kulp
MUCH MUCH better... The GPIO's all come up correctly. U-Boot 2018.01-rc1-2-g965cb1b342 (Dec 06 2017 - 13:32:27 -0600), Build: jenkins-github_Bootloader-Builder-15 CPU : AM335X-GP rev 2.1 I2C: ready DRAM: 512 MiB No match for driver 'omap_hsmmc' No match for driver 'omap_hsmmc' Some

Re: [beagleboard] Re: Beaglebone Black Industrial universal cape not working...

2017-12-06 Thread Robert Nelson
On Wed, Dec 6, 2017 at 12:47 PM, Jose Valenzuela San Juan wrote: > Is there a workaround while we wait for the fix? > > Looking forward for when its ready, I'm also working on an Element14 > BeagleBone Black Industrial. > Please let us know when ready. Okay, i found the issue

Re: [beagleboard] Re: Beaglebone Black Industrial universal cape not working...

2017-12-06 Thread Jose Valenzuela San Juan
Is there a workaround while we wait for the fix? Looking forward for when its ready, I'm also working on an Element14 BeagleBone Black Industrial. Please let us know when ready. Regards! On Tuesday, December 5, 2017 at 7:40:07 PM UTC-3, RobertCNelson wrote: > > On Tue, Dec 5, 2017 at 4:30 PM,

[beagleboard] Re: fsck fails to start on writable partition at boot/startup

2017-12-06 Thread mindentropy
On Wednesday, December 6, 2017 at 12:44:27 AM UTC+5:30, Dave Barndt wrote: > > Hi Gautam, > > Thanks for the reply! I actually had the same idea last night, and did > manage to boot the board using an image on an SD card, and was able to run > the fsck from there against the bad partition on

Re: [beagleboard] Help! Replaced dead BBW with Beaglebone Green but it won't boot with my hardware attached!

2017-12-06 Thread wkulecz
On Wednesday, December 6, 2017 at 10:11:07 AM UTC-6, RobertCNelson wrote: > > On Wed, Dec 6, 2017 at 10:08 AM, wrote: > > My Beaglebone White died after about 3 years of 24/7 use. I downloaded > the > > "latest" Debian Stretch image > >

[beagleboard] Changing clock sources for device timers

2017-12-06 Thread Jake Grycel
Hello, I am looking for a way to change the clock being used to drive the watchdog timer, or any general purpose timer. Are there functions I could use in a kernel module to modify the input clock multiplexer for the timers without having to use DMA, or mmap to write directly to the register?

Re: [beagleboard] Help! Replaced dead BBW with Beaglebone Green but it won't boot with my hardware attached!

2017-12-06 Thread Robert Nelson
On Wed, Dec 6, 2017 at 10:08 AM, wrote: > My Beaglebone White died after about 3 years of 24/7 use. I downloaded the > "latest" Debian Stretch image > (bone-debian-9.2-iot-armhf-2017-10-10-4gb.img.xz) and wrote a new SD card. > Had no trouble copying over my code and building

[beagleboard] Help! Replaced dead BBW with Beaglebone Green but it won't boot with my hardware attached!

2017-12-06 Thread wkulecz
My Beaglebone White died after about 3 years of 24/7 use. I downloaded the "latest" Debian Stretch image (bone-debian-9.2-iot-armhf-2017-10-10-4gb.img.xz) and wrote a new SD card. Had no trouble copying over my code and building it. Edited the /boot/uEnv.txt file to try and make the pinmux

Re: [beagleboard] UART 2 Issue in Pocket Beagle Bone

2017-12-06 Thread Robert Nelson
On Wed, Dec 6, 2017 at 3:39 AM, Rohit Karkala wrote: > > > Hello All, > > I am able to transmit data in UART4 (P2_5 , P2_7) > > Now i am trying to transmit data in UART 2 (P1.8, P1.10) in Pocket beagle > Bone. I can not see anything coming out . > Use "config-pin" see:

[beagleboard] Re: fsck fails to start on writable partition at boot/startup

2017-12-06 Thread tarmo
On Monday, December 4, 2017 at 11:30:32 PM UTC+2, Dave Barndt wrote: > > Hi, > > I'm hoping that someone has come across this problem before and can point > me in the right direction. > > I'm trying to troubleshoot a BeagleBone Black with Debian 8 that appears > to have a filesystem corruption.

[beagleboard] Re: how to set pins for "gpio-matrix-keypad" in am335x-boneblack-emmc-overlay.dts

2017-12-06 Thread couguariuga
Thank you a lot for solving this in public. Am Montag, 13. Februar 2017 07:31:16 UTC+1 schrieb Gurpartap Singh: > Now It is working .. There are some issues with certain keys.. Row0 keys > are working *But ROW1 keys are not working* * IS there anything wrong > with my dts settings.* > Did

[beagleboard] Re: Unable to connect to 192.168.7.1

2017-12-06 Thread wnpw1997
same to mei cant ping my laptop(192.168.7.1) from putty (beaglebone black connected to my laptop via usb) On Tuesday, January 7, 2014 at 2:10:01 PM UTC+8, Pariyan Shah wrote: > > I have BBB connected via USB, using PuTTY on windows > When I type - > > ping 192.168.7.1 -> 20 packets

[beagleboard] UART 2 Issue in Pocket Beagle Bone

2017-12-06 Thread Rohit Karkala
Hello All, I am able to transmit data in UART4 (P2_5 , P2_7) Now i am trying to transmit data in UART 2 (P1.8, P1.10) in Pocket beagle Bone. I can not see anything coming out . Here is the steps i followed. Version : debian@beaglebone:~$ cat /etc/debian_version 9.1 Enabled UART2 in

[beagleboard] Need to enable audio on BBGW

2017-12-06 Thread Ritesh
Hi, I need to play audio on BBGW via I2S. but don't want to use bluetooth speaker. Tried steps mentioned in below link https://github.com/beagleboard/bb.org-overlays/issues/39 But getting no result. Can anyone help me in the same? Thanks in advanced -- For more options, visit

[beagleboard] Uart 2 Issue in Pocket Beagle Bone

2017-12-06 Thread Rohit Karkala
Hello All, I am able to transmit data in UART4 (P2_5 , P2_7) Now i am trying to transmit data in UART 2 (P1.8, P1.10) in Pocket beagle Bone. I can not see anything coming out . Here is the steps i followed. Version : debian@beaglebone:~$ cat /etc/debian_version 9.1 Enabled UART2 in

[beagleboard] Uart 2 Issue in Pocket Beagle Bone

2017-12-06 Thread Rohit
Hello All, I am able to transmit data in UART4 (P2_5 , P2_7) Now i am trying to transmit data in UART 2 (P1.8, P1.10) in Pocket beagle Bone. I can not see anything coming out . Here is the steps i followed. Version : debian@beaglebone:~$ cat /etc/debian_version 9.1 Enabled UART2 in

[beagleboard] Uart2 Issue in Pocket Beagle Bone

2017-12-06 Thread Rohit Karkala
Hello All, I am able to transmit data in UART4 (P2_5 , P2_7) Now i am trying to transmit data in UART 2 (P1.8, P1.10) in Pocket beagle Bone. I can not see anything coming out . Here is the steps i followed. Version : debian@beaglebone:~$ cat /etc/debian_version 9.1 Enabled UART2 in

[beagleboard] Help! Need BBG to replace failed BBW but having gpio problems

2017-12-06 Thread wkulecz
I downloaded the "latest" Stretch image (bone-debian-9.2-iot-armhf-2017-10-10-4gb.img.xz) and had ho issues moving my code to it and compiling it. But when I attach my hardware interface to P8 connector it won't boot. I've edited the /boot/uEnv.txt file and un-commented:

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

2017-12-06 Thread RoSchmi
Am Montag, 4. Dezember 2017 22:02:14 UTC+1 schrieb Ken Shirriff: > > Hi RoSchmi, > > My code is at > https://github.com/shirriff/alto-ethernet-interface/tree/master/src > I also wrote a blog post discussing interrupts: > http://www.righto.com/2016/09/how-to-run-c-programs-on-beaglebones.html >

RE: [beagleboard] BeagelBoard X15 Weight

2017-12-06 Thread Jeff Andich
Hmmm , the weight’s not in the SRM on github? I will try to take my BB-X15 572xEVM (sans the LCD screen) to the mailroom at work and weigh. the aluminum standoff’s are attached as feet so it may not be an exact weight. Hey, are you guys using the X15 for a university project? When the time’s