[beagleboard] Re: PRU 2.1.0 production ready.

2014-11-02 Thread Jon E
Thanks Jason, I recently found this PRU presentation from the Embedded Linux Conference Europe. http://events.linuxfoundation.org/sites/events/files/slides/Enhancing%20RT%20Capabilities%20with%20the%20PRU%20final.pdf Can't wait to see a bit more of this rpmsg driver framework! Regards, Jon

[beagleboard] Factory Flashing of images (MLO, uboot.img, uImage rootfs.ubi) on NAND or SD onto beaglebone black

2014-11-02 Thread Srinivasan Shanmugam
Dear Beaglebone black Community, As am newbie to this beaglebone black development board am stuck with this from many days, I found several links related to flashing the images onto beaglebone black, But could anybody please suggest me, In a production environment which is the quick

[beagleboard] Changes done in uboot source code or Kernel source code not getting reflected onto Serial console

2014-11-02 Thread Srinivasan Shanmugam
Dear beaglebone black community, 1. As am newbie in using ti-sdk-am335x-evm-07.00.00.00 where we have uboot source code , when am trying to modify the uboot kernel source code ie., am trying to add printks in the source code , compiled flashed the images onto SD card but am unable to see

[beagleboard] Using UART

2014-11-02 Thread faimbs
Hello! I try to use the UARTS 1,2,4. I set up an own device tree and have the files /dev/ttyO1 When I send echo hello /dev/ttyO1 I get no information out of my cape. How can I check if the pins are correct in UART mode? Thank you! -- For more options, visit http://beagleboard.org/discuss ---

[beagleboard] Re: Using UART

2014-11-02 Thread faimbs
btw: I miss also the path: /sys/kernel/debug/omap_mux/ I found some help in the internet, but all are using this path, what I doesn´t has. BBB is brand new. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

Re: [beagleboard] Factory Flashing of images (MLO, uboot.img, uImage rootfs.ubi) on NAND or SD onto beaglebone black

2014-11-02 Thread Gerald Coley
The one we use. The same one as everybody uses as users. Boot from the SD card that flashes the eMMC. Gerald On Sunday, November 2, 2014, Srinivasan Shanmugam srinivasan@gmail.com wrote: Dear Beaglebone black Community, As am newbie to this beaglebone black development board am stuck

[beagleboard] Re: Using UART

2014-11-02 Thread gntoni
You can use one of the overlays here to set the different UARTS: https://github.com/gntoni/projectM/tree/master/devTree A good way to test if it is working is to place a wire between pins Tx and Rx. You can use minicom sudo minicom -b 9600 -D /dev/ttyO1 and check that you can see what you

[beagleboard] dtb-rebuilder on branch 3.14-ti make fails

2014-11-02 Thread Peter Gregory
I'm setting up my BBB for custom pins P9-39AIN0 Light Sensor A/D P8-19 gpio0[22] 22 0x820 EHRPWM2A RED LED PWM P8-13 pgio0[23] 23 0x824 EHRPWM2B GREEN LED PWM P9-14 gpio1[18] 50 0x848 EHRPWM1A BLUE LED PWM P8-14 gpio0[26] 26 0x828 GPIO0_26 Sensor 1 Zero Crossing P8-17

Re: [beagleboard] dtb-rebuilder on branch 3.14-ti make fails

2014-11-02 Thread Robert Nelson
On Sun, Nov 2, 2014 at 10:38 AM, Peter Gregory talkto...@gmail.com wrote: I'm setting up my BBB for custom pins P9-39AIN0 Light Sensor A/D P8-19 gpio0[22] 22 0x820 EHRPWM2A RED LED PWM P8-13 pgio0[23] 23 0x824 EHRPWM2B GREEN LED PWM P9-14 gpio1[18] 50 0x848 EHRPWM1A

Re: [beagleboard] Should I Boot From SD Card?

2014-11-02 Thread Curt Carpenter
OK thank you -- I'll look for more information on read only rootfs. I guess I should plan on avoiding on-board compilation too, since I have no way of knowing if, for example, the GNU compilers are sensitive to the disk endurance issue. -- For more options, visit

Re: [beagleboard] Should I Boot From SD Card?

2014-11-02 Thread Przemek Klosowski
On Sun, Nov 2, 2014 at 12:45 PM, Curt Carpenter 1cjcarpen...@att.net wrote: OK thank you -- I'll look for more information on read only rootfs. I guess I should plan on avoiding on-board compilation too, since I have no way of knowing if, for example, the GNU compilers are sensitive to the

Re: [beagleboard] dtb-rebuilder on branch 3.14-ti make fails

2014-11-02 Thread Peter Gregory
Just installed a new image debian-7.7.0-i386-netinst.iso. pgregory@debian:~/dtb-rebuilder$ dtc -v Version: DTC 1.3.0 Is it too old? Do I need to compile the device tree under BBB? pgregory@debian:~/dtb-rebuilder$ make DTC src/arm/am335x-base0033.dtb dtc: invalid option -- 'i' Usage: dtc

Re: [beagleboard] dtb-rebuilder on branch 3.14-ti make fails

2014-11-02 Thread Robert Nelson
On Nov 2, 2014 1:00 PM, Peter Gregory talkto...@gmail.com wrote: Just installed a new image debian-7.7.0-i386-netinst.iso. pgregory@debian:~/dtb-rebuilder$ dtc -v Version: DTC 1.3.0 Is it too old? Do I need to compile the device tree under BBB? Way to old, use 1.4+

Re: [beagleboard] dtb-rebuilder on branch 3.14-ti make fails

2014-11-02 Thread Peter Gregory
I had to go to debian jessie (debian-jessie-DI-b2-i386-netinst.iso) to get version DTC 1.4. It works now. Thanks! -- 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

[beagleboard] How to change the ip address reported to remote host over usb on debian image?

2014-11-02 Thread Milton Mobley
I found the file setup-ubuntu-armhf-3.8.13-bone30.sh, which appears to do closely related things, i.e. start dhcp server, start gadget, etc. How is this file used? I am guessing it was executed on a Beagle running from sd card with this image, and after shutdown, the sd card image was copied

[beagleboard] Seriously Confused

2014-11-02 Thread Curt Carpenter
Hello. I am trying to figure out how to use I/O with my BBB running Debian, but the more I try the more confused I get. For example: I try to read the analog inputs using information I find on the web. Per instructions, I enter echo cape-bone-iio /sys/devices/bone_capemgr.*/slots which

[beagleboard] Re: How to change the ip address reported to remote host over usb on debian image?

2014-11-02 Thread Milton Mobley
The shell file was in the scripts folder of the debian boot partition On Sunday, November 2, 2014 2:31:51 PM UTC-8, Milton Mobley wrote: I found the file setup-ubuntu-armhf-3.8.13-bone30.sh, which appears to do closely related things, i.e. start dhcp server, start gadget, etc. How is this

Re: [beagleboard] How to change the ip address reported to remote host over usb on debian image?

2014-11-02 Thread John Syn
From: Milton Mobley miltmob...@gmail.com Reply-To: beagleboard@googlegroups.com beagleboard@googlegroups.com Date: Sunday, November 2, 2014 at 3:31 PM To: beagleboard@googlegroups.com beagleboard@googlegroups.com Subject: [beagleboard] How to change the ip address reported to remote host

[beagleboard] How fast/reliable is ADC sampling from the PRU

2014-11-02 Thread jleb
Hello all, Still very new to the embedded systems world but really love the BBB so far! I have a project in which I have to sample 4 analog inputs very quickly (at least 44.1 kHz). I initially thought of using an external ADC and hooking that up through the BBB's McASP interface, but on second

Re: [beagleboard] How to change the ip address reported to remote host over usb on debian image?

2014-11-02 Thread Milton Mobley
I wanted to make the ip address in each distro instance I test different so that they will have different keys on my desktop On Sun, Nov 2, 2014 at 4:14 PM, John Syn john3...@gmail.com wrote: From: Milton Mobley miltmob...@gmail.com Reply-To: beagleboard@googlegroups.com