[beagleboard] python gui?

2014-04-09 Thread Eric Palmer
In my day job I erite backend code.  Not gui stuff.  I'm building a large
robot and will use a BBB and display for data display and more.

I would like to use python. What gui tools work with python on the BBB?

I could also do this with node.js o some other web server.  But python
might be fun.

-- 
Eric Palmer

-- 
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/d/optout.


[beagleboard] AIN max voltage exceeded

2014-04-09 Thread lubotomie11
Hi,

I was using a BeagleBone Black, and I did the big mistake : 5V input on an 
AIN pin. For those who never tried, nothing really fun happens : the board 
just suddenly shut down, and can't be turned on anymore.

Is there any way to fix this (by replacing a part, or something like that) ?

Thank you,

Lucien

-- 
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/d/optout.


Re: [beagleboard] Re: UART4 stopped working: did not get pins for uart4 error: -19

2014-04-09 Thread pollock . phil
Robert,

Yes, it is correctly passed to the kernel:

ubuntu@ubuntu-armhf:~$ cat /proc/cmdline
console=ttyO0,115200n8 fixrtc 
capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN root=/dev/mmcblk0p2 
ro rootfstype=ext4 rootwait


Best regards,
Phil

On Tuesday, April 8, 2014 4:00:47 PM UTC-5, RobertCNelson wrote:

  
  ubuntu@ubuntu-armhf:~$ cat /boot/uboot/uEnv.txt 
  optargs=fixrtc capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN 
  loadfdt=ext4load mmc ${mmcdev}:2 ${fdtaddr} /boot/dtbs/${fdtfile} 
  loaduimage=mw.l 4804c134 fe1f; if ext4load mmc 0:2 ${loadaddr} 
  /boot/zImage; then mw.l 4804c194 0120; echo Booting from external 
  microSD...; setenv mmcdev 0; else setenv mmcdev 1; if test $mmc0 = 1; 
 then 
  setenv mmcroot /dev/mmcblk1p2 rw; fi; ext4load mmc 1:2 ${loadaddr} 
  /boot/zImage  mw.l 4804c194 00c0; echo Booting from internal 
 eMMC...; 
  fi 
  mmcboot=run mmcargs; bootz ${loadaddr} - ${fdtaddr} 
  uenvcmd=i2c mw 0x24 1 0x3e; run findfdt; if test $board_name = A335BNLT; 
  then setenv mmcdev 1; mmc dev ${mmcdev}; if mmc rescan; then setenv mmc1 
 1; 
  else setenv mmc1 0; fi; fi; setenv mmcdev 0; mmc dev ${mmcdev}; if mmc 
  rescan; then setenv mmc0 1; else setenv mmc0 0; fi; run loaduimage  
 run 
  loadfdt  run mmcboot 
  
 After re-booting the HDMI entry still appeared in the capemgr slots: 
  
  ubuntu@ubuntu-armhf:~$ cat /sys/devices/bone_capemgr*/slots 
   1: 55:PF--- 
   2: 56:PF--- 
   3: 57:PF--- 
   4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G 
   5: ff:P-O-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI 
  
  
 So this doesn't appear to work. 

 Is it correctly passed to the kernel? verify with: 

 cat /proc/cmdline 

 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/d/optout.


[beagleboard] AIN max voltage exceeded

2014-04-09 Thread lubotomie11
Hi,

I did the big mistake... 5V on an AIN pin. For those who always wondered 
what happens, nothing truly exciting : the board just suddently shut down, 
and can't be turned on anymore.

Is there a way to fix this (by replacing a part for example) ?

Thanks,
Lucien

-- 
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/d/optout.


Re: [beagleboard] Re: Beaglebone Black USB Host turns off

2014-04-09 Thread Tomas Mandys
I've found meanwhile any version greater than 3.8.x is useless because does
not contain cape manager (capemgr). It pays also for Robert Nelson's 3.13.x
repository I've tested it but USB hotplug does not work too. HUB also does
not work. Maybe there is minor difference (slightly more hopeful) but
useless. I have compiled Linux arm 3.8.13-bone45 #1 SMP Wed Apr 9 00:58:12
CEST 2014 armv7l GNU/Linux from sources and USB hot plug (and HUB) does
not work at all. I need it for cape development because of capemgr. I.e.
the only good-hot-USB-plug kernel version is from my point of view 3.14.x.

I suppose it's also problem of http://beagleboard.org/latest-images.

Tomas





2014-04-08 15:36 GMT+02:00 Gerald Coley ger...@beagleboard.org:

 3.8 version...

 http://beagleboard.org/latest-images

 Gerald



 On Tue, Apr 8, 2014 at 6:55 AM, Tomas Mandys 2p.plus@gmail.comwrote:

 Update of previous post:
 I'm currently running BBB Linux CNC image based on Debian Wheezy 7.3 on
 SDCard. I had to upgrade kernel to Linux arm 3.14.0-rc8-bone0 #1 SMP Sat
 Mar 29 00:25:15 UTC 2014 armv7l GNU/Linux from package Debian because of
 compiled in support for DS3232 RTC clock. I can see hot plug is running
 correctly. I can plug/unplug mouse and keyboard any time. Cold plug after
 reboot works as well. HDMI display is working too. Even Velleman 7-port HUB
 works too - which was not working on Angstrom at all.

 Note: I originally built Angstrom image 12/2013 (becuase I need module
 mentioned above). But because I was not able get it booting from SDCard I
 moved to my working Debian. Seems there is even older 3.2.28 Kernel than I
 had before 3.8.13.

 - Tomas



 2014-04-06 14:49 GMT+02:00 hobbes4...@gmail.com:

 Hi,

 I have been following this USB thread for a while and wanted to add my 2
 cents. I have a related but opposite problem. My hot plug works but my
 cold plugs does not. Let me clarify.

 *What works:*

 1)   Boot the Beagle Bone Black (the BBB) with now USB pluged in
 2)   Plug in a powered USB hub
 3)   Everything works as expected
 4)   Unplug usb
 5)   Plug USB back in. Everything works as expected. So hot plug works.

 *What fails*

 1) Power up the BBB with the powered USB connected. The USB hub come up
 alot faster than the BBB.
 2) No matter what is done, there is no way to get the BBB to see the USB
 devices apart from following up a reboot / power cycle as stated above.

 *Comments:*

 OS:  Richard Nelson's   Linux version 3.8.13-bone30
 (root@imx6q-sabrelite-1gb-1) (gcc version
 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8) ) #1 SMP Thu Nov 14 06:23:24 UTC
 2013

 Hardware: BBB Rev B. Only started shipping from March 2014 onwards. I
 noticed a capacitor discrete mounted near the USB port. Is this a Rev B
 hack?

 *What I am trying to solve*

 I would like to have the USB devices come online upon power up without
 having to observe the (1) BBB on first (2) plug in the USB Hub + devices
 sequence. I.E. if I stick all this stuff into an embedded gadget it would
 not come up on power up. I would have to have some sort of two-phase relay
 hardware in place to (1) power up the BBB first, then (2) the USB + USB
 devices / dongles.

 Any thoughts / solutions?

 Best, Mike

 *Some cut-and-paste info*

 buntu@woofieone:~$ lsusb
 Bus 001 Device 007: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
 Bus 001 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth
 Dongle (HCI mode)
 Bus 001 Device 008: ID 154b:004f PNY
 Bus 001 Device 005: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

 Here is a USB GREP

 ubuntu@woofieone:~$ dmesg | egrep usb
 [0.135150] usbcore: registered new interface driver usbfs
 [0.135217] usbcore: registered new interface driver hub
 [0.135457] usbcore: registered new device driver usb
 [1.464285] usbcore: registered new interface driver cdc_ether
 [1.479302] usbcore: registered new interface driver rndis_host
 [1.503131] usbcore: registered new interface driver cdc_ncm
 [1.523280] usbcore: registered new interface driver cdc_acm
 [1.567758] usbcore: registered new interface driver usb-storage
 [1.621644] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
 [1.628255] musb-hdrc musb-hdrc.0.auto: pdev-id = 0
 [1.633507] musb-hdrc musb-hdrc.0.auto:
 drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
 [1.656309] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk
 combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
 [1.656326] musb-hdrc: MHDRC RTL version 2.0
 [1.656335] musb-hdrc: setup fifo_mode 4
 [1.656351] musb-hdrc: 28/31 max ep, 16384/16384 memory
 [1.656456] musb-hdrc musb-hdrc.0.auto: *** mode=3
 [1.661525] musb-hdrc musb-hdrc.0.auto: *** power=250
 [1.692769] musb-hdrc musb-hdrc.1.auto: pdev-id = 1
 [1.698031] musb-hdrc musb-hdrc.1.auto:
 drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
 [1.715656] musb-hdrc: ConfigData=0xde (UTMI-8, 

Re: [beagleboard] python gui?

2014-04-09 Thread André Prado
PyQt


On Wed, Apr 9, 2014 at 7:28 AM, Eric Palmer e...@ericfpalmer.com wrote:

 In my day job I erite backend code.  Not gui stuff.  I'm building a large
 robot and will use a BBB and display for data display and more.

 I would like to use python. What gui tools work with python on the BBB?

 I could also do this with node.js o some other web server.  But python
 might be fun.

 --
 Eric Palmer

 --
 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/d/optout.




-- 
Atenciosamente/Regards
André Castelan Prado

-- 
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/d/optout.


[beagleboard] USB mass storage on BeagleBone shown as mass storage under Windows

2014-04-09 Thread ibinsdahanse
Hi,
 
I have a normal white BeagleBone with Debian and I'm trying to show a USB 
mass storage, which is connected to the BB, as mass storage, if I connect 
the BB to a PC.
At the moment, if I connect it to a PC, there is only a small part of the 
BB shown as mass storage (/boot/uboot/). This part has only about 80 mb. My 
aim is to show a on the BB mounted USB mass storage on the PC.
 
I already managed to mount the USB device on the BB, than mount an image on 
the device an show this image under a linux distribution. If I do the same 
with a windows PC, it fails to install the drivers and  nothing is shown.
 
And there is another problem: I don't have admin rights so I'm not allowed 
to install any software or drivers because it's a PC from my company. On 
the BB I could do everything.
 
Can somebody please help me or give some advice?
 
Thx a lot
MG
 
 

-- 
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/d/optout.


[beagleboard] Frame rate / sound quality is refreshing slowly, strategies to fix?

2014-04-09 Thread Padawan
Hi!

Having fun setting up my BBB, very neat piece of hardware. 
My desired end state is a movie box for Pandora, YouTube, preferably that 
I can control via network. I'll work on that part later. 
I now have Arch/LXDE running on it, and it is hooked to a large Vizio 
monitor / ac power / wireless keyboard and mouse. 

However, the video and audio quality in Chromium (pepper-flash, on both 
YouTube and Pandora) is only refreshing at 1-8 Hz and moving windows around 
the desktop is about the same. 
My roommate's Pi can do this pretty well, so I think my 1GHz BBB should do 
it better! 

Should I be using the 16gb c10 SD card as a buffer location? Or should I 
decrease the output resolution? What resources can/should I offload to the 
SD card to save MMC space? 

Please let me know what logs / config files would be helpful, I'm too new 
at this to know. 

-- 
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/d/optout.


Re: [beagleboard] Re: UART4 stopped working: did not get pins for uart4 error: -19

2014-04-09 Thread pollock . phil
Hi again,
I decided to look through the /proc/iomem pseudo-file to see if the mapping 
looked reasonable.  I believe the kernel may be corrupted since there is 
garbage in the map for the usb:

ubuntu@arm-hf:~$ cat /proc/iomem
44e07000-44e07fff : /ocp/gpio@44e07000
  44e07000-44e07fff : 44e07000.gpio
44e09000-44e0afff : /ocp/serial@44e09000
  44e09000-44e0afff : omap_uart
44e0b000-44e0bfff : /ocp/i2c@44e0b000
  44e0b000-44e0bfff : /ocp/i2c@44e0b000
 ??@ ??F ? e10623 : @
44e10628-44e1062b : /ocp/usb@4740
44e10800-44e10a37 : /pinmux@44e10800
  44e10800-44e10a37 : pinctrl-single

...

On Angstrom (where everything is working) I see:

root@beaglebone:/proc# more iomem
44e07000-44e07fff : /ocp/gpio@44e07000
  44e07000-44e07fff : 44e07000.gpio
44e09000-44e0afff : /ocp/serial@44e09000
  44e09000-44e0afff : omap_uart
44e0b000-44e0bfff : /ocp/i2c@44e0b000
  44e0b000-44e0bfff : /ocp/i2c@44e0b000
44e10620-44e10623 : 4740.usb
44e10628-44e1062b : /ocp/usb@4740
44e10800-44e10a37 : /pinmux@44e10800
  44e10800-44e10a37 : pinctrl-single

...

Do you have any suggestions for how to clean up the kernel in this case?

Thanks,
Phil

On Tuesday, April 8, 2014 4:00:47 PM UTC-5, RobertCNelson wrote:

  
  ubuntu@ubuntu-armhf:~$ cat /boot/uboot/uEnv.txt 
  optargs=fixrtc capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN 
  loadfdt=ext4load mmc ${mmcdev}:2 ${fdtaddr} /boot/dtbs/${fdtfile} 
  loaduimage=mw.l 4804c134 fe1f; if ext4load mmc 0:2 ${loadaddr} 
  /boot/zImage; then mw.l 4804c194 0120; echo Booting from external 
  microSD...; setenv mmcdev 0; else setenv mmcdev 1; if test $mmc0 = 1; 
 then 
  setenv mmcroot /dev/mmcblk1p2 rw; fi; ext4load mmc 1:2 ${loadaddr} 
  /boot/zImage  mw.l 4804c194 00c0; echo Booting from internal 
 eMMC...; 
  fi 
  mmcboot=run mmcargs; bootz ${loadaddr} - ${fdtaddr} 
  uenvcmd=i2c mw 0x24 1 0x3e; run findfdt; if test $board_name = A335BNLT; 
  then setenv mmcdev 1; mmc dev ${mmcdev}; if mmc rescan; then setenv mmc1 
 1; 
  else setenv mmc1 0; fi; fi; setenv mmcdev 0; mmc dev ${mmcdev}; if mmc 
  rescan; then setenv mmc0 1; else setenv mmc0 0; fi; run loaduimage  
 run 
  loadfdt  run mmcboot 
  
 After re-booting the HDMI entry still appeared in the capemgr slots: 
  
  ubuntu@ubuntu-armhf:~$ cat /sys/devices/bone_capemgr*/slots 
   1: 55:PF--- 
   2: 56:PF--- 
   3: 57:PF--- 
   4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G 
   5: ff:P-O-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI 
  
  
 So this doesn't appear to work. 

 Is it correctly passed to the kernel? verify with: 

 cat /proc/cmdline 

 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/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-09 Thread viraniac
Hi Robert,

The new image is built now. I tried giving apt-get install parted and got 
the following output.

==
root@beaglebone:~# apt-get install parted
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  parted-doc
The following NEW packages will be installed:
  parted
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 156 kB of archives.
After this operation, 247 kB of additional disk space will be used.
Get:1 http://ftp.us.debian.org/debian/ wheezy/main parted armhf 2.3-12 [156 
kB]
Fetched 156 kB in 2s (56.1 kB/s) 
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_IN
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Selecting previously unselected package parted.
(Reading database ... 56565 files and directories currently installed.)
Unpacking parted (from .../parted_2.3-12_armhf.deb) ...
Processing triggers for man-db ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Setting up parted (2.3-12) ...
===

As you can see I am getting warning messages about locales. I haven't 
manually set the LANG to en_IN. I guess I have to include all the locales 
to shut this message down as I am building this image for one of my client 
and not for myself.

The pastebin for this image's dpkg --list is here 
http://paste.debian.net/92623/

On Wednesday, April 9, 2014 1:48:44 AM UTC+5:30, vira...@gmail.com wrote:

 Hi,

 this is a pastbin from the beagleboard.org image. 
 http://paste.debian.net/92548/

 My script is still running so can't restart the system with custom built 
 images. Will update in 2 hours.

 Regards,
 viraniac

 On Wednesday, April 9, 2014 1:05:12 AM UTC+5:30, RobertCNelson wrote:

 On Tue, Apr 8, 2014 at 2:17 PM,  vira...@gmail.com wrote: 
  Hi Robert, 
  
  I am not setting any myself. I only make changes in packages and in 
  target/chroot/beagleboard.org.sh to add java and configure xinit. May 
 be 
  once the latest image gets ready, the error might be gone. Is this 
 fixed 
  recently? 

 No, that fix has been in for awhile now..  I'm guessing java/xinit may 
 upset something..  Try running: 

 dpkg --list | pastebinit 

 and copying us the pastebin url, so i can try to replicate it and see 
 if we can fix it. 

  Also when I run the gift-wrap-images(doesn't actaully remember the 
 actual 
  file name), it creates 4 files having names as BBB-*-blank-*.img.xz, 
  bone-*.img.xz, BBB*.img.xz and one tar.gz file. As of now for testing 
  purpose I am only using the bone-*.img.gz file and the flasher file. 
 Whats 
  the purpose of the Blank and the tar.gz file? 

 The blank *img, has a specially patched u-boot, to ignore lack of 
 specific eeprom information, such that CircuitCo/oem can flash a empty 
 board.  Note it requires a special board connector to un-write-protect 
 the factory eeprom. 

 The *.tar.gz is a compressed form of the base rootfs, used to generate 
 all the *.img files.. 

 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/d/optout.


[beagleboard] Frame rate / sound quality extremely slow

2014-04-09 Thread Padawan
Hi! 

Having a wonderful time with my new BBB.
I have it set up with Arch/LXDE, as this was relatively easy and very 
lightweight. 
My desired end state is a movie box type of deal, so mainly playing 
YouTube and Pandora.
However, the refresh rate, especially in Chromium with pepper-flash and 
also just moving the xterm window around the DE, is extremely slow. Videos 
can load and play, but at probably 3-6 Hz. Audio is affected the same way. 
 My roommate's Pi can do this well, so my faster and more stylish BBB 
should be able to do it better. 

Can I increase the buffer by using my 16GB C10 sd card? Should I decrease 
the output resolution? And can I offload other resources onto the SD card 
to free up MMC space (pacman destination, video buffer, potentially game 
files and all that)? 
Please let me know what logs and settings would be helpful.  

-Padawan

-- 
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/d/optout.


[beagleboard] use BB-xM to send raw ethernet packet

2014-04-09 Thread user48625
Hello, 
I have not used beagleboard or embedded system before, and I want to build 
a raw ethernet to send packets, here are some questions:

1. If I wrote a socket-building code in C language on Ubuntu, can it work 
on beagleboard ? (such as header files sys/socket.h linux/if.h 
linux/if_ether.h linux/if_packet.h, can they be read correctly?)

2.do I need to set hardware configuration?  or API on Ubuntu will handle 
this for me?


I am afraid of  that I cannot get the privilege to send raw ethernet packet 
through beagleboard ethernet socket.
One example is Windows OS, which takes off the right to send packets 
through data link layer except using special method.

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/d/optout.


[beagleboard] Re: USB mass storage on BeagleBone shown as mass storage under Windows

2014-04-09 Thread mickeyf

My first guess would be that Windows is not able to read the Linux file 
system, and that it recognizes the uboot part because it is FAT, which can 
be read by both Windows and Linux. I don't know if there are any utilities 
that allow Windows to read foreign (non-Windows) file systems, but that 
may be what you want.



On Wednesday, April 9, 2014 1:17:16 AM UTC-7, ibinsd...@gmail.com wrote:

 Hi,
  
 I have a normal white BeagleBone with Debian and I'm trying to show a USB 
 mass storage, which is connected to the BB, as mass storage, if I connect 
 the BB to a PC.
 At the moment, if I connect it to a PC, there is only a small part of the 
 BB shown as mass storage (/boot/uboot/). This part has only about 80 mb. My 
 aim is to show a on the BB mounted USB mass storage on the PC.
  
 I already managed to mount the USB device on the BB, than mount an image 
 on the device an show this image under a linux distribution. If I do the 
 same with a windows PC, it fails to install the drivers and  nothing is 
 shown.
  
 And there is another problem: I don't have admin rights so I'm not allowed 
 to install any software or drivers because it's a PC from my company. On 
 the BB I could do everything.
  
 Can somebody please help me or give some advice?
  
 Thx a lot
 MG
  
  


-- 
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/d/optout.


Re: [beagleboard] USB mass storage on BeagleBone shown as mass storage under Windows

2014-04-09 Thread Robert Nelson
On Wed, Apr 9, 2014 at 3:17 AM,  ibinsdaha...@gmail.com wrote:
 Hi,

 I have a normal white BeagleBone with Debian and I'm trying to show a USB
 mass storage, which is connected to the BB, as mass storage, if I connect
 the BB to a PC.
 At the moment, if I connect it to a PC, there is only a small part of the BB
 shown as mass storage (/boot/uboot/). This part has only about 80 mb. My aim
 is to show a on the BB mounted USB mass storage on the PC.

 I already managed to mount the USB device on the BB, than mount an image on
 the device an show this image under a linux distribution. If I do the same
 with a windows PC, it fails to install the drivers and  nothing is shown.

 And there is another problem: I don't have admin rights so I'm not allowed
 to install any software or drivers because it's a PC from my company. On the
 BB I could do everything.

 Can somebody please help me or give some advice?

The partition shown over the usb interface is defined in:

/opt/scripts/boot/am335x_evm.sh

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

file=${gadget_partition}

So if you want to pass a usb flash drive, use: file=/dev/sda1

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/d/optout.


Re: [beagleboard] Flashed Image on BeagleBone Black itself

2014-04-09 Thread Gerald Coley
Follow the instructions found here.

http://www.elinux.org/Beagleboard:BeagleBoneBlack#Software_Resources

Gerald


On Tue, Apr 8, 2014 at 10:51 PM, Terrence Li tl159...@gmail.com wrote:

 Hi,

 I am new to the beaglebone black and I accidentally wrote an image on the
 bbb itself using the win32disk imager. I understand that it affected the
 eMMC of the board, but I have tried flashing the image to the board using
 the stock image on a microSD. However, the board's led would flash for a
 while then only lights D2 and D3 would light up. I am guessing that the
 writing didn't work. Please help!

 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/d/optout.


-- 
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/d/optout.


Re: [beagleboard] Re: why update eMMC?

2014-04-09 Thread Gerald Coley
http://www.elinux.org/Beagleboard:BeagleBoneBlack#Revision_C_.28Pending.29

Gerald



On Tue, Apr 8, 2014 at 11:02 PM, Brad Hopper brad.hop...@gmail.com wrote:

 Just a typo on my part. Think I might have been reading about omap
 versions or something. The Sparkfun link said rev C and so should I have.
 On Apr 8, 2014 9:25 AM, Gerald Coley ger...@beagleboard.org wrote:

 I don't know anything about a Rev D. All I was told about was a Rev C.

 http://www.elinux.org/Beagleboard:BeagleBoneBlack#Revision_C_.28Pending.29


 Gerald


 On Mon, Apr 7, 2014 at 6:33 PM, michael.du...@gmail.com wrote:

 There is an announced Rev C:
 http://elinux.org/Beagleboard:BeagleBoneBlack#Board_Revisions_and_Changehttp://elinux.org/Beagleboard:BeagleBoneBlack#Board_Revisions_and_Changes
 s

 --
 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/d/optout.


  --
 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/J9FaJx2AC2o/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/d/optout.

  --
 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/d/optout.


-- 
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/d/optout.


Re: [beagleboard] AIN max voltage exceeded

2014-04-09 Thread Gerald Coley
Yes. You will need to replace the most expensive part on the board. The
processor.

Gerald



On Wed, Apr 9, 2014 at 3:38 AM, lubotomi...@gmail.com wrote:

 Hi,

 I did the big mistake... 5V on an AIN pin. For those who always wondered
 what happens, nothing truly exciting : the board just suddently shut down,
 and can't be turned on anymore.

 Is there a way to fix this (by replacing a part for example) ?

 Thanks,
 Lucien

 --
 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/d/optout.


-- 
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/d/optout.


[beagleboard] Cannot use Ralink RT2870 Wi-Fi USB Dongle on Android, BeagleBoneBlack.

2014-04-09 Thread take1108
Hi, I'm using BBB and I tried to install and use Android 4.2.2 with USB 
Wi-Fi dongle, but my dongle is not working under Android.
My dongle's maker is Logitec and its chip is Ralink RT2870.

For this Challenge, I followed these 3 sites.
http://processors.wiki.ti.com/index.php/TI-Android-JB-4.2.2-DevKit-4.1.1_DeveloperGuide
http://processors.wiki.ti.com/index.php/TI-Android-JB-4.2.2-DevKit-4.1.1_PortingGuide
http://nelenkov.blogspot.jp/2013/07/building-wireless-android-device.html

First, I followed the Developer Guide and I have done from section 1.2 
(Host PC Setup) to section 1.6 (Flashing to SD). Then My BBB undrer Android 
was working , but I cannot use USB Wi-Fi dongle, of cause.

Second, I followed the WLAN section of Porting Guide and nelencov's past 
work, and I recognized that I should change some setting files.
I show the list of my changing as below.

- menuconfig
-- Ralink Support and rt2x00usb Device Support were choosed.
--- then, cfg80211.ko, mac80211.ko, rt2x00lib.ko, rt2x00usb.ko, 
rt2800lib.ko and rt2800usb.ko are made.
- BoardConfig.mk
-- add
 BOARD_WPA_SUPPLICANT_DRIVER  := WEXT
 WPA_SUPPLICANT_VERSION   := VER_0_8_X
 BOARD_WLAN_DEVICE:= wlan0
- device.mk
-- add
 #Wi-Fi
 PRODUCT_COPY_FILES += \

 
frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml
 
\
 kernel/net/wireless/cfg80211.ko:system/lib/modules/cfg80211.ko \
 kernel/net/mac80211/mac80211.ko:system/lib/modules/mac80211.ko \

 
kernel/drivers/net/wireless/rt2x00/rt2800lib.ko:system/lib/modules/rt2x00lib.ko 
\

 
kernel/drivers/net/wireless/rt2x00/rt2800usb.ko:system/lib/modules/rt2x00usb.ko 
\

 
kernel/drivers/net/wireless/rt2x00/rt2800lib.ko:system/lib/modules/rt2800lib.ko 
\

 
kernel/drivers/net/wireless/rt2x00/rt2800usb.ko:system/lib/modules/rt2800usb.ko 
\

 
device/ti/beagleboneblack/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf

 PRODUCT_PROPERTY_OVERRIDES := \
 wifi.interface=wlan0
- init.am335xevm.rc
-- add
 on post-fs-data
 # wifi
 mkdir /data/misc/wifi/sockets 0770 wifi wifi
 insmod /system/lib/modules/cfg80211.ko
 insmod /system/lib/modules/mac80211.ko
 insmod /system/lib/modules/rt2x00lib.ko
 insmod /system/lib/modules/rt2x00usb.ko
 insmod /system/lib/modules/rt2800lib.ko
 insmod /system/lib/modules/rt2800usb.ko

 service wpa_supplicant /system/bin/wpa_supplicant \
 -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
 -e/data/misc/wifi/entropy.bin
 class main
 socket wpa_wlan0 dgram 660 wifi wifi
 disabled
 oneshot

 service dhcpcd_wlan0 /system/bin/dhcpcd -ABKL
 class main
 disabled
 oneshot

 service iprenew_wlan0 /system/bin/dhcpcd -n
 class main
 disabled
 oneshot
- ./overlay/frameworks/base/core/res/res/values/config.xml
-- add
 string-array translatable=false name=networkAttributes
itemethernet,9,9,2,-1,true/item
itemmobile,0,0,0,-1,true/item
itemwifi,1,1,1,-1,true/item
 /string-array
and
  string-array translatable=false name=radioAttributes
item9,1/item
item1,1/item
  /string-array

And I downloaded the firmware(rt2870.bin) from Ralink website, and add it 
to SD's dir(/system/etc/firmware/).

But my Wi-Fi dongle didn't work and outputted below error messages.

[4.672454] cfg80211: Calling CRDA to update world regulatory domain
[4.721130] rt2800lib: Unknown symbol rt2x00lib_txdone (err 0)
[4.727386] rt2800lib: Unknown symbol rt2x00mac_conf_tx (err 0)
[4.733703] rt2800lib: Unknown symbol rt2x00lib_get_bssidx (err 0)
[4.744567] rt2800usb: Unknown symbol rt2x00mac_sw_scan_complete (err 0)
[4.751678] rt2800usb: Unknown symbol rt2800_config_shared_key (err 0)
[4.758605] rt2800usb: Unknown symbol rt2x00mac_add_interface (err 0)
[4.765380] rt2800usb: Unknown symbol rt2800_enable_radio (err 0)
[4.771820] rt2800usb: Unknown symbol rt2800_reset_tuner (err 0)
[4.778137] rt2800usb: Unknown symbol rt2x00mac_get_stats (err 0)
[4.784576] rt2800usb: Unknown symbol rt2x00mac_sta_remove (err 0)
[4.791076] rt2800usb: Unknown symbol rt2800_validate_eeprom (err 0)
[4.797790] rt2800usb: Unknown symbol rt2x00lib_txdone_noinfo (err 0)
[4.804595] rt2800usb: Unknown symbol rt2800_link_stats (err 0)
[4.810852] rt2800usb: Unknown symbol rt2x00usb_disable_radio (err 0)
[4.817657] rt2800usb: Unknown symbol rt2800_rfkill_poll (err 0)
[4.824005] rt2800usb: Unknown symbol rt2800_txdone_entry (err 0)
[4.830413] rt2800usb: Unknown symbol rt2800_probe_hw_mode (err 0)
[4.836944] rt2800usb: Unknown symbol rt2800_read_eeprom_efuse (err 0)
[4.843872] rt2800usb: Unknown symbol rt2x00mac_set_key (err 0)
[4.850097] rt2800usb: Unknown symbol rt2800_efuse_detect (err 0)
[4.856536] rt2800usb: Unknown symbol rt2800_config_filter (err 0)
[4.863037] rt2800usb: Unknown symbol rt2800_conf_tx (err 0)
[4.869018] 

Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-09 Thread Robert Nelson
On Tue, Apr 8, 2014 at 11:38 PM,  viran...@gmail.com wrote:
 Hi Robert,

 The new image is built now. I tried giving apt-get install parted and got
 the following output.

 ==
 root@beaglebone:~# apt-get install parted
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Suggested packages:
   parted-doc
 The following NEW packages will be installed:
   parted
 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
 Need to get 156 kB of archives.
 After this operation, 247 kB of additional disk space will be used.
 Get:1 http://ftp.us.debian.org/debian/ wheezy/main parted armhf 2.3-12 [156
 kB]
 Fetched 156 kB in 2s (56.1 kB/s)
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = en_IN
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).

 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
 locale: Cannot set LC_ALL to default locale: No such file or directory
 Selecting previously unselected package parted.
 (Reading database ... 56565 files and directories currently installed.)
 Unpacking parted (from .../parted_2.3-12_armhf.deb) ...
 Processing triggers for man-db ...

 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
 locale: Cannot set LC_ALL to default locale: No such file or directory
 Setting up parted (2.3-12) ...
 ===

 As you can see I am getting warning messages about locales. I haven't
 manually set the LANG to en_IN. I guess I have to include all the locales to
 shut this message down as I am building this image for one of my client and
 not for myself.

So with the image's on rcn-ee.net

root@beaglebone:~# apt-get install parted
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  parted-doc
The following NEW packages will be installed:
  parted
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 156 kB of archives.
After this operation, 247 kB of additional disk space will be used.
Get:1 http://ftp.us.debian.org/debian/ wheezy/main parted armhf 2.3-12 [156 kB]
Fetched 156 kB in 1s (126 kB/s)
Selecting previously unselected package parted.
(Reading database ... 58347 files and directories currently installed.)
Unpacking parted (from .../parted_2.3-12_armhf.deb) ...
Processing triggers for man-db ...
Setting up parted (2.3-12) ...

Did you change LANG yourself? Or i wonder if the script is copying
your build LANG settings???

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/d/optout.


[beagleboard] Re: How to use UART Serial Port Using BoneScript Library

2014-04-09 Thread Mark A. Yoder
Jason:
  I just cut and pasted your code and it worked!  Thanks...

--Mark

On Monday, April 7, 2014 1:13:13 PM UTC-4, Jason Kridner wrote:



 On Thursday, March 27, 2014 4:59:00 PM UTC-4, Mark A. Yoder wrote:

 Nick:
   I have some bonescript code that works with the UART, but I'm not using 
 the built-in bonescript calls. It works fine with a GPS, though I don't use 
 it to transmit.

 I took would like to see an example that uses the bonescript calls. 


 I haven't had a chance to try it out as I don't have a device easy to 
 wire-up until later today, but can you try out this live in-a-webpage 
 example at: http://jsfiddle.net/jkridner/AjnJs/

  

  Before ruing the code you need to:

 beagle# *npm install -g serialport*


 BoneScript simply uses this same library, so using BoneScript avoids 
 needing to install it.
  


 beagle# *echo BB-UART4  /sys/devices/bone_capemgr.*/slots*


 BoneScript loads this same overlay for you.

 A basic listening example would be:

 var b = require('bonescript');
 var port = '/dev/ttyO4';
 var options = {
 baudrate: 115200
 };

 b.serialOpen(port, options, onSerial);

 function onSerial(x) {
 if (x.err) {
 console.log('***ERROR*** ' + JSON.stringify(x));
 }
 if (x.event == 'open') {
console.log('***OPENED***');
 }
 if (x.event == 'data') {
 console.log(String(x.data));
 }
 }

 To write, you'd do:

 b.serialWrite(port, data);


 Hopefully you'll see some value in the simplicity.

  


 --Mark
 #!/usr/bin/env node
 // From: https://github.com/voodootikigod/node-serialport
 // From: https://github.com/jamesp/node-nmea

 var b = require('bonescript');
 var nmea = require('nmea');

 //console.log(b.serialOpen);

 //var sp = b.serialOpen('/dev/ttyO4', {baudrate: 9600} );
 // parser: b.serialParsers.readline(\n)});


 var serialport = require(serialport);
 var SerialPort = serialport.SerialPort; // localize object constructor

 var sp = new SerialPort(/dev/ttyO4, {
 parser: serialport.parsers.readline(\n)
 });

 sp.on(data, function (data) {
 console.log(here: +data);
 console.log(nmea.parse(data));
 });


 On Thursday, December 19, 2013 1:49:30 AM UTC-5, Nick Farrell wrote:

 I am a newbie to BeagleBone Black(BBB) but have good knowledge about 
 Arduino. I would like to know how to open a serial port in BBB using the 4 
 UARTs available in BBB using BoneScript library and use cloud9 ide to see 
 the serial data on the console. Can anyone help me on this issue.



-- 
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/d/optout.


[beagleboard] Re: Debian, Bluez and a Sony PS3 Sixaxis Controller

2014-04-09 Thread macarr
Hi Don,

Thanks for the pointer!

I have been trying to get Bluez-5.17 to compile without success. L2test.c 
and SDP.c looks like they were unfinished. Implicit function errors and 
pointer to int comparison errors.

On Tuesday, April 8, 2014 9:33:56 PM UTC-7, mac...@msn.com wrote:

 Hi All,

 First I want to thank Robert, Jason and everyone that coded/tested to 
 bring Debian to our projects. My life became considerably easier because of 
 those efforts. Magnificent!

 The next hurdle for me has been trying to get a Sony PS3 sixaxis 
 controller and the Sony wireless keyboard working with Bluetooth (Bluez). 
 The problem seems to be that when I plug the controller into the USB port, 
 UDEV creates input/js0 and event0 

 but Dmesg reports- 

 [15105.669932] input: Sony PLAYSTATION(R)3 Controller as 
 /devices/ocp.3/4740.usb/musb-hdrc.1.auto/usb1/1-1/1-1:1.0/input/input2
 [15105.671447] usbhid 1-1:1.0: looking for a minor, starting at 96
 [15105.672694] sony 0003:054C:0268.0002: input,hiddev0,hidraw0: USB HID 
 v1.11 Joystick [Sony PLAYSTATION(R)3 Controller] on 
 usb-musb-hdrc.1.auto-1/input0
 [15105.675678] hub 1-0:1.0: state 7 ports 1 chg  evt 0002
 [15105.675776] hub 1-0:1.0: port 1 enable change, status 0103

 but lacks reporting the following

 sony :::: Calling sixaxis_set_operational_usb
 sony :::: Sony PS3 Controller bdaddr: xx:xx:xx:xx:xx:xx


 From what I understand there is a patch that went into Linux kernel since 
 2.6.37 but I could never find it in the changelogs. Does anyone know if 
 this patch carried through to 3.8.13-bone41?

 Also the Bluez version we have for Debian seems to be 4.99 and the latest 
 version on www.bluez.org is up to 5.17. Sixaxis looks to be fully 
 supported in that version. Any chance we will be going to a newer version 
 of Bluez in the near future?

 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/d/optout.


Re: [beagleboard] BBB stepper controller using PRU

2014-04-09 Thread Cody Lacey
Thank you for your contribution, it is very appreciated.


On Tue, Apr 8, 2014 at 6:26 PM, t...@mmto.org wrote:

 Greetings.  I just joined the group, which I figured was overdue since I
 have been doing a lot of work on the BBB over the past 6 months or so.

 I had the idea of using some kind of controller to implement a camera
 focus controller to do focus stacking.  This has all worked out
 and is operational now, but not without quite a bit of learning.  Some
 high points:

 1) I abandoned Cloud-9 immediately as hopelessly buggy (I hope nobodies
 feelings are hurt) and was far happier just editing javascript
 files with vim and running node on the command line.  Ultimately my
 project has a beagle hosted web based GUI and I have no regrets
 about this way of doing things.  Although I do all my development under
 linux, my photography machine runs windows and I can just run the
 GUI in a browser (Chrome works fine) to do the camera focus control.

 2) I used the PRU to generate steps for a stepper motor.  Doing this from
 node was hopeless (actually it was quite entertaining to listen
 to the motor run with changes of tone and stops and starts as the linux
 scheduler preempted my code).  With step generation in the
 PRU, it is consistent and bulletproof.  I very much like the PRU - but
 there is a learning curve.  I reworked the standard PRU library
 to fix bugs and add some features I though were desirable.

 All my notes are at this link:

 http://cholla.mmto.org/computers/beagle/

 In particular, my reworked PRU package is here:

 http://cholla.mmto.org/computers/beagle/pru/devel/

 --
 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/d/optout.


-- 
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/d/optout.


[beagleboard] Re: How to use UART Serial Port Using BoneScript Library

2014-04-09 Thread Mark A. Yoder
It almost works out of the box. I changed baudrate to 9600 for my GPS and 
data shows up.  However I wanted one line of data at a time so I added:

var options = {
baudrate: 9600,
parser: b.*serialParsers*.readline(\n)
};

But *serialParsers* isn't defined!  I added the following line at the end 
of /usr/local/lib/node_modules/bonescript/serial.js

exports.serialParsers = m.module.parsers;

and it works!

--Mark

p.s.  How do I do a pull request on bonescript?

On Thursday, December 19, 2013 1:49:30 AM UTC-5, Nick Farrell wrote:

 I am a newbie to BeagleBone Black(BBB) but have good knowledge about 
 Arduino. I would like to know how to open a serial port in BBB using the 4 
 UARTs available in BBB using BoneScript library and use cloud9 ide to see 
 the serial data on the console. Can anyone help me on this issue.


-- 
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/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-09 Thread viraniac
Hi Robert,

As already mentioned in the previous comment, I am not setting lang myself. 
Its automatically coming as en_IN

If i disable the line that is removing extra locales, how much more space 
will be required.

Regards,
Viraniac

On Wednesday, April 9, 2014 7:49:04 PM UTC+5:30, RobertCNelson wrote:

 On Tue, Apr 8, 2014 at 11:38 PM,  vira...@gmail.com javascript: 
 wrote: 
  Hi Robert, 
  
  The new image is built now. I tried giving apt-get install parted and 
 got 
  the following output. 
  
  == 
  root@beaglebone:~# apt-get install parted 
  Reading package lists... Done 
  Building dependency tree 
  Reading state information... Done 
  Suggested packages: 
parted-doc 
  The following NEW packages will be installed: 
parted 
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 
  Need to get 156 kB of archives. 
  After this operation, 247 kB of additional disk space will be used. 
  Get:1 http://ftp.us.debian.org/debian/ wheezy/main parted armhf 2.3-12 
 [156 
  kB] 
  Fetched 156 kB in 2s (56.1 kB/s) 
  perl: warning: Setting locale failed. 
  perl: warning: Please check that your locale settings: 
  LANGUAGE = (unset), 
  LC_ALL = (unset), 
  LANG = en_IN 
  are supported and installed on your system. 
  perl: warning: Falling back to the standard locale (C). 
  
  locale: Cannot set LC_CTYPE to default locale: No such file or directory 
  locale: Cannot set LC_MESSAGES to default locale: No such file or 
 directory 
  locale: Cannot set LC_ALL to default locale: No such file or directory 
  Selecting previously unselected package parted. 
  (Reading database ... 56565 files and directories currently installed.) 
  Unpacking parted (from .../parted_2.3-12_armhf.deb) ... 
  Processing triggers for man-db ... 
  
  locale: Cannot set LC_CTYPE to default locale: No such file or directory 
  locale: Cannot set LC_MESSAGES to default locale: No such file or 
 directory 
  locale: Cannot set LC_ALL to default locale: No such file or directory 
  Setting up parted (2.3-12) ... 
  === 
  
  As you can see I am getting warning messages about locales. I haven't 
  manually set the LANG to en_IN. I guess I have to include all the 
 locales to 
  shut this message down as I am building this image for one of my client 
 and 
  not for myself. 

 So with the image's on rcn-ee.net 

 root@beaglebone:~# apt-get install parted 
 Reading package lists... Done 
 Building dependency tree 
 Reading state information... Done 
 Suggested packages: 
   parted-doc 
 The following NEW packages will be installed: 
   parted 
 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 
 Need to get 156 kB of archives. 
 After this operation, 247 kB of additional disk space will be used. 
 Get:1 http://ftp.us.debian.org/debian/ wheezy/main parted armhf 2.3-12 
 [156 kB] 
 Fetched 156 kB in 1s (126 kB/s) 
 Selecting previously unselected package parted. 
 (Reading database ... 58347 files and directories currently installed.) 
 Unpacking parted (from .../parted_2.3-12_armhf.deb) ... 
 Processing triggers for man-db ... 
 Setting up parted (2.3-12) ... 

 Did you change LANG yourself? Or i wonder if the script is copying 
 your build LANG settings??? 

 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/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-09 Thread Robert Nelson
On Wed, Apr 9, 2014 at 9:27 AM,  viran...@gmail.com wrote:
 Hi Robert,

 As already mentioned in the previous comment, I am not setting lang myself.
 Its automatically coming as en_IN

Weird, i should setup another vm, with a different locale and see if i
can fix that..

 If i disable the line that is removing extra locales, how much more space
 will be required.

I'm not really sure anymore, been doing that for awhile.. So here's a
quick disable option:

https://github.com/beagleboard/image-builder/blob/master/beagleboard.org_image.sh#L418

rfs_strip_locales=${rfs_strip_locales:-enable}

Just comment it out to disable..

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/d/optout.


Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-04-09 Thread Gerald Coley
Correction. I was a bit off on that RMA rate. It is actually 0.15%. 145,000
shipped and 222 RMAs.

Gerald



On Tue, Apr 8, 2014 at 1:45 PM, Gerald Coley ger...@beagleboard.org wrote:

 Ripped off miniUSB connected with pieces of etch dangling in the air
 supporting the connector on the board. Out of 140,000+ boards shipped, we
 have seen 5 ripped off connectors similar to this. Our overall RMA rate is
 .002%

 Gerald



 On Tue, Apr 8, 2014 at 1:41 PM, selsin...@gmail.com wrote:

 On 08/04/14 19:32, Gerald Coley wrote:
  We put epoxy on some of the connectors because the pads and etch  of the
  PCB get ripped up when the boards are abused. Not because the soldering
 is
  bad.

 Out of curiosity what's the worst abuse you've seen done to a BBB so far ?

 I've seen some pretty horrendous things done to boards over the years.




-- 
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/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-09 Thread viraniac
Thanks Robert,

Will disable this in my next build and will check the size of the image. 
Hopefully it won't be a big difference.

Regards
viraniac

On Wednesday, April 9, 2014 8:37:33 PM UTC+5:30, RobertCNelson wrote:

 On Wed, Apr 9, 2014 at 9:27 AM,  vira...@gmail.com javascript: wrote: 
  Hi Robert, 
  
  As already mentioned in the previous comment, I am not setting lang 
 myself. 
  Its automatically coming as en_IN 

 Weird, i should setup another vm, with a different locale and see if i 
 can fix that.. 

  If i disable the line that is removing extra locales, how much more 
 space 
  will be required. 

 I'm not really sure anymore, been doing that for awhile.. So here's a 
 quick disable option: 


 https://github.com/beagleboard/image-builder/blob/master/beagleboard.org_image.sh#L418
  

 rfs_strip_locales=${rfs_strip_locales:-enable} 

 Just comment it out to disable.. 

 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/d/optout.


Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-04-09 Thread Przemek Klosowski
On Tue, Apr 8, 2014 at 2:45 PM, Gerald Coley ger...@beagleboard.org wrote:
 Ripped off miniUSB connected with pieces of etch dangling in the air
 supporting the connector on the board. Out of 140,000+ boards shipped, we
 have seen 5 ripped off connectors similar to this. Our overall RMA rate is
 .002%

Wow, that would be 2.8 boards :)  did you mean 0.002 aka 0.2%?  This
would mean that you fixed nearly 300 RMA'd boards, which is both
plausible and impressive.

-- 
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/d/optout.


[beagleboard] Re: python gui?

2014-04-09 Thread Brandon I
Could always use python as a web back end and render the gui in the 
browser. ;)

On Wednesday, April 9, 2014 3:28:56 AM UTC-7, Eric Palmer wrote:

 In my day job I erite backend code.  Not gui stuff.  I'm building a large 
 robot and will use a BBB and display for data display and more.  

 I would like to use python. What gui tools work with python on the BBB?

 I could also do this with node.js o some other web server.  But python 
 might be fun.

 -- 
 Eric Palmer
  

-- 
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/d/optout.


Re: [beagleboard] Re: Finally : did someone succeeded to have a Qt GUI app ?

2014-04-09 Thread David Lewin
@Halherta : ater installed the sdk, I've tried this local solution, (ie :
qmake+make on the BBB)
thus executing the app lead me to :

 No protocol specified

 testapp: cannot connect to X server :0.0


Either I start or stop the lightdm, or did a


export DISPLAY=:0.0

the local app is unable to execute


2014-04-08 21:59 GMT+02:00 halhe...@gmail.com:

 dlewin,

 Assuming you have LXDE  X installed under Debian you can install qt4 with
 apt-get: sudo apt-get install libqt4-dev. For a more comprehensive QT4
 install including qtCreator (natively on the BBB) try  sudo apt-get
 install qt-sdk. To build a QT app from the command line, create a
 directory..add  source code for your project in that directory, cd into the
 directory then run:
  i) qmake -project  (create .pro file),
 ii) qmake (create makefile) and finally
 iii) make (build qt app)

 You can also try Qtcreator natively on the RPiit may be a little laggy
 though


 On Tuesday, April 8, 2014 11:26:34 AM UTC-4, dlewin555 wrote:

 Hi,

 Is there finally someone who succeeded to have a GUI compiled with Qt
 (from Debian for example ) ?

 I've tested many things, and they either rely on Angstrom (which I'd like
 to avoid) or don't work at all (Timesys included)

 So I'm looking for a successful try ...

  --
 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/p9423s6B4lg/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/d/optout.


-- 
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/d/optout.


[beagleboard] Booting form microSD card not eMMC

2014-04-09 Thread Eren Basturk
Hi All,

I am using A6A revision Beagle Bone Black. I have a problem with booting. I 
can run my image via eMMC but i want run my image via microSD card.

How can i can boot options as booting via microSD?

Best Regards,
Eren

-- 
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/d/optout.


[beagleboard] booting via microSD not eMMC

2014-04-09 Thread Eren Basturk
Hi All,

I am using A6A revision Beagle Bone Black. I have a problem with booting. I 
can run my image via eMMC but i want run my image via microSD card.

How can i can change boot options as booting via microSD?

Best Regards,
Eren

-- 
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/d/optout.


Re: [beagleboard] Booting form microSD card not eMMC

2014-04-09 Thread Gerald Coley
You need to hold the boot button down to force it to boot from SD.

Gerald


On Wed, Apr 9, 2014 at 1:39 PM, Eren Basturk basturke...@gmail.com wrote:

 Hi All,

 I am using A6A revision Beagle Bone Black. I have a problem with booting.
 I can run my image via eMMC but i want run my image via microSD card.

 How can i can boot options as booting via microSD?

 Best Regards,
 Eren

 --
 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/d/optout.


-- 
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/d/optout.


Re: [beagleboard] booting via microSD not eMMC

2014-04-09 Thread Gerald Coley
Same as before. You need to hold the boot button down to force it to boot
from SD.

Gerald



On Wed, Apr 9, 2014 at 1:40 PM, Eren Basturk basturke...@gmail.com wrote:

 Hi All,

 I am using A6A revision Beagle Bone Black. I have a problem with booting.
 I can run my image via eMMC but i want run my image via microSD card.

 How can i can change boot options as booting via microSD?

 Best Regards,
 Eren

 --
 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/d/optout.


-- 
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/d/optout.


[beagleboard] Symantec virus alert on BONE_D4.exe download

2014-04-09 Thread BBBNoob
I was trying to download the drivers for BeagleBone Black 
from http://beagleboard.org/static/Drivers/Windows/BONE_D64.exe

But my symantec anti-virus quarantines it. Is it okay to un-quarantine and 
continue to use it ??


-- 
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/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-09 Thread viraniac
Hi Robert,

Here is the pastebin of one of my custom built image's dmesg output.
http://paste.debian.net/92787/

As you can see in the log, there is no log from around 6 second in the boot 
process to 70 second of the boot process. For this time, the BBB just 
doesn't respond and after that it resumes booting. 

For this image I have removed connman, wicd at image creation time but have 
added them back after booting for the first time. The image still takes 
around a minute to boot. http://paste.debian.net/92791/ is the pastebin url 
with connman

Please help me in optimizing boot timing.

Regards
viraniac

On Tuesday, April 8, 2014 11:22:49 PM UTC+5:30, RobertCNelson wrote:

 On Tue, Apr 8, 2014 at 12:45 PM,  vira...@gmail.com javascript: 
 wrote: 
  Hi Robert, 
  
  The defualt init process is systemd. I added connman and wicd, still no 
  improvement in boot time. The image takes about a minute to boot. 

 dump your serial console log to pastebin. (dmesg | pastebinit) 

  
  So instead of removing packages from the image-builder script, I am now 
  adding chkconfig and xinit package to the image-builder script. Also I 
 have 
  added code to disable lightdm, apache2, xrdp, bonescript, 
 bonescript-autorun 
  and cloud9 service and added code to launch my custom java program and 
  disable screen blanking. 
  
  When I test it using the image provided by beagleboard.org, the system 
 was 
  booting in 15 seconds. Currently image builder is running and it will 
 take 
  about 7 to 10 hours to get the new images to test. 
  
  I want to add a boot splash screen to BBB. Would you suggest going for 
  psplash or plymouth? 

 probally plymouth, just never personally tried.. 

 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/d/optout.


Re: [beagleboard] Symantec virus alert on BONE_D4.exe download

2014-04-09 Thread Jason Kridner
On Wed, Apr 9, 2014 at 2:57 PM, BBBNoob gunjan.d...@gmail.com wrote:
 I was trying to download the drivers for BeagleBone Black from
 http://beagleboard.org/static/Drivers/Windows/BONE_D64.exe

 But my symantec anti-virus quarantines it. Is it okay to un-quarantine and
 continue to use it ??

What is the md5sum on the .exe? These drivers are signed by a company
in China as I don't have the tools to sign them myself. You can go
back to the drivers in the 1.0 release to get the unsigned versions I
created. I also provided the makefiles so you can build them using the
Microsoft binaries.

https://github.com/beagleboard/beaglebone-getting-started/releases/tag/1.0



 --
 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/d/optout.

-- 
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/d/optout.


[beagleboard] Re: where can i buy beagle board black in india?

2014-04-09 Thread Gunjan Gupta
Hi Santosh,

If you are not belonging to a company and ordering it for your personal 
use, you can also order it from crazypi.com. I ordered mine from there as I 
was not seeing any progress when ordering from element14. Crazypi delivered 
it for me in 2 days.

Regards
viraniac

On Tuesday, April 8, 2014 4:51:48 PM UTC+5:30, santhosh kumar wrote:

 it is like none of the stores in the sites have the stock ? does anyone 
 have idea what can be done ? even amazon has no stocks for a month ? i want 
 to buy it :)


-- 
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/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-09 Thread Robert Nelson
On Wed, Apr 9, 2014 at 2:44 PM,  viran...@gmail.com wrote:
 Hi Robert,

 Here is the pastebin of one of my custom built image's dmesg output.
 http://paste.debian.net/92787/

 As you can see in the log, there is no log from around 6 second in the boot
 process to 70 second of the boot process. For this time, the BBB just
 doesn't respond and after that it resumes booting.

 For this image I have removed connman, wicd at image creation time but have
 added them back after booting for the first time. The image still takes
 around a minute to boot. http://paste.debian.net/92791/ is the pastebin url
 with connman

 Please help me in optimizing boot timing.

Two things come to mind...  openssh-server key regeneration: (this
only occurs on the first boot)

root@beaglebone:~# rm -rf /etc/ssh/ssh_host_*
root@beaglebone:~# time dpkg-reconfigure openssh-server
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
Creating SSH2 ECDSA key; this may take some time ...
[ ok ] Restarting ssh (via systemctl): ssh.service.

real 0m13.760s
user 0m10.813s
sys 0m0.893s

but the other 50 some seconds..

So factory image: (wicd)
http://paste.debian.net/92793/

btw, systemd provides a nice tool to help debug this:

systemd-analyze

Using:
systemd-analyze blame

http://paste.debian.net/92798/

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/d/optout.


[beagleboard] Re: Symantec virus alert on BONE_D4.exe download

2014-04-09 Thread M Robinson
I see the same thing. Symantec Signature is: WS.Reputation.1

I still had a previous version (from September 2013) of the file in my 
download folder and it has not been flagged.


On Wednesday, April 9, 2014 2:57:08 PM UTC-4, BBBNoob wrote:

 I was trying to download the drivers for BeagleBone Black from 
 http://beagleboard.org/static/Drivers/Windows/BONE_D64.exe

 But my symantec anti-virus quarantines it. Is it okay to un-quarantine and 
 continue to use it ??




-- 
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/d/optout.


[beagleboard] Deactivate multicast otherwise crash of the beagle

2014-04-09 Thread Micka
How,

In my network I'm receiving too much packet. I would like to deactivate the
multicast, how is this possible at boot? Before the interface start...
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/d/optout.


Re: [beagleboard] AIN max voltage exceeded

2014-04-09 Thread Padawan
Sounds like someone needs to make a surge protector cape for people like 
us... I'd buy that. My current Zener diode monstrosity design isn't 
particularly effective.

-- 
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/d/optout.


[beagleboard] Kernel 3.14, I cannot find uio_pruss module.

2014-04-09 Thread Sungjin Chun
After upgrade to Kernel 3.14 (Arch Linux ARM) which uses 
http://rcn-ee.net/deb/sid-armhf/v3.14.0-bone0/
I cannot find uio_pruss kernel driver.

How can I fix this?

-- 
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/d/optout.


[beagleboard] Re: BBB debian problems with USB

2014-04-09 Thread dickelbeck

Toni,

lsusb needs to see a directory in existence, else it goes quietly into the 
night.  I devised this script fragment to solve the problem.  
Run it early in one of your boot scripts, it can be added as part of en 
existing script.

for i in /sys/bus/usb/devices/usb*; do
echo $i
if [ -d $i ]; then
mm=`cat $i/dev`

major=$(echo $mm | sed 's/:.*//')
minor=$(echo $mm | sed 's/.*://')

busnum=$(printf %03d `cat $i/busnum`)
devnum=$(printf %03d `cat $i/devnum`)

mkdir -p /dev/bus/usb/$busnum
mknod /dev/bus/usb/$busnum/$devnum c $major $minor
fi
done


I think /dev/bus/usb is a directory that must exist for lsusb to happy.


-- 
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/d/optout.


Re: [beagleboard] Kernel 3.14, I cannot find uio_pruss module.

2014-04-09 Thread Robert Nelson
On Wed, Apr 9, 2014 at 7:36 PM, Sungjin Chun chu...@gmail.com wrote:
 After upgrade to Kernel 3.14 (Arch Linux ARM) which uses
 http://rcn-ee.net/deb/sid-armhf/v3.14.0-bone0/
 I cannot find uio_pruss kernel driver.

 How can I fix this?

Did you enable it in the config?


-- 
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/d/optout.


Re: [beagleboard] Kernel 3.14, I cannot find uio_pruss module.

2014-04-09 Thread Sungjin Chun
No, I have used binary package which seems to be built with
config file at here

https://github.com/archlinuxarm/PKGBUILDs/blob/master/core/linux-am33x/config

I've managed to compile uio_pruss as module separately however, even if I
load this
module uio_pruss.ko, I cannot get /dev/uioX or /sys/class/uio/*.

I also changed my dtb in boot/dtbs directory (which arch linux uses) like
this

https://github.com/chunsj/nxctrl/blob/master/am335x-boneblack-3.14-mine.dts

where I added pruss section and changed status from disabled to okay.



On Thu, Apr 10, 2014 at 10:53 AM, Robert Nelson robertcnel...@gmail.comwrote:

 On Wed, Apr 9, 2014 at 7:36 PM, Sungjin Chun chu...@gmail.com wrote:
  After upgrade to Kernel 3.14 (Arch Linux ARM) which uses
  http://rcn-ee.net/deb/sid-armhf/v3.14.0-bone0/
  I cannot find uio_pruss kernel driver.
 
  How can I fix this?

 Did you enable it in the config?


 --
 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/d/optout.


-- 
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/d/optout.