[beagleboard] Bonescript serial communication ttyO4

2013-10-07 Thread Dennis Osipov
I would like to send and receive data from ttyO4 (P9_11, P9_13) using bone 
script. Unfortunately I didn't find any projects or examples, how to make 
it with bonescript. 
It should be just a normal serial connection with 9600 baudrate. 

Does anybody have some tips, how I can access ttyO4 with bonescript? 

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 this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: BeagleBone Black as web server

2013-10-07 Thread Dennis Osipov
Can I use internal flash memory for ubuntu or do I have to use micro SD 
card?

Am Samstag, 28. September 2013 22:11:41 UTC+2 schrieb Manos Vasilakis:

 Do yourself a favor and install ubuntu minimal 13.04. 
 Thank me later

 On Friday, September 27, 2013 11:22:20 AM UTC+3, Dennis Osipov wrote:

 I want to use blackbone as web server, so I decided to reconfigure 
 Ansgstrom. 
 How can I disable all GUI support and delete unused files and drivers? 

 Where are GUI files and services located? 



-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: BeagleBone Black as web server

2013-10-07 Thread Thomas Laskowski
You can use the eMMC, but you need an SD card to flash it.

http://elinux.org/BeagleBoardUbuntu#eMMC:_BeagleBone_Black

-Tom

On Monday, 7 October 2013 05:07:35 UTC-4, Dennis Osipov wrote:

 Can I use internal flash memory for ubuntu or do I have to use micro SD 
 card?

 Am Samstag, 28. September 2013 22:11:41 UTC+2 schrieb Manos Vasilakis:

 Do yourself a favor and install ubuntu minimal 13.04. 
 Thank me later

 On Friday, September 27, 2013 11:22:20 AM UTC+3, Dennis Osipov wrote:

 I want to use blackbone as web server, so I decided to reconfigure 
 Ansgstrom. 
 How can I disable all GUI support and delete unused files and drivers? 

 Where are GUI files and services located? 



-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Bonescript serial communication ttyO4

2013-10-07 Thread Marcus Diogo
I would like that too.
I think that bbb is just a new project and there is not a lot of examples
on it.
Is there at least any books that could help on it? (for bbb not bbw)


2013/10/7 Dennis Osipov d.osipov1...@gmail.com

 I would like to send and receive data from ttyO4 (P9_11, P9_13) using bone
 script. Unfortunately I didn't find any projects or examples, how to make
 it with bonescript.
 It should be just a normal serial connection with 9600 baudrate.

 Does anybody have some tips, how I can access ttyO4 with bonescript?

 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 this group and stop receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Marcus de Vasconcelos Diogo da Silva

Uma montanha até um cego consegue desviar,mas é nas pedras menores que nós
muitas vezes tropeçamos e caimos!

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: How to enabling ADB support

2013-10-07 Thread gelie . jo
Could i have a .config which allow me to have a adb enabling?

When i use the command lsub on my ubuntu laptop, i don't my BBB.

lsusb 
 Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 04f2:b354 Chicony Electronics Co., Ltd 


Please help!


Le vendredi 4 octobre 2013 16:02:17 UTC-5, geli...@gmail.com a écrit :

 Hi,

 Could you explain me the method to enabling adb support on the 
 BeagleBoneBlack.

 I use the rowboat source and 3.8 kernel (with option 
 CONFIG_USB_FUNCTIONFS=y)

 I enabling adb on my board :

 Settings-Applications-Development and then enable the USB debugging 
 option.

 I also created an udev rules called /etc/udev/rules.d/51-android.rules on 
 my ubuntu 12.04 

 /* For Gusty/Hardy, add following lines to file, save  exit */
 SUBSYSTEM==usb, SYSFS{idVendor}==18d1, MODE=0666
 SUBSYSTEM==usb, SYSFS{idVendor}==0451, MODE=0666



 But when i use the command adb devices my devices are not detected :

 adb devices
 List of devices attached 



 Do you have any suggestions ?

 Thanks by advance


-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Cross Compile from Ubuntu on PC

2013-10-07 Thread Tim Groth
I got the TI sdk for beagle bone black here.   
http://www.ti.com/tool/linuxezsdk-sitara
I selected Linux EZSDK for Beaglebone Black.  I successfully set up eclipse 
and it all
works fine if I static link.  However if I don't it doesn't work.  My 
assumption then is that
my helloworld program will not dynamically link with Angstrom on beagle 
bone black.  Do you think that is true
they are not compatible? Perhaps it would work if Ubuntu was 
running on Beaglebone
Black?   Any ideas.

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Weird Qt cross compiling issue

2013-10-07 Thread srg4096
Hi

I recently bought a Beaglebone Black, with the LCD4 cape as I want to start 
learning about ARM development and embedded linux.

The board has worked for be flawlessly and I easily now have the board with 
Qt4-embedded running on the built in Angstrom distro. The videos by Derek 
Molloy were very helpfull, though they seem a bit out of date now.

Anyway over the last several weeks of weekends and some weekday nights, 
what has been causing me pain is trying to setup an anstrom sdk and 
cross-compiling toolchain, but I'm almost there, I just have a weird Qt 
linking issue.

As a background, I'm doing this all on a Debian Virtual machine because the 
Angstrom 2012.12 setup doesn't work in my normal Fedora 19 (relies of some 
deprecated functionality that was removed in one program in F19).

To setup my tool chain I did these commands:

mkdir angstrom_beaglebone
cd angstrom_beaglebone
git clone git://github.com/Angstrom-distribution/setup-scripts.git
cd setup-scripts
MACHINE=beaglebone ./oebb.sh config beaglebone MACHINE=beaglebone ./oebb.sh 
update MACHINE=beaglebone ./oebb.sh bitbake virtual/kernel
MACHINE=beaglebone ./oebb.sh bitbake systemd-image
MACHINE=beaglebone ./oebb.sh bitbake meta-toolchain

Then I found out about meta-toolchain-qte, so I then ran:

MACHINE=beaglebone ./oebb.sh bitbake meta-toolchain-qte

Then I installed the SDK:

cd 
~/angstrom_beaglebone/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/deploy/sdk
sudo ./angstrom-eglibc-i686-armv7a-vfp-neon-toolchain-qte-v2012.12.sh

Installed into default place, but had some permissions issues so in
/usr/local
ran:
sudo chmod -R 777 oecore.i686

finally I've added this into my .bashrc:

source 
/usr/local/oecore-i686/environment-setup-armv7a-vfp-neon-angstrom-linux-gnueabi

Now for the test project, which is based on Derek's video though slightly 
tweaked.

I've installed the Qt5.1.1 SDK and am using the QtCreator 2.8.1 from that, 
though using the 4.8.1 that comes with the sdk.
 Here's my .pro file:

#-
#
# Project created by QtCreator 2013-10-05T14:41:31
#
#-

QT   += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = qttest
TEMPLATE = app
target.files = qttest
target.path = /home/root
INSTALLS += target

SOURCES += main.cpp\
mainwindow.cpp

HEADERS  += mainwindow.h

FORMS+= mainwindow.ui

QMAKE_CXXFLAGS +=  -Wno-psabi

I've set the kit to use the adk's GCC and the sdk's qmake2 file.

Now, release build works great. I have it setup for deploying onto the BBB 
and that works fine. The release build qmake's, compiles, links, deploys 
and runs great on the BBB.

I'm having trouble with debug mode, qmake2 runs fine, and it compiles, but 
I get this issue when I think it tries to link:

arm-angstrom-linux-gnueabi-g++ -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed 
-Wl,-rpath-link,/usr/local/oecore-i686/sysroots/armv7a-vfp-neon-angstrom-linux-gnueabi//usr/lib
 
-o qttest main.o mainwindow.o moc_mainwindow.o   
 
-L/usr/local/oecore-i686/sysroots/armv7a-vfp-neon-angstrom-linux-gnueabi//usr/lib
 
-lQtGuiE -lQtNetworkE -lQtCoreE -lpthread 
{ test -n   DESTDIR= || DESTDIR=.; }  test $(gdb --version | sed -e 
's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72  gdb --nx --batch 
--quiet -ex 'set confirm off' -ex save gdb-index $DESTDIR -ex quit 
'qttest'  test -f qttest.gdb-index  objcopy --add-section 
'.gdb_index=qttest.gdb-index' --set-section-flags '.gdb_index=readonly' 
'qttest' 'qttest'  rm -f qttest.gdb-index || true
Traceback (most recent call last):
  File 
/usr/local/oecore-i686/sysroots/i686-angstromsdk-linux/usr/lib/python2.7/site.py,
 
line 569, in module
main()
  File 
/usr/local/oecore-i686/sysroots/i686-angstromsdk-linux/usr/lib/python2.7/site.py,
 
line 551, in main
known_paths = addusersitepackages(known_paths)
  File 
/usr/local/oecore-i686/sysroots/i686-angstromsdk-linux/usr/lib/python2.7/site.py,
 
line 278, in addusersitepackages
user_site = getusersitepackages()
  File 
/usr/local/oecore-i686/sysroots/i686-angstromsdk-linux/usr/lib/python2.7/site.py,
 
line 253, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
  File 
/usr/local/oecore-i686/sysroots/i686-angstromsdk-linux/usr/lib/python2.7/site.py,
 
line 242, in getuserbase
from sysconfig import get_config_var
  File 
/usr/local/oecore-i686/sysroots/i686-angstromsdk-linux/usr/lib/python2.7/sysconfig.py,
 
line 10, in module
'stdlib': '{base}/'+sys.lib+'/python{py_version_short}',
AttributeError: 'module' object has no attribute 'lib'
/bin/sh: line 0: test: -gt: unary operator expected

After weeks trying to get this all working and I feel I'm almost there, I'm 
kinda stuck, any ideas as to what I'm doing wrong?

Thanks!
srg

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To 

[beagleboard] Signal Processing on the BBB

2013-10-07 Thread Dennis Ogbe

Hi guys,

I'm totally new to MCUs and the Beagleboard and I'm a little overwhelmed by 
the amount of information out there. 
For a class project, I need to sample a signal (the beat signal out of a 
FMCW radar module, the frequency is not higher that audio), detect its 
frequency, and use this frequency value to calculate the range and/ or 
speed of my target.

I'm pretty sure that I can use either the beagleboard-xm or the beaglebone 
black for this, but I'm confused about a couple things. I hope that I can 
get help here!

Can I just use the CPU on the BB-xM or the BBB to sample the audio and do 
the necessary processing or would I have to use the xM's DSP or an audio 
cape for the BBB? I have written simple DSP applications in C before, and 
so far I have used JACK to get my samples from the sound card. Could I do 
the same thing on the Beagleboard? Would grabbing samples for computations 
in a C program also work by using ALSA?

In order to detect the frequency of my signal, I believe that I will have 
to take chunks of the signal, take the FFT and detect the peak in the 
resulting array. Can I do these operations on a beagleboard without 
significant delay?

Thanks for your help!

Dennis

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: How to open ports on compiled ubuntu-13.04-console-armhf-2013-07-22.tar.xz

2013-10-07 Thread georgeb
The behavior you describe is what I have sometimes got when it doesn't have 
the right root partition mounted.  If you boot up with a micro sd card 
installed, it may be trying to mount that filesystem as root.  Does it 
behave itself when the external SD card is removed?

I have had three problems so far:

1.  System gets into a mode where it will boot, machine is pingable, USB is 
working (because ctrl-alt-del works on a USB keyboard) but none of the 
services are running (can't ssh to the unit) and the HDMI video isn't 
working (have a signal but not displaying anything).  Once the unit gets 
into this mode, the only recovery is to re-flash it.  It has done this 
twice.

2.  Sometimes when power is applied it will not boot.  The LEDs don't 
light, nothing.  Cycling power to the unit via plug/unplug of the power 
supply clears the problem'

3.  Commenting the entries out of /etc/network/interfaces for usb0 has no 
effect.  I have commented out the lines in /etc/network/interfaces but it 
still comes up active.

My guess is that your system is trying to mount the sd card as the root 
partition and none of your service daemons are there.  Which image are you 
running?  I think for me the problem of booting with an sd card was fixed 
with the image found on BBB-eMMC-flasher-ubuntu-13.04-2013-09-27  but even 
running that image it ended up hanging once in that mode where it won't 
boot from either eMMC or sd, interface comes up, is pingable, but no 
services start, no display from HDMI, keyboard works.  That sounds to me 
like the problem you are facing.  The only way out of that mode I have 
found so far is re-flashing the unit.

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Found a potential solution for EDIMAX wifi issues on BBB with Angstrom

2013-10-07 Thread Grigory Fishilevich
So, here is my success story :) 

I tried a few days to get an EDIMAX 7811UN to work on my BBB with Angstrom. 
The built-in rtl8192cu did not work, compiling realtek driver from source 
was not helpful as well. An upgrade to image-2013.09.04 changed nothing. 

The signal level was very weak and connection was lost, as soon BBB was 3 
meters far from my AP.

Finally I got it out with disabling of HDMI. 
My thoughts were: 
why is there so much over HDMI in dmesg?
HDMI port is near USB ... 

So, what... I've mount the FAT partiotion and change the uEnv.txt to:

optargs=quiet capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN

Now, EDIMAX works without usb extension cable, seems to be stable and I can 
put my board in an other room :)

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] BBB is a great home server but printing is a challenge

2013-10-07 Thread grignon . yves
I had a windows desktop PC running an X10 based home control program and 
being used as file backup for my laptops.  It was power hungry and noisy 
because of the fans.  I boldly decided to replace it with a $45 BBB running 
Linux and consuming around 5 watts.  I installed a console version of 
Angstrom which leaves me lots of space on the built-in 2 Gb flash.  The 
home control software is 
heyuhttps://www.google.com/url?sa=trct=jq=esrc=ssource=webcd=2cad=rjaved=0CDgQFjABurl=http%3A%2F%2Fheyu.epluribusunix.net%2Fei=sIRRUqfYMYSE9QTb94GICgusg=AFQjCNEaKmhgou2L8fDbxubbCUHfyWIWmAsig2=Ry8Y_RawA1-dAVvoND3p_Qbvm=bv.53537100,d.eWUand
 heyu web interface.  I like  them better than the Windows software that 
I had on the PC.  They are more reliable and easier to interface to with C 
or sh programs.  I bought a $5 USB audio adapter to generate the barks of a 
mean dog when motion is detected.  It works perfect.  I use samba to do my 
backups onto USB flash drives plugged into the BBB.  Works more reliably 
than the PC.
I am so happy with Linux and the BBB that I wanted to do one more thing 
with it, printing.  I have an older HPlaserJet printer that is no longer 
supported by Windows but works well with CUPS and HPLIP on a Linux PC.  I 
installed CUPS from Angstrom but had to download the source version of 
HPLIP.  I managed to make it and install it but not to get it to work.  I 
gave up but maybe someone smarter and more knowledgeable has already done 
it.  Anyone?

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: BBB does not appear as USB drive

2013-10-07 Thread zaindar4
Hi, I just bought my BBB for the first time too, I followed the 
instructions on the beagleboard.org site and downloaded the drivers first, 
then installed them, after installing, I plugged the BBB in the USB and it 
detects it but it doesn't recognize it as a USB device which is very 
confusing considered that I didn't flash the eMMC or anything of the sort. 
I keep removing the drivers and reinstall them but still the same result. I 
can't see it as a USB device but the Windows detects it in the port but 
can't configure the drivers for it (other words the yellow exclamation mark 
on the BeagleboardBlack in Device Manager). Is there an updated version of 
the drivers maybe or is there a step that i missed in the instructions 
because I followed from the beginning. Any help would be very appreciated. 
Thanks.




On Thursday, September 19, 2013 8:17:54 PM UTC-4, William Hermans wrote:

 Which host OS ?


 On Thu, Sep 19, 2013 at 8:54 AM, Gerald Coley 
 ger...@beagleboard.orgjavascript:
  wrote:

 Yes. I have seen it take longer on some PCs.

 Gerald



 On Thu, Sep 19, 2013 at 10:42 AM, Robert P. J. Day 
 rpj...@crashcourse.cajavascript:
  wrote:

 On Thu, 19 Sep 2013, Gerald Coley wrote:

  It takes about 2-3 minutes for the drive to show up, after the
  kernel on the board has booted up and the PC has recognized it..

   if we're talking about how long it takes for /media/BEAGLEBONE to be
 mounted and accessible on the host, it takes only a few seconds from
 when i plug in my BBB via USB tether. is that what we're talking
 about?

 rday

 --

 
 Robert P. J. Day Ottawa, Ontario, CANADA
 http://crashcourse.ca

 Twitter:   http://twitter.com/rpjday
 LinkedIn:   http://ca.linkedin.com/in/rpjday
 

 --
 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...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.


  -- 
 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...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: BBB and sd card trouble

2013-10-07 Thread Grigory


On Sunday, October 6, 2013 10:02:27 PM UTC+2, coat...@gmail.com wrote:

  I have tried with 3 different micro SD cards, and I have the same problem 
 with each.

  If I have a sd card in the slot on BBB, all four user lights light, and 
 freeze that way.

 Once I remove the card and re-apply power, the BBB boots as normal.

  What am I doing wrong here?


Do you want to use the sd card as extra storage? When you should follow 
this tutotial: 
http://circuitco.com/support/index.php?title=MicroSD_As_Extra_Storage
As I understand without uEnv.txt (see link above) BBB will try to boot from 
inserted sd card.

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Why is usb0 configured?

2013-10-07 Thread Robert Nelson
On Sat, Oct 5, 2013 at 6:23 PM, George B geor...@gmail.com wrote:
 I have commented usb0 out of /etc/networks/interfaces but it configures
 anyway:

 # Ethernet/RNDIS gadget (g_ether)
 # ... or on host side, usbnet and random hwaddr
 #iface usb0 inet static
 #address 192.168.7.2
 #netmask 255.255.255.0
 #network 192.168.7.0
 #gateway 192.168.7.1

 But it comes up anyway:

 usb0  Link encap:Ethernet  HWaddr 0e:38:c9:c0:25:e6
   inet addr:192.168.7.2  Bcast:192.168.7.3  Mask:255.255.255.252
   UP BROADCAST MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

 This unit is nowhere near a USB port.  I really don't what this interface
 up.

 This is

 3.8.13-bone28 #1 SMP Fri Sep 13 03:12:24

As stated here:
http://elinux.org/BeagleBoardUbuntu#Raring_13.04_armhf

Disable by removing run_boot-scripts from small boot partition...

Which will disable the script that automatically sets up usb0 on bootup..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Orcad Symbols/Footprints available?

2013-10-07 Thread vaibhav . kapoor06

Hi, 

I have been playing around with the Beaglebone Black files in Orcad. Now I 
want to start making my own custom board but I was wondering are the 
symbols and footprints available? Because the link to the symbols is broken 
and the footprints one does not exist. If you could let me know, then I can 
either hope or get on to making my own files.

Thank you again for all the resources they are wonderful.

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Wifi on BBB 3.8.x - Are there drivers for any USB wifi adapters?

2013-10-07 Thread analogreality
Dealing with this is absolute shit.

I am tired of buying all in one systems that are a complete bitch to 
install, recompile, and setup just for damn wifi drivers.

I will pay GOOD MONEY for something that works OUT OF THE BOX or with 
MINIMAL plug and play configuration.

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] SPI data throughput

2013-10-07 Thread Alberto Potenza
Dear all,
I am new in this forum.

I looked carefully all around but I cannot find this information:
the GPMC max speed is - 16 bit X 100 MHz = 1.6 Gbit/s

I would like to know that information for the SPI case (probably it is 
written somewhere in capital letters but I missed it).

Could you please help me?

Thanks a lot.


-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Fast boot, no-GUI distro?

2013-10-07 Thread Rick M
Hi. I'm getting started with my BBB, having done previous projects with RPi 
and smaller boards.

I'm wondering if anyone's made an Angstrom distribution designed for fast 
boot, and that doesn't bother with any of the desktop and other graphical 
UI elements. I'm embedding this in a robot, don't really want those things, 
and the faster it boots, the better.

It'd be nice if there was someone making a distro like this on a regular 
basis, keeping it up to date. It would be a lot faster to install.

Anyway, I'm not much of a linux user per se, and don't really know what can 
be dumped

Any pointers to projects would be much appreciated.

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 this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] BBB issue for booting with sd-card

2013-10-07 Thread Raga Ranjan
Hello all,

As i am new to BBB angstrom environment i thought of using ezsdk from ti
for am355x. I have downloaded the latest version *
ti-sdk-am335x-evm-06.00.00.00-Linux-x86-Install* and followed the
procedure from the below link

http://circuitco.com/support/index.php?title=3.2_SDK_On_BeagleBone_Black

The issue is i cannot see the uboot prompt in minicom console even though i
have configured minicom with *115200 8N.

*
*When i power up BBB with sd-card inserted i found an boot window poped out
after few seconds which contain uImage, u-boot.bin, MLO.


*
*Can any one suggest me how to proceed further.


*
*Thanks  Regards

Ranjan.D
*

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Beaglebone to zigbee interface

2013-10-07 Thread Muhammad Yasir

Hi 
Please i want to know am will use beaglebone black as gateway and i have to 
zigbee cc2530 interface so which standards protocols would be used 

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Android running on BBB with Linux 3.8

2013-10-07 Thread david . masshardt
I've now built the kernel with g_ffs built directly into the kernel and now 
adb works!

Am Mittwoch, 2. Oktober 2013 05:44:38 UTC+2 schrieb Nikolay Elenkov:

 On Wed, Oct 2, 2013 at 5:24 AM,  david.m...@gmail.com javascript: 
 wrote: 
  I'm also having problems starting adbd with kernel 3.8 and I think I 
 found 
  the problem. I tried to load the kernel module using this command: 
  
   insmod 
 /system/lib/modules/3.8.13-bone28/kernel/drivers/usb/gadget/g_ffs.ko 
  idVendor=0x18d1 idProduct=0x4e26 iSerialNumber=0123456789ABCDEF 
  functions=adb 
  
  The command generates the following errors: 
  
  [  943.915225] g_ffs: Unknown symbol usb_string_ids_n (err 0) 

 Android doesn't load dependent modules for you, check g_ffs description 
 for 
 what those are and preload them. And really, why build as a module? 
 Build this into the kernel. 


-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Increasing Processor Clock Speed

2013-10-07 Thread Dexter Tan
Good day. I would like to ask about the increasing the core voltage that is 
suggested in the http://elinux.org/BeagleBoard#Clocking . I did not see any 
links or documentation about it. Hope someone can help me to help the 
720MHz to be stable.



-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] BBB won't boot with custom Yocto (Poky) Build

2013-10-07 Thread Robert Nelson
On Mon, Oct 7, 2013 at 8:17 AM,  say...@gmail.com wrote:
 Step 1.) I followed this post to build Poky for the BBB:
 https://gist.github.com/errordeveloper/4056193

 Step 2.) I followed this to setup the SD card:
 https://pixhawk.ethz.ch/tutorials/omap/boot_from_sd_sdhc

 Step 3.) I followed this for deploying my artifacts (MLO, u-boot, uImage 
 file system)
 https://pixhawk.ethz.ch/tutorials/omap/copy_sd_card

 I have also tried to swap out Step 2 above for the mkcard.txt script found
 here:
 http://downloads.angstrom-distribution.org/demo/beaglebone/

 In all cases, I attempt to boot the BBB and I do not get anything over the
 HDMI display and nothing hits my routers DHCP server to receive an IP
 address.

 I do not have an FTDI Cable but can buy one if that is the logical next step
 in debugging.

 Any advice?  Without an FTDI Cable, is there anyway to watch the boot
 process?

Get a Cable..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Beaglebone drivers would not load on windows8 machine

2013-10-07 Thread jj . lrnz
Hi All,

I had trouble getting my windows8 pc to upload beaglebone drivers.

The problem is all new window8 pcs are automatically set to not allow 
installation of unsigned drivers.

 

Here is the fix 

 

1. Press win+c on the keyboard to bring up the charms side bar (or move 
mouse to right top corner of the screen)

2. Click the Settings button.

3. Click the Change PC Settings at the bottom of the sidebar.

4. On screen that shows up, select the General option from the sidebar then 
scroll down the page that appears.

5. Click the Restart now button under the Advanced startup section.

6. You will momentarily see the restarting screen, then it will switch to a 
blue screen titled Choose an option

 

7. Click the Troubleshoot button.

 

8. Click Advanced options.

 

9. Click Startup Settings

 

10. Click Restart

 

11. You should then see a Startup Settings screen after your computer 
reboots.

 

12. Press 7 or F7 on your keyboard to Disable driver signature enforcement

 

13. Now Windows 8 will continue starting up.

 

14. Log-in as normal, and then run BONE_D64.exe again

 

15. Now you should see 4 warning dialogs about unsigned driver 
installation, click OK for all of them.

 

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] BBB 24-bit LCD using device tree

2013-10-07 Thread bdwitzen
I have created a custom cape for a 24-bit LCD and am having trouble getting 
the upper bits (16) to work.  I have disabled the HDMI and on board eMMC. 
The panel comes up but is not showing all 24-bit color.
Where can I find full descriptions of the data entered into a Devcie Tree.  
I have searched for a technical reference document an cannot find one (does 
it need to be BBB specific?)
 
Here is what I am using:
 
panel-info {
ac-bias   = 255;
ac-bias-intrpt= 0;
dma-burst-sz  = 16; 
bpp   = 24;
fdd   = 0x80;
tft-alt-mode  = 0;
stn-565-mode  = 0;
mono-8bit-mode= 0;
sync-edge = 0;
sync-ctrl = 1;
raster-order  = 0;
fifo-th   = 0;
invert-pxl-clk;
should be 24-bit output.  What does fdd mean? I'm assuming bpp is in 
decimal and somehow getting written to the correct register.

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Sierra USB wireless to beagleboard xm with Angstrom

2013-10-07 Thread Robert Nelson
On Mon, Oct 7, 2013 at 9:59 AM, Aline Guisky 7108ali...@gmail.com wrote:
 Hi,

 I'm a newbie and trying to connect a USB 308 sierra wireless to a
 beagleboard xm with angstrom.

 when I connect the device I get:

 [   50.849426] usb 1-2.2: new high-speed USB device number 4 using ehci-omap
 [   50.983581] usb 1-2.2: config 1 has an invalid interface number: 9 but
 max is 0
 [   50.991302] usb 1-2.2: config 1 has no interface number 0
 [   50.998931] usb 1-2.2: New USB device found!!!, idVendor=1199,
 idProduct=0fff
 [   51.006439] usb 1-2.2: New USB device strings: Mfr=3, Product=2,
 SerialNumber=4
 [   51.014160] usb 1-2.2: Product: USB MMC Storage
 [   51.018920] usb 1-2.2: Manufacturer: Sierra Wireless, Incorporated
 [   51.025390] usb 1-2.2: SerialNumber: SWOC22905731
 [   51.054656] usb-storage: probe of 1-2.2:1.9 failed with error -5
 [   52.149108] usb 1-2.2: USB disconnect, device number 4
 [   52.396392] usb 1-2.2: new high-speed USB device number 5 using ehci-omap
 [   52.530639] usb 1-2.2: config 1 has an invalid interface number: 7 but
 max is 4
 [   52.538360] usb 1-2.2: config 1 has no interface number 2
 [   52.545989] usb 1-2.2: New USB device found!!!, idVendor=1199,
 idProduct=68a3
 [   52.553527] usb 1-2.2: New USB device strings: Mfr=3, Product=2,
 SerialNumber=4
 [   52.561248] usb 1-2.2: Product: USB 308
 [   52.565246] usb 1-2.2: Manufacturer: Sierra Wireless, Incorporated
 [   52.571746] usb 1-2.2: SerialNumber: 355385030995274
 [   52.634124] option 1-2.2:1.0: GSM modem (1-port) converter detected
 [   52.644653] usb 1-2.2: GSM modem (1-port) converter now attached to
 ttyUSB0
 [   52.673828] option 1-2.2:1.1: GSM modem (1-port) converter detected
 [   52.700958] usb 1-2.2: GSM modem (1-port) converter now attached to
 ttyUSB1
 [   52.730010] option 1-2.2:1.3: GSM modem (1-port) converter detected
 [   52.742095] usb 1-2.2: GSM modem (1-port) converter now attached to
 ttyUSB2
 [   52.771209] option 1-2.2:1.4: GSM modem (1-port) converter detected
 [   52.786865] usb 1-2.2: GSM modem (1-port) converter now attached to
 ttyUSB3
 [   52.833709] sierra_net 1-2.2:1.7: wwan0: register 'sierra_net' at
 usb-ehci-omap.0-2.2, Sierra Wireless USB-to-WWAN Modem, 5e:a7:bb:0c:01:07

 but nothing in ifconfig.

 in lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
 Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
 Bus 001 Device 005: ID 1199:68a3 Sierra Wireless, Inc.

Are you sure? ^^^ look at the last line...

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Beaglebone to zigbee interface

2013-10-07 Thread Philip Polstra
As a FYI I am planning on having xbee/zigbee capes made for the BBone very
soon so you won't have to solder or breadboard your stuff.  I use the
Phython library for communications with no issues.
On Oct 7, 2013 8:46 AM, Muhammad Yasir yasi...@gmail.com wrote:


 Hi
 Please i want to know am will use beaglebone black as gateway and i have
 to zigbee cc2530 interface so which standards protocols would be used

 --
 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 options, visit https://groups.google.com/groups/opt_out.


-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Signal Processing on the BBB

2013-10-07 Thread Przemek Klosowski
This is something I have been reading about rather than having done it
myself, so I may be wrong about details, but here's what I understand.
The Doppler radar setup will give you a beat frequency between your
tranmitter and receiver. IIRC, Doppler frequency is 1/(1+2v/c), so for
instance when an object moving at 1m/s is  lit up by 5GHz, the
receiver will return a 33Hz beat frequency signal. This is within
audio range, so you can read it with a sound cape or USB dongle, or
directly via BBB digital or analog I/O pins, if you're careful about
not burning them up with excess voltage.

You can get the speed by measuring the frequency, but you can't get
actual distance unless you do time-of-flight measurement on
well-defined pulses, which is tricky because radar waves move at the
speed  of 1 foot/nanosecond. On a Beaglebone it's pretty hard to
measure timing to a resolution much better than a microsecond or so,
so your distance measurement would be to within 1000 feet.

On Sat, Oct 5, 2013 at 5:41 PM, Dennis Ogbe dade...@gmail.com wrote:

 Hi guys,

 I'm totally new to MCUs and the Beagleboard and I'm a little overwhelmed by
 the amount of information out there.
 For a class project, I need to sample a signal (the beat signal out of a
 FMCW radar module, the frequency is not higher that audio), detect its
 frequency, and use this frequency value to calculate the range and/ or speed
 of my target.

 I'm pretty sure that I can use either the beagleboard-xm or the beaglebone
 black for this, but I'm confused about a couple things. I hope that I can
 get help here!

 Can I just use the CPU on the BB-xM or the BBB to sample the audio and do
 the necessary processing or would I have to use the xM's DSP or an audio
 cape for the BBB? I have written simple DSP applications in C before, and so
 far I have used JACK to get my samples from the sound card. Could I do the
 same thing on the Beagleboard? Would grabbing samples for computations in a
 C program also work by using ALSA?

 In order to detect the frequency of my signal, I believe that I will have to
 take chunks of the signal, take the FFT and detect the peak in the resulting
 array. Can I do these operations on a beagleboard without significant delay?

 Thanks for your help!

 Dennis

 --
 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 options, visit https://groups.google.com/groups/opt_out.

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Debian on BBB

2013-10-07 Thread studywireless
  

I just got my BBB today. I wanted to use a Debian on my BBB so I copied the 
image from the below location

https://rcn-ee.net/deb/flasher...https://rcn-ee.net/deb/flasher/wheezy/BBB-eMMC-flasher-debian-7.1-2013-09-27.img.xz

Then I wrote this image to a 2GB Micro SD card using Image Write in Windows 
7. Then I followed the steps to flash the eMMC.

I held the boot button until all the LED's start flashing and only then I 
release it. After 2 minutes all the LED's turn off including the Power LED. 
I am using a 5V 2 Amp power supply. Then if I remove the SD card and 
connect to the board using SSH I can see the default Angstrom flavor. If I 
insert the SD card and reboot I can see the Debian flavor, I am confused. 
How can I flash the eMMC with Debian ?

Some wiki page mentions the flashing takes 4-5 minutes and some say 45 
minutes which is correct ?

Am I missing something ?

I have read couple of posts on this topic but couldn't find the solution to 
my problem.
 

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Debian on BBB

2013-10-07 Thread Robert Nelson
On Mon, Oct 7, 2013 at 10:58 AM,  studywirel...@gmail.com wrote:
 I just got my BBB today. I wanted to use a Debian on my BBB so I copied the
 image from the below location

 https://rcn-ee.net/deb/flasher..

9-27 image right?
.

 Then I wrote this image to a 2GB Micro SD card using Image Write in Windows
 7. Then I followed the steps to flash the eMMC.

 I held the boot button until all the LED's start flashing and only then I
 release it. After 2 minutes all the LED's turn off including the Power LED.
 I am using a 5V 2 Amp power supply. Then if I remove the SD card and connect
 to the board using SSH I can see the default Angstrom flavor. If I insert
 the SD card and reboot I can see the Debian flavor, I am confused. How can I
 flash the eMMC with Debian ?

OFF... That's not right...  It'll take a good 5-6 minutes, the LED's
should be flashing the whole time, before they ALL turn ON to give you
a hint that it is done..

Just try again...

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: How to open ports on compiled ubuntu-13.04-console-armhf-2013-07-22.tar.xz

2013-10-07 Thread Bit Pusher
Thanks George, I actually do want to boot the operating system on the SD 
card which has two partitions made according to instructions at 
http://eewiki.net/display/linuxonarm/BeagleBone+Black. The operating system 
I installed on the SD card is ubuntu-13.04-console-armhf-2013-07-22.tar.xz. 
The LEDs are operating as I expect from booting my other image (which also 
boots the SD card) but was a downloaded image as opposed to a compiled 
image. When I apply power, the LEDs light up after a few seconds as 
expected. When I hold the reset switch down, then after about 8-10 seconds, 
the LEDs turn off, again as expected when an SD running machine is turned 
off. Everything looks right except for the closed ports.

On Saturday, October 5, 2013 7:17:19 PM UTC-4, George B wrote:

 The behavior you describe is what I have sometimes got when it doesn't 
 have the right root partition mounted.  If you boot up with a micro sd card 
 installed, it may be trying to mount that filesystem as root.  Does it 
 behave itself when the external SD card is removed?

 I have had three problems so far:

 1.  System gets into a mode where it will boot, machine is pingable, USB 
 is working (because ctrl-alt-del works on a USB keyboard) but none of the 
 services are running (can't ssh to the unit) and the HDMI video isn't 
 working (have a signal but not displaying anything).  Once the unit gets 
 into this mode, the only recovery is to re-flash it.  It has done this 
 twice.

 2.  Sometimes when power is applied it will not boot.  The LEDs don't 
 light, nothing.  Cycling power to the unit via plug/unplug of the power 
 supply clears the problem'

 3.  Commenting the entries out of /etc/network/interfaces for usb0 has no 
 effect.  I have commented out the lines in /etc/network/interfaces but it 
 still comes up active.

 My guess is that your system is trying to mount the sd card as the root 
 partition and none of your service daemons are there.  Which image are you 
 running?  I think for me the problem of booting with an sd card was fixed 
 with the image found on BBB-eMMC-flasher-ubuntu-13.04-2013-09-27  but even 
 running that image it ended up hanging once in that mode where it won't 
 boot from either eMMC or sd, interface comes up, is pingable, but no 
 services start, no display from HDMI, keyboard works.  That sounds to me 
 like the problem you are facing.  The only way out of that mode I have 
 found so far is re-flashing the unit.


-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: How to open ports on compiled ubuntu-13.04-console-armhf-2013-07-22.tar.xz

2013-10-07 Thread Robert Nelson
On Mon, Oct 7, 2013 at 2:49 PM, Bit Pusher ken.w.mar...@gmail.com wrote:
 Thanks George, I actually do want to boot the operating system on the SD
 card which has two partitions made according to instructions at
 http://eewiki.net/display/linuxonarm/BeagleBone+Black. The operating system
 I installed on the SD card is ubuntu-13.04-console-armhf-2013-07-22.tar.xz.
 The LEDs are operating as I expect from booting my other image (which also
 boots the SD card) but was a downloaded image as opposed to a compiled
 image. When I apply power, the LEDs light up after a few seconds as
 expected. When I hold the reset switch down, then after about 8-10 seconds,
 the LEDs turn off, again as expected when an SD running machine is turned
 off. Everything looks right except for the closed ports.

So 'ssh' should work by default with the console image.  Two potential
issues i see, your using a static IP. Can i assume you've tested
pinging this device from another pc on your network?  Second, are you
using the raw ip address with ssh, or the device name?

Either way, openssh-server is installed by default, with the default
port 22 configuration..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: How to open ports on compiled ubuntu-13.04-console-armhf-2013-07-22.tar.xz

2013-10-07 Thread Robert Nelson
On Mon, Oct 7, 2013 at 2:58 PM, Robert Nelson robertcnel...@gmail.com wrote:
 On Mon, Oct 7, 2013 at 2:49 PM, Bit Pusher ken.w.mar...@gmail.com wrote:
 Thanks George, I actually do want to boot the operating system on the SD
 card which has two partitions made according to instructions at
 http://eewiki.net/display/linuxonarm/BeagleBone+Black. The operating system
 I installed on the SD card is ubuntu-13.04-console-armhf-2013-07-22.tar.xz.
 The LEDs are operating as I expect from booting my other image (which also
 boots the SD card) but was a downloaded image as opposed to a compiled
 image. When I apply power, the LEDs light up after a few seconds as
 expected. When I hold the reset switch down, then after about 8-10 seconds,
 the LEDs turn off, again as expected when an SD running machine is turned
 off. Everything looks right except for the closed ports.

 So 'ssh' should work by default with the console image.  Two potential
 issues i see, your using a static IP. Can i assume you've tested
 pinging this device from another pc on your network?  Second, are you
 using the raw ip address with ssh, or the device name?

 Either way, openssh-server is installed by default, with the default
 port 22 configuration..

In fact, port 80 should also be alive with apache, I'm thinking your
network is NOT actually setup correctly..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: freaking out with EDIMAX EW-7811UN on BBB with Angstrom

2013-10-07 Thread Tux Leonard
How do you power your board? USB or +5V?



2013/10/7 Grigory g.fishilev...@gmail.com

 My solution was finally to disable HDMI. Now it works with built-in driver.

 Other steps *without success* was:
 - update to current angstrom image
 - compile rtl8192cu from source
 - attach usb dongle with extend. cable
 - disable WPA2, make AP open


 On Saturday, October 5, 2013 11:27:44 AM UTC+2, Grigory wrote:

 Hi all,

 I'm trying to get EDIMAX EW-7811UN to work on my fresh BBB with Angstrom
 with no success. I choose this adapter because BBB-Wiki says it would *works
 on Angstrom*.

 I've read already *all* topics on this group about EDIMAX+BBB and pick
 this tutorial I've use to compile the driver on BBB by myself: How to
 install a 
 rtl8192cu...http://www.codealpha.net/864/how-to-set-up-a-rtl8192cu-on-the-beaglebone-black-bbb/
  I guess I overlooked something *trivial* and hope somebody may *kick*me to 
 the right direction.

 My setup is: ethernet, power supply, edimax dongle. No usb-keyboard, no
 HDMI. The boards stands on a book, so the usb dongle looks over. An usb
 cable to extend the distance to BBB I've try as well.

 dmesg is too big to post here so I've attachted a file, one thing only I
 see could be the issue:

 [   16.193417] systemd-udevd[93]: worker [109] terminated by signal 11 (
 Segmentation fault)
 [   16.281490] gs_open: ttyGS0 (dd5d3c00,dd58c5c0)
 [   16.285720] gs_close: ttyGS0 (dd5d3c00,dd58c5c0) ...
 [   16.285742] gs_close: ttyGS0 (dd5d3c00,dd58c5c0) done!
 [   16.286023] gs_open: ttyGS0 (dd5d3c00,dd40b540)
 [   16.308695] systemd-udevd[93]: worker [109] failed while handling
 '/devices/ocp.3/4740.usb/**musb-hdrc.0.auto/gadget/net/**usb0'
 [   16.407298] survey done event(4)

 otherwise I see in dmesg no trys to connect, to auth or something else ...

 root@beaglebone:~# *ifup wlan0*
 Successfully initialized wpa_supplicant
 ioctl[SIOCSIWAP]: Operation not permitted
 udhcpc (v1.20.2) started
 Sending discover...
 Sending discover...
 Sending discover...
 No lease, failing


 root@beaglebone:~# *iwlist wlan0 scanning*
 wlan0 Scan completed :
   Cell 01 - Address: 50:7E:5D:4F:20:EE
 ESSID:WLAN-4F2046
 Protocol:IEEE 802.11bgn
 Mode:Master
 Frequency:2.437 GHz (Channel 6)
 Encryption key:on
 Bit Rates:144 Mb/s
 Extra:rsn_ie=3014010fac040**
 10fac04010fac02
 IE: IEEE 802.11i/WPA2 Version 1
 Group Cipher : CCMP
 Pairwise Ciphers (1) : CCMP
 Authentication Suites (1) : PSK
 IE: Unknown: DD910050F204104A00011010440001**
 021041000100103B00010310470010**0003507E5D4F20**
 EE1021000B436F72706F726174696F**6E10230009564756383533394A5710**
 240008312E32382E3030301042000A**4A3233373134303237361054000800**
 060050F20400011011001457697265**6C65737320526F7574657228574641**
 29100800020084103C000103
 Quality=100/100  Signal level=84/100

 root@beaglebone:~# *ifconfig*
 eth0  Link encap:Ethernet  HWaddr 90:59:AF:5D:BD:E3
   inet addr:192.168.2.101  Bcast:192.168.2.255  Mask:255.255.
 255.0
   inet6 addr: fe80::9259:afff:fe5d:bde3/64 Scope:Link
   inet6 addr: 2003:4c:6d26:ff01:9259:afff:fe**5d:bde3/64 Scope:
 Global
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:464 errors:0 dropped:1 overruns:0 frame:0
   TX packets:222 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:78198 (76.3 KiB)  TX bytes:26424 (25.8 KiB)
   Interrupt:56


 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   inet6 addr: ::1/128 Scope:Host
   UP LOOPBACK RUNNING  MTU:65536  Metric:1
   RX packets:174 errors:0 dropped:0 overruns:0 frame:0
   TX packets:174 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:13216 (12.9 KiB)  TX bytes:13216 (12.9 KiB)


 usb0  Link encap:Ethernet  HWaddr 56:5B:87:1D:DF:42
   inet addr:192.168.7.2  Bcast:192.168.7.3  Mask:255.255.255.252
   UP BROADCAST MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


 wlan0 Link encap:Ethernet  HWaddr 80:1F:02:AB:A5:A6
   UP BROADCAST MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

 root@beaglebone:~# *iwconfig*
 wlan0 unassociated  Nickname:WIFI@REALTEK
   Mode:Managed  

[beagleboard] ehrpwm: Period value conflicts with channel

2013-10-07 Thread David Široký
Hi guys!

I'm trying to configure all (6) EHRPWM channels but I'm having troubles 
setting period. I know that EHRPWMxA and EHRPWMxB must have the same period 
but when I have then enabled, then there is no possible way to change the 
period. Every attempt ends with dmesg:

ehrpwm 48302200.ehrpwm: Period value conflicts with channel 0

Is there any solution (without recompiling kernel)? I have Ubuntu 
2013-09-27 (from http://elinux.org/BeagleBoardUbuntu#Flasher).

Thanks.

David

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Cross Compile from Ubuntu on PC

2013-10-07 Thread arunbarnabasjohn
Not sure if my reply is relevant to your problem.

I am using Eclipse (Indigo) on Ubuntu 12.04 (64 bit), I have been able to 
configure Eclipse for cross-compilation for the beaglebone black. I 
followed the video tutorials given on derek malloy's site.

WIth the eclipse I am able to cross-compile programs for the beaglebone 
black, I can also setup the remote explorer view in eclipse to directly 
access the BBB's folders.

thanks
a

On Saturday, October 5, 2013 11:22:56 PM UTC+5:30, Tim Groth wrote:

 I got the TI sdk for beagle bone black here.   
 http://www.ti.com/tool/linuxezsdk-sitara
 I selected Linux EZSDK for Beaglebone Black.  I successfully set up 
 eclipse and it all
 works fine if I static link.  However if I don't it doesn't work.  My 
 assumption then is that
 my helloworld program will not dynamically link with Angstrom on beagle 
 bone black.  Do you think that is true
 they are not compatible? Perhaps it would work if Ubuntu was 
 running on Beaglebone
 Black?   Any ideas.


-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] receive on ttyO4 does not work on c++

2013-10-07 Thread arunbarnabasjohn
Hi,

I have managed to get I2c and some gpios working on the BBB using c++ as 
the development tool. WIth UART I can send data using the ttyO4 port, but I 
am unable to receive any data on it.

I have used the code given in this site...serial port example 
codehttp://softexpert.wordpress.com/2007/10/18/how-to-connect-to-a-serial-port-in-linux-using-c/

Please could anyone tell what is wrong ?? I can send data but not receive.

Could anyone point out some example code that can do this...???

I know the hardware is working fine as I have checked the pulses on the RXD 
line.

thanks
a

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] BBB Debian and M2Tech Hiface1 ( and Real Time )

2013-10-07 Thread Robert Nelson
On Mon, Oct 7, 2013 at 2:40 PM,  ricci.m...@gmail.com wrote:
 Hi all, I'm trying to install BBB Debian with well known M2Tech Hiface1
 USBSPDIF converter.

 I started with Debian 7.0 installation:
 http://www.armhf.com/index.php/getting-started-with-ubuntu-img-file/

 Then I start installing M2Tech Hiface1:

 sudo apt-get install dkms
 sudo apt-get install kernel-headers-$(uname -r)
 sudo apt-get install build-essential
 sudo apt-get install git
 git clone git://github.com/panicking/snd-usb-asyncaudio.git
 sudo dkms add ./snd-usb-asyncaudio/
 sudo dkms autoinstall

 2nd command gave me an error:

 debian@debian-armhf:~$ sudo apt-get install kernel-headers-$(uname -r)
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 E: Unable to locate package kernel-headers-3.8.13-bone20
 E: Couldn't find any package by regex 'kernel-headers-3.8.13-bone20

 I tried to find out the right kernel-headers at following site and install
 it:

 http://wget%20http://rcn-ee.net/deb/wheezy-armhf/v3.8.13-bone20/install-me.sh
 sudo /bin/bash install-me.sh
 (reboot)

 I also tried with this one:

 http://rcn-ee.net/deb/wheezy-armhf/v3.8.13-bone20/
 linux-headers-3.8.13-bone20_1.0wheezy_armhf.deb

 No luck ... I still have an error:

 root@debian-armhf:/# sudo dkms autoinstall

 Kernel preparation unnecessary for this kernel. Skipping...
 Building module:
 cleaning build area.
 make KERNELRELEASE=3.8.13-bone20 KVERSION=3.8.13-bone20.(bad exit
 status: 2)
 Error! Bad return status for module build on kernel: 3.8.13-bone20 (armv7l)
 Consult /var/lib/dkms/snd-usb-hiface/1.0/build/make.log for more information

 And log looks like:

 root@debian-armhf:/snd-usb-asyncaudio# cat
 /var/lib/dkms/snd-usb-hiface/1.0/build/make.log
 DKMS make.log for snd-usb-hiface-1.0 for kernel 3.8.13-bone20 (armv7l)
 Mon Oct 7 16:17:03 UTC 2013
 make -C /lib/modules/3.8.13-bone20/build
 SUBDIRS=/var/lib/dkms/snd-usb-hiface/1.0/build modules
 make[1]: Entering directory `/usr/src/linux-headers-3.8.13-bone20'
 CC [M] /var/lib/dkms/snd-usb-hiface/1.0/build/chip.o
 In file included from include/linux/timex.h:65:0,
 from include/linux/jiffies.h:8,
 from include/linux/ktime.h:25,
 from include/linux/timer.h:5,
 from include/linux/workqueue.h:8,
 from include/linux/srcu.h:34,
 from include/linux/notifier.h:15,
 from include/linux/memory_hotplug.h:6,
 from include/linux/mmzone.h:761,
 from include/linux/gfp.h:4,
 from include/linux/kmod.h:22,
 from include/linux/module.h:13,
 from /var/lib/dkms/snd-usb-hiface/1.0/build/chip.c:17:
 /usr/src/linux-headers-3.8.13-bone20/arch/arm/include/asm/timex.h:18:24:
 fatal error: mach/timex.h: No such file or directory
 compilation terminated.
 make[2]: *** [/var/lib/dkms/snd-usb-hiface/1.0/build/chip.o] Error 1
 make[1]: *** [_module_/var/lib/dkms/snd-usb-hiface/1.0/build] Error 2
 make[1]: Leaving directory `/usr/src/linux-headers-3.8.13-bone20'
 make: *** [default] Error 2

Welcome to arm headers... Use this script, to setup everything properly..

wget 
https://raw.github.com/gkaindl/beaglebone-ubuntu-scripts/master/bb-get-rcn-kernel-source.sh

./bb-get-rcn-kernel-source.sh

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] elapsed time microseconds c++

2013-10-07 Thread Tux Leonard
Did you use a crosscompiler?
You can also compile your code on your beaglebone.


2013/10/5 ignacio.mata...@gmail.com

 hi,

 Looks like there is something wrong in eclipse. I compiled the code
 gettimeofday directly from ubuntu terminal and it works properly. Also the
 code works in my beaglebone :-)

 BUT... :-S. I am trying to run my code. It compiles and run under ubuntu
 but when i try to run in in my beaglebone i got the error:
 -sh: ./hil: cannot execute binary file

 I am using the following command in my beaglebone:
 chmod ugo+x hil
 ./hil

 I am using this includes:
 stdio.h
 stdlib.h
 math.h
 sys/time.h

 any suggestion? thanks in advance to everybody


 On Friday, October 4, 2013 5:33:04 PM UTC+2, ignacio...@gmail.com wrote:

 Hi,

 My big code compiles properly in eclipse. As you said I started with
 hello world and small codes. My problems became only measuring elapsed
 time. With small codes, just to measure elapsed time it still doesn't work.
 I tried with clock() as i said but the elapsed time showed in the terminal
 is wrong. Now I am trying with the code supplied by you, because i would
 like to try with gettimeofday but errors commented before.

 I will put my compiler, linker and assembler later. I am not in my
 personal computer now.

 really thanks for your help.

 El viernes, 4 de octubre de 2013 16:59:35 UTC+2, Dieter Wirz escribió:

 Hi Ignacio
 On Fri, Oct 4, 2013 at 10:06 AM,  ignacio...@gmail.com wrote:
  My aim is program in ansi c my beaglebone black. I am using an ubuntu
 vm under mac os.
 
  I am new in ubuntu and eclipse and this is the main problem, i guess
 :-S
 
  I have a model that i would like to run into BB but i have problems to
 measure the elapsed time, i tried before with clock(), but looks like it
 doesn't measure properly the time. For this i am trying with gettimeofday,
 but i have the problems that i commented previously.
 
  Looks like if eclipse could not link time.h and for this appear these
 errors. But maybe i am wrong
 Eclipse  with an installed crosscompiler is only one way to go and it
 certainly makes sense if you have a huge Project with thousands of
 lines of code, X, etc. But I usually code only small terminal programs
 (in ANSI C) that read in some ports, write to some ports, do some
 calculations and write the results to a excel readable text file. For
 such problems I am too lazy to install Eclipse with all the gnuaebi
 etc. stuff
 So, I edit and compile my programs directly on BB, usually over ssh
 and sftp (usually from my Mac, with Cyberduck). The only thing you
 need on BB is gcc and if you have a bit bigger projects make.

 Starting with Hello World is always a good idea
 Connect to your BB with ssh
 nano helloworld.c
 type in your code, quit and save with ctrl x
 gcc -Wall helloworld.c -o helloworld
 And run your program with
 ./helloworld
 you need the ./ for running terminal programs in the same folder

 Have fun!

  --
 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 options, visit https://groups.google.com/groups/opt_out.


-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Cross Compile from Ubuntu on PC

2013-10-07 Thread Tux Leonard
I had the same problem. In my opinion it's related to the cross compiler
tool chain and the floating point unit on the target.

I changed my to tool chain according to the following http://www.lvr
.com/eclipse1.htm and everything works fine.

This installs the following cross compiler:
arm-linux-gnueabihf-g++ --version
arm-linux-gnueabihf-g++ (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 -
Linaro GCC 2013.03) 4.7.3 20130226 (prerelease)

The extention hf in gnueabihf indicate that it uses hard floating point









2013/10/5 Tim Groth timpgr...@yahoo.com

 I got the TI sdk for beagle bone black here.
 http://www.ti.com/tool/linuxezsdk-sitara
 I selected Linux EZSDK for Beaglebone Black.  I successfully set up
 eclipse and it all
 works fine if I static link.  However if I don't it doesn't work.  My
 assumption then is that
 my helloworld program will not dynamically link with Angstrom on beagle
 bone black.  Do you think that is true
 they are not compatible? Perhaps it would work if Ubuntu was
 running on Beaglebone
 Black?   Any ideas.

 --
 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 options, visit https://groups.google.com/groups/opt_out.


-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Has any activated both user I2C buses with a DT overlay?

2013-10-07 Thread kyle
At this point i'd almost be ready to paypal someone if they can provide a 
working sample.   Now my earlier edits no longer work in the boneblack.dtb 
file and prevent the system from booting up at all.  I still seem no closer 
to understanding how some of the magic numbers in the fragment syntax are 
derived.  Still need to have both I2C buses.  One high and one low speed.

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Beaglebone black HDMI/VGA converter problems

2013-10-07 Thread kelton_flinn

I just bought a BBB along with a HDMI to VGA converter from Adafruit (long 
with the other accroutrements). The converter is very similar to the one 
pictured on the web page as 
compatible:.http://circuitco.com/support/index.php?title=BeagleBone_Black_Accessories.
 
Note the one pictured is unpowered, or at least appears to be so, so I 
figured I would be fine. As you can guess, I have no video (sigh)
 
Is there no way to get this to work with the unpowered adapter?
 
The adapter cost almost as much as the BBB and I can't return it. Oh well...
 
Kelton

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: freaking out with EDIMAX EW-7811UN on BBB with Angstrom

2013-10-07 Thread Grigory
On Monday, October 7, 2013 10:19:45 PM UTC+2, Tux Leonard wrote:

 How do you power your board? USB or +5V?



I use +5V power supply with 2,5A

 




 2013/10/7 Grigory g.fish...@gmail.com javascript:

 My solution was finally to disable HDMI. Now it works with built-in 
 driver.

 Other steps *without success* was:
 - update to current angstrom image
 - compile rtl8192cu from source
 - attach usb dongle with extend. cable
 - disable WPA2, make AP open


 On Saturday, October 5, 2013 11:27:44 AM UTC+2, Grigory wrote:

 Hi all,

 I'm trying to get EDIMAX EW-7811UN to work on my fresh BBB with 
 Angstrom with no success. I choose this adapter because BBB-Wiki says it 
 would *works on Angstrom*.

 I've read already *all* topics on this group about EDIMAX+BBB and pick 
 this tutorial I've use to compile the driver on BBB by myself: How to 
 install a 
 rtl8192cu...http://www.codealpha.net/864/how-to-set-up-a-rtl8192cu-on-the-beaglebone-black-bbb/
  I guess I overlooked something *trivial* and hope somebody may *kick*me to 
 the right direction.

 My setup is: ethernet, power supply, edimax dongle. No usb-keyboard, no 
 HDMI. The boards stands on a book, so the usb dongle looks over. An usb 
 cable to extend the distance to BBB I've try as well.

 dmesg is too big to post here so I've attachted a file, one thing only I 
 see could be the issue:

 [   16.193417] systemd-udevd[93]: worker [109] terminated by signal 11 (
 Segmentation fault)
 [   16.281490] gs_open: ttyGS0 (dd5d3c00,dd58c5c0)
 [   16.285720] gs_close: ttyGS0 (dd5d3c00,dd58c5c0) ...
 [   16.285742] gs_close: ttyGS0 (dd5d3c00,dd58c5c0) done!
 [   16.286023] gs_open: ttyGS0 (dd5d3c00,dd40b540)
 [   16.308695] systemd-udevd[93]: worker [109] failed while handling 
 '/devices/ocp.3/4740.usb/**musb-hdrc.0.auto/gadget/net/**usb0'
 [   16.407298] survey done event(4)

 otherwise I see in dmesg no trys to connect, to auth or something else 
 ...

 root@beaglebone:~# *ifup wlan0*
 Successfully initialized wpa_supplicant
 ioctl[SIOCSIWAP]: Operation not permitted
 udhcpc (v1.20.2) started
 Sending discover...
 Sending discover...
 Sending discover...
 No lease, failing


 root@beaglebone:~# *iwlist wlan0 scanning*
 wlan0 Scan completed :
   Cell 01 - Address: 50:7E:5D:4F:20:EE
 ESSID:WLAN-4F2046
 Protocol:IEEE 802.11bgn
 Mode:Master
 Frequency:2.437 GHz (Channel 6)
 Encryption key:on
 Bit Rates:144 Mb/s
 Extra:rsn_ie=3014010fac040**
 10fac04010fac02
 IE: IEEE 802.11i/WPA2 Version 1
 Group Cipher : CCMP
 Pairwise Ciphers (1) : CCMP
 Authentication Suites (1) : PSK
 IE: Unknown: DD910050F204104A00011010440001**
 021041000100103B00010310470010**0003507E5D4F20**
 EE1021000B436F72706F726174696F**6E10230009564756383533394A5710**
 240008312E32382E3030301042000A**4A3233373134303237361054000800**
 060050F20400011011001457697265**6C65737320526F7574657228574641**
 29100800020084103C000103
 Quality=100/100  Signal level=84/100  

 root@beaglebone:~# *ifconfig* 
 eth0  Link encap:Ethernet  HWaddr 90:59:AF:5D:BD:E3  
   inet addr:192.168.2.101  Bcast:192.168.2.255  Mask:255.255.
 255.0
   inet6 addr: fe80::9259:afff:fe5d:bde3/64 Scope:Link
   inet6 addr: 2003:4c:6d26:ff01:9259:afff:fe**5d:bde3/64 Scope:
 Global
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:464 errors:0 dropped:1 overruns:0 frame:0
   TX packets:222 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000 
   RX bytes:78198 (76.3 KiB)  TX bytes:26424 (25.8 KiB)
   Interrupt:56 


 loLink encap:Local Loopback  
   inet addr:127.0.0.1  Mask:255.0.0.0
   inet6 addr: ::1/128 Scope:Host
   UP LOOPBACK RUNNING  MTU:65536  Metric:1
   RX packets:174 errors:0 dropped:0 overruns:0 frame:0
   TX packets:174 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0 
   RX bytes:13216 (12.9 KiB)  TX bytes:13216 (12.9 KiB)


 usb0  Link encap:Ethernet  HWaddr 56:5B:87:1D:DF:42  
   inet addr:192.168.7.2  Bcast:192.168.7.3  Mask:255.255.255.252
   UP BROADCAST MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000 
   RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


 wlan0 Link encap:Ethernet  HWaddr 80:1F:02:AB:A5:A6  
   UP BROADCAST MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000 
   RX 

Re: [beagleboard] Debian on BBB

2013-10-07 Thread Timbo
I'm also having trouble with the 09-27 image.  It boots ok (and I can log 
in as user debian), but doesn't start writing to the eMMC.  The 07-22 and 
08-26 images both work as expected.  Am I missing something?

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Debian on BBB

2013-10-07 Thread Robert Nelson
On Mon, Oct 7, 2013 at 4:44 PM, Timbo tim...@gmail.com wrote:
 I'm also having trouble with the 09-27 image.  It boots ok (and I can log in
 as user debian), but doesn't start writing to the eMMC.  The 07-22 and
 08-26 images both work as expected.  Am I missing something?

It's hard to say exactly without more info, but the flashing procedure
is logged on the microSD at:

/boot/uboot/debug/flash-eMMC.log

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Angstrom, python Idle and the BBB?

2013-10-07 Thread Enrique Noe
Same problem here :(

El miércoles, 5 de junio de 2013 19:30:15 UTC-5, DaveCVI escribió:

 Hi, 
 Does anyone have Idle working on Angstrom on a BBB?

 I get:

 beaglebone:~# uname -a
 Linux beaglebone 3.8.13 #1 SMP Mon May 27 18:04:20 CEST 2013 armv7l 
 GNU/Linux
 beaglebone:~#
 beaglebone:~# python
 Python 2.7.3 (default, May 20 2013, 12:03:28)
 [GCC 4.7.3 20130205 (prerelease)] on linux2
 Type help, copyright, credits or license for more information.
  exit()
 beaglebone:~# opkg list python-idle
 python-idle - 2.7.3-r0.3.6 - python version 2.7.3-r0.3
  Python Integrated Development Environment
 beaglebone:~# opkg list python-tkinter
 python-tkinter - 2.7.3-r0.3.6 - python version 2.7.3-r0.3
  Python Tcl/Tk Bindings
 beaglebone:~# idle
 ** IDLE can't import Tkinter.  Your Python may not be configured for Tk. **
 beaglebone:~#

 Googleing indicated that this can be caused by tkinter and pyhton being 
 different versions - but the above says their versions are the same. 

 What to check next?

 Dave



-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] python and tkinter

2013-10-07 Thread Enrique Noe
jdawgaz , could you explain more about your answer, i don't know how to try 
your solution

El lunes, 13 de mayo de 2013 08:54:08 UTC-5, jdawgaz escribió:

 oh. in that case you might have to install python devel, tcl, and tk and 
 configure and make a new python.
 it will take quite a while. I have done this before, and it takes a while 
 even on a fast machine.

 UNLESS you can find a prebuilt python with all that stuff.


 On Mon, May 13, 2013 at 3:39 AM, lucidguppy 
 matthew.j...@gmail.comjavascript:
  wrote:

 I am importing Tkinter.

 Please see my command line.

 http://imgur.com/Kzs9bkG


 On Sunday, May 12, 2013 10:31:16 PM UTC-4, jdawgaz wrote:

 don't import tkinter.

 import Tkinter


 On Sun, May 12, 2013 at 6:49 PM, lucidguppy matthew.j...@gmail.com**wrote:

 I installed python-modules in opkg and python-tkinter too.

 When I import tkinter in python it says.

 No module name _tkinter

 Have you gotten python-tkinter to work on the BBB?

 -- 
 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...@**googlegroups.com.

 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .
  
  




 -- 
 Licensed Amateur Radio Operator: K7AZJ
 Registered Linux User: 275424
 Arduino programmer

 Recursion: (noun):
   see: Recursion 

  -- 
 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...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




 -- 
 Licensed Amateur Radio Operator: K7AZJ
 Registered Linux User: 275424
 Arduino programmer

 Recursion: (noun):
   see: Recursion 


-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: installing wxPython BBB (beaglebone black)

2013-10-07 Thread Enrique Noe
same problem here :(

El martes, 13 de agosto de 2013 06:27:35 UTC-5, Max Dobres escribió:

 Adafruit have a tutorial at:

 http://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black/installation

 This installs python as part of the adafruit Python GPIO install.
 It all seems to work for Python
  but something goes wrong, because when I try and start IDLE I get:

 ** IDLE can't import Tkinter.  Your Python may not be configured for Tk. **

 Python 2.7 seems OK

 Any further help on this would be appreciated, 
 Max


 On Monday, 5 August 2013 21:31:09 UTC+1, jacob powers wrote:

 Has anyone had any luck install wxPython on the Beaglebone Black?  I have 
 tried and gotten as far as getting wxGTK installed as per this tutorial How 
 to Install 
 wxPython.http://wiki.wxpython.org/How%20to%20install%20wxPython 
   I have been having a problem with the portion:  
 python setup.py build

 It attempts to build but I am getting this error.
 building '_core_' extension
 arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork 
 -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 -D__SOFTFP__ 
 -fno-strict-aliasing -O2 -pipe -g -feliminate-unused-debug-types -DNDEBUG 
 -g -O3 -Wall -Wstrict-prototypes -fPIC -DSWIG_TYPE_TABLE=_wxPython_table 
 -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -Iinclude -Isrc 
 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 
 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/python2.7 
 -c src/helpers.cpp -o 
 build-gtk2.unicode/temp.linux-armv7l-2.7/src/helpers.o -O3 -pthread
 cc1plus: warning: command line option '-Wstrict-prototypes' is valid for 
 C/ObjC but not for C++ [enabled by default]
 In file included from src/helpers.cpp:16:0:
 include/wx/wxPython/wxPython_int.h:19:19: fatal error: wx/wx.h: No such 
 file or directory
 compilation terminated.
 error: command 'arm-angstrom-linux-gnueabi-gcc' failed with exit status 1

 Has anyone had any success install wxPython or has anyone run into a 
 situation like this.  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 this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Debian on BBB

2013-10-07 Thread Robert Nelson
On Mon, Oct 7, 2013 at 6:08 PM, Timbo tim...@gmail.com wrote:
 Thanks for the reply.  After booting the 09-27 image from the uSD, the file
 flash-eMMC.log doesn't seem to get changed.  The user LEDs don't show any
 disk activity and the heartbeat just keeps going.
 I can run /boot/uboot/tools/scripts/beaglebone-black-copy-microSD-to-eMMC.sh
 by hand -- is that sufficient to write everything to the eMMC?

 After booting from uSD:

 sudo mount /dev/mmcblk1p1 /mnt/tmp
 cat /mnt/tmp/debug/flash-eMMC.log

Wrong file...

run: tail -f /boot/uboot/debug/flash-eMMC.log

When it starts up..


-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Debian on BBB

2013-10-07 Thread Timbo
I seem now to have a functioning installation of your latest image on the 
eMMC:

debian@arm:~$ lsblk
NAME MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
mmcblk0boot0 179:80 1M  1 disk
mmcblk0boot1 179:16   0 1M  1 disk
mmcblk0  179:00   1.8G  0 disk
ââmmcblk0p1  179:1064M  0 part /boot/uboot
ââmmcblk0p2  179:20   1.7G  0 part /
debian@arm:~$ uname -a
Linux arm 3.8.13-bone28 #1 SMP Thu Sep 12 23:22:35 UTC 2013 armv7l GNU/Linux

How are the copy scripts triggered, normally?


-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Debian on BBB

2013-10-07 Thread Robert Nelson
On Mon, Oct 7, 2013 at 6:16 PM, Timbo tim...@gmail.com wrote:
 I seem now to have a functioning installation of your latest image on the
 eMMC:

 debian@arm:~$ lsblk
 NAME MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
 mmcblk0boot0 179:80 1M  1 disk
 mmcblk0boot1 179:16   0 1M  1 disk
 mmcblk0  179:00   1.8G  0 disk
 ââmmcblk0p1  179:1064M  0 part /boot/uboot
 ââmmcblk0p2  179:20   1.7G  0 part /
 debian@arm:~$ uname -a
 Linux arm 3.8.13-bone28 #1 SMP Thu Sep 12 23:22:35 UTC 2013 armv7l GNU/Linux

 How are the copy scripts triggered, normally?

BTW: did you physically unpower the board between runs..  Software
reset will not work..

It's called from an init script... Looking for a specific file on the
fat partition..

https://github.com/RobertCNelson/boot-scripts/blob/master/am335x_evm.sh#L63

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Debian on BBB

2013-10-07 Thread Timbo
Okay, the scripts
/opt/boot-scripts/am335x_evm.sh
and
/bin/bash /boot/uboot/tools/scripts/beaglebone-black-copy-microSD-to-eMMC.sh
are both being triggered correctly.

The problem is that beaglebone-black-copy-microSD-to-eMMC.sh is failing to 
find initramfs-tools inside check_host_pkgs (), even though the same script 
does *not *fail when run later by hand.
That to me sounds like something in the shell environment is affecting the 
formatting of dpkg's output.

Anyway I changed check_dpkg () to
  dpkg -l $pkg /dev/null || deb_pkgs=${deb_pkgs}${pkg} 
and everything appears to run normally.

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] RE: DSP on beaglebone black

2013-10-07 Thread Pedro A. Melendez
Priyank: what do you mean by highlighted portion? you can check check of
the audio cape in here
http://beagleboardtoys.info/index.php?title=BeagleBone_Audio
Maxim: cool, wanna see that mod :)



On Tue, Oct 1, 2013 at 2:24 AM, Maxim Podbereznyy lisar...@gmail.comwrote:

 Audio cape can be easily modified to enable MIC BIAS. You will need two
 resistors 1k and a soldering tool. I've sent to this list a picture how to
 modify it, can do it again


 2013/10/1 Priyank Patel priyankpatel...@gmail.com

 Hi Meimo,
 I just finished flashing my BBB to production image 2013.09.04 of
 Angstrom. But, now I am more interested in installing lightweight distros
 like gentoo or puppy linux. Preferably Gentoo (It gives inner satisfaction
 knowing someone else is also having same setup as yours). And please do
 send me the Awesome Robert Nelson kernel BBB patches. I will start
 working on it right away. Also, we will wait till you get answer from
 adafruit.
 Keep fingers crossed :)
 Priyank.


 On Tuesday, October 1, 2013 2:11:39 AM UTC-4, meino@gmx.de wrote:

 Hi Priyank,

 :)
 Just some minutes ago I posted a question on the Adafruit support
 forum (I bougth two of those mic+amps for interfacing with my audio
 cape) asking what is the best way to inerface those mic+amps with the
 audio cape.

 As soon as I will get an answer from Adafruit, I will post it to you.

 One thing I forgot(?) to mention:
 To use the audio cape with the BBB you need to modify the kernel and
 the devicetree and recompile it. If you want, I will send you the
 needed patches based on Robert Nelsons BBB kernel (3.8.12), which are
 only tested for my setup but are not specific for it (I think). I am
 running Gentoo and NOT Angstrom!

 I think (but let us wait for the answer on Adafruits support forum)
 that the output level of the mic+amp is powerful enough to drive the
 audio input of the Audio cape.

 Best regards,
 mcc



 Priyank Patel priyank...@gmail.com [13-10-01 07:56]:
  Hi Meino,
  I have looked up both directional and unidirectional adafruit has to
 offer.
  The unidirectional microphone seems to be partially helping as the
 website
  says it is ideal for the distance of 6 from the sound source (this is
  hearing aid and the sound source can be far or near) .Besides that,
 other
  concern is how would I interface it with the Audio cape (If I
 purchased
  one). This query was produced as I do not see a mic-in audio jack.
 Please,
  suggest me what can be steps that can be taken further. Thanks for
  researching on my behalf. You guys are helping a lot. Much obliged.
  Priyank.
 
 
  On Tue, Oct 1, 2013 at 12:15 AM, meino@gmx.de wrote:
 
   Hi Priyank,
  
   hope that this could be helpful?!:
   http://www.adafruit.com/**products/1063http://www.adafruit.com/products/1063
  
   ???
  
   Best regards,
   mcc
  
  
  
  
   Priyank Patel priyank...@gmail.com [13-10-01 06:00]:
Hi Pedro,
I reviewed the Audio Cape IC specification file. The IC does have
   powerful
ADC and DAC along with support for features that I require for the
   project.
Here, I posted a snapshot of what I found related to the topic
 being
discussed. Full version is available at:
 www.ti.com/lit/ds/symlink/*
tlv320aic3106*.pdf
I do not understand some of the highlighted portion. Please, see
 if its
   the
same what you mentioned in your earlier reply.
Thanks.
Priyank.
On Monday, September 30, 2013 11:40:32 PM UTC-4, Peedro A.
 Melendez
(lazychino) wrote:

 the audio cape IC is really powerful but note some functions are
 restricted by the hardware, example no microphone support(mic
 bias no
 connected). Check the audio cape files to make sure it works for
 your
 application.
 -Pedro


 On Mon, Sep 30, 2013 at 11:36 PM, Pedro A. Melendez 
   lazy@gmail.comjavascript:**
  wrote:

 I'm using SYBA usb audio dongle is 11 bucks and it works. It
 appears
   as a
 second audio device if you dont disable the hdmi cape.
 -Pedro


 On Mon, Sep 30, 2013 at 11:32 PM, meino@gmx.dejavascript:
   wrote:

 Hi Priyank,

 the audio cape will do the sampling for you. This will release
 a great processing burden from the shoulders of the CPU. The
 A/D-converter (analog to digital converter) of the audio cape
 will do this for you.
 In the simpliest case, you only need to grab the samples and
 put
 it on SD-card/disc (raw format). This means recording. In case
 of an hearing aid, this is not that useful, since you will
 hear it
 later, hahahaha! :)
 Take a deep look into the datasheet of the tlv320aic3106,
 which is
 TIs audio processor they put on the audio cape. This little
 beast is
 capable of much more than simple sampling. For example you
 will get
 a maximum sampling rate of 96 kHz, which means -- capable
 microphones
 provided -- you can sample sound up to 24 kHz.
 One thing: I dont know, how 

[beagleboard] Re:Increasing CPU speed and voltage at the core

2013-10-07 Thread Dexter Tan
Good day. I would like to know about specifically increasing the voltage at 
the cpu because as suggested by http://elinux.org/BeagleBoard#Clocking you 
need to increase the core voltage to stabilize the processor. Thanks and 
have a good day. 

-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] BBB dead after flash

2013-10-07 Thread Michael Vittiglio
Based on the instructions provided I've done everything to the letter. 
Unfortunately, this is all I see via the FTDI output via the terminal 
command screen /dev/tty.usb... 115200: 
U-Boot SPL 2013.04-dirty (Jun 19 2013 - 09:57:14)
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)

On Friday, October 4, 2013 9:24:43 AM UTC-4, Gerald wrote:

 That indicates there is nothing in flash and nothing on the SD card that 
 it can boot from.

 Gerald



 On Fri, Oct 4, 2013 at 7:16 AM, Charles Steinkuehler 
 cha...@steinkuehler.net javascript: wrote:

 On 10/4/2013 6:46 AM, Michael Vittiglio wrote:
  When trying to view what's happening via the FTDI the unity basically 
 puts
  out no output with the exception of the occasional C. Is there any 
 chance
  that this can be repaired? As stated earlier in this thread, the boot
  button option does not seem to work.

 The boot button completely bypasses the on-board eMMC, so if your 'bone
 is not booting correctly from SD card when holding the boot button
 during reset, you need to re-image the SD card.

 --
 Charles Steinkuehler
 cha...@steinkuehler.net javascript:




-- 
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 options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] elapsed time microseconds c++

2013-10-07 Thread Dave Hylands
Whoops - finger troubles

On Mon, Oct 7, 2013 at 8:16 PM, Dave Hylands dhyla...@gmail.com wrote:

 Hi,


 On Sat, Oct 5, 2013 at 2:31 AM, ignacio.mata...@gmail.com wrote:
 
  hi,
 
  Looks like there is something wrong in eclipse. I compiled the code
gettimeofday directly from ubuntu terminal and it works properly. Also the
code works in my beaglebone :-)
 
  BUT... :-S. I am trying to run my code. It compiles and run under
ubuntu but when i try to run in in my beaglebone i got the error:
  -sh: ./hil: cannot execute binary file
 
  I am using the following command in my beaglebone:
  chmod ugo+x hil
  ./hil
 
  I am using this includes:
  stdio.h
  stdlib.h
  math.h
  sys/time.h
 
  any suggestion? thanks in advance to everybody

 Try using the file command on your program. It will tell whether you
built an ARM executable or an x86 executable. x86 executables will produce
the error you're seeing when you try to run them on the beagleboard (since
the beagleboard uses an ARM processor).

 file ./hil

 For example: file /bin/ls on my x86 ubuntu machine shows:

/bin/ls: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically
linked (uses shared libs), for GNU/Linux 2.6.24,
BuildID[sha1]=0x37cdd635587f519989044055623abff939002027, stripped

and file run on an executable for the beagleboad will typically show
something like:

bash: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked
(uses shared libs), for GNU/Linux 2.6.16, not stripped

So as Tux mentioned, you're probably using the host compiler instead of the
cross compiler to build your program.

--
Dave Hylands
Shuswap, BC, Canada
http://www.davehylands.com

-- 
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 options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Fast boot, no-GUI distro?

2013-10-07 Thread Brandon I
You can build angstrom without the gui. For some pre built images, check 
out the angstrom rootfs image at 
http://downloads.angstrom-distribution.org/demo/beaglebone/



On Monday, October 7, 2013 12:34:13 AM UTC-7, Rick M wrote:

 Hi. I'm getting started with my BBB, having done previous projects with 
 RPi and smaller boards.

 I'm wondering if anyone's made an Angstrom distribution designed for fast 
 boot, and that doesn't bother with any of the desktop and other graphical 
 UI elements. I'm embedding this in a robot, don't really want those things, 
 and the faster it boots, the better.

 It'd be nice if there was someone making a distro like this on a regular 
 basis, keeping it up to date. It would be a lot faster to install.

 Anyway, I'm not much of a linux user per se, and don't really know what 
 can be dumped

 Any pointers to projects would be much appreciated.

 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 this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Sierra USB wireless to beagleboard xm with Angstrom

2013-10-07 Thread Aline Guisky
Hi Robert,
Can you tell my more specifically what to look at?


-- 
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 options, visit https://groups.google.com/groups/opt_out.