[beagleboard] Re: BBB boot when connected to other devices

2013-11-13 Thread Alberto Potenza


I forgot to mention that I am connecting the gpmc and the spi0-spi1 pins of 
the headers.

Alberto

-- 
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] Ethernet LED constantly on and it doesn't boot

2013-11-13 Thread Dominik Fretz
Thanks for the tip Gerald. Although it doesn't work.
I downloaded the latest flasher image (BBB-eMMC-flasher-2013.09.04.img) put 
it on a SD card and tried holding down the boot button. But if I hold the 
button down, no user LEDs turn on. Just the power led.
If I leave the SD card with the flasher image in and power the BBB up, 3 of 
the 4 user LEDs light up and nothing happens.

Any more ideas?
Or do I just own a fancy black paper wight?

Dominik

On Wednesday, November 13, 2013 1:34:15 AM UTC+11, Gerald wrote:

 Sounds like the eMMC may have been corrupted when you pulled the power. My 
 suggestion it to try and reflash the eMMC with the factory image and see if 
 that brings it back to life.

 http://www.elinux.org/Beagleboard:Updating_The_Software

 Gerald



 On Mon, Nov 11, 2013 at 11:46 PM, Dominik Fretz 
 dom...@openrov.comjavascript:
  wrote:

 Hey,

 i was playing again with my BBB and after I disconnected my power supply 
 and reconnected it, the BBB doesn't start anymore.

 The green LED of the Ethernet port is constantly on, even if no network 
 cable is connected as soon as power is established. 
 The 4 user leds light up one after the other, den turn of. Followed by a 
 quick burst of all of them, then the 3rd one is constantly on.

 The BBB doesn't show up in the hardware list (ubuntu) if I connect it 
 through USB


 Any clue? Is my board dead?

 Regards,
 Dominik

 -- 
 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] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Jacob Ole Juul Kolding
Hello Beagles!

I've been working on building my own kernel using this guide:

http://wiki.beyondlogic.org/index.php/BeagleBoneBlack_Building_Kernel

And I've got it working mostly except from the wifi driver.
I'm using the rtl8192cu chipset over USB and the modules loads and finds
the device
but when I do: iwconfig wlan0 essid WIFINAME

I get this in dmesg:

[   75.515169] rtl8192cu: MAC auto ON okay!
[   75.546583] rtl8192cu: Tx queue select: 0x05
[   75.928931] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  109.239494] wlan0: authenticate with 00:25:9c:4d:25:8e
[  109.273784] wlan0: send auth to 00:25:9c:4d:25:8e (try 1/3)
[  109.275778] wlan0: authenticated
[  109.279173] wlan0: associate with 00:25:9c:4d:25:8e (try 1/3)
[  109.284660] wlan0: RX AssocResp from 00:25:9c:4d:25:8e (capab=0x401
status=0 aid=4)
[  109.285302] wlan0: associated
[  109.288157] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  109.289127] wlan0: disassociating from 00:25:9c:4d:25:8e by local choice
(reason=3)
[  109.315802] wlan0: deauthenticating from 00:25:9c:4d:25:8e by local
choice (reason=3)
[  117.704790] wlan0: authenticate with 00:25:9c:4d:25:8e
[  117.719241] wlan0: send auth to 00:25:9c:4d:25:8e (try 1/3)
[  117.721346] wlan0: authenticated
[  117.723125] wlan0: associate with 00:25:9c:4d:25:8e (try 1/3)
[  117.747224] wlan0: RX AssocResp from 00:25:9c:4d:25:8e (capab=0x401
status=0 aid=4)
[  117.747838] wlan0: associated
[  117.748565] wlan0: disassociating from 00:25:9c:4d:25:8e by local choice
(reason=3)
[  117.766899] wlan0: deauthenticating from 00:25:9c:4d:25:8e by local
choice (reason=3)

Can anyone tell me whats wrong?

Thanks!
/Jacob

-- 
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] BBBlack hangs in some hours!

2013-11-13 Thread Philip Polstra
Did you upgrade to 3.12 as well?
On Nov 13, 2013 1:42 AM, Nishant Sood nish...@winacro.com wrote:

 Hi Philip and Robert,

 So I have tested the BeagleBone removing any scripts that may clash and
 cause the OS env. to restart and I have my BBBlack running all the night
 till present its still on while I'm writing this email, I checked this with
 uptime command ,so Now it seems to be a problem with upstarting of these
 py scripts, So here the following I give you my upstart code to respawn the
 py script in the even of any crash!

 # Start LINUX UART
 #

 description Start LINUX UART

 start on runlevel [2345]
 stop on runlevel [016]

 respawn
 exec python /etc/init.d/xlockController_UART.py

 what you think? is this problem because of runlevel definitions above?


 On Mon, Nov 11, 2013 at 8:02 PM, Nishant Sood nish...@winacro.com wrote:

 Thanks philip


 On Mon, Nov 11, 2013 at 7:38 PM, Nishant Sood nish...@winacro.comwrote:

 Hello Mr.Robert

 Glad to see the image maker here
 I'm not using any capes!
 also wgetting that branch will make drastic changes? You see my concern
 is that I already spent a lot of time installing individual needy items
 from the very big pool so I don't want to install them again, will this
 change things drastically?


 On Mon, Nov 11, 2013 at 7:34 PM, Robert Nelson 
 robertcnel...@gmail.comwrote:




 On Mon, Nov 11, 2013 at 8:01 AM, Nishant Sood nish...@winacro.comwrote:

 Or atleast detailed way that how you are doing it?



 If your not using any capes, give the v3.12.x branch a try. .(specially
 for usb related lockups..)

 wget http://rcn-ee.net/deb/raring-armhf/v3.12.0-bone8/install-me.sh
 sudo /bin/bash install-me.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 a topic in the
 Google Groups BeagleBoard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/beagleboard/PiNkUTjnV3M/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 *Thanks  Regards,*

  *Nishant Sood*
 *--*
 *CEO and Founder*

  *Winacro Innovation's Inc.*
 **
 *www.winacro.com http://www.winacro.com*
 **
 *Contact's:*
 *Mobile: +91-8447476798 %2B91-8447476798*
 *Phone:  0129-4176798*
 *Email:   nish...@winacro.com nish...@winacro.com*




 --
 *Thanks  Regards,*

 *Nishant Sood*
 *--*
 *CEO and Founder*

  *Winacro Innovation's Inc.*
 **
 *www.winacro.com http://www.winacro.com*
 **
 *Contact's:*
 *Mobile: +91-8447476798 %2B91-8447476798*
 *Phone:  0129-4176798*
 *Email:   nish...@winacro.com nish...@winacro.com*




 --
 *Thanks  Regards,*

 *Nishant Sood*
 *--*
 *CEO and Founder*

  *Winacro Innovation's Inc.*
 **
 *www.winacro.com http://www.winacro.com*
 **
 *Contact's:*
 *Mobile: +91-8447476798 %2B91-8447476798*
 *Phone:  0129-4176798*
 *Email:   nish...@winacro.com nish...@winacro.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.


-- 
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: Is it possible to run BBB off cheap rechargeable batteries?

2013-11-13 Thread sa_Penguin
Check out the following article:
http://pansenti.wordpress.com/2013/06/01/battery-powered-beaglebone-black-and-the-usb-host-port-works-too/

He starts with a 3.6V LiPo battery, and uses the BBB on-board regulator to 
create 3.3V. Unfortunately, this leaves out the USB circuits that want 5V.
The article in the link includes a booster circuit, to generate the 5V for 
USB

-- Alan Campbell

On Sunday, 10 November 2013 12:39:56 UTC+10:30, rowland@gmail.com wrote:

 I have been trying to figure out a way to run the BBB off cheap 
 rechargeable batteries, either 9V or 6 to 8 AAs. I have been successful in 
 running the BBB off a 3-cell Lipo with a 7805 5V regulator circuit. 
 However, when I use the same design with cheaper batteries the board 
 continuously reset. My suspicion is that the batteries can not provide the 
 necessary current. 

 Does anybody know of the BBB working with cheap rechargeable batteries? 
 And if so, what is the power supply circuit design that is 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] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/13/2013 07:43 AM, Jacob Ole Juul Kolding wrote:
 Can anyone tell me whats wrong?
 
 Thanks!
 /Jacob

What hardware do you have? You might to build a new driver out of tree,
the one that comes with the kernel doesn't work properly with some
devices. I managed to cross compile the kernel by following Robert's
instructions and then cross compiled the driver and now it's working fine.
I'm running ubuntu 13.04 armhf and I used the driver git repository
mentioned here:

http://www.codealpha.net/864/how-to-set-up-a-rtl8192cu-on-the-beaglebone-black-bbb/

You might also want to add a few options to the driver:

https://github.com/xbianonpi/xbian/issues/217#issuecomment-12995990

regards,
Nuno

- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSg3xYAAoJEPIY6fuKMkz5O7oP/isbWwjelwRbZJhKu+ehEN9i
q7EuWL89tyyksRpdScsknJsfWRwHrdoDuJJXciNxX9tAl+bo1wfQ7zeXG1rs3fKn
SNN/BwExhDzDKwUcgR4bliPRsIBs8/d471rWpdCT75ySWcIvjSRvPECFRpeFLEDV
FhynIqOQQx2cTrjf1M/qgcn8CvpLKXH2FOwB6XmDLqisTAbKZEM9zt9SpcAGf4R5
0HyTjfHCEE5bGIQPOF49NGCJigNfOtXfkSd0jjv+ZArL9HMoO8dMKJlKJHXOlXIz
EzZ6PziyEwVVFf9C3U+gUUMKmWF1KW1Eys2318+l4CuyC9S6QTBOJbiWAl/OLGES
Bdf31M15YazwRUi6cf2h/xKKq4/JW2FRJd+gbP9NBK7fm2e9HHUaoJE8KcqGuuLM
WiQa8E0DZSgpsyl5vuWKgtNTrQioNa4/d3w1lMzRC4neplYUyBAGZaJak4vEj7HB
RZicJB9otRxmg/w75YSioYLOHfelEENNJBTMueLE5KkL4mCziJGSENPZvHYyx0/T
7BDTtmFEnijGoRyQ07eumuLjXTu5bp0qTRM+KpypNDznet9tznOni2B/NzFAWbwR
+Vvrno9bWXf6uOdQmGWtxNyP7M6s4G8i7byiR5VpYnsnwrfQXsbvSSo8jq6l4zly
wRp/UUrrvWaZrNR15fKl
=YIPp
-END PGP SIGNATURE-

-- 
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] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Jacob Ole Juul Kolding
2013/11/13 Nuno Sucena Almeida n...@aeminium.org

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 11/13/2013 07:43 AM, Jacob Ole Juul Kolding wrote:
  Can anyone tell me whats wrong?
 
  Thanks!
  /Jacob

 What hardware do you have? You might to build a new driver out of tree,
 the one that comes with the kernel doesn't work properly with some
 devices. I managed to cross compile the kernel by following Robert's
 instructions and then cross compiled the driver and now it's working fine.
 I'm running ubuntu 13.04 armhf and I used the driver git repository
 mentioned here:


I'm using a noname USB WiFi dongle labeled RTL8188 on a beaglebone black.

I tried removing avahi-daemon and wpa-supplement and after
a reboot I can now do:

iwconfig wlan0 essid WIFISSID

and get:

[  153.579456] wlan0: authenticate with 00:25:9c:4d:25:8e
[  153.619702] wlan0: send auth to 00:25:9c:4d:25:8e (try 1/3)
[  153.623978] wlan0: authenticated
[  153.627925] wlan0: associate with 00:25:9c:4d:25:8e (try 1/3)
[  153.687483] wlan0: RX AssocResp from 00:25:9c:4d:25:8e (capab=0x401
status=0 aid=5)
[  153.688098] wlan0: associated
[  153.688673] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

iwconfig:

wlan0 IEEE 802.11bgn  ESSID:R0x0r1337
  Mode:Managed  Frequency:2.412 GHz  Access Point:
00:25:9C:4D:25:8E
  Bit Rate=72.2 Mb/s   Tx-Power=20 dBm
  Retry  long limit:7   RTS thr=2347 B   Fragment thr:off
  Encryption key:off
  Power Management:off
  Link Quality=25/70  Signal level=-85 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0


But ifconfig shows that there is no inet4 address: ??

wlan0 Link encap:Ethernet  HWaddr 00:13:ef:c0:16:ae
  inet6 addr: fe80::213:efff:fec0:16ae/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:566 errors:0 dropped:0 overruns:0 frame:0
  TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:142070 (142.0 KB)  TX bytes:11306 (11.3 KB)


I'll try compileing this driver



 
 http://www.codealpha.net/864/how-to-set-up-a-rtl8192cu-on-the-beaglebone-black-bbb/
 


Thanks!
/Jacob



 You might also want to add a few options to the driver:

 https://github.com/xbianonpi/xbian/issues/217#issuecomment-12995990

 regards,
 Nuno

 - --
 http://aeminium.org/nuno/
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.12 (GNU/Linux)

 iQIcBAEBAgAGBQJSg3xYAAoJEPIY6fuKMkz5O7oP/isbWwjelwRbZJhKu+ehEN9i
 q7EuWL89tyyksRpdScsknJsfWRwHrdoDuJJXciNxX9tAl+bo1wfQ7zeXG1rs3fKn
 SNN/BwExhDzDKwUcgR4bliPRsIBs8/d471rWpdCT75ySWcIvjSRvPECFRpeFLEDV
 FhynIqOQQx2cTrjf1M/qgcn8CvpLKXH2FOwB6XmDLqisTAbKZEM9zt9SpcAGf4R5
 0HyTjfHCEE5bGIQPOF49NGCJigNfOtXfkSd0jjv+ZArL9HMoO8dMKJlKJHXOlXIz
 EzZ6PziyEwVVFf9C3U+gUUMKmWF1KW1Eys2318+l4CuyC9S6QTBOJbiWAl/OLGES
 Bdf31M15YazwRUi6cf2h/xKKq4/JW2FRJd+gbP9NBK7fm2e9HHUaoJE8KcqGuuLM
 WiQa8E0DZSgpsyl5vuWKgtNTrQioNa4/d3w1lMzRC4neplYUyBAGZaJak4vEj7HB
 RZicJB9otRxmg/w75YSioYLOHfelEENNJBTMueLE5KkL4mCziJGSENPZvHYyx0/T
 7BDTtmFEnijGoRyQ07eumuLjXTu5bp0qTRM+KpypNDznet9tznOni2B/NzFAWbwR
 +Vvrno9bWXf6uOdQmGWtxNyP7M6s4G8i7byiR5VpYnsnwrfQXsbvSSo8jq6l4zly
 wRp/UUrrvWaZrNR15fKl
 =YIPp
 -END PGP SIGNATURE-

 --
 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.




-- 
If you're not a socialist when you're young, it's because you have no heart.
If you stop being a socialist when you get older, it's because you lack
intellect and imagination.

-- 
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 PRU Pins

2013-11-13 Thread srinity
If I am reading all the PRU pin documentation correctly, the only available 
PRU Output Pins on a BBB (without disabling the eMMC or HDMI) are the 
following:
PRU0:  P9_42, P9_27, P9_41, P9_25, P8_12, P8_11
PRU1:  P9_26
Correct?

Thanks

On Thursday, January 10, 2013 6:57:32 PM UTC-5, Gregory Perry wrote:

  Hi Gerald, 

  I happened across this handy spreadsheet today, which maps out the 
 BeagleBone's Expansion Header PRU GPIO:

  
 https://docs.google.com/spreadsheet/ccc?key=0As0aJokrBccAdGkxeHkyYW1qRHNQdm5yZDhPQlRNR2c#gid=0

  Am I correct in assuming that 28 pins on the BeagleBone's expansion 
 headers can be used for GPIO output (controlling servos, toggling LEDs etc)?

  Is the PRU able to control 28 pins concurrently, and what would the 
 performance impact be for attempting that with all 28 pins?

   

-- 
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: Windows 8 (64bit) driver install problems

2013-11-13 Thread Gurinder Singh Gill
Thanks Pyush This Works :)

On Tuesday, April 30, 2013 3:42:04 AM UTC+5:30, Piyush Agarwal wrote:

 Hi Kenny,

 As Jason noted the installer is unsigned, this means you need to restart 
 Windows 8 in the mode where it allows you to install unsigned drivers.

 Here's a quick step-by-step guide:

 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.

 Then you should be good to go!


 Hope that helps,

 Piyush

 On Sunday, April 28, 2013 11:05:53 AM UTC-4, Kenny Lindberg wrote:

 Trying to install software for my Beaglebone Black on Win8-64 and 
 dpinst.exe fails.
 OSX seems to work, so I don't think it's a hardware issue.

 Is there a work around?

 Kenny



-- 
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: Is it possible to run BBB off cheap rechargeable batteries?

2013-11-13 Thread Marcus Diogo
I would use a step
uphttp://dx.com/p/25w-3-15v-to-0-5-30v-converter-auto-step-up-step-down-solar-power-supply-module-blue-151621voltage
or step down with a 18650 battery.
those cheap battery don´t have discharge rate that could work. Look for
discharge rate higher than 5C.
9v cheap have 0,5C.

and



2013/11/13 sa_Penguin soupi...@gmail.com

 Check out the following article:

 http://pansenti.wordpress.com/2013/06/01/battery-powered-beaglebone-black-and-the-usb-host-port-works-too/

 He starts with a 3.6V LiPo battery, and uses the BBB on-board regulator to
 create 3.3V. Unfortunately, this leaves out the USB circuits that want 5V.
 The article in the link includes a booster circuit, to generate the 5V for
 USB

 -- Alan Campbell


 On Sunday, 10 November 2013 12:39:56 UTC+10:30, rowland@gmail.comwrote:

 I have been trying to figure out a way to run the BBB off cheap
 rechargeable batteries, either 9V or 6 to 8 AAs. I have been successful in
 running the BBB off a 3-cell Lipo with a 7805 5V regulator circuit.
 However, when I use the same design with cheaper batteries the board
 continuously reset. My suspicion is that the batteries can not provide the
 necessary current.

 Does anybody know of the BBB working with cheap rechargeable batteries?
 And if so, what is the power supply circuit design that is 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.




-- 
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] BBB power led blinks and device starts after pressing power button

2013-11-13 Thread hector
Hello,

I'm working with a Beaglebone Black with a Debian distribution installed. 
When I power the board, the power led blinks and the device usually doesn't 
turn on. However, if I press the power button several times it starts, but 
not always at the same time and just blinking the led at the rest of them. 
I'm using a power supply of 5V 2A. I don't know if it's a power issue or 
any other thing.

Regards

-- 
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] Directly writing to the eMMC through the expansion header?

2013-11-13 Thread James McIlhargey
tl;dr After trying to get my BBB to update or boot from the microSD card, I 
mistakenly attempted to remove the MLO file from the eMMC partition, thusly 
bricking my device. I want to attempt to use the exposed eMMC pins in the 
header to directly write to it and reimage the flash. Possible?

I have been trying for the past couple weeks to get my BBB to boot from the 
uSD slot, doing a variety of button holds (boot, reset+boot, etc), using a 
variety of power supplies (initially tried usb, upgraded to beefy 5V10A), 
and a variety of images (Angstrom, Ubuntu, Debian, both flasher and boot).

After unsuccessfully getting it to boot into the uSD card, I attempted one 
forum post which suggested renaming the MLO so that it would force it to 
use the uSD. Unfortunately, that has not worked, and now I am left with a 
brick. Debug serial is a dead line, and it will not boot to anything.

Before I give up on it completely, I want to try one more thing: using a 
second micro, writing a hardware imaging script which will interface to the 
eMMC directly, reflashing it back to a default state. 

My questions are this:

  Will this interfere or cause problems with the processor?
  Is the eMMC locked by the processor, requiring the use of the password 
bits to enable write mode?
  Before I start down this road, what are the means for booting from the 
serial or USB connections? 

-James

-- 
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 need make thin clien

2013-11-13 Thread Andrei Zolin
Hi all i need help! I cant finde OS with GUI for my project which can stand 
alone on eMMC. I need install on BBB OS like Ubuntuwith GUI and configure 
vnc client for wathing desktop of my server. Anyone help me and ty very 
much!

-- 
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] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/13/2013 08:42 AM, Jacob Ole Juul Kolding wrote:
 But ifconfig shows that there is no inet4 address: ??

You might be missing a few steps there. Did you configure wpa supplicant
with wifi password, etc ? You can check what wpa supplicant is doing
with wpa_cli

regards,
Nuno

- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSg4QiAAoJEPIY6fuKMkz59LIP/3rPtx8DofihVofupiful2+0
UlzoQoj9sZ0yK0FfwO5UxlbNy/nLzMdX9rXbzt/OaMwrYcmp7RmMh/AhzzU600sp
M4gavVVTDVJs9DN2ETw83pwDvYC3xhUs6VPl5rZt8kTl6TXKKnkFr0eDpLNGmW/r
3ZhCdspyYHQEl/sYFif6mGo6Nax+Qut6JLDW6Nr3Kg/CkaSZFO6XlHXhbasdlDyR
47u7jLN2gAe3i4DNJRsELWYASVs85zNPjyDY7hkbEmnQQx4IEKJj5a55owwd1tLO
OGv9JOhiRvD+QmQxd7T4+6R8cvLi3gW+SV1T9yhF3NcvIP9NoJ4UNrLVyUXxhVSf
R/9AcafDKtuP+De0L55/M187uvlnS+INQlE9IuCc2Bwhnf1B/srbb8YcaI6lUODj
Wt5/focu2bgP4xAgmG3Vb6KnAAjUukaOExJN2VAQvgBkFFwm0YuSbFSEX1n36qXZ
rg+35UTQXNH+3cq4Xe2+YRwTclrvA61A2+/95VE8mpafjlGfJWQpO5w3C/ouFryA
q0IRXw/4RjcX4oefd1FMQedPATX2djLEeAlMLqE9Xotx1AndlW/Z5i5fVRP7tOPZ
NIGFIVAJS+moVqZH7oj+Ux/MPWkt4ppqvu/8kbL3SgM0/+8rdtEitGQlZhJD8ZBS
6YROKXuiCLHWKVUwqj1D
=LZX7
-END PGP SIGNATURE-

-- 
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 boot when connected to other devices

2013-11-13 Thread Gerald Coley
Do you have a schematic you can share? I suspect that you are clobbering
the eMMC pins as they share the GPMC signals. You may want to take a look
at the schematic and see what else is connected to those pins.You will also
need to boot form the SD slot in this mod as the eMMC is not longer usable.
This is just a guess. I f I could see the schematic, I could be bale to
tell for sure.

Gerald


On Wed, Nov 13, 2013 at 2:40 AM, Alberto Potenza 
alberto.potenz...@gmail.com wrote:



 I forgot to mention that I am connecting the gpmc and the spi0-spi1 pins
 of the headers.

 Alberto

 --
 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] Hardware info on USB A port

2013-11-13 Thread Gerald Coley
The USB Host ports works fine on USB power, as long as the current is
demand is low. To support higher current devices, you need to run it on DC
power.

Gerald



On Wed, Nov 13, 2013 at 1:15 AM, hvn...@gmail.com wrote:

 Op dinsdag 12 november 2013 21:14:32 UTC+1 schreef lisarden:

 Do you use a wall adapter or a usb port to power the board?

 I'm using a wall adapter, since as stated in the manual, otherwise I can't
 connect anything to the USB ports like that device or keyboard, mouse or
 cam.

 --
 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] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Jacob Ole Juul Kolding
2013/11/13 Nuno Sucena Almeida n...@aeminium.org

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 11/13/2013 08:42 AM, Jacob Ole Juul Kolding wrote:
  But ifconfig shows that there is no inet4 address: ??

 You might be missing a few steps there. Did you configure wpa supplicant
 with wifi password, etc ? You can check what wpa supplicant is doing
 with wpa_cli


I'm not using  wpa supplicant, just dhcp

(dhclient -1 -v -pf /run/dhclient.wlan0.pid -lf
/var/lib/dhcp/dhclient.wlan0.leases wlan0)

also,
I tried compiling the driver you linked.
I had to change the path to the kernel source but still I got this error:


 CC [M]  /home/dacobi/rtl8192cu_beaglebone/os_dep/osdep_service.o
 CC [M]  /home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.o
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c: In function
‘rtw_proc_init_one’:
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:278:3: error:
implicit declaration of function ‘create_proc_entry’
[-Werror=implicit-function-declaration]
   rtw_proc=create_proc_entry(rtw_proc_name, S_IFDIR, init_net.proc_net);
   ^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:278:11: warning:
assignment makes pointer from integer without a cast [enabled by default]
   rtw_proc=create_proc_entry(rtw_proc_name, S_IFDIR, init_net.proc_net);
   ^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:285:3: error:
implicit declaration of function ‘create_proc_read_entry’
[-Werror=implicit-function-declaration]
   entry = create_proc_read_entry(ver_info, S_IFREG | S_IRUGO, rtw_proc,
proc_get_drv_version, dev);
   ^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:285:9: warning:
assignment makes pointer from integer without a cast [enabled by default]
   entry = create_proc_read_entry(ver_info, S_IFREG | S_IRUGO, rtw_proc,
proc_get_drv_version, dev);
 ^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:296:21: warning:
assignment makes pointer from integer without a cast [enabled by default]
   padapter-dir_dev = create_proc_entry(dev-name,
 ^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:327:8: warning:
assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry(write_reg, S_IFREG | S_IRUGO,
^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:333:7: error:
dereferencing pointer to incomplete type
  entry-write_proc = proc_set_write_reg;
   ^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:335:8: warning:
assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry(read_reg, S_IFREG | S_IRUGO,
^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:341:7: error:
dereferencing pointer to incomplete type
  entry-write_proc = proc_set_read_reg;
   ^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:344:8: warning:
assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry(fwstate, S_IFREG | S_IRUGO,
^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:352:8: warning:
assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry(sec_info, S_IFREG | S_IRUGO,
^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:360:8: warning:
assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry(mlmext_state, S_IFREG | S_IRUGO,
^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:368:8: warning:
assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry(qos_option, S_IFREG | S_IRUGO,
^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:375:8: warning:
assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry(ht_option, S_IFREG | S_IRUGO,
^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:382:8: warning:
assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry(rf_info, S_IFREG | S_IRUGO,
^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:389:8: warning:
assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry(ap_info, S_IFREG | S_IRUGO,
^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:396:8: warning:
assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry(adapter_state, S_IFREG | S_IRUGO,
^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:403:8: warning:
assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry(trx_info, S_IFREG | S_IRUGO,
^
/home/dacobi/rtl8192cu_beaglebone/os_dep/linux/os_intfs.c:412:8: warning:
assignment makes pointer from integer without a cast [enabled by default]
  

Re: [beagleboard] Directly writing to the eMMC through the expansion header?

2013-11-13 Thread Gerald Coley
The processor connects to these pins, so that will be an issue.
The eMMC is not locked by the processor.
I would not attempt this as it is likely to damage the processor.

The reflashing process that we have on the support Wiki should reflash it.
You need to make sure you follow all the steps exactly.

http://www.elinux.org/Beagleboard:Updating_The_Software

There is a USB and serial boot mechanism, but currently there are no tools
available to support this.

Gerald



On Wed, Nov 13, 2013 at 7:27 AM, James McIlhargey jgm.req...@gmail.comwrote:

 tl;dr After trying to get my BBB to update or boot from the microSD card,
 I mistakenly attempted to remove the MLO file from the eMMC partition,
 thusly bricking my device. I want to attempt to use the exposed eMMC pins
 in the header to directly write to it and reimage the flash. Possible?

 I have been trying for the past couple weeks to get my BBB to boot from
 the uSD slot, doing a variety of button holds (boot, reset+boot, etc),
 using a variety of power supplies (initially tried usb, upgraded to beefy
 5V10A), and a variety of images (Angstrom, Ubuntu, Debian, both flasher and
 boot).

 After unsuccessfully getting it to boot into the uSD card, I attempted one
 forum post which suggested renaming the MLO so that it would force it to
 use the uSD. Unfortunately, that has not worked, and now I am left with a
 brick. Debug serial is a dead line, and it will not boot to anything.

 Before I give up on it completely, I want to try one more thing: using a
 second micro, writing a hardware imaging script which will interface to the
 eMMC directly, reflashing it back to a default state.

 My questions are this:

   Will this interfere or cause problems with the processor?
   Is the eMMC locked by the processor, requiring the use of the password
 bits to enable write mode?
   Before I start down this road, what are the means for booting from the
 serial or USB connections?

 -James

 --
 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] BBB Ubuntu LCD7 QT SGX

2013-11-13 Thread Micka
Hi,

I would like first to know if the work on The SGX Driver by TI  Alexander
will improve the performance on the screen ? (
http://e2e.ti.com/support/arm/sitara_arm/f/791/t/298596.aspx?pi239031349=3 )

In second time, I would like to know if someone has already tested QT on
the Kernel 3.8 with the Distribution Ubuntu From Robert C Nelson ( no
desktop, only the console). Do I have to install something else ?

And my last question is about the LCD 7, I would like that my GUI work with
the LCD 7 . Do I have to install something ? Configure ?


Thank you,


Micka,

-- 
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] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/13/2013 09:01 AM, Jacob Ole Juul Kolding wrote:
 I'm not using  wpa supplicant, just dhcp

Cross-compiling from a x86_64 machine, with gnuabihf:

~$ arm-linux-gnueabihf-gcc --version
arm-linux-gnueabihf-gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3

driver source:
rtl8192cu_beaglebone $ git remote -v
origin  https://github.com/cmicali/rtl8192cu_beaglebone.git (fetch)
origin  https://github.com/cmicali/rtl8192cu_beaglebone.git (push)

rtl8192cu_beaglebone $ make KSRC=../kernel/linux-dev/KERNEL/
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- -C
../kernel/linux-dev/KERNEL/ M=...

where KSRC=../kernel/linux-dev is Robert Nelson's kernel checkout:

kernel/linux-dev $ git remote -v
origin  git://github.com/RobertCNelson/linux-dev.git (fetch)
origin  git://github.com/RobertCNelson/linux-dev.git (push)

Install the module (and kernel) into the BBB.

wlan0 entry in /etc/network/interfaces:
auto wlan0
iface wlan0 inet dhcp
wpa-ssid MYSSID
wpa-psk  MYPASSWORD

/etc/modprobe.d/blacklist-rtl8192.conf:
blacklist rtl8192cu
blacklist rtl8192c_common
blacklist rtlwifi

/etc/modprobe.d/8192cu.conf:
options 8192cu rtw_power_mgnt=0 rtw_enusbss=0

uname -a
Linux bb1 3.8.13-nuno-bone28 #1 SMP Sat Oct 19 17:58:59 EDT 2013 armv7l
armv7l armv7l GNU/Linux

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 13.04
Release:13.04
Codename:   raring

regards,
Nuno

- -- 
http://aeminium.org/nuno/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJSg4zPAAoJEPIY6fuKMkz5guQP/1k/O2C+Res8BNBNu1p3yFVx
xJihDHeLFV9PjGhhoOI2h1u9L3goEInrWoGHShECc44pM/qjE3ixM8dChz6D+CCl
sGfMjKAjpjnH9k1d1B7acNLkowsFrILEupS/vz9akl0winx6fBywpSWSMRL+mths
N9/ZyEavrHp2W8LBXfBQJvT6ZMxfb9tXtjfOlAnCv8uQ/fDeZr/pyqDllg7KOvd8
PJQjHv6DQPCPWle+bxeyL3i+eYWA+kl/KQloaeRwL4knp5Zv6HPDAgsVivJn19Nr
/8C1XoISu4SUNb7KVKm9MynyKKy803Ow87H9OQXCXPpz4plHXYguXw93iD8nDG4V
0zyoL30/xShF9lfxiTZcfZ8C/Wk9neeta4qyvOv+k5fbBTa/jy+rNFrv26v36KZF
nwCsnZpGYRBrpi07x9rxbuz/Q85LKH7aUejEVLd32JrHW7gZTSRXUxy+ZWRywBRp
gFRwiRnCLnMH/RXJYSB0RZq7TZAA6LVQjAFLePScRsurqjsZ6IM8oik9xNvh7KGg
0KywZhpSVVaS84zH4G/KJzxaShQ5OjiflQtE92awjn1GrePKsFzLR4E4jDytWAd5
juC1DiPLFlZuPHgyWzoNIEPFt4N0Xj8DjEB27F7ocsxl29DM6XVw0yWicod9O0Qk
bVGq9v0/1twa1rrU3xO1
=41Kq
-END PGP SIGNATURE-

-- 
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: Unable to connect to 192.168.7.2

2013-11-13 Thread David Funk
Having read all the FAQ's I can find, all the FAQ's similar questions are
pointed to, the reference documents and googling everything I can about
this problem, it appears there is an issue getting the ethernet over USB
working on Windows 7 64bit drivers.  As we're constrained to using Windows
7 and cannot connect to this device, we have no alternative but to send
them back as they are useless to us.

I see also that evidently there are also issues with Win 8 64 bit drivers
as well.  I'm kinda bummed, was looking forward to using these guys, but
they don't work, so dumping them.

Maybe someday, someone can get the Win drivers working properly,


-david


On Tue, Nov 12, 2013 at 3:20 PM, David Funk dwf...@gmail.com wrote:

 No replies . . .

 I have all the latest drivers available as listed in step2, Win 7 has SP1,
 there are no Green steps on the web page from start.htm in Chrome.

 What's broke??



 -david



 On Thu, Nov 7, 2013 at 12:09 PM, David Funk dwf...@gmail.com wrote:

 Need some input, I have had my Beaglebone Black for a couple of days and
 I cannot connect to 192.168.7.2 on it.  I cannot SSH nor HTTP to 192.168.7.2

 Running Win7 and have the 64bit drivers installed. The BBB is fine; I can
 plug on a LCD4 cape and I can get to the OS.

 Device Manager shows:
 Linux USB Ethernet/RNDIS Gadget
 Gadget Serial (COM11)

 I can SSH over serial, there I can see DHCP address and can SSH/HTTP to
 that address.

 I tried running the 32 bit set of drivers, but I get an error that says I
 must run the 64 bit version.

 It pretty much seems to me to be a Win7 driver issue, any ideas??





 -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.


Re: [beagleboard] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Jacob Ole Juul Kolding
I tried compiling using your instructions but still get the same error:

dacobi@ubuntu:~/rtl8192cu_beaglebone2$ make KSRC=../linux-dev/KERNEL/
ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-

make[1]: Entering directory `/home/dacobi/linux-dev/KERNEL'
  CC [M]  /home/dacobi/rtl8192cu_beaglebone2/os_dep/linux/os_intfs.o
/home/dacobi/rtl8192cu_beaglebone2/os_dep/linux/os_intfs.c: In function
‘rtw_proc_init_one’:
/home/dacobi/rtl8192cu_beaglebone2/os_dep/linux/os_intfs.c:278:3: error:
implicit declaration of function ‘create_proc_entry’ (and so on..)

dacobi@ubuntu:~/rtl8192cu_beaglebone2$ arm-linux-gnueabihf-gcc --version
arm-linux-gnueabihf-gcc (Ubuntu/Linaro 4.8.1-10ubuntu7) 4.8.1

dacobi@ubuntu:~/rtl8192cu_beaglebone2$ git remote -v
originhttps://github.com/cmicali/rtl8192cu_beaglebone.git (fetch)
originhttps://github.com/cmicali/rtl8192cu_beaglebone.git (push)

dacobi@ubuntu:~/linux-dev$ git remote -v
origingit://github.com/RobertCNelson/linux-dev.git (fetch)
origingit://github.com/RobertCNelson/linux-dev.git (push)


/Jacob


2013/11/13 Nuno Sucena Almeida n...@aeminium.org

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 11/13/2013 09:01 AM, Jacob Ole Juul Kolding wrote:
  I'm not using  wpa supplicant, just dhcp

 Cross-compiling from a x86_64 machine, with gnuabihf:

 ~$ arm-linux-gnueabihf-gcc --version
 arm-linux-gnueabihf-gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3

 driver source:
 rtl8192cu_beaglebone $ git remote -v
 origin  https://github.com/cmicali/rtl8192cu_beaglebone.git (fetch)
 origin  https://github.com/cmicali/rtl8192cu_beaglebone.git (push)

 rtl8192cu_beaglebone $ make KSRC=../kernel/linux-dev/KERNEL/
 make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- -C
 ../kernel/linux-dev/KERNEL/ M=...

 where KSRC=../kernel/linux-dev is Robert Nelson's kernel checkout:

 kernel/linux-dev $ git remote -v
 origin  git://github.com/RobertCNelson/linux-dev.git (fetch)
 origin  git://github.com/RobertCNelson/linux-dev.git (push)

 Install the module (and kernel) into the BBB.

 wlan0 entry in /etc/network/interfaces:
 auto wlan0
 iface wlan0 inet dhcp
 wpa-ssid MYSSID
 wpa-psk  MYPASSWORD

 /etc/modprobe.d/blacklist-rtl8192.conf:
 blacklist rtl8192cu
 blacklist rtl8192c_common
 blacklist rtlwifi

 /etc/modprobe.d/8192cu.conf:
 options 8192cu rtw_power_mgnt=0 rtw_enusbss=0

 uname -a
 Linux bb1 3.8.13-nuno-bone28 #1 SMP Sat Oct 19 17:58:59 EDT 2013 armv7l
 armv7l armv7l GNU/Linux

 lsb_release -a
 No LSB modules are available.
 Distributor ID: Ubuntu
 Description:Ubuntu 13.04
 Release:13.04
 Codename:   raring

 regards,
 Nuno

 - --
 http://aeminium.org/nuno/
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.12 (GNU/Linux)

 iQIcBAEBAgAGBQJSg4zPAAoJEPIY6fuKMkz5guQP/1k/O2C+Res8BNBNu1p3yFVx
 xJihDHeLFV9PjGhhoOI2h1u9L3goEInrWoGHShECc44pM/qjE3ixM8dChz6D+CCl
 sGfMjKAjpjnH9k1d1B7acNLkowsFrILEupS/vz9akl0winx6fBywpSWSMRL+mths
 N9/ZyEavrHp2W8LBXfBQJvT6ZMxfb9tXtjfOlAnCv8uQ/fDeZr/pyqDllg7KOvd8
 PJQjHv6DQPCPWle+bxeyL3i+eYWA+kl/KQloaeRwL4knp5Zv6HPDAgsVivJn19Nr
 /8C1XoISu4SUNb7KVKm9MynyKKy803Ow87H9OQXCXPpz4plHXYguXw93iD8nDG4V
 0zyoL30/xShF9lfxiTZcfZ8C/Wk9neeta4qyvOv+k5fbBTa/jy+rNFrv26v36KZF
 nwCsnZpGYRBrpi07x9rxbuz/Q85LKH7aUejEVLd32JrHW7gZTSRXUxy+ZWRywBRp
 gFRwiRnCLnMH/RXJYSB0RZq7TZAA6LVQjAFLePScRsurqjsZ6IM8oik9xNvh7KGg
 0KywZhpSVVaS84zH4G/KJzxaShQ5OjiflQtE92awjn1GrePKsFzLR4E4jDytWAd5
 juC1DiPLFlZuPHgyWzoNIEPFt4N0Xj8DjEB27F7ocsxl29DM6XVw0yWicod9O0Qk
 bVGq9v0/1twa1rrU3xO1
 =41Kq
 -END PGP SIGNATURE-

 --
 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.




-- 
If you're not a socialist when you're young, it's because you have no heart.
If you stop being a socialist when you get older, it's because you lack
intellect and imagination.

-- 
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] Angstrom support, web site

2013-11-13 Thread Richard Cook

Who owns the Angstrom distro?

-- 
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] Hardware info on USB A port

2013-11-13 Thread hvn052
Op woensdag 13 november 2013 14:59:19 UTC+1 schreef Gerald:

 The USB Host ports works fine on USB power, as long as the current is 
 demand is low. To support higher current devices, you need to run it on DC 
 power.


Like I responded to lisarden, the board is powered by a wall-adapter so it 
runs on DC power. Also, what I forgot to mention is that the mechanical 
device is powered by its own DC power. So the question is still what the 
update-rate or turn-around time of the USB-A bus on the board is.

-- 
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: Does anyone have Angstrom qt toolchain for 32 bit Linux?

2013-11-13 Thread Eric Beales
I'm in the same boat. ( www.angstrom-distribution.org/toolchains/ ) has 
been down for about three days, and it's what everybody points to for 
setting up cross compiling.

If anybody has a copy of this file (or any version really), or know of a 
working link, please let me know:
* angstrom-2011.03-i686-linux-armv7a-linux-gnueabi-toolchain-qte-4.6.3.tar.bz2*

Thanks!
~ Eric

-- 
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: Is it possible to run BBB off cheap rechargeable batteries?

2013-11-13 Thread rowland . oflaherty
I agreed there are better solutions available and that is really what I am 
asking... what are those better solutions? For what I am looking to do is 
having everything needed to run the BBB off battery for as cheap as 
possible. We are designing a hardware setup for students to use and they 
have to be able to buy all the components for as cheap as possible. The 
problem with Lipo (from what I have seen) is that the chargers are the 
expensive part.

Here is where I am at right now. Need at least 9V for running motors as 
well as the BBB.
3-cell Lipo = $9 from 
HobbyKinghttp://www.hobbyking.com/hobbyking/store/uh_viewitem.asp?idproduct=32951
Lipo charger = $12 from 
HobbyKinghttp://www.hobbyking.com/hobbyking/store/uh_viewitem.asp?idproduct=41636
Lipo charger power supply = $8 from 
Amazonhttp://www.amazon.com/Adapter-Power-Supply-LCD-Monitor/dp/B003TUMDWG/ref=sr_1_11?s=electronicsie=UTF8qid=1383430607sr=1-11keywords=12v+4a+power+supply
Voltage Reg, diode, caps, wires etc. = $3 from DigitKey

This might be the best solution. But my thought was students might already 
have AA battery chargers at home. 

Thoughts?

Also, can you point me to a better circuit design that doesn't use the 7805?

-Rowland


On Monday, November 11, 2013 4:22:39 PM UTC-5, Dieter Wirz wrote:

 Ron is perfectly right! 
 And where do you get cheap rechargeable batteries? 
 LIPO prices are going down 
 alcaline prices are going up 

 Do you really want to invest time and money in last millennium 
 alcaline technology? 

 7805? If you connect 9v to an 7805 about 40% of the power is converted 
 to heat. There are much better solutions available. 

 BTW @Ron: What buck/boost regulators are you using. Maybe you can 
 provide some hints to the community... I have the ADP sitting on 
 my Desktop, but I did not find the time to solder something 
 together. 


-- 
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] Ethernet LED constantly on and it doesn't boot

2013-11-13 Thread craig . markwardt
Well, if the MMC is corrupt, it's corrupt.  There are no buttons you can 
press to solve that problem: you have to reflash.

Holding down the reset button only prevents corruption in the future.

On Wednesday, November 13, 2013 5:47:50 AM UTC-5, Dominik Fretz wrote:

 Craig, thanks but doesn't change anything.

 After powering it back on, the green enthernet LED still lights up even 
 without a network cable...



 On Wednesday, November 13, 2013 9:38:44 AM UTC+11, craig.m...@gmail.comwrote:

 Also, according to the circuitco wiki,
 When removing power, hold the reset button DOWN. This puts everything in 
 reset, lowers the system power, and leaves enough power in the capacitors 
 to allow the PMIC to complete the power down cycle properly. 
 http://circuitco.com/support/index.php?title=BeagleBone

 On Tuesday, November 12, 2013 9:34:15 AM UTC-5, Gerald wrote:

 Sounds like the eMMC may have been corrupted when you pulled the power. 
 My suggestion it to try and reflash the eMMC with the factory image and see 
 if that brings it back to life.

 http://www.elinux.org/Beagleboard:Updating_The_Software

 Gerald



 On Mon, Nov 11, 2013 at 11:46 PM, Dominik Fretz dom...@openrov.comwrote:

 Hey,

 i was playing again with my BBB and after I disconnected my power 
 supply and reconnected it, the BBB doesn't start anymore.

 The green LED of the Ethernet port is constantly on, even if no network 
 cable is connected as soon as power is established. 
 The 4 user leds light up one after the other, den turn of. Followed by 
 a quick burst of all of them, then the 3rd one is constantly on.

 The BBB doesn't show up in the hardware list (ubuntu) if I connect it 
 through USB


 Any clue? Is my board dead?

 Regards,
 Dominik

 -- 
 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_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] U-boot usb per BeagleBoard XM

2013-11-13 Thread PietroLuigi
Hi,

I need support in order to install U-boot with Usb functionality on 
BeagleBoard XM.

I don't know where get the repository/binaries for the installation.

Please, help me into installing these tools.

I don't know nothing else that probably
it will be installed a directory called u-boot-usb by installation tool.

Thank you in advance,
Pietro

-- 
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 boot when connected to other devices

2013-11-13 Thread Gerald Coley
OK. It is confirmed. You are using the pins that go to the onboard eMMC.

1) Disable eMMC in the UENV.TXT file
2) Only boot from uSD.
3) Make sure the FPGA does not drive those pins until cleared by the
processor, after the eMMC has been reset.


Gerald


On Wed, Nov 13, 2013 at 10:07 AM, Alberto Potenza 
alberto.potenz...@gmail.com wrote:

 Hi,
 look it is an home made board using a De0 (Altera) on the other side (see
 attachment):
 on the BBB side I connect gpmc_ad0 - gpmc_ad15
   gpmc_clk
   gpmc_a0 - gpmc_a10
   gpmc_wait0
   gpmc_dir

 spi0_sclk,spi0_d0,spi0_d1,spi0_cs0

 spi1_sclk,spi1_d0,spi1_d1,spi1_cs0,spi1_cs1
 I am using a pin-to-pin connection (one wire starting from a pin going
 directly in another pin on the other side).
 On the FPGA side I am using GPIO0_D0 - GPIO0_D31, GPIO1_D0 - GPIO1_D31
 (I do not use GPIO_CLK and GPIO supply).
 Pins unused are floating (no wire between the boards).
 In the second file (Connection.png) I made a (really really bad) example
 of some pins connected together (it is just to give you an ideaif you
 need something better with all connections, I'll do it).

 Thanks a lot for your help.

 Alberto


 I

 --
 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] Hardware info on USB A port

2013-11-13 Thread Gerald Coley
I don't have an answer for you.

Gerald



On Wed, Nov 13, 2013 at 9:52 AM, hvn...@gmail.com wrote:

 Op woensdag 13 november 2013 14:59:19 UTC+1 schreef Gerald:

 The USB Host ports works fine on USB power, as long as the current is
 demand is low. To support higher current devices, you need to run it on DC
 power.


 Like I responded to lisarden, the board is powered by a wall-adapter so it
 runs on DC power. Also, what I forgot to mention is that the mechanical
 device is powered by its own DC power. So the question is still what the
 update-rate or turn-around time of the USB-A bus on the board is.

 --
 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] U-boot usb per BeagleBoard XM

2013-11-13 Thread Robert Nelson
On Wed, Nov 13, 2013 at 9:22 AM, PietroLuigi pietroluigi1...@libero.it wrote:
 Hi,

 I need support in order to install U-boot with Usb functionality on
 BeagleBoard XM.

 I don't know where get the repository/binaries for the installation.

 Please, help me into installing these tools.

 I don't know nothing else that probably
 it will be installed a directory called u-boot-usb by installation tool.

 Thank you in advance,
 Pietro

usb on the xM is supported on mainline u-boot (1)

1: http://git.denx.de/?p=u-boot.git;a=summary

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] disassociating from 00:25...[snip] by local choice (reason=3) ?

2013-11-13 Thread Nuno Sucena Almeida
On 11/13/2013 10:48 AM, Jacob Ole Juul Kolding wrote:
 I tried compiling using your instructions but still get the same error:

Did you cross-compile the kernel successfully before building the 8192
module? Which kernel version are you building?

Nuno

-- 
http://aeminium.org/nuno/

-- 
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: Is it possible to run BBB off cheap rechargeable batteries?

2013-11-13 Thread Mike Bremford
Search ebay for LM2596 buck converter. Variable output up to 3A, 10 for
$10 from China. I'm running my setup from a 12V car battery through these.
There are buck/boost converters to be had on ebay too, they're a bit more
expensive but still probably cheaper than you can make them yourself.


On 13 November 2013 15:03, rowland.oflahe...@gmail.com wrote:

 I agreed there are better solutions available and that is really what I am
 asking... what are those better solutions? For what I am looking to do is
 having everything needed to run the BBB off battery for as cheap as
 possible. We are designing a hardware setup for students to use and they
 have to be able to buy all the components for as cheap as possible. The
 problem with Lipo (from what I have seen) is that the chargers are the
 expensive part.

 Here is where I am at right now. Need at least 9V for running motors as
 well as the BBB.
 3-cell Lipo = $9 from 
 HobbyKinghttp://www.hobbyking.com/hobbyking/store/uh_viewitem.asp?idproduct=32951
 Lipo charger = $12 from 
 HobbyKinghttp://www.hobbyking.com/hobbyking/store/uh_viewitem.asp?idproduct=41636
 Lipo charger power supply = $8 from 
 Amazonhttp://www.amazon.com/Adapter-Power-Supply-LCD-Monitor/dp/B003TUMDWG/ref=sr_1_11?s=electronicsie=UTF8qid=1383430607sr=1-11keywords=12v+4a+power+supply
 Voltage Reg, diode, caps, wires etc. = $3 from DigitKey

 This might be the best solution. But my thought was students might already
 have AA battery chargers at home.

 Thoughts?

 Also, can you point me to a better circuit design that doesn't use the
 7805?

 -Rowland


 On Monday, November 11, 2013 4:22:39 PM UTC-5, Dieter Wirz wrote:

 Ron is perfectly right!
 And where do you get cheap rechargeable batteries?
 LIPO prices are going down
 alcaline prices are going up

 Do you really want to invest time and money in last millennium
 alcaline technology?

 7805? If you connect 9v to an 7805 about 40% of the power is converted
 to heat. There are much better solutions available.

 BTW @Ron: What buck/boost regulators are you using. Maybe you can
 provide some hints to the community... I have the ADP sitting on
 my Desktop, but I did not find the time to solder something
 together.

  --
 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] Re: BBB boot when connected to other devices

2013-11-13 Thread Alberto Potenza


 Hi Gerald,

 actually I've already disabled eMMC:
In fact, I obtain:
root@arm:/# cat /sys/devices/bone_capemgr.9/slots
 0: 54:PF---
 1: 55:PF---
 2: 56:PF---
 3: 57:PF---
 4: ff:P-O-- Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G
 5: ff:P-O-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI
 6: ff:P-O-- Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN
 7: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-GPMC-001

where the only configuration loaded is the GPMC written by me. 

There is also my uEnv.txt...maybe I am missing something...

Thanks for your help.

Alberto

-- 
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.
kernel_file=zImage
initrd_file=uInitrd
initrd_high=0x
fdt_high=0x

#Video: Uncomment to override:
#kms_force_mode=video=HDMI-A-1:1024x768@60

##BeagleBone Cape Overrides
##Note: On the BeagleBone Black, there is also an uEnv.txt in the eMMC, so if 
these changes do not seem to be makeing a difference...

##BeagleBone Black:
##Disable HDMI/eMMC
optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G 

console=ttyO0,115200n8

mmcroot=/dev/mmcblk0p2 ro
mmcrootfstype=ext4 rootwait fixrtc

loadkernel=load mmc ${mmcdev}:${mmcpart} 0x8020 ${kernel_file}
loadinitrd=load mmc ${mmcdev}:${mmcpart} 0x8100 ${initrd_file}; setenv 
initrd_size ${filesize}
loadfdt=load mmc ${mmcdev}:${mmcpart} 0x815f /dtbs/${fdtfile}

boot_classic=run loadkernel; run loadinitrd
boot_ftd=run loadkernel; run loadinitrd; run loadfdt

device_args=run expansion_args; run mmcargs
mmcargs=setenv bootargs console=${console} ${optargs} ${kms_force_mode} 
root=${mmcroot} rootfstype=${mmcrootfstype} ${expansion}

expansion_args=setenv expansion ip=${ip_method}
#Classic Board File Boot:
#uenvcmd=run boot_classic; run device_args; bootz 0x8020 
0x8100:${initrd_size}
#New Device Tree Boot:
uenvcmd=run boot_ftd; run device_args; bootz 0x8020 
0x8100:${initrd_size} 0x815f



Re: [beagleboard] Re: BBB boot when connected to other devices

2013-11-13 Thread Gerald Coley
Good. So make sure you pres the boot button to force the uSD boot. You have
stuff hanging off the eMMC that  is most likely confusing the processor.
Even if you disable it, it still tries to boot from eMMC because until
l the SW is loaded and running it cannot put the eMMC into reset per the
uENV.txt file. This is why I said to hold off driving those pins until
after the SW is running.

In addition the lower part of P8, that is the boot pins. DO not interfere
or use or drive those pins until after the processor has booted. It will
mess up the boot order. Do not enable the FPGA until after the
processor has booted.

Gerald



On Wed, Nov 13, 2013 at 10:46 AM, Alberto Potenza 
alberto.potenz...@gmail.com wrote:

 Hi Gerald,

  actually I've already disabled eMMC:
 In fact, I obtain:
 root@arm:/# cat /sys/devices/bone_capemgr.9/slots
  0: 54:PF---
  1: 55:PF---
  2: 56:PF---
  3: 57:PF---
  4: ff:P-O-- Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G
  5: ff:P-O-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI
  6: ff:P-O-- Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN
  7: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-GPMC-001

 where the only configuration loaded is the GPMC written by me.

 There is also my uEnv.txt...maybe I am missing something...


 Thanks for your help.

 Alberto

 --
 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: BBB won't boot with custom Yocto (Poky) Build

2013-11-13 Thread matera
Hi!

Can you post what versions of each layer you used? I'm trying to get the 
process going as well. Thanks!

./m

On Friday, October 25, 2013 7:36:59 AM UTC-7, say...@gmail.com wrote:

 Just got back to this.

 Frank!  That did it!  Using the meta-beaglebone repository instead of the 
 meta-ti repo fixed my issues.  I still had to copy the device tree over but 
 that's understandable.  

 Thanks for all the help!


 On Friday, October 11, 2013 7:43:17 PM UTC-4, Frank Earl wrote:

 Don't use the meta-ti layer.  It's got...issues...  It sort-of works with 
 BeagleBone- but the meta-beaglebone one is the one they're using to make 
 the official images with from my current understanding.  Works correctly 
 with Poky or Angstrom.


 On Monday, October 7, 2013 7:17:03 AM UTC-6, 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?  

 Is the new Boot partition necessary (uImage, u-boot, MLO) or can I 
 simply deploy the file system to the SD card?

 Sorry for the Newbie question!

 ~ Sayguh



-- 
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 boot when connected to other devices

2013-11-13 Thread Gerald Coley
OK, so then everything is working now?

Gerald



On Wed, Nov 13, 2013 at 11:00 AM, Gerald Coley ger...@beagleboard.orgwrote:

 Good. So make sure you pres the boot button to force the uSD boot. You
 have stuff hanging off the eMMC that  is
 most likely confusing the processor. Even if you disable it, it still tries
 to boot from eMMC because until l the SW is loaded and running it cannot
 put the eMMC into reset per the uENV.txt file. This is why I said to hold
 off driving those pins until after the SW is running.

 In addition the lower part of P8, that is the boot pins. DO not interfere
 or use or drive those pins until after the processor has booted. It will
 mess up the boot order. Do not enable the FPGA until after the
 processor has booted.

 Gerald



 On Wed, Nov 13, 2013 at 10:46 AM, Alberto Potenza 
 alberto.potenz...@gmail.com wrote:

 Hi Gerald,

  actually I've already disabled eMMC:
 In fact, I obtain:
 root@arm:/# cat /sys/devices/bone_capemgr.9/slots
  0: 54:PF---
  1: 55:PF---
  2: 56:PF---
  3: 57:PF---
  4: ff:P-O-- Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G
  5: ff:P-O-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI
  6: ff:P-O-- Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN
  7: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-GPMC-001

 where the only configuration loaded is the GPMC written by me.

 There is also my uEnv.txt...maybe I am missing something...


 Thanks for your help.

 Alberto

 --
 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: DT overlay for GPIO output pin -- default state=on / init-high

2013-11-13 Thread Nicolas V
I am also having problems setting an outpit pin HIGH, even though 
everything else is working.

Here is an extract of my DT overlay:
...

fragment@1{
target = pruss;
__overlay__{
status = okay;
pinctrl-names = default;
pinctrl-0   = pruicss_pins;
 
pins_1{
pin-names = PRU:pin_11, PRU:pin_12, 
PRU:pin_13;
gpios = gpio2 13 0
gpio1 23 0
gpio3 4 0;
}; 

You will notice I have pin-names instead of gpio-name. It all appear 
correctly when I am printing the /sys/class/gpio. However, nothing changes 
when I try adding *init-high;* 

Please let me know if you have found a solution.

On Thursday, October 10, 2013 2:55:02 PM UTC-4, smith.wi...@gmail.com wrote:


 I have created a device tree (DT) overlay file based on the examples in 
 /lib/firmware for a GPIO pin to be used to control a relay that powers a 
 peripheral.  As long as the GPIO is output/high the relay is closed and the 
 peripheral has power,   So consequentially, I need the GPIO pin to have a 
 default state of high as soon as possible after BBB is powered up.

 Everything seems to work (after disabling HDMI!), but I don't seem to be 
 able to get it to set the pin state to high by default.  I'm loading the DT 
 overlay via the uEnv command line, but it seems that until I manually go 
 and export the GPIO pin and set the direction to high in /sys/class/gpio, 
 the initial state of the pin stays low until explicitly set high.

 I handle the pinmux as follows:

 fragment@0 {
 target = am33xx_pinmux;
 __overlay__ {
 my_gpio_pins: pinmux_my_gpio_pins {
 pinctrl-single,pins = 
 /* the gpio pin(s) */
 0x0B4 0x0F /* P8 42 GPIO2_11: lcd_data5.gpio2_11 | MODE7 | OUTPUT */
 ;
 };
 };
 };

 And add it as an OCP as follows:

 fragment@2 {
 target = ocp;
 __overlay__ {

 my_gpio {
 compatible = gpio-of-helper;
 status = okay;
 pinctrl-names = default;
 pinctrl-0 = my_gpio_pins;

 /* declare your gpios */
 my_relay {
 gpio-name = my_relay;
 gpio = gpio3 11 0x00; /* gpio3 is gpio2 */
 output;
 *init-high;*
 };
 };
 };
 };

 Shouldn't the init-high cause the pin to go high as soon as the DT 
 overlay is loaded?  If not, how do I accomplish this?  I realize I can 
 write an rc script to export the gpio and set direction=high, but we're 
 probably talking 10 seconds after power up before that happens.

 I have also tried using default-state=on in the my_relay{} section which 
 doesn't do anything either.

 Finally, a question -- the gpio-name of my_relay, what is this for?  I 
 kind of assumed it would be an alias in the /sys/class/gpio tree to gpio75, 
 but I don't find any references to my_relay anywhere in the /sys/class 
 tree (or even in dmesg output for that matter).

 Thanks!


 -W


-- 
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] Installing ubuntu 13.04 server

2013-11-13 Thread Robert Nelson
 Ok, I have the cursor now. But graphical response is extremely slow. Any
 solution for that ?

Turns out it's only running at 600Mhz right now, I just pushed a patch
to fix it, and re-enable the 800Mhz/1Ghz options..

https://github.com/RobertCNelson/armv7-multiplatform/commit/4f4725a83ad17ad11ec024a739f11ecd6a9cd597

a fixed kernel should hit the repos later today..

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] BBBlack hangs in some hours!

2013-11-13 Thread Nishant Sood
Another thing I dont understand at all that If I'm respawing it so it
should atleast restart and work for a time till again something conflicts
with it and kills it ,Still it just goes down once and for ever, any
logical reasoning for the same?


On Wed, Nov 13, 2013 at 10:59 PM, Nishant Sood nish...@winacro.com wrote:

 Hey Philip

 I gave full permissions to the py script. That's 777 just to be sure that
 such problems don't play with me.
 But I think I can't do anything about the timing as I won't know about
 which script is colliding.

 Also when I run script sometimes when it dies I get a sort of http error
 may be capturing it solves the problem. Still I just want to make sure that
 no matter what uncaptured etc error comes it just restarts the py script on
 fail because I don't need to retain it.

 Can you tell me the what are the steps you are following to restart your
 script.

 Thanks  Regards,
 Nishant
 ---
 Sent from My Android (humongous NOTE-II)
 On 13 Nov 2013 22:50, Philip Polstra ppols...@gmail.com wrote:

 I'm not using upstart.  I'm putting code in rc.local, etc. directly.  It
 could be a problem with permissions or the timing of when your script gets
 executed.


 On Wed, Nov 13, 2013 at 7:02 AM, Nishant Sood nish...@winacro.comwrote:

 No was checking that is the problem because of script or else then after
 it now it seems it was python script.
 Is there any anomaly in my upstart you see I want to restart the script
 when it dies unexpectedly.

 Thanks  Regards,
 Nishant
 ---
 Sent from My Android (humongous NOTE-II)
 On 13 Nov 2013 18:23, Philip Polstra ppols...@gmail.com wrote:

 Did you upgrade to 3.12 as well?
 On Nov 13, 2013 1:42 AM, Nishant Sood nish...@winacro.com wrote:

 Hi Philip and Robert,

 So I have tested the BeagleBone removing any scripts that may clash
 and cause the OS env. to restart and I have my BBBlack running all the
 night till present its still on while I'm writing this email, I checked
 this with uptime command ,so Now it seems to be a problem with 
 upstarting
 of these py scripts, So here the following I give you my upstart code to
 respawn the py script in the even of any crash!

 # Start LINUX UART
 #

 description Start LINUX UART

 start on runlevel [2345]
 stop on runlevel [016]

 respawn
 exec python /etc/init.d/xlockController_UART.py

 what you think? is this problem because of runlevel definitions above?


 On Mon, Nov 11, 2013 at 8:02 PM, Nishant Sood nish...@winacro.comwrote:

 Thanks philip


 On Mon, Nov 11, 2013 at 7:38 PM, Nishant Sood nish...@winacro.comwrote:

 Hello Mr.Robert

 Glad to see the image maker here
 I'm not using any capes!
 also wgetting that branch will make drastic changes? You see my
 concern is that I already spent a lot of time installing individual 
 needy
 items from the very big pool so I don't want to install them again, will
 this change things drastically?


 On Mon, Nov 11, 2013 at 7:34 PM, Robert Nelson 
 robertcnel...@gmail.com wrote:




 On Mon, Nov 11, 2013 at 8:01 AM, Nishant Sood 
 nish...@winacro.comwrote:

 Or atleast detailed way that how you are doing it?



 If your not using any capes, give the v3.12.x branch a try.
 .(specially for usb related lockups..)

 wget http://rcn-ee.net/deb/raring-armhf/v3.12.0-bone8/install-me.sh
 sudo /bin/bash install-me.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 a topic in
 the Google Groups BeagleBoard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/beagleboard/PiNkUTjnV3M/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 *Thanks  Regards,*

  *Nishant Sood*
 *--*
 *CEO and Founder*

  *Winacro Innovation's Inc.*
 **
 *www.winacro.com http://www.winacro.com*
 **
 *Contact's:*
 *Mobile: +91-8447476798 %2B91-8447476798*
 *Phone:  0129-4176798*
 *Email:   nish...@winacro.com nish...@winacro.com*




 --
 *Thanks  Regards,*

 *Nishant Sood*
 *--*
 *CEO and Founder*

  *Winacro Innovation's Inc.*
 **
 *www.winacro.com http://www.winacro.com*
 **
 *Contact's:*
 *Mobile: +91-8447476798 %2B91-8447476798*
 *Phone:  0129-4176798*
 *Email:   nish...@winacro.com nish...@winacro.com*




 --
 *Thanks  Regards,*

 *Nishant Sood*
 *--*
 *CEO and Founder*

  *Winacro Innovation's Inc.*
 **
 *www.winacro.com http://www.winacro.com*
 **
 *Contact's:*
 *Mobile: +91-8447476798 %2B91-8447476798*
 *Phone:  0129-4176798*
 *Email:   nish...@winacro.com nish...@winacro.com*

  --
 For more options, visit 

Re: [beagleboard] Installing ubuntu 13.04 server

2013-11-13 Thread hvn052
Op woensdag 13 november 2013 19:05:45 UTC+1 schreef RobertCNelson:

  Ok, I have the cursor now. But graphical response is extremely slow. Any 
  solution for that ? 

 Turns out it's only running at 600Mhz right now, I just pushed a patch 
 to fix it, and re-enable the 800Mhz/1Ghz options.. 


 https://github.com/RobertCNelson/armv7-multiplatform/commit/4f4725a83ad17ad11ec024a739f11ecd6a9cd597
  

 a fixed kernel should hit the repos later today.. 


Thanks. I guess I will wait for the repo update. BTW, probably not of your 
doing, but the fvwm desktop stays black. I can get the exit menu, but 
that's all.

Regards.

hvn

-- 
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: Audio Cape with Beaglebone Black

2013-11-13 Thread Cody Lacey
If anyone is having a problem with their audio cape quality try applying
this patch to your 3.8 kernel and let me know if it solves your problem.  I
have tested it and it seems to do the job for me but I would like to get
input from others.


On Tue, Nov 12, 2013 at 8:46 PM, Walter Schilling schill...@msoe.eduwrote:

 Daniel:

 I'm curious as to whether you can shed any additional light on BBB
 compatibility with the audio cape.  I'm trying to prepare for a course that
 will run in the spring, and we're looking to use audio, lcd screen, and
 camera cape.  I'd like to go with the black for cost reasons, but I'm not
 sure of the support for the devices.

 Walt


 On Sunday, July 28, 2013 1:43:31 AM UTC-5, Daniel Nilsson wrote:

 Hi,

 Darren has been working on restoring support for the audio cape, this
 is done by reworking the HDMI support patch. There is nothing wrong
 with the audio cape or the support for it in mainline 3.8, it is the
 patch that adds support for HDMI on the beaglebone black that was
 implemented in a way that didn't take other audio peripherals into
 account. Darren has reworked this and sent an updated HDMI patch that
 restored audio support, but he wanted to do some more work on it
 before considering it done. Haven't heard since then, I'll ping him
 and check if he is still working on it.

 Regards
 Daniel


 On Sun, Jul 28, 2013 at 4:00 AM, Gerald Coley ger...@beagleboard.org
 wrote:
  Audio cape still does not work from what I can see. Darren never was
 working
  on it. He is working on HDMI issues
 
  I suggest you contact sup...@beagleboardtoys.com direct for help with
 their
  product.
 
  Gerald
 
 
 
  On Sat, Jul 27, 2013 at 5:55 PM, transis...@gmail.com wrote:
 
  It's been a month since it was mentioned that the audio cape
 compatibility
  problem was being looked at by Darren. In addition, there have been
 no
  updates since 6-20 for the flasher (BBB-eMMC-flasher-2013.06.20.img.xz).
 Has
  there been any progress on the BBB lately? 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...@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 a topic in the
  Google Groups BeagleBoard group.
  To unsubscribe from this topic, visit
  https://groups.google.com/d/topic/beagleboard/ZJGwxA7BG4E/unsubscribe.
  To unsubscribe from this group and all its topics, send an email to
  beagleboard...@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.


-- 
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.
From 33e9ace7e6bc432ee4455ffcb827246e2df8fb54 Mon Sep 17 00:00:00 2001
From: Darren Etheridge detheri...@ti.com
Date: Mon, 1 Jul 2013 16:06:55 -0500
Subject: [PATCH] Make the McASP code generic again, remove all hardcoding

After adding the HDMI audio, the McASP driver was left in
a mess, and broken when used with other capes.  This patch
puts things right, and moves the necessary config code into
davinci-evm.c where it belongs.

Signed-off-by: Darren Etheridge detheri...@ti.com
---
 sound/soc/davinci/davinci-evm.c   |   48 +++--
 sound/soc/davinci/davinci-mcasp.c |   12 -
 2 files changed, 40 insertions(+), 20 deletions(-)

diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c
index 7a7fc47..421feb0 100644
--- a/sound/soc/davinci/davinci-evm.c
+++ b/sound/soc/davinci/davinci-evm.c
@@ -146,6 +146,32 @@ static const struct snd_soc_dapm_route audio_map[] = {
 };
 
 /* Logic for a aic3x as connected on a davinci-evm */
+static int evm_tda998x_init(struct snd_soc_pcm_runtime *rtd)
+{
+	struct snd_soc_dai *codec_dai = rtd-codec_dai;
+	struct snd_soc_dai *cpu_dai = rtd-cpu_dai;
+	int ret;
+
+	ret = snd_soc_dai_set_clkdiv(cpu_dai, 0, 1);
+	if (ret  0)
+		return ret;
+
+	ret = snd_soc_dai_set_clkdiv(cpu_dai, 1, 8);
+	if (ret  0)
+		return ret;
+
+	ret = snd_soc_dai_set_sysclk(cpu_dai, 0, 0, SND_SOC_CLOCK_IN);
+	if (ret  0)
+		return ret;
+
+	ret = 

Re: [beagleboard] Re: BBB boot when connected to other devices

2013-11-13 Thread Alberto Potenza
Yes,

I press the boot button and then I plug the USB cable to power on the board.

Alberto

Il giorno mercoledì 13 novembre 2013 19:22:56 UTC+1, Gerald ha scritto:

 Did you press the boot button before you applied power?

 Gerald



 On Wed, Nov 13, 2013 at 11:33 AM, Alberto Potenza 
 alberto@gmail.comjavascript:
  wrote:

 So,
 I pressed the button to force the uSD boot but still nothing happened.
 And the board with the FPGA is off.

 Only the power led is on.

 Now it is time to go home (here is 6.30 p.m. ...): it is ok for you if we 
 start again tomorrow?

 Thanks for all your effort.

 Alberto


  -- 
 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.


Re: [beagleboard] Re: BBB boot when connected to other devices

2013-11-13 Thread Gerald Coley
OK. Check the boot pins next. Make sure they are high as needed..

Gerald



On Wed, Nov 13, 2013 at 12:40 PM, Alberto Potenza 
alberto.potenz...@gmail.com wrote:

 Yes,

 I press the boot button and then I plug the USB cable to power on the
 board.

 Alberto

 Il giorno mercoledì 13 novembre 2013 19:22:56 UTC+1, Gerald ha scritto:

 Did you press the boot button before you applied power?

 Gerald



 On Wed, Nov 13, 2013 at 11:33 AM, Alberto Potenza 
 alberto@gmail.comwrote:

 So,
 I pressed the button to force the uSD boot but still nothing happened.
 And the board with the FPGA is off.

 Only the power led is on.

 Now it is time to go home (here is 6.30 p.m. ...): it is ok for you if
 we start again tomorrow?

 Thanks for all your effort.

 Alberto


  --
 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_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.


-- 
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 weather cape

2013-11-13 Thread Aravind V
I have just received a BeagleBone white and a Weather cape. While trying 
the script mentioned in the link 
http://beagleboardtoys.info/index.php?title=BeagleBone_Weather I get an 
error saying no such file. Is there a differece in the way this is done now 
from earlier builds of angstrom?

-- 
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: Is it possible to run BBB off cheap rechargeable batteries?

2013-11-13 Thread Dieter Wirz
Hi Rowland
Up to now you did not tell us that you use 9V for motors that consume
maybe much more power than a BBB. If you Project is a little Segway or
robot car where it is okay when the battery is down after 20 Minutes
or so, then go ahead with the 7805. You can solder this together even
without PCB.
And, because it's a students project it's maybe safer not to use
lipo's. they tend to explode if not charged correctly:-(

Dieter


On Wed, Nov 13, 2013 at 4:03 PM,  rowland.oflahe...@gmail.com wrote:
 I agreed there are better solutions available and that is really what I am
 asking... what are those better solutions? For what I am looking to do is
 having everything needed to run the BBB off battery for as cheap as
 possible. We are designing a hardware setup for students to use and they
 have to be able to buy all the components for as cheap as possible. The
 problem with Lipo (from what I have seen) is that the chargers are the
 expensive part.

 Here is where I am at right now. Need at least 9V for running motors as well
 as the BBB.
 3-cell Lipo = $9 from HobbyKing
 Lipo charger = $12 from HobbyKing
 Lipo charger power supply = $8 from Amazon
 Voltage Reg, diode, caps, wires etc. = $3 from DigitKey

 This might be the best solution. But my thought was students might already
 have AA battery chargers at home.

 Thoughts?

 Also, can you point me to a better circuit design that doesn't use the 7805?

 -Rowland


 On Monday, November 11, 2013 4:22:39 PM UTC-5, Dieter Wirz wrote:

 Ron is perfectly right!
 And where do you get cheap rechargeable batteries?
 LIPO prices are going down
 alcaline prices are going up

 Do you really want to invest time and money in last millennium
 alcaline technology?

 7805? If you connect 9v to an 7805 about 40% of the power is converted
 to heat. There are much better solutions available.

 BTW @Ron: What buck/boost regulators are you using. Maybe you can
 provide some hints to the community... I have the ADP sitting on
 my Desktop, but I did not find the time to solder something
 together.

 --
 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] Angstrom support, web site

2013-11-13 Thread Bill Traynor
We're working to move the site to OSUOSL.  Just juggling a lot of balls at
the moment, but it'll be back up soon.


On Wed, Nov 13, 2013 at 2:42 PM, Don deJuan donjuans...@gmail.com wrote:

 On 11/13/2013 07:51 AM, Richard Cook wrote:
 
  Who owns the Angstrom distro?
  --
  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.
 Pretty amazing the site is still dead.

 If you guys need a good host and admin, feel free to contact me off list.

 --
 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] How to make the Angstrom linux comes up on the screen?

2013-11-13 Thread Kim Ilchul
Hello people,16 bi
I'm a new with beaglebone black and working on it for my project. I'm using 
a TFT-Proto LCD display that connected to BBB. The problem I having now is 
that lack of information for this LCD display. A datasheet only gives me 
how to set the 565 16 bits, never tell me which pin is belongs to R,G,B and 
goes to where. So far, I just set user interface pin(IM0 ~ 3) as 1000 which 
is 565 16bits and connect them to BBB's LCD_Data 0 to 15 directly. (Not 
sure this connection is correct) A backlit works but nothing comes up on 
the screen. Anyone can give some anything for it? 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] How to make the Angstrom linux comes up on the screen?

2013-11-13 Thread Gerald Coley
You can look at the BeagleBone Black schematic and it shows the RGB
information. It is on page 10.

http://www.elinux.org/Beagleboard:BeagleBoneBlack#LATEST_PRODUCTION_FILES_.28A6.29


Gerald



On Wed, Nov 13, 2013 at 1:10 PM, Kim Ilchul kich0...@gmail.com wrote:

 Hello people,16 bi
 I'm a new with beaglebone black and working on it for my project. I'm
 using a TFT-Proto LCD display that connected to BBB. The problem I having
 now is that lack of information for this LCD display. A datasheet only
 gives me how to set the 565 16 bits, never tell me which pin is belongs to
 R,G,B and goes to where. So far, I just set user interface pin(IM0 ~ 3) as
 1000 which is 565 16bits and connect them to BBB's LCD_Data 0 to 15
 directly. (Not sure this connection is correct) A backlit works but nothing
 comes up on the screen. Anyone can give some anything for it? 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.


-- 
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] rtl8192cu_beagebone, wpa-ssid wifiname not working

2013-11-13 Thread Jacob Ole Juul Kolding
Hello Beagles!

After I got my rtl8192cu_beaglebone module to compile, next step is
to have wlan0 up at boot time.

I have /etc/network/interfaces
like this:

auto wlan0
iface wlan0 inet dhcp
wpa-ssid WiFiName

(also tried: wireless-essid WiFiName)

But the device doesn't come up. I have to do:
iwconfig wlan0 essid WiFiName
to get the device working.
But then it does work.

Any ideas what I'm missing?

Thanks!
/Jacob

-- 
If you're not a socialist when you're young, it's because you have no heart.
If you stop being a socialist when you get older, it's because you lack
intellect and imagination.

-- 
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] Should I go on with angstrom: A specific use case

2013-11-13 Thread Eric Westphal
Try installing scipy using python-pip, which is available in opkg. It takes
a lot of memory, though.

Eric Westphal
On Nov 13, 2013 7:05 PM, Ozan Çağlayan ozan...@gmail.com wrote:

 Hi,

 I've been playing with BBB since a week and I'm quite happy generally.

 I have some specific needs, did some google searches but couldn't find
 anything useful so I decided to ask here.

 1. I have a Python application that access and reads some data from a
 HID device (Tested, works)
 2. I need to simultaneously flicker 2 LEDs (15-16Hz, not much) through
 GPIO using transistors
 3. I may need to use the PRU for offloading the LED part if Python +
 switching LEDs hog the CPU (Which was sometimes the case in Raspberry
 Pi)
 4. I don't need HDMI or any other physical capes.
 5. (Problem*) I need scipy which needs BLAS and ATLAS. Those libraries
 needs a fortran compiler but no fortran compiler is available in
 angstrom repositories. Any suggestions?

 Is this use-case OK for another distro with much more packages like
 debian or ubuntu? Are they stable enough?

 Thanks a lot.

 --
 Ozan Çağlayan
 Research Assistant
 Galatasaray University - Computer Engineering Dept.
 http://www.ozancaglayan.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.


-- 
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] Hardware info on USB A port

2013-11-13 Thread Paulo Ferreira

On 13/11/2013, at 18:12, hvn...@gmail.com wrote:


 I agree with you on the USB specifications. However, my point is that I ran 
 the same software on both a normal computer and the BeagleBoard. On the 
 normal computer everything works fine while on the BeagleBoard-xM the device 
 starts to oscillate. Back to the normal computer, it works fine again. Now 
 assuming that all LS/FS/HS USB specifications are the same, how can this 
 happen? Any suggestion on what I can be missing that is not the same ?
 
 
 Please try an oscilloscope.
 
 That's a good suggestion. Have to find one.
 
 hvn

Well, between a normal PC and a BeagleBoard, the only things that change 
are:  the compiler, the processor's  architecture, the processor's clock speed, 
the memory interface, the caches, the peripheral's connection to the processor 
and the interrupt  architecture.

If you are expecting no influence from those changes,  you need to wake up.   
:-( :-( 

Best regards  

Paulo Ferreira 

-- 
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] CIFS BBB with 3.8.13 Kernel Angstrom

2013-11-13 Thread David Marquart
I have been searching high and low but I can not find a kernel-module-cifs 
for Angstrom 3.8.13 (no opkg for it).  I have tried the one from Debian (I 
get an Invalid module format Error when I do insmod) with the same kernel 
and some older Angstrom ones, but none seem to work.  

Does anyone have any insight as to where I can get a compiled cifs.ko that 
should work?  Or if there is another way to add cifs I would be happy to 
try that.  

-- 
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: Problem building native rubygem extensions on BBB - string.h not found error

2013-11-13 Thread slinuxkernel
Hi,
I've same problem and couldnt solve the problem... Is there any solution?? 
please help.

2 Eylül 2013 Pazartesi 16:13:06 UTC+3 tarihinde mark sayer yazdı:


 Howdy -
  
 I'm having problems building native gems. When rubygem tries to make the 
 native extension, I get an error saying string.h is not found.
  
 I've compiled a basic C program with string.h to make sure all my default 
 GCC include paths are right and it works fine. But I've tried to build 3 
 gems now (I'm after mysql - but I've also tried json and others) all of 
 which fail during make saying string.h not found.
  
 I'm running
  
 BeagleBon Black with Angtsrom 2012.12
 Ruby 1.9.3p194
 rubygem 1.8.23
  
 I've installed the libc and other required development packaged using 
 opkg. As stated I can compile C programs using GCC okay and I have verified 
 string.h is available and basic string io functionality works in compiled C 
 program.s
  
 Here's the output from gem install mysql
  
 Building native extensions.  This could take a while...
 ERROR:  Error installing mysql:
 ERROR: Failed to build gem native extension.
 /usr/bin/ruby extconf.rb
 checking for mysql_ssl_set()... *** extconf.rb failed ***
 Could not create Makefile due to some reason, probably lack of
 necessary libraries and/or headers.  Check the mkmf.log file for more
 details.  You may need configuration options.
 Provided configuration options:
 --with-opt-dir
 --without-opt-dir
 --with-opt-include
 --without-opt-include=${opt-dir}/include
 --with-opt-lib
 --without-opt-lib=${opt-dir}/lib
 --with-make-prog
 --without-make-prog
 --srcdir=.
 --curdir
 --ruby=/usr/bin/ruby
 --with-mysql-config
 --without-mysql-config
 /usr/lib/ruby/mkmf.rb:381:in `try_do': The compiler failed to generate an 
 executable file. (RuntimeError)
 You have to install development tools first.
 from /usr/lib/ruby/mkmf.rb:461:in `try_link0'
 from /usr/lib/ruby/mkmf.rb:476:in `try_link'
 from /usr/lib/ruby/mkmf.rb:619:in `try_func'
 from /usr/lib/ruby/mkmf.rb:894:in `block in have_func'
 from /usr/lib/ruby/mkmf.rb:790:in `block in checking_for'
 from /usr/lib/ruby/mkmf.rb:284:in `block (2 levels) in postpone'
 from /usr/lib/ruby/mkmf.rb:254:in `open'
 from /usr/lib/ruby/mkmf.rb:284:in `block in postpone'
 from /usr/lib/ruby/mkmf.rb:254:in `open'
 from /usr/lib/ruby/mkmf.rb:280:in `postpone'
 from /usr/lib/ruby/mkmf.rb:789:in `checking_for'
 from /usr/lib/ruby/mkmf.rb:893:in `have_func'
 from extconf.rb:45:in `main'

 Gem files will remain installed in 
 /usr/lib/ruby/gems/1.9.1/gems/mysql-2.9.1 for inspection.
 Results logged to 
 /usr/lib/ruby/gems/1.9.1/gems/mysql-2.9.1/ext/mysql_api/gem_make.out
  
 Here's the mkmf.log file from the gem install mysql:
  
 arm-angstrom-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork 
 -mfloat-ab
 i=softfp -mfpu=neon -mtune=cortex-a8 
 --sysroot=/build/v2012.12/build/tmp-angstro
 m_v2012_12-eglibc/sysroots/beaglebone -o conftest 
 -I/usr/include/ruby-1.9.1/arm-
 linux-eabi -I/usr/include/ruby-1.9.1/ruby/backward 
 -I/usr/include/ruby-1.9.1 -I.
   -D_FILE_OFFSET_BITS=64  -I/usr/include/mysql  -pipe -g 
 -feliminate-unused-debu
 g-types   -DUNIV_LINUX -O2 -pipe -g -feliminate-unused-debug-types -fPIC 
 conftes
 t.c  -L. -L/usr/lib -L. -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed 
 -rdynamic -
 Wl,-export-dynamic-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed 
 -rdynamic -L/
 usr/lib -lmysqlclient -lz -lcrypt -lnsl -lm  -lruby  -lpthread -lrt -ldl 
 -lcrypt
  -lm   -lc
 In file included from /usr/include/ruby-1.9.1/ruby.h:32:0,
  from conftest.c:1:
 /usr/include/ruby-1.9.1/ruby/ruby.h:48:21: fatal error: string.h: No such 
 file o
 r directory
 compilation terminated.
 checked program was:
 /* begin */
 1: #include ruby.h
 2:
 3: int main() {return 0;}
 /* end */

 Any ideas why I might be getting this error? Mu assumption is that the 
 compiler flags set by extconf.rb are somehow excluding the paths for 
 dtring.h includes on the agnstrom distro? But I'm lost here - any pointers 
 welcome.
  
 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: Booting adeneo wince 7 on beaglebone black

2013-11-13 Thread Jimbo
I have the same problem as you. Did you solved it?

Thanks.

Jimmy.

Le mardi 8 octobre 2013 09:08:22 UTC+2, Ali Asadzadeh a écrit :

 Dear all
 I have loaded a 4GB SD card with the MLO and EBOOTSD.nb0 and NK.bin that 
 comes with the AM335X_BeagleBoneBlack_WEC7_BIN_V0131 package from 
 Adeno,Also I have formatted the card with Fat32 and 4096 byte sectors 
 (using windows foarmt), and I have used the TI SD card utility for flashing 
 the SD card, Also I have pushed the user button before power up,
 But nothing happens!!! 
 when I power the board up the leds won't flash, and there is no activity 
 on the Serial header, So I think it's a boot problem, How can I be sure 
 that the MLO is in the first sector of the SD card? I have loaded android, 
 angstrom and ubuntu successfully on to beaglebone balck, I want to test 
 what windows ce have to offer, So if somebody have booted successfully 
 please help me too.


-- 
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: musb_host flushing issue

2013-11-13 Thread Danny Darko
Okay, I realize that this is tricky and a bit of a unique issue, so I 
understand if there aren't solutions out there.

More basically, then: how can I find the drivers/usb/musb/musb_host.c 
source file? Maybe I'm thinking about this wrong, but if that's throwing a 
warning, why can' tI find it anywhere in the file system to troubleshoot?



On Wednesday, November 13, 2013 10:51:39 AM UTC-8, Danny Darko wrote:

 I've been trying to troubleshoot an issue, but lacking experience working 
 in the kernel, and not being able to find this same issue discussed 
 elsewhere, I could use some help.

 Basically, I have a USB communication class device interface with my BBB 
 that only works once between booting. I'll power up, send a character 
 command to the device, and get the expected response back ... but if I send 
 the same command again, fgets never returns a non-null string. If I reboot 
 the BBB, I can send the command and get the expected response back, but, 
 again, only once.

 Other USB issues I've seen discuss power, and my device is bus-powered, 
 but I don't think it's a power issue, as I found the following in dmesg, 
 which doesn't seem to relate to power (this message appears after the first 
 time sending a command to the device, and every time thereafter): 
 
 WARNING: at drivers/usb/musb/musb_host.c:125 
 musb_h_tx_flush_fifo+0x35/0x5c()

 Any ideas on how to troubleshoot this? Again, I have no experience working 
 in the kernel, so I'm at a loss. My only idea was to examine the code 
 throwing the warning, but, mysteriously, I searched the entire file system 
 (find / musb_host.c) and couldn't locate musb_host.c ... how could that 
 file be throwing the warning if it seemingly doesn't exist on my file 
 system?

 This is a company project and we're willing to pay for a solution at this 
 point.


-- 
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] rtl8192cu_beagebone, wpa-ssid wifiname not working

2013-11-13 Thread Jacob Ole Juul Kolding
Den 14/11/2013 01.21 skrev Dave Hylands dhyla...@gmail.com:

 Hi Jacob,


 On Wed, Nov 13, 2013 at 12:47 PM, Jacob Ole Juul Kolding dac...@gmail.com
wrote:

 Hello Beagles!

 After I got my rtl8192cu_beaglebone module to compile, next step is
 to have wlan0 up at boot time.

 I have /etc/network/interfaces
 like this:

 auto wlan0
 iface wlan0 inet dhcp
 wpa-ssid WiFiName


 I installed ubuntu on my BBB (not sure that makes a difference, I just
figured I'd state it just in case). The rtl8192cu driver that came with
ubuntu seemed to work fine out of the box.


I had a problem with the driver in kernel 3.12. That's why I compiled my
own.

The network I'm trying to join doesn't have a password so didn't add that
option. Don't know if it has to be
there anyway?

Jacob

 I used:


 auto wlan0
 iface wlan0 inet dhcp
 wpa-ssid SSID-goes-here
 wpa-psk  password-goes-here

 I noticed that it takes up to a couple of minutes before wlan0 gets an IP
address.

 --
 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.

-- 
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] Unable to access PWM from userspace on BBB

2013-11-13 Thread sstewart26
Neils,

I completely agree with your comments on there needing to be a C/C++ 
equivalent to the bonescript.  With beaglebone 3.8.13, I am able to 
successfully control a PWM actuator following Mark Yoder's example: 
(http://elinux.org/EBC_Exercise_13_Pulse_Width_Modulation), almost exactly 
the procedure Michael Vernier posted above.  However, it will only work 
after I run a bonescript analogWrite() on the PWM pin.  It took some 
digging to reverse engineer the 
\bonescript-master\node_modules\bonescript\index.js::analogWrite() to 
determine what it is doing that afterwards allows me to successfully use 
the PWM device.  

The analogWrite sets the PWM polarity to zero during the configuration of 
the PWM:  fs.writeFileSync(pwm_test+'/polarity', 0);

A similar operation from my C++ side resolved my issue and allowed me to 
use the PWM device successfully: system(cd 
/sys/devices/ocp.2/pwm_test_P9_21.14; echo 0  polarity);

-Shaun

On Friday, May 3, 2013 4:27:20 PM UTC-5, nne...@gmail.com wrote:

 Thanks a lot. I was able to get an LED to blink using Angstrom with these 
 steps. Notably the Debian Squeeze install I made with the instructions 
 here: http://eewiki.net/display/linuxonarm/BeagleBone+Black only 
 partially worked. The link for the PWM showed up but there were no duty 
 and period files in the folder.

 I was going to investigate reverse engineering bonescript but it wasn't 
 clear to me that PWM was supported there in the first place. I think 
 ideally there ought to be an official C/C++ library to complement the 
 bonescript API. When I first booted the board I really expected there to be 
 a libbeaglebone or some such thing for me to link to. I see a number of 
 such libraries cropped up for the last revision of beaglebone but they 
 didn't seem really seem to be promoted by the beagleboard folks. I would 
 really like to encourage them to make some effort to make C/C++ a first 
 class citizen when it comes to IO. At the very least I think it's important 
 that reverse engineering bonescript is not the best option for getting 
 going in C/C++. A simple cheat sheet of instructions like Michael presented 
 linked on the beaglebone.org website would be enough to feel like I was 
 being supported.

 Thanks,
 Neils

 On Friday, May 3, 2013 12:11:43 PM UTC-7, Michael Vernier wrote:

 I got PWM working on my BBB from the command line the other day.  Here's 
 what I did on Angstrom (4/13 image).  

 Add the am33xx_pwm module to the bone_capemgr.  You'll have to look at 
 your BBB for the # of the cape manager.  Mine is bone_capemgr.8, but since 
 I've only tested on a single board, I'm not sure if the numbers are the 
 same across every board.
 $ echo am33xx_pwm  /sys/devices/bone_capemgr.#/slots

 Add the individual PWM module to the bone_capemgr. For example, EHRPWM2B 
 is pin 13 on the P8 connector.  To enable this pin for PWM, use the 
 following command
 $ echo bone_pwm_P8_13  /sys/devices/bone_capemgr.#/slots

 This creates a link in /sys/devices/ocp.#/pwm_test_P8_13.#.  For my BBB, 
 I have /sys/devices/ocp.2/pwm_test_P8_13.12.  The number in the pwm_test 
 has changed for me for a couple times that I've used it, so you'll have to 
 see what number it assigns for you.

 All the settings for the PWM configuration are found in that folder 
 similar to the old interface.  To generate a 50 Hz signal with 50% duty 
 cycle, (the period and duty times are giving in nanoseconds)
 $ echo 2000  /sys/devices/ocp.#/pwm_test_P8_13.#/period 
 $ echo 1000  /sys/devices/ocp.#/pwm_test_P8_13.#/duty

 I found all this from digging through the BoneScript source code found 
 here https://github.com/jadonk/bonescript. 
  bonescript/node_modules/bonescript/index.js has the core implementation of 
 the module.

 Hope this helps.

 On Friday, May 3, 2013 1:21:43 PM UTC-4, Jason Stapels wrote:

 If the goal is a tutorial, the SYSFS interface does provide the simplest 
 way to ease someone into using PWM. I think that being able to simply 
 access it from the command-line does make it very approachable from a 
 beginner point of view. I agree that there is definitely more efficient 
 means for working with the PWM, but realistically if you need that low 
 level of interaction, you'll likely being using the /dev/mem device to 
 direct access to the registers (or using a polished C library that does it 
 for you).

 Also, as I understand it, the SYSFS interface is the only way to mux the 
 pins you'd need from userspace.



-- 
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: Can't get BeagleSNES to work on BBB

2013-11-13 Thread Scott Paul
Hi Andrew, thanks for responding.  

1. Yep, about 800mb, got the full image.
2. Yep, on my 32bit Win 7 system using 7-zip to extract.
3. With the imaged card in the BBB, nothing mounts, at all.  I get lights 
dancing, but nothing.
4. I tried with and without the boot button down, multiple times.

I felt like I was being safe about setting this thing up too.  I have an 
anti-static mat at my bench and everything.  It is new and this is one of 
the first things I'm trying with it.

I just tried to run android and that did not work either 
(BBB_JB_Android_3_8_13.img).  Now I'm wondering if the board is busted. 
 The steps seem very easy and clear to me.  Something just isn't working. 
 I'd rather not spend another $45 to find out its software or my setup.

If I have the image written to the card, plug it in the BBB, and try 
booting it with the default setup, what will the screen look like on the TV?
What will happen if I boot without the controller attached?
Will booting work with and without the boot button held down at power up?
When should I be letting go of the boot button at startup?

Thanks again for taking anytime to address my questions.  Very good job ( 
the write up is great ).

-- 
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: I2C and Invensense MPU6050 Driver

2013-11-13 Thread clarkbriggs101
Mark,
Near as I can tell, no one has done better than just file i/o via 
/dev/i2c/...  This works, but doesn't seem to expose or take advantage of 
the Invensense kernel driver functionality.  Plus it seems to be very 
slow.  Jason Kridner was tackling it a couple weeks ago, but didn't report 
any success.  I haven't made any progress either.
Seems we are stuck. I wish someone could figure out how to ping the author 
at Invensense. I tried writing via thier support web page but didn't get a 
reply.
Clark
On Tuesday, November 12, 2013 12:57:54 PM UTC-8, Mark A. Yoder wrote:

 Did anyone every get the inv-mpu6050 kernel driver to work?  I have the 
 device on the i2c bus and I can read and write registers using 
 *i2cset/i2cget*, but *modprobe inv-mpu605* doesn't make anything appear.

 --Mark

 On Saturday, November 2, 2013 11:51:04 AM UTC-4, clarkbr...@gmail.comwrote:

 Jason,
 I apologize for taking so long to answer. It wasn't quick to figure out 
 which breakout board we had with the MPU6050 on it.  It is apparently a 
 Kootek® 
 Arduino GY-521 MPU-6050 Module from Amazon.
 Itis wired:

 P9_1-Gnd 

 P9_3-VCC

 P9_19 -SCL

 P9_20 - SDA

 Your P9_19 SCL and P9_20 SDA should be fine.

 Later posts suggest you can talk to you device and have shown us via W 
 Smith  the way to straighten out which bus is which.

 Clark
 On Thursday, October 31, 2013 1:32:46 PM UTC-7, Jason Kridner wrote:

 On Tue, Oct 29, 2013 at 2:19 PM, Jason Kridner jkri...@beagleboard.org 
 wrote: 
  
  On Thu, Oct 17, 2013 at 6:12 PM,  clarkbr...@gmail.com wrote: 
   AIW: 
   I went back thru the adafruit library and didn't find anything 
 specific on 
   I2C, although it is listed as a topic.  I have been looking at their 
 github 
   adafruit-beaglebone-io-python library. I also found and looked thru 
 PyBBIO. 
   Even tho I'm not using Python, I can see the access mechanisms that 
 they 
   use. 
   I can use the MPU6050 device ok enough just reading via 
 /dev/i2c/i2c-x, but 
   that is too slow. 
   I'm trying to figure out how to invoke and use the inv-mpu6050 
 driver and 
   adafruit doesn't use that. 
   Thx -- Clark 
   
   On Thursday, October 17, 2013 9:47:44 AM UTC-7, AIW wrote: 
   
   Some good info on I2C tools at http://www.acmesystems.it/i2c. 
   
   Python and the adafruit BBIO I2C library makes it very easy to use 
 I2C on 
   Beaglebone Black as well. Python import smbus is fairly easy to use 
 too. 
   Some examples of use is available in the code I provide for my 
 radio project 
   herewww.aiwindustries.com. 
   
   Not trying to sell the product, but I know that the I2C function 
 was 
   giving me some issues so I'm just trying to help the community. 
 Python code 
   is available to download and look at usage so feel free. 
   
   On Tuesday, October 15, 2013 5:02:59 PM UTC-5, 
   clarkbr...@gmail.comwrote: 
   
   We are using the Invensense MPU6050 IMU on I2C with Beaglebone 
 Black 
   (Angstrom 3.8.13). We can use I2C-tools and file I/O thru /dev/i2c 
 but the 
   read speed is disappointingly slow.  We only read the 3x gyros and 
 3x accels 
   (each one byte at a time plus the 2 byte temperature reading) and 
 it takes 
   ~2msecs.  My estimate of the I2C bus cycles for a block read 
 suggests this 
   should take ~160 bus cycles or .38msec on a 400MHz I2C bus. 
  
  You are running at 400kHz, not 400MHz, right?  I2C doesn't do 400MHz. 
  
   
   The distribution includes the Invensense driver inv-mpu6050.ko but 
 there 
   is no indication that reading through /dev/i2c invokes it.  This 
 is a very 
   popular IMU and Invensense widely distributes the driver over many 
 Linux 
   platforms.  The driver source includes “successful installation 
 will create 
   two directories under /sys/bus/iio/devices” and lists the files 
 there (aka 
   functions). I can never get these to show up. 
   
   I can “insmod 
   
 /lib/modules/3.8.13/kernel/drivers/iio/imu/inv_mpu6050/inv-mpu6050.ko” and 
   “echo inv-mpu6050 0x68  /sys/class/i2c-adapter/i2c-1/new_device”. 
 This 
   causes a new directory named 1-0068 to show in 
   /sys/class/i2c-adapter/i2c-1with entries like name and modalias 
 but no 
   functions.  It never shows in /sys/bus/iio/devices. 
  
  I don't have an MPU6050, but I just ordered a couple on express 
  overnight from Sparkfun. 

 I bought https://www.sparkfun.com/products/11028 and played with it 
 briefly before being distracted and again today, but I don't 
 understand why I'm not able to get it to reply to me. 

 I have the following connections: 
 VCC: P9_4 (VDD_3V3) 
 GNC: P9_1 (GND) 
 INT: P9_11 (GPIO) 
 FSYNC: - 
 SCL: P9_19 (I2C2_SCL) 
 SDA: P9_20 (I2C2_SDA) 
 VIO: P9_3 (VDD_3V3) 
 CLK: - 
 ASCL: - 
 ASDA: - 

 I then perform: 

 root@beaglebone:~# i2cdetect -y -r 1 
  0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f 
 00:  -- -- -- -- -- -- -- -- -- -- -- -- -- 
 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
 

[beagleboard] ssh to the beaglebone(boots ubuntu from sd card) through the ethernet help needed

2013-11-13 Thread jenia . ivlev
Hello.

I want to ssh to my beaglebone thats running ubuntu form an sd card.

How do i proceed?

Do i need to set up a DHCP server on my debian machine for the beaglebone 
to somehow get it correct ip address or something?

Please if you know let me know hehe. cause i'm a little helpless. all the 
tutorials show how to make a serial connection thought the usb to an 
angstrom os thats already on the hard-drive.


Thanks in advance.

jenia

-- 
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] Beagle Bone Black Angstrom and Ubuntu remove packages, know free space in each distribution

2013-11-13 Thread Helen Paiva
Thank you William!
Yeah, Ubuntu image has almost the same size that Angstrom (1.7G ), but I 
cant find the information about the free size that is available after the 
installation.
 I will try to flash the Ubuntu and see... Angstrom has 1.1GB after 
installation in the BBB, so there is 600MB of free memory in the eMMC.

-- 
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] Trying to undersand Beaglebone Black + Ubuntu system management

2013-11-13 Thread Mavierck
Thanks so much!

On Saturday, November 9, 2013 2:55:57 AM UTC-5, lisarden wrote:

 Hi!

 Grub is for x86. Embedded platforms usually use u-boot. If you have a 
 special usb-uart cable then you can see all boot messages.
 08 нояб. 2013 г. 17:57 пользователь Mavierck 
 yashk...@gmail.comjavascript: 
 написал:

 Hi folks!

 In playing with my first Beaglebone Black, I have configured it running 
 Ubuntu on a micro SD card.  I have it running - 
  * a dhcp server
  * a dns server
  * a tftp server
  * an ftp server

 It would be great if it had a second network interface on board - it 
 would be interesting to see how it performed as a router.

 I am impressed with what the little box can do!

 My first question is with regards to managing this Ubuntu on a Beaglebone 
 Black.  I come from a background of running RHEL / CentOS on x86, so I am 
 trying to become familiar with Ubuntu, as well as the nuances of running 
 Ubuntu on a Beaglebone Black.  For example, when I look at Ubuntu 
 documentation, I see mention of grub, but I don't see the grub config on 
 this box - I am trying to have it display the boot and shutdown messages, 
 which it currently does not do.  Another example - I saw an rsync process 
 running, I think after it booted up.  Is it rsync'ing the contents of the 
 micro SD card to the onboard storage?

 My second question is with the stability of the Beaglebone Black.  Will 
 it run months on end?

 Thanks in advance for any direction you may be able to provide.

 -m

  -- 
 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.


Re: [beagleboard] Unable to access PWM from userspace on BBB

2013-11-13 Thread William Hermans
Well if you all need / want a C/C++ PWM library. Sounds like you all best
get started :)


On Wed, Nov 13, 2013 at 6:14 PM, sstewar...@gmail.com wrote:

 Neils,

 I completely agree with your comments on there needing to be a C/C++
 equivalent to the bonescript.  With beaglebone 3.8.13, I am able to
 successfully control a PWM actuator following Mark Yoder's example: (
 http://elinux.org/EBC_Exercise_13_Pulse_Width_Modulation), almost exactly
 the procedure Michael Vernier posted above.  However, it will only work
 after I run a bonescript analogWrite() on the PWM pin.  It took some
 digging to reverse engineer the
 \bonescript-master\node_modules\bonescript\index.js::analogWrite() to
 determine what it is doing that afterwards allows me to successfully use
 the PWM device.

 The analogWrite sets the PWM polarity to zero during the configuration of
 the PWM:  fs.writeFileSync(pwm_test+'/polarity', 0);

 A similar operation from my C++ side resolved my issue and allowed me to
 use the PWM device successfully: system(cd
 /sys/devices/ocp.2/pwm_test_P9_21.14; echo 0  polarity);

 -Shaun

 On Friday, May 3, 2013 4:27:20 PM UTC-5, nne...@gmail.com wrote:

 Thanks a lot. I was able to get an LED to blink using Angstrom with these
 steps. Notably the Debian Squeeze install I made with the instructions
 here: http://eewiki.net/display/linuxonarm/BeagleBone+Black only
 partially worked. The link for the PWM showed up but there were no duty
 and period files in the folder.

 I was going to investigate reverse engineering bonescript but it wasn't
 clear to me that PWM was supported there in the first place. I think
 ideally there ought to be an official C/C++ library to complement the
 bonescript API. When I first booted the board I really expected there to be
 a libbeaglebone or some such thing for me to link to. I see a number of
 such libraries cropped up for the last revision of beaglebone but they
 didn't seem really seem to be promoted by the beagleboard folks. I would
 really like to encourage them to make some effort to make C/C++ a first
 class citizen when it comes to IO. At the very least I think it's important
 that reverse engineering bonescript is not the best option for getting
 going in C/C++. A simple cheat sheet of instructions like Michael presented
 linked on the beaglebone.org website would be enough to feel like I was
 being supported.

 Thanks,
 Neils

 On Friday, May 3, 2013 12:11:43 PM UTC-7, Michael Vernier wrote:

 I got PWM working on my BBB from the command line the other day.  Here's
 what I did on Angstrom (4/13 image).

 Add the am33xx_pwm module to the bone_capemgr.  You'll have to look at
 your BBB for the # of the cape manager.  Mine is bone_capemgr.8, but since
 I've only tested on a single board, I'm not sure if the numbers are the
 same across every board.
 $ echo am33xx_pwm  /sys/devices/bone_capemgr.#/slots

 Add the individual PWM module to the bone_capemgr. For example, EHRPWM2B
 is pin 13 on the P8 connector.  To enable this pin for PWM, use the
 following command
 $ echo bone_pwm_P8_13  /sys/devices/bone_capemgr.#/slots

 This creates a link in /sys/devices/ocp.#/pwm_test_P8_13.#.  For my
 BBB, I have /sys/devices/ocp.2/pwm_test_P8_13.12.  The number in the
 pwm_test has changed for me for a couple times that I've used it, so you'll
 have to see what number it assigns for you.

 All the settings for the PWM configuration are found in that folder
 similar to the old interface.  To generate a 50 Hz signal with 50% duty
 cycle, (the period and duty times are giving in nanoseconds)
 $ echo 2000  /sys/devices/ocp.#/pwm_test_P8_13.#/period
 $ echo 1000  /sys/devices/ocp.#/pwm_test_P8_13.#/duty

 I found all this from digging through the BoneScript source code found
 here https://github.com/jadonk/bonescript.  
 bonescript/node_modules/bonescript/index.js
 has the core implementation of the module.

 Hope this helps.

 On Friday, May 3, 2013 1:21:43 PM UTC-4, Jason Stapels wrote:

 If the goal is a tutorial, the SYSFS interface does provide the
 simplest way to ease someone into using PWM. I think that being able to
 simply access it from the command-line does make it very approachable from
 a beginner point of view. I agree that there is definitely more efficient
 means for working with the PWM, but realistically if you need that low
 level of interaction, you'll likely being using the /dev/mem device to
 direct access to the registers (or using a polished C library that does it
 for you).

 Also, as I understand it, the SYSFS interface is the only way to mux
 the pins you'd need from userspace.

  --
 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, 

Re: [beagleboard] Should I go on with angstrom: A specific use case

2013-11-13 Thread William Hermans
Your problem may very well be python. As far as performance goes Python is
one of if not the worst scripting languages.

For the PRU you're going to need the PRU specific assembler.

As far as distro, you may very well find a fortran compiler on another
distro. I do not have my BBB running at the moment to do and apt cache
search( debian ) otherwise I would do that for you.


On Wed, Nov 13, 2013 at 2:02 PM, Eric Westphal bonanzae...@gmail.comwrote:

 Try installing scipy using python-pip, which is available in opkg. It
 takes a lot of memory, though.

 Eric Westphal
 On Nov 13, 2013 7:05 PM, Ozan Çağlayan ozan...@gmail.com wrote:

 Hi,

 I've been playing with BBB since a week and I'm quite happy generally.

 I have some specific needs, did some google searches but couldn't find
 anything useful so I decided to ask here.

 1. I have a Python application that access and reads some data from a
 HID device (Tested, works)
 2. I need to simultaneously flicker 2 LEDs (15-16Hz, not much) through
 GPIO using transistors
 3. I may need to use the PRU for offloading the LED part if Python +
 switching LEDs hog the CPU (Which was sometimes the case in Raspberry
 Pi)
 4. I don't need HDMI or any other physical capes.
 5. (Problem*) I need scipy which needs BLAS and ATLAS. Those libraries
 needs a fortran compiler but no fortran compiler is available in
 angstrom repositories. Any suggestions?

 Is this use-case OK for another distro with much more packages like
 debian or ubuntu? Are they stable enough?

 Thanks a lot.

 --
 Ozan Çağlayan
 Research Assistant
 Galatasaray University - Computer Engineering Dept.
 http://www.ozancaglayan.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.

  --
 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] Hardware info on USB A port

2013-11-13 Thread hvn052
Op woensdag 13 november 2013 22:30:38 UTC+1 schreef Paulo Ferreira:


 On 13/11/2013, at 18:12, hvn...@gmail.com javascript: wrote: 

  
  I agree with you on the USB specifications. However, my point is that I 
 ran the same software on both a normal computer and the BeagleBoard. On the 
 normal computer everything works fine while on the BeagleBoard-xM the 
 device starts to oscillate. Back to the normal computer, it works fine 
 again. Now assuming that all LS/FS/HS USB specifications are the same, how 
 can this happen? Any suggestion on what I can be missing that is not the 
 same ? 
  
  
  Please try an oscilloscope. 
  
  That's a good suggestion. Have to find one. 
  
  hvn 

 Well, between a normal PC and a BeagleBoard, the only things that 
 change are:  the compiler, the processor's  architecture, the processor's 
 clock speed, the memory interface, the caches, the peripheral's connection 
 to the processor and the interrupt  architecture. 

 If you are expecting no influence from those changes,  you need to wake 
 up.   :-( :-( 


Oh, I'm wide awake and do know it's a RISC board and thus different. But 
despite that, an ordinary mouse, keyboard and webcam work well. if you 
consider Sparc (RISC as well)...not an ordinary computer either, but 
mechanical devices are proven to work. So being different in architecture 
doesn't mean it can't or won't work. Still looking for an oscilloscope.


 Best regards   

 Paulo Ferreira 



-- 
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.