[beagleboard] device tree dallas 1 wire ubuntu - loads but odd behaviour

2013-12-10 Thread Sika
Hi All, A puzzle: the following device tree /* * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free

[beagleboard] Re: device tree dallas 1 wire ubuntu - loads but odd behaviour

2013-12-10 Thread Sika
Oh, by the way ...the blob is loaded: grubby@ubuntu-armhf:~/python/projects$ cat $SLOTS 0: 54:PF--- 1: 55:PF--- 2: 56:PF--- 3: 57:PF--- 4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G 5: ff:P-O-L Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI 6: ff:P-O-L Override

Re: [beagleboard] Transfer files via Minicom or by LAN - Angstrom

2013-12-10 Thread Pietro Luigi Carotenuto
Hi, Is it possible to transfer files from beagleboard to windows host? Where I have to look in order to discover Zmodem installation? On my Sd card partition? Thank u -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

[beagleboard] Re: 1-wire under Ubuntu on BB Black

2013-12-10 Thread Sika
Hi All I've got a fair way down this path, but when I attempt to load cwrse's blob file I get these errors on dmesg: [ 141.405600] of_get_named_gpio_flags exited with status 45 [ 141.405623] of_get_named_gpio_flags: can't parse gpios property [ 141.411224] bone-capemgr bone_capemgr.9: slot

Re: [beagleboard] Re: Audio Cape with Beaglebone Black

2013-12-10 Thread lukasz . januszkiewicz
Hello, I run AudioCape with 3.8.13-bone31 kernel *without any modification of patches *and it works fine now, so I can confirm the problem of audio quality seems to be resolved. BR, Lukasz -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

[beagleboard] Serial port stops working when I enable CTS and RTS

2013-12-10 Thread Tom Davies
I have /dev/ttyO1 working fine, with my own overlay. I also wish to enable CTS and RTS so that the RF link I am talking to can manage the amount of data I send it. Once I enable the CTS and RTS pins the serial port stops working. I have verified that the CTS line of /dev/ttyO1 (which is

[beagleboard] Re: Using the WBYJB02 3.2 Touch Screen LCD - dx.com

2013-12-10 Thread Djair Guilherme
Now I find that the pins MISO, MOSI, SCLK are part of SPI interface. But I still don't know where SS pin is. The pins F_CS, TP_CS and SD_CS appear to be a Chip Selector for FRAME, TOUCHPAD and SDCARD Reader. I've found this info in this two links: http://arduino.cc/en/Reference/SPI and

Re: [beagleboard] Re: Using the WBYJB02 3.2 Touch Screen LCD - dx.com

2013-12-10 Thread Mike Bremford
I've used SPI exactly once so am far from an expert, but I did successfully hook up a 16550 series UART using SPI1_D0 as MOSI, SPI1_D1 as MISO, SPI1_SCLK as SCLK and SPI1_CS0 as the chip select, which worked with /dev/spidev1.0 (I used SPI mode 0, and I loaded the BB-SPIDEV1 virtual cape from

Re: [beagleboard] Switching from Angstrom to Debian for the BBB

2013-12-10 Thread David Lambert
Thanks Micka. I was considering just removing the request to capemgr via uEnv.txt, and writing a service to populate the slot. Ultimately the loading should be taken care of via the EEPROM signature, but that has not yet been implemented. I was just curious as to what was the difference

[beagleboard] Windows Embedded on a BBB

2013-12-10 Thread Wasabi Fan
I've been experimenting with my BBB for a while now, and came across an interesting question: Can one run Windows on a BBB? I'm sure people have tried before, but I can't find much of an answer on the Internet. I'm really just looking for either an answer in the affirmative, with some sort of a

Re: [beagleboard] Transfer files via Minicom or by LAN - Angstrom

2013-12-10 Thread Raffaele Breglia
apt-get install openssh-server on beaglebone and Filezilla from windows regards 2013/12/10 Pietro Luigi Carotenuto pietroluigi1...@libero.it Hi, Is it possible to transfer files from beagleboard to windows host? Where I have to look in order to discover Zmodem installation? On my Sd card

[beagleboard] Win CE 7 on BBB

2013-12-10 Thread Andrew Tyutyunnikov
Hi, find Windows Embedded Compact 7 Reference BSP for BeagleBone. Anybody trying install this? May be anyone have experiance how install CE on BBB? http://www.adeneo-embedded.com/Products/Board-Support-Packages/BeagleBone -- For more options, visit http://beagleboard.org/discuss --- You

[beagleboard] Configure all of the serial port as TTYO0

2013-12-10 Thread jr
Hello, When i connect the RX and TX pins of serial debugger and launch minicom with TTYO0, the character sent is received. It's a normal situation, but if i connect all other serial ports (P9_26-P9_24, P9_22-P9_21, P9_11-P9_13, P8_38-P8_37) and launch minicom with TTYS0, TTYS1, TTYS2 or TTYS3,

[beagleboard] uboot run fatinfo on mmc device got No device specified error

2013-12-10 Thread David
Hi, I ran mmc dev and mmc part command get mmc0 response: U-Boot# mmc dev mmc0 is current device U-Boot# mmc part Partition Map for MMC device 0 -- Partition Type: DOS PartStart SectorNum Sectors UUIDType 1 204898304

[beagleboard] Disable USB Host port

2013-12-10 Thread palesius
I'm looking for a way to disable (temporarily) the USB host port in a program I'm developing. I have a device that I'm interfacing with via libusb that sometimes misbehaves and needs to be physically disconnected/reconnected in order to function again. I'm hoping I can disable then re-enable

[beagleboard] Configure all of the serial port as TTYO0

2013-12-10 Thread jr
Hello, When i connect the RX and TX pins of serial debugger and launch minicom with TTYO0, the character sent is received. It's a normal situation, but if i connect all other RX and TX pins of serial ports (P9_26-P9_24, P9_22-P9_21, P9_11-P9_13, P8_38-P8_37) and launch minicom with TTYS0,

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2013-12-10 Thread Robert Nelson
On Tue, Dec 10, 2013 at 1:24 AM, benedict290...@gmail.com wrote: I didn't say it wouldn't work. I expect most of the user land stuff to be fine. I did try to get a later version of udev working on the 3.2 kernel image supplied from TI with not much luck, but that is another problem. The

Re: [beagleboard] C Code - File transfer from BB-XM to PC via Serial

2013-12-10 Thread Frank Hunleth
On Tue, Dec 10, 2013 at 10:18 AM, Pietro Luigi Carotenuto pietroluigi1...@libero.it wrote: Hi, I need to transfer files from BB to my host PC via serial. I know that usually zmodem is used, but 1) how to know if zmodem is installed? Take a look at the lrzsz package. I've seen the command

Re: [beagleboard] Boot a Custom board based on similar design as Beaglebone Black

2013-12-10 Thread Robert Nelson
On Tue, Dec 10, 2013 at 2:37 AM, nitesh singh niteshbmh...@gmail.com wrote: We have designed a custom version of Beaglebone Black with most of the schematics being same. The board is assembled and we are able to get its PMIC work ,Power Led is working and we measured the voltages, they are

Re: [beagleboard] Re: [Issue] BeagleBone Black Random Reboot

2013-12-10 Thread Illutian Kade
Sigh, nope, Angstrom 3.8 (disabled OTG detection) didn't fix the issue either. As of late, the BBB actually powers down completely (power LED is off). And pressing the power button, reset button, even BOOT button does nothing. Hell, even unplugging and plugging back in the power doesn't do

Re: [beagleboard] C Code - File transfer from BB-XM to PC via Serial

2013-12-10 Thread Pietro Luigi Carotenuto
Ok, but how to know if BeagleBoard can *send/receive a file* from my PC? Which are the ways to do it? I'm using the serial as stdout. And then, which is the C code to do that? Thank you, really Il giorno martedì 10 dicembre 2013 16:29:32 UTC+1, Frank Hunleth ha scritto: On Tue, Dec 10, 2013 at

Re: [beagleboard] Re: Bash: ./build_kernel.sh: Permission denied error in configuring DSP

2013-12-10 Thread mustiilgit
Hello Robert, I have system.sh like the following #!/bin/sh #copy as system.sh and tweak for your system ARCH=$(uname -m) #ARM Native gcc compiler (running gcc on arm target) if [ x${ARCH} = xarmv7l ] ; then #Native arm gcc compiler CC= fi ###REQUIRED: #ARM GCC CROSS

Re: [beagleboard] Re: Bash: ./build_kernel.sh: Permission denied error in configuring DSP

2013-12-10 Thread Robert Nelson
On Tue, Dec 10, 2013 at 9:28 AM, mustiil...@gmail.com wrote: Hello Robert, I have system.sh like the following When i enter the command of ./build_kernel.sh , it gives an error like syntax error: unexpected end of file Uhh.. Please don't translate the error message.. Run

Re: [beagleboard] New BBB ordered from Logic Supply received A5C instead of A6 - Should I return?

2013-12-10 Thread marcmondial
Hi Gerald, It would be useful to know if the ground bounce on the crystal would affect high sampling operation of the analog inputs. Could you advise if you think this will cause an issue? Marc Le mercredi 23 octobre 2013 20:11:08 UTC+2, Gerald a écrit : It does not matter. Why? Well,

Re: [beagleboard] Re: [Issue] BeagleBone Black Random Reboot

2013-12-10 Thread Gerald Coley
Please request an RMA so we can look at it. Make sure it is in the failed state and that you let the RMA team know how to get it in that state and recover. Gerald On Tue, Dec 10, 2013 at 9:45 AM, Illutian Kade delvan...@gmail.com wrote: Sigh, nope, Angstrom 3.8 (disabled OTG detection)

Re: [beagleboard] New BBB ordered from Logic Supply received A5C instead of A6 - Should I return?

2013-12-10 Thread Gerald Coley
I may. But I have no way to confirm that. Getting rid of the ground bounce would be the best solution. Gerald On Tue, Dec 10, 2013 at 10:14 AM, marcmond...@gmail.com wrote: Hi Gerald, It would be useful to know if the ground bounce on the crystal would affect high sampling operation of

Re: [beagleboard] C Code - File transfer from BB-XM to PC via Serial

2013-12-10 Thread Frank Hunleth
On Tue, Dec 10, 2013 at 10:45 AM, Pietro Luigi Carotenuto pietroluigi1...@libero.it wrote: Ok, but how to know if BeagleBoard can send/receive a file from my PC? Maybe I'm not understanding your question, but the lrz/lsz utilities run on Linux so they'll run on the BeagleBoard once you've

[beagleboard] Re: Windows Embedded on a BBB

2013-12-10 Thread M Robinson
Windows RT is the version for ARM. That is literally all I know. On Tuesday, December 10, 2013 1:13:19 AM UTC-5, Wasabi Fan wrote: I've been experimenting with my BBB for a while now, and came across an interesting question: Can one run Windows on a BBB? I'm sure people have tried before,

Re: [beagleboard] Re: 3.12-rc4: kernel testing time...

2013-12-10 Thread roys . fly . warbirds
Is there a work-around for the Could not find symbol 'ocp'? The LCD4 and LCD7 capes appear to be non-functional attempting to configure the ocp to support their video interface. I am attempting to support yet another LCD display and was hoping to use the same type of capemgr solution. On

Re: [beagleboard] Re: Unexpected Reboots on BBB Debian with 3.2 Kernel

2013-12-10 Thread Maxim Podbereznyy
Both kernels from TI and RCN lead to reboots at BBB. It was very well discussed here and there are a number of solution that you can use to avoid reboots: 1) use 3.x kernel (usb otg is not supported) 2) ground USB vbus line 3) connect vbat, bat_sense and bat_ts together and leave floating 10 дек.

[beagleboard] Re: Windows Embedded on a BBB

2013-12-10 Thread chris
I haven't done anything more than download the image from here: http://www.adeneo-embedded.com/en/Products/Board-Support-Packages/BeagleBone It appears that USB OTG isn't supported and it can only be booted from SD, but that not be a big deal depending on what you need. Haven't found much more

Re: [beagleboard] C Code - File transfer from BB-XM to PC via Serial

2013-12-10 Thread Dieter Wirz
Frank is perfectly right. If u _need_ ZMODEM. But ZMODEM is only supported in modern Systems for backwards compatibility. If your serial connection to BB-XM is USB on Win 7/8 host then much more reliable options are available. Maybe you tell us a bit more about your setup and what you call serial.

Re: [beagleboard] Re: Deleting Device Tree Overlays

2013-12-10 Thread Bit Pusher
Jeremy, thank you; any chance you can field one more (probably not too intelligent) question as I'm only starting on git? git clone git://github.com/adafruit/adafruit-beaglebone-io-python Fatal Python error: Py_Initialize: Unable to get the locale encoding File

[beagleboard] Linux 3.8, am335x, How to set up continuous DMA transfers

2013-12-10 Thread leo
Reading the documentation on the EDMA peripheral for this part (am3352), it is clearly capable of doing continuous/chaining DMA transfers via the link-address mechanism. The only method I see that interacts with this mechanism is the CYCLIC type transfer, which appears to set the address

[beagleboard] Re: Serial port stops working when I enable CTS and RTS

2013-12-10 Thread Tom Davies
To clarify 'stops working' -- with only RX and TX, I can see the bits on TX with my scope. (and the rf link functions correctly). Once I enable RTS and CTS I no longer see any output on the BBB's TX pin. Is CTS active high or low? -- For more options, visit http://beagleboard.org/discuss ---

[beagleboard] Share network connection to BeagleBone Black through USB, OSX?

2013-12-10 Thread caseyscallan
Hello, I'm looking to connect my BeagleBone to the net by sharing my connection from my mac through USB. I know that this is possible and I've read many badly written explanations for it online, but none of them really laid it out in a step by step manner for someone who is relatively

Re: [beagleboard] BeagleBone Black Library(Cloud9)

2013-12-10 Thread Jason Kridner
On Fri, Dec 6, 2013 at 10:58 AM, Rowland rowland.oflahe...@gmail.com wrote: Has node-i2c been integrated into bonescript? It has. If so can you post a link to a site that describes how to use it. The readme at https://github.com/jadonk/bonescript shows the functions that are integrated. The

Re: [beagleboard] GPIO not working with example code

2013-12-10 Thread Jason Kridner
On Fri, Dec 6, 2013 at 11:31 AM, Pablo Oyarzo oyarzo.pa...@hotmail.com wrote: Using this code, i tried to change the external led pin. I've tried with a couple of ones but doesn't work. The only ones who actully seems to work are like the middle ones on P8. Tried to use the tops and bottom

Re: [beagleboard] Share network connection to BeagleBone Black through USB, OSX?

2013-12-10 Thread Jason Kridner
On Tue, Dec 10, 2013 at 4:57 PM, caseyscal...@gmail.com wrote: Hello, I'm looking to connect my BeagleBone to the net by sharing my connection from my mac through USB. I know that this is possible and I've read many badly written explanations for it online, but none of them really laid it

Re: [beagleboard] BBB Audio Input with I2S

2013-12-10 Thread eze_rg
Thanks for answering! My goal is use the TI pcm1803 (i have thishttps://www.sparkfun.com/products/9365 board) to capture 24 bit audio @48/96 kHz (the source will be a mems microphone). My doubt lies with the software, specifically I2S drivers. So i would like to know if i can use the same

[beagleboard] Re: Has anybody tested the new Graphics SDK which should enable SGX on kernel 3.12?

2013-12-10 Thread Daniel Nilsson
Hi, I haven't tried the links you posted below, but I played around tonight with the latest bits in the arago project and now I have accelerated 3D graphics support on a beaglebone black. Using the beaglebone black BSP support in meta-ti, I get a 3.12.4 Linux kernel and then I built the

Re: [beagleboard] Re: Has anybody tested the new Graphics SDK which should enable SGX on kernel 3.12?

2013-12-10 Thread John Syne
From: Daniel Nilsson dan...@dnil.se Reply-To: beagleboard@googlegroups.com Date: Tuesday, December 10, 2013 at 3:05 PM To: beagleboard@googlegroups.com Subject: [beagleboard] Re: Has anybody tested the new Graphics SDK which should enable SGX on kernel 3.12? Hi, I haven't tried the

Re: [beagleboard] Linux 3.8, am335x, How to set up continuous DMA transfers

2013-12-10 Thread John Syne
From: l...@snupi.com Reply-To: beagleboard@googlegroups.com Date: Tuesday, December 10, 2013 at 12:28 PM To: beagleboard@googlegroups.com Cc: Don Smyth d...@snupi.com Subject: [beagleboard] Linux 3.8, am335x, How to set up continuous DMA transfers Reading the documentation on the EDMA

Re: [beagleboard] Userland SPI working on BeagleBone - how best to share?

2013-12-10 Thread t0mpr1c3
Great work Branden. Can you post the md5sum? Thanks. Tom On Wednesday, March 14, 2012 12:53:01 AM UTC-4, Branden Hall wrote: Ok, until I get the instructions fully baked, here's a download of a disk image of my Ubuntu setup for the BeagleBone with userland SPI working.

[beagleboard] Need I2C drivers for lcd for ebay

2013-12-10 Thread Jim Hodgers
I bought one of these http://www.ebay.com/itm/New-Arduino-IIC-I2C-TWI-Serial-LCD-2004-20-4-Module-Shield-Display-Blue-White-/320949546464?pt=LH_DefaultDomain_0hash=item4aba156de0 a 20 char 4 line LCD -- For more options, visit http://beagleboard.org/discuss --- You received this message

[beagleboard] Re: Need I2C drivers for lcd for ebay

2013-12-10 Thread Jim Hodgers
On Tuesday, December 10, 2013 5:09:13 PM UTC-8, Jim Hodgers wrote: I bought one of these http://www.ebay.com/itm/New-Arduino-IIC-I2C-TWI-Serial-LCD-2004-20-4-Module-Shield-Display-Blue-White-/320949546464?pt=LH_DefaultDomain_0hash=item4aba156de0 a 20 char 4 line LCD on EBAY to use with my

Re: [beagleboard] Re: Deleting Device Tree Overlays

2013-12-10 Thread Bit Pusher
Jeremy, please ignore; sudo apt-get install git-all did the trick. On Tuesday, December 10, 2013 4:15:18 PM UTC-5, Bit Pusher wrote: Jeremy, thank you; any chance you can field one more (probably not too intelligent) question as I'm only starting on git? git clone

Re: [beagleboard] Re: Deleting Device Tree Overlays

2013-12-10 Thread Jeremy L
On 12/10/2013 05:45 PM, Bit Pusher wrote: Jeremy, please ignore; sudo apt-get install git-all did the trick. On Tuesday, December 10, 2013 4:15:18 PM UTC-5, Bit Pusher wrote: Jeremy, thank you; any chance you can field one more (probably not too intelligent) question as I'm only

[beagleboard] How much is the response speed of GPIO of BEAGLEBONE Black?

2013-12-10 Thread sankaku . pm17
Hello, everyone. Does someone knows the response speed of GPIO of the BEAGLEBONE Black? I want to create original High-speed parallel bus by using 33 GPIOs. (1 clock(out) and 32 data(in/out)) I'd like to estimate the bitrate. Thank you all. -- For more options, visit

[beagleboard] How much is the response speed of GPIO of BEAGLEBONE Black?

2013-12-10 Thread sankaku . pm17
Hello every one, Does someone knows the response speed of GPIO of the BEAGLEBONE Black? I want to create original High-speed parallel bus by using 33 GPIO(clock out x1 and data out/in x32). I'm considering purchasing BBB, and I'd like to estimate the transfer bitrate... Thank you all -- For

[beagleboard] Where are the dts files

2013-12-10 Thread Ed Skinner
Greetings, I am trying to put my head around the Device Tree configuration and a lot of sites I see indicate there should be some example .dts files in the /lib/firmware directory. However, when I look on my BBB there are none... I can not seem to find them. I need to figure out how to

[beagleboard] linking device tree and simple driver

2013-12-10 Thread Miro
Hello all. I have simple kernel driver that measures the pulse width of the pwm signal. Driver works, but I'd like to link it with the device tree, so that it can be configured (gpio's etc). static int __init rcpwm_init(void) { ... } static void __exit rcpwm_cleanup(void) { ... }

Re: [beagleboard] linking device tree and simple driver

2013-12-10 Thread John Syne
From: Miro miroz2...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Tuesday, December 10, 2013 at 8:53 PM To: beagleboard@googlegroups.com Subject: [beagleboard] linking device tree and simple driver Hello all. I have simple kernel driver that measures the pulse width of the