[beagleboard] Re: how to measure voltage rail on beaglebone black

2014-08-14 Thread TJF
The (half) board voltage is connected on board to the ADC subsystem @ channel AIN-7. Just read that samples. (I wrote libpruio http://beagleboard.org/project/libpruio/ for that purpose, see examples *io_input* or *oszi*.) Am Dienstag, 12. August 2014 12:58:11 UTC+2 schrieb mike: Hello ,

[beagleboard] Re: USB ports swapped, USB0 will not enumerate

2014-08-14 Thread karlkarpfen79
Sure this is a hardware-problem and not caused by the software on your board which is accessing the new/other USB port in a wrong way? Did your firmware ever work properly with the original BBB-hardware? Am Mittwoch, 13. August 2014 21:33:27 UTC+2 schrieb Brendan Bleker: Hello, I have a

[beagleboard] Re: USB ports swapped, USB0 will not enumerate

2014-08-14 Thread Ian Woloschin
You may want to invest in a USB Protocol Analyzer. I've got a Total Phase Beagle 480, and it's helped me quickly identify USB issues. It's pricey if you're playing along at home, but if this is for a business, get one. Finding the problem in 15 seconds will save you more money than the 2

[beagleboard] Device tree overlays may load manually, but not at boot.

2014-08-14 Thread Terje Froysa
Dear Forum, I have now turned the web outside-in to find an answer to this question. I see a lot of subjects touching the subject, but the answers and suggestions are mostly in the hear-say category and points in different directions putting me off in an endless ghost-hunt. I have been

[beagleboard] Ubuntu vs Angstrom

2014-08-14 Thread Jesus Rincon
Hi everyone, recently I'm struggling with installing PyQt in Angstrom. It's pretty difficult to me, besides that I'm almost a newbie in Linux. I want to know which is better between these two OS, because I want to work with these also on a Virtual Machine on my computer. Thanks In advance, I'm

Re: [beagleboard] Setting up TFTP and NFS

2014-08-14 Thread Brian Anderson
@Robert - Thanks for confirming! @William - Interesting. Can you shed some additional light on this approach? usbnet is Ethernet over USB, correct? Is this just an alternative to using the wired Ethernet jack...and thus one still is mounting the rootfs via NFS from a NAS or something like

[beagleboard] Setting the Bitrate of I2C2 on the Beaglebone Black

2014-08-14 Thread Akhil Panyamparambil
Hi all. Can you guys help me.I am using beaglebone black i2c2 pin 19 and 20 of p9. Somewhere in the net it was told i2c2 has told accessed with i2c-1 in /dev folder. I am booting default amstrom linux from emmc. Hardware is completely checked and verified. I have connected 3 io expansion

[beagleboard] Device overlays moved from /lib/firmware to ?

2014-08-14 Thread Joshua Datko
Where did the device tree overlays move to? They used to be in /lib/firmware and I remember discussion of them being consolidated into one file, but I can't find that discussion (my google fu is weak today). I used to echo Cape names to the capemgr to enable the overlay, but I can't remember

[beagleboard] Re: Ubuntu vs Angstrom

2014-08-14 Thread Ken Thompson
Angstrom is far more complicated than Debian. Based on your experience level, I would go with Debian. On Thursday, August 14, 2014 12:48:51 PM UTC-4, Jesus Rincon wrote: Hi everyone, recently I'm struggling with installing PyQt in Angstrom. It's pretty difficult to me, besides that I'm

[beagleboard] Beaglebone Black Rev C Boot time with Debian

2014-08-14 Thread Ken Thompson
I thought I posted this earlier, guess I did not. Can anyone tell me the current time to boot on the Rev C board using a debian image? I am hoping for 10 seconds or less.. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to

[beagleboard] Re: Working with python on Beagle Bone Black

2014-08-14 Thread Joshua Datko
For Python fans, I've found the PyBBIO library to very accessible: https://github.com/alexanderhiam/PyBBIO You'll probably need to ssh into the BBB at some point. You could run Python and Twisted and make one of those fancy web apps the kids are talking about. Then you could do everything from

[beagleboard] Re: i2c write bot working with /dev/i2c-1 in beaglebone black

2014-08-14 Thread Joshua Datko
The /dev/i2c-* may not correspond to the processor's definition e.g. the BBB's i2c2 may be mapped to /dev/i2c-1. I wrote a blog post about this which goes into the details and shows example C code. This may help: http://datko.net/2013/11/03/bbb_i2c/ The example there is a read, but I've used a

RE: [beagleboard] Problem wtiting to ttyO1 - Update 2 -

2014-08-14 Thread William Pretty Security
I have tried another solution which just uses bonescript. I can receive data from the port but not write data to the port. I have a USB/Serial adapter attached to ttyO1. At least I know that ttyO1 is active and the hardware is working J Here is the new code: var b =

Re: [beagleboard] Setting up TFTP and NFS

2014-08-14 Thread William Hermans
If you want my opinion, ditch Linux mint *NOW*. Personally I will not use anything other than Debian for a support system to the BBB, and would NEVER use X for this purpose. Especially in a VM . . . Yeah yeah, Linux mint is based on Ubuntu and Debian( testing ) ( depending on version ), but thats

Re: [beagleboard] Setting up TFTP and NFS

2014-08-14 Thread Robert Nelson
On Thu, Aug 14, 2014 at 12:00 PM, Brian Anderson b...@nwlink.com wrote: @Robert - Thanks for confirming! @William - Interesting. Can you shed some additional light on this approach? usbnet is Ethernet over USB, correct? Is this just an alternative to using the wired Ethernet jack...and

Re: [beagleboard] BeagleBoneBlack not booting.. Need help woth RMA

2014-08-14 Thread Gerald Coley
http://www.elinux.org/Beagleboard:BeagleBoneBlack#RMA_Support On Wed, Aug 13, 2014 at 11:21 PM, mahesh ingle mri...@gmail.com wrote: Hello All, I am facing booting issue with our BeagleBoneBlack board, I tried running pre-compiled Android image on BBB. It kind of worked successfully for

Re: [beagleboard] BBB boot failure, Could not probe the EEPROM; something fundamentally wrong on the I2C bus.

2014-08-14 Thread Gerald Coley
EEPROM is write protected. So, it should not have been corrupted unless you were messing with that. It is possible that it could have died, but it is not something I have ever seen. I suggest that you take it to factory condition and flash it with production version of the SW. If the issue is

[beagleboard] Copy eMMC Image On Ubuntu 13.10 BeagleBone Black

2014-08-14 Thread sean . luis . stecker
Hello, I want to set up a master BBB running Ubuntu 13.10 saucy from the eMMC. I then would like to duplicate everything about that master board and stick it on a new board, including users, files and services. I'm wondering if this is possible. I have already tried the procedure listed at

[beagleboard] Modify U-Boot from official Git repository to boot from eMMC

2014-08-14 Thread alexandre . paul . esiee
Hi all, I work with a BBB for a project where the I need to record data from an Ethernet connection. The OS sits on the eMMC while the data goes to the µSD card. To boot from the eMMC while there is a µSD in the slot, I followed the instructions on this post

Re: [beagleboard] Modify U-Boot from official Git repository to boot from eMMC

2014-08-14 Thread Robert Nelson
On Thu, Aug 14, 2014 at 9:20 AM, alexandre.paul.es...@gmail.com wrote: Hi all, I work with a BBB for a project where the I need to record data from an Ethernet connection. The OS sits on the eMMC while the data goes to the µSD card. To boot from the eMMC while there is a µSD in the slot, I

Re: [beagleboard] Setting up TFTP and NFS

2014-08-14 Thread Brian Anderson
When you copied the rootfs, the root device is listed in /etc/fstab, along with the fsck call. Just minimze it: voodoo@hades:$ cat /opt/wheezy/etc/fstab debugfs /sys/kernel/debug debugfs defaults 0 0 Yes, on the failing rootfs I see the / mount (/dev/mmcblk0p2 / ext4

Re: [beagleboard] Setting up TFTP and NFS

2014-08-14 Thread William Hermans
*@William - Interesting. Can you shed some additional light on this approach? usbnet is Ethernet over USB, correct? Is this just an alternative to using the wired Ethernet jack...and thus one still is mounting the rootfs via NFS from a NAS or something like that? Or is this a different

Re: [beagleboard] Setting up TFTP and NFS

2014-08-14 Thread Brian Anderson
If you want my opinion, ditch Linux mint *NOW*. Personally I will not use anything other than Debian for a support system to the BBB, and would NEVER use X for this purpose. Especially in a VM . . . Yeah yeah, Linux mint is based on Ubuntu and Debian( testing ) ( depending on version ),

Re: [beagleboard] Beaglebone Black Rev C Boot time with Debian

2014-08-14 Thread Ken Thompson
Thank you for the answer. I'm pleased to hear that Debian is that speedy! Time for me to dump Angstrom. On Thursday, August 14, 2014 2:35:07 PM UTC-4, RobertCNelson wrote: On Thu, Aug 14, 2014 at 12:46 PM, Ken Thompson kentho...@gmail.com javascript: wrote: I thought I posted this

Re: [beagleboard] Setting up TFTP and NFS

2014-08-14 Thread William Hermans
Part of my reasoning is probably personal preference, but the majority of my reasoning has to do with package conflicts. Debian stable(wheezy at the moment ) should always be pretty much straight forward in this regard ( no surprises ). Where as LMDE is based on Debian testing, a branch which is

Re: [beagleboard] Setting up TFTP and NFS

2014-08-14 Thread William Hermans
*Where as LMDE is based on Debian testing* Regular Linux Mint is based on Ubuntu, and in this case is probably worse than LMDE. On Thu, Aug 14, 2014 at 1:02 PM, William Hermans yyrk...@gmail.com wrote: Part of my reasoning is probably personal preference, but the majority of my reasoning

Re: [beagleboard] BBB boot failure, Could not probe the EEPROM; something fundamentally wrong on the I2C bus.

2014-08-14 Thread Dan Goldstein
Hi Gerald, Thank you for the reply. I have done nothing to mess with the hardware or the EEPROM. All I have done it loaded machinekit from a sd card. I have, as you suggested, reflashed it with the factory SW. It was in factory condition for the console log output I posted. I will do a RMA on

Re: [beagleboard] Setting up TFTP and NFS

2014-08-14 Thread William Hermans
Brian, anyhow if you've got a huge time investment into your current support system, just use what you have now. But do keep what I say in mind. My comments are based on experience, and I have been down the same road you're on now. I did this all last year, and for a while it was a very

Re: [beagleboard] Setting up TFTP and NFS

2014-08-14 Thread Brian Anderson
William, Thanks for the comments. Yes, I am in the same position as you...a year on. I've not touched Linux in any serious way for a long time. I have been involved in a number of commercial deployments that target CentOS/RHEL. My role was that of a Java server developer, so I didn't get

[beagleboard] Test

2014-08-14 Thread Umesh SAP
Hi -- 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 this group and stop receiving emails from it, send an email to beagleboard+unsubscr...@googlegroups.com. For more

Re: [beagleboard] Test

2014-08-14 Thread Robert Nelson
email failure -- 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 this group and stop receiving emails from it, send an email to beagleboard+unsubscr...@googlegroups.com.

Re: [beagleboard] Setting the Bitrate of I2C2 on the Beaglebone Black

2014-08-14 Thread Brandon I
I think this can only mean that a device isn't responding to the address you're providing. Did you set the i2c device address to the same value used with i2ctest? On Thu, Aug 14, 2014 at 10:09 AM, Akhil Panyamparambil akhilpana...@gmail.com wrote: Hi all. Can you guys help me.I am using

Re: [beagleboard] Setting the Bitrate of I2C2 on the Beaglebone Black

2014-08-14 Thread Jesse Cobra
I am using i2cset just fine on my BBB of P9 19 and 20, it is currently Bus1. My notes: i2c detect on Bus1, see my address at 4C and 4D: i2cdetect -r -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- UU --

Re: [beagleboard] Setting up TFTP and NFS

2014-08-14 Thread William Hermans
I do not think TFTP kernel load will be possible over usb. Although there was a GSoC project last year for that. Last I heard semi recently, the developer was still having some issues. His vision was to boot a BBB over NFS from an Android device, like a tablet or phone. Pretty cool project I

Re: [beagleboard] Setting up TFTP and NFS

2014-08-14 Thread William Hermans
Brian, as far as Ubuntu goes . . . Yeah let us just say I dont have very much good / nice to say about it. I've done tons of testing on Ubuntu, and it has always let me down. Not to mention it's upgrade path used to literally be a nightmare. On Thu, Aug 14, 2014 at 4:41 PM, William Hermans

[beagleboard] Re: Accessing DDR from PRU-ICSS

2014-08-14 Thread cmicali
Rakesh, We posted an example of DDR access @ https://github.com/sagedevices/am335x_pru_package/tree/master/pru_sw/example_apps/ddr_access -c On Wednesday, August 13, 2014 5:22:49 PM UTC-4, rakesh.safir wrote: Hi, I want to use the DCAN interface on PRU-ICSS to send/receive data

Re: [beagleboard] Setting up TFTP and NFS

2014-08-14 Thread John Syn
From: Brian Anderson b...@nwlink.com Reply-To: beagleboard@googlegroups.com beagleboard@googlegroups.com Date: Thursday, August 14, 2014 at 12:48 PM To: beagleboard@googlegroups.com beagleboard@googlegroups.com Subject: Re: [beagleboard] Setting up TFTP and NFS If you want my opinion,