Re: [beagleboard] can we use XIP(Execute in place) method to execute 3.8.13-bone-xx kernel from NAND flash of BBB?

2013-12-23 Thread Vesa Jääskeläinen

Hi,

Using XIP requires easily addressable memory like NOR flash memory. XIP 
is not compatible with paged memory types like NAND/eMMC.


Even if you had NOR memory there you might hit performance issues later 
on the system as usually NOR interface is slower than DDR SDRAM interface.


With that being said you might want to have another look at page:
http://www.elinux.org/Boot_Time

In addition to that being written on that page you might want to verify 
that boot loader configures CPU/DDR/eMMC to optimal speeds as those all 
affect generic kernel loading speed. Then you probably want to take 
everything unnecessary out of the kernel eg. modify the kernel (might 
not be an option for you if you want to stick with Ubuntu kernel).


Thanks,
Vesa Jääskeläinen

On 23/12/13 09:52, Kishor Dhanawade wrote:

 Hello,
I am using Beaglebone black board with 
ubuntu-12.04.3LTS(3.8.13) kernel. I want to optimize boot-up time. I 
measured boot-time using the debug port uart-ttyO0. During boot-up I 
observed that about 1.5 sec is wasted for uncompressing the kernel. So 
I am thinking to use Execute In Place method to load kernel. With XIP 
we can run kernel out of flash instead of bringing into RAM. But I am 
newbie so I dont know how to do this. If anybody had done this before 
, please help me to do this. First thing I want to know, whether it is 
possible or not??
Please help me to speed up booting time. All suggestions 
welcome. Thanking you...


Regards,
Kishor
--
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: APC USB Connection not working in Beagle Bone Black Ubuntu 12.04

2013-12-23 Thread APRichelieu
Den söndagen den 22:e december 2013 kl. 01:27:56 UTC+1 skrev dhu...@gmail.com:
 Hi All,
 
 
 I got a Beagle Bone Black recently and this is my first post.
 
 
 I am trying to setup apcupsd in my BBB to monitor power statues from APC Back 
 UP ES UPS connected through a USB cable.
 My BBB is not able to detect the USB connection. I have verified the same 
 setup to be working on a different machine with exact configuration. So I 
 suspect this is an issue specific to BBB.
 
 
 Im on Ubuntu 12.04 inage that I got from armhf.com
 
 
 Here is the output of  uname -a
 Linux ubuntu-armhf 3.8.13-bone30 #1 SMP Thu Nov 14 11:19:20 UTC 2013 armv7l 
 armv7l armv7l GNU/Linux
 
 
 dmesg shows the following lines
 
 
 
 [  381.309869] usb 1-1: New USB device found, idVendor=051d, idProduct=0002
 [  381.309907] usb 1-1: New USB device strings: Mfr=3, Product=1, 
 SerialNumber=2
 [  381.309942] usb 1-1: Product: Back-UPS ES 650Y-IN FW:853.m3.I USB FW:m3
 [  381.309975] usb 1-1: Manufacturer: American Power Conversion
 [  381.310008] usb 1-1: SerialNumber: JB0831024587
 [  381.315014] usb 1-1: usb_probe_device
 [  381.315073] usb 1-1: configuration #1 chosen from 1 choice
 [  381.316491] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
 [  381.317310] usbhid 1-1:1.0: usb_probe_interface
 [  381.317356] usbhid 1-1:1.0: usb_probe_interface - got id
 [  381.819628] hid-generic 0003:051D:0002.0002: device has no listeners, 
 quitting
 [  381.840864] hub 1-0:1.0: state 7 ports 1 chg  evt 0002
 [  381.840993] hub 1-0:1.0: port 1 enable change, status 0303
 
 
 Output of lsusb 
 Bus 001 Device 003: ID 051d:0002 American Power Conversion Uninterruptible 
 Power Supply
 
 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 
 
 Output of cat /proc/bus/usb/devices
 
 cat: /proc/bus/usb/devices: No such file or directory
 
 
 Came accross a post in Ubuntu forum that said this may be a issue with Kernel 
 USB support. Im not sure about it.
 Can someone please help me with pointes to diagonize this issue.
 
 
 Thanks in advance.

Someone with this problem solved it by recompiling the kernel 
selecting the Improved Transaction Translation Scheduling option.
The USB problem is related to hotplugging which doesnt work.

-- 
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: Connection problems and questions

2013-12-23 Thread APRichelieu
Den lördagen den 21:e december 2013 kl. 03:34:39 UTC+1 skrev Jim Hodgers:
 Last night I was working on my BBB, using SSH with putty and VNC.  I had to 
 reboot to test a script and when it came back both vnv and putty failed to 
 connect. I cycled power several times but each time there was no connection 
 except it showed up as a usb device in windows explorer. Since it was late I 
 shut everything down ans started back this morning. When I powered up 
 everything worked. Why does this happen? I also wonder about the choice of 
 connman, this seems way to complicated for such a small board. Also I would 
 like to change the screen size in  x11vnc, but can not figure out how.
 
 Jim

There is something broken. 
If i do:

   systemctl restart dropbear

from the console, ssh will work again.

Some people thinks that the key is corrupted /etc/dropbear/ IIRC.

-- 
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] can we use XIP(Execute in place) method to execute 3.8.13-bone-xx kernel from NAND flash of BBB?

2013-12-23 Thread Kishor Dhanawade


 Hello Vesa,

   Thank you for quick reply and helpful information provided by 
you. 
  After reading your post I can't go for XIP. But, can I use 
uncompressed kernel image to save that time of uncompress?
  If yes, what should be my approach??  How can I get uncompressed 
kernel image and how to link it with u-boot bootloader to boot succesfully??
  Thanking you.

Regards,
Kishor Dhanawade 

-- 
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 set default gateway at startup

2013-12-23 Thread neckTwi
Can any body point me in r8 direction?

-- 
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 set default gateway at startup

2013-12-23 Thread neckTwi
I made an upstart script that restarts networking service on iface usb0 up. 
I found that some program is resetting the usb0 interface at start up after 
the interface usb0 up.

-- 
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: touchscreen driver (for LCD7)

2013-12-23 Thread Will Kostelecky
Terry et all:

I am having the same issue with Wheezy and an LCD7.  Sometimes it takes a 
touch and often it ignores the touch with the cursor flying all over the 
place.   Seems to like the first touch or two then gets consistently bad.

Any progress/ideas?

Thanks, Will

On Monday, 7 October 2013 04:05:18 UTC+1, Terry Storm wrote:

 Update to above, I realised I was using Wheezy 7.0 and there was a 7.1 
 available, so I tried that, updated and installed LXDE, and some of the 
 issues are resolved, however now the mouse pointer jumps all over the 
 place, same as what happens on Angstrom.

 Terry

 On Monday, 7 October 2013 12:05:57 UTC+13, Terry Storm wrote:

 Hello

 Have you had any luck with this?

 Just trying debian wheezy on the BBB with the LCD7 and I find the mouse 
 moves ok using the touch screen, but its constantly trying to draw 
 selection boxes.
 It also needs to be calibrated as it doesnt reach to the very edges of 
 the display.

 Regards
 Terry

 On Monday, 3 June 2013 06:55:31 UTC+12, genpix wrote:

 I did 
 cat /proc/bus/input/devices

 and now I see the list of input devices.
 Apparently, /dev/input/event0 is associated with power button (in the 
 way how I compiled my kernel).
 ti-tsc (this is a kernel driver for TI's tscadc) is associated with 
 /dev/input/event1.
 This could help a newbie (like me) to find out what eventX should be 
 used for your touchscreen



-- 
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] Enable Cape via SYS_RESETn?

2013-12-23 Thread Satz Klauer

Hi,

just to verify some things before I order design of my capes: according to 
http://elinux.org/Beagleboard:BeagleBoneBlack#Expansion_Header_Usage it is 
not allowed to have an input signal on any of the GPIO-pins during power-up 
or during boot. Resulting from that I think about using SYS_RESETn as 
signal to enable my capes. So my question:

- which current can be pulled out ot SYS_RESETn / how much GPIO-inputs can 
I drive with this signal?

- when SYS_RESETn is HIGH the GPIOs may not be programmed as input (because 
firmware is not fully started at this point) but the Cape-hardware possibly 
sets an input signal to them (because SYS_RESETn already enabled it). Is 
this a problem? Can I use SYS_RESETn to enable input signals too or should 
I use an additional GPIO as output which enables such signals much later 
than SYS_RESETn would do that?

Thanks for clarification!

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: How to use an Android Phone or Tablet as a Terminal for BBB?

2013-12-23 Thread deepak karki
Did you try pairing the device with the pairing code?

On Monday, 23 December 2013 08:38:28 UTC+5:30, Philip Sturgeon wrote:

 I would like to use my Android phone (Samsung GT-I8190) or Android tablet 
 (Nexus 7) as a Bluetooth connected terminal for my BBB, but I'm having 
 trouble figuring out how to do so.
  
 It seems I have got the Bluetooth adapter running OK on the BBB since my 
 Android devices can discover a 'beaglebone-0'.  I can also l2ping them from 
 the BBB
 as you can see below from a BBB Putty session log taken on my laptop - 
 although the Nexus 7 apparently returns a ping packet of 0 bytes:
  
  ro...@beaglebone javascript::~# hcitool scan
 Scanning ...
 50:32:75:30:09:93   GT-I8190
 30:85:A9:D7:68:56   Nexus 7
 ro...@beaglebone javascript::~# l2ping 50:32:75:30:09:93
 Ping: 50:32:75:30:09:93 from 00:15:83:64:6A:2F (data size 44) ...
 44 bytes from 50:32:75:30:09:93 id 0 time 11.96ms
 44 bytes from 50:32:75:30:09:93 id 1 time 8.22ms
 44 bytes from 50:32:75:30:09:93 id 2 time 7.19ms
 44 bytes from 50:32:75:30:09:93 id 3 time 57.06ms
 44 bytes from 50:32:75:30:09:93 id 4 time 16.04ms
 44 bytes from 50:32:75:30:09:93 id 5 time 28.55ms
 44 bytes from 50:32:75:30:09:93 id 6 time 19.11ms
 44 bytes from 50:32:75:30:09:93 id 7 time 34.66ms
 Send failed: Connection reset by peer
 ro...@beaglebone javascript::~# l2ping 30:85:A9:D7:68:56
 Ping: 30:85:A9:D7:68:56 from 00:15:83:64:6A:2F (data size 44) ...
 0 bytes from 30:85:A9:D7:68:56 id 0 time 6.93ms
 0 bytes from 30:85:A9:D7:68:56 id 1 time 10.07ms
 0 bytes from 30:85:A9:D7:68:56 id 2 time 6.59ms
 0 bytes from 30:85:A9:D7:68:56 id 3 time 6.03ms
 0 bytes from 30:85:A9:D7:68:56 id 4 time 93.53ms
 0 bytes from 30:85:A9:D7:68:56 id 5 time 6.92ms
 0 bytes from 30:85:A9:D7:68:56 id 6 time 10.36ms
 0 bytes from 30:85:A9:D7:68:56 id 7 time 6.68ms
 Send failed: Connection reset by peer
 ro...@beaglebone javascript::~#
 When I try to connect to the BBB via the Bluetooth Terminal Emulator Pro 
 app on my Androids, I end up with 'unable to connect device'
 I figure there must be a bunch  of settings I have to make in the BBB 
 Linux config files to make things work as I want, but I have Googled far 
 and wide
 in the search for answers and can't seem to find all the peieces of the 
 jigsaw.
 .
 Suggestions gratefully received.


-- 
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: Motor Controller for BeagleBone Black

2013-12-23 Thread Paul Tan
The motor control and quadrature encoder is done using an onboard Microchip 
dsPIC processor.  The communication with the Beaglebone is done using i2c, 
that way we can stack multiple DMCC boards on top of a single Beaglebone.

Paul Tan.
Exadler Technologies Inc.
http://www.exadler.com


On Sunday, December 1, 2013 8:22:27 PM UTC-5, Teknoman117 wrote:

 Hey! Nice board!  Is the motor control done through the onboard hardware, 
 or is there a microcontroller in it?

 - Nathaniel Lewis

 On Thursday, September 12, 2013 7:49:25 AM UTC-7, Paul Tan wrote:

 We finally have our web store launched and we are producing the Dual 
 Motor Controller Cape in decent quantity (making 100 in this batch).
 The spec are:
 - Dual motor control of DC brushed motor
 - 5V to 28V 
 - 7A Max continuous 
 - Quadrature encoder interface
 - PID with programmable Kp, Ki, Kd constants
 - Velocity PID
 - Simple 'C' interface
 - Stackable cape allowing up to 4 capes to be used on a single Beaglebone 
 black.

 You can find more information at http://exadler.blogspot.com, and our 
 webstore is live at https://exadler.myshopify.com.

 Paul Tan.


 On Wednesday, September 4, 2013 9:48:22 AM UTC-4, raslab.f...@gmail.comwrote:

 We are building a robot and we want to use the BeagleBone Black.
 We want a motor controller that is cabable of:
 - Control of two DC brushed motors
 - 12V nominal
 - 2.5A continuous, 4A peak
 - PWM
 - with Encoders

 Any ideas where we can find such motor controller? We looked in the 
 capes and there is no one available with our specifications



-- 
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: CAUTION: musb: Babble Interrupt Occurred

2013-12-23 Thread Brent
Where do I go to get Ulf's kernel?  I would like to test but I don't know 
where to look.  Is there a patch somewhere that I missed?

On Monday, December 9, 2013 5:57:56 PM UTC-5, bko...@scanimetrics.com wrote:

 I've also put in $125 and must say that I haven't had any troubles since 
 using Ulf's kernel. 

 Thanks Ulf

 On Monday, December 2, 2013 1:53:39 PM UTC-7, Philippe Laurent wrote:

 I've ponied up for the $125 donation. Gotta have this running right.


 On Mon, Dec 2, 2013 at 7:23 AM, APRichelieu apric...@gmail.com wrote:



 Den lördagen den 31:e augusti 2013 kl. 17:42:09 UTC+2 skrev 
 jez...@gmail.com:

 I'm using my Beaglebone Black with a USB temperature sensor. It works 
 very well, however I noticed monitoring stopped last night after roughly 
 35 
 days uptime. This morning I looked more closely into the log file and 
 noticed:

 kernel: [2892926.929555] CAUTION: musb: Babble Interrupt Occurred

 I wasn't able to successfully reset the USB device and before I was 
 able to restart the BBB stopped responding. I power-cycled it and it was 
 back to normal again. Any ideas what caused this kernel message?



 I set up a crowd-funding project on

 http://igg.me/at/eMagii/x/5581172

 for people that wants to have USB host hot-plugging on the Beaglebone 
 Black


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


[beagleboard] Re: How to use an Android Phone or Tablet as a Terminal for BBB?

2013-12-23 Thread Philip Sturgeon
My phone shows that 'beaglebone-0' is paired in Bluetooth settiings but 
when I attempt to connect to beaglebone-0 using Bluetooth Terminal Emulator 
Pro on the phone, I get 'Unable to connect device' 
I think the fact that there is a linkkeys file with my phone's BT MAC 
address in it (see below) shows that the phone and the BBB are paired

root@beaglebone:/var/lib/bluetooth/00:15:83:64:6A:2F# cat linkkeys
50:32:75:30:09:93 4B30B719A7B45F7146FE8FDBFB02C830 4 0

My hunch is that the problem has to do with me not setting up the serial 
port service correctly on the BBB.








On Monday, December 23, 2013 3:59:34 PM UTC, deepak karki wrote:

 Did you try pairing the device with the pairing code?

 On Monday, 23 December 2013 08:38:28 UTC+5:30, Philip Sturgeon wrote:

 I would like to use my Android phone (Samsung GT-I8190) or Android tablet 
 (Nexus 7) as a Bluetooth connected terminal for my BBB, but I'm having 
 trouble figuring out how to do so.
  
 It seems I have got the Bluetooth adapter running OK on the BBB since my 
 Android devices can discover a 'beaglebone-0'.  I can also l2ping them from 
 the BBB
 as you can see below from a BBB Putty session log taken on my laptop - 
 although the Nexus 7 apparently returns a ping packet of 0 bytes:
  
  ro...@beaglebone:~# hcitool scan
 Scanning ...
 50:32:75:30:09:93   GT-I8190
 30:85:A9:D7:68:56   Nexus 7
 ro...@beaglebone:~# l2ping 50:32:75:30:09:93
 Ping: 50:32:75:30:09:93 from 00:15:83:64:6A:2F (data size 44) ...
 44 bytes from 50:32:75:30:09:93 id 0 time 11.96ms
 44 bytes from 50:32:75:30:09:93 id 1 time 8.22ms
 44 bytes from 50:32:75:30:09:93 id 2 time 7.19ms
 44 bytes from 50:32:75:30:09:93 id 3 time 57.06ms
 44 bytes from 50:32:75:30:09:93 id 4 time 16.04ms
 44 bytes from 50:32:75:30:09:93 id 5 time 28.55ms
 44 bytes from 50:32:75:30:09:93 id 6 time 19.11ms
 44 bytes from 50:32:75:30:09:93 id 7 time 34.66ms
 Send failed: Connection reset by peer
 ro...@beaglebone:~# l2ping 30:85:A9:D7:68:56
 Ping: 30:85:A9:D7:68:56 from 00:15:83:64:6A:2F (data size 44) ...
 0 bytes from 30:85:A9:D7:68:56 id 0 time 6.93ms
 0 bytes from 30:85:A9:D7:68:56 id 1 time 10.07ms
 0 bytes from 30:85:A9:D7:68:56 id 2 time 6.59ms
 0 bytes from 30:85:A9:D7:68:56 id 3 time 6.03ms
 0 bytes from 30:85:A9:D7:68:56 id 4 time 93.53ms
 0 bytes from 30:85:A9:D7:68:56 id 5 time 6.92ms
 0 bytes from 30:85:A9:D7:68:56 id 6 time 10.36ms
 0 bytes from 30:85:A9:D7:68:56 id 7 time 6.68ms
 Send failed: Connection reset by peer
 ro...@beaglebone:~#
 When I try to connect to the BBB via the Bluetooth Terminal Emulator Pro 
 app on my Androids, I end up with 'unable to connect device'
 I figure there must be a bunch  of settings I have to make in the BBB 
 Linux config files to make things work as I want, but I have Googled far 
 and wide
 in the search for answers and can't seem to find all the peieces of the 
 jigsaw.
 .
 Suggestions gratefully received.



-- 
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] Powering Beaglebone black through VDD_5V

2013-12-23 Thread Daniel Metcalf
Looking at it some more it looks like you are only trying to power one of
the three rails. The blinking might indicate it is missing the 3.3V rail
and the SYS_5V rail.


On Mon, Dec 23, 2013 at 4:05 PM, Daniel Metcalf kb3...@gmail.com wrote:

 I am not sure you can power it that way. I am a newbie to beaglebone black
 but checkout page 110 of 124.
 Pin 5 of J9 is VDD_5V which is described as the following:

 *VDD_5V *is the main power supply from the DC input jack. This voltage is
 not present when the board is powered via USB. The amount of current
 supplied by this rail is dependent upon the amount of current available.
 Based on the board design, this rail is limited to 1A per pin from the main
 board.

 I believe it is an output from a regulator.

 You are going to want to connect to TP5 - BAT, TP8 - GND, TP6 - SENSE




 On Mon, Dec 23, 2013 at 3:30 PM, José Luis Redrejo jredr...@gmail.comwrote:

 I've made a  power supply to power my BBB, but whenever I connect it
 (to pins 5  1 of P9 connector for VDD  GND), the power led blinks
 for some seconds and then it is off.

 The output comes from a 7805CKCT, which can provide up to 1.5A.

 It's a typical power supply from a rectifier + capacitors + regulator.

 What does this blinking mean? any ideas of what is going wrong?

 Regards
 José L.

 P.S. The board works perfectly plugging it to a computer via USB

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




 --
 Dan Metcalf -- KB3UUN




-- 
Dan Metcalf -- KB3UUN

-- 
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] Angstrom Abandoned for BBB? Rumor + a Rant

2013-12-23 Thread Terry Storm

A little birdy told me that Angstrom has been abandoned for the BBB ??

If this is the case, and seems to be the case as there hasnt been an update 
for the Angstrom image for the BBB for quite some time, and there are still 
a number of issues with LCD CAPES which have not yet been resolved...

What is the 'new' standard distribution for the BBB going to be now?

Us LCD CAPE users are having a hard time getting touch working reliably for 
a wide range of LCD Capes on the market. I know most of us don't know 
enough to fix problems ourselves or know what the problem is actually 
caused by, and we don't know if anyone is working on these issues or if 
they are being ignored or pass over, or if 'the people' who do know what is 
going on just don't have time to look at them etc?

Starting to really dislike this whole 'open' community based thing 
especially when there are issues and no one wants to own them. These issues 
have been reported for many months, and we are no further ahead.

Does anyone know of anyone who is working on the LCD CAPE touch issue which 
is a problem on Angstrom (and maybe others which use the same 
driver/source?)

Terry

-- 
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] Angstrom Toolchain (32-bit) and Qt 5.2.x

2013-12-23 Thread Daniel Metcalf
I finally got the toolchain built with Qt for Angstrom for my 32bit Fedora 
20 laptop. I built the test program as shown in this video (
http://www.youtube.com/watch?v=kP7uvOu9hoQ) and I can build the executable 
on my laptop. I then copied the executable to the BBB and tried to execute 
it a received an error stating that the executable could not be located. I 
checked permissions and it had execute permissions. I then tried the ./ 
or dot-slash in front of the executable and receive the same error. I then 
realized the BBB does not come with Qt support installed so I tried the 
command opkg install qt4-base and was given the statement that not all of 
the dependencies could be resolved and that I should use the 
--force-depends flag to force the install. I noted the failed dependency 
pertained to the kernel version apparently I am running 3.8.x and the 
package depends on 3.2.x. 

So now I am sitting through a bitbake cloud9-gnome-image build of 
Angstrom v2013.09 of which I will execute another bitbake -c populate_sdk 
cloud9-gnome-image of the same version. I want to build Qt v5.2.x for the 
toolchain and for the BBB. I have an idea as to how to build for the BBB 
but no idea as to how I might build and integrate Qt v5.2.x into the 
toolchain. Could someone please point me into the right direction?  

Thanks in advance,
Dan Metcalf -- KB3UUN

-- 
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 Abandoned for BBB? Rumor + a Rant

2013-12-23 Thread John Syne


From:  Terry Storm terrystor...@gmail.com
Reply-To:  beagleboard@googlegroups.com
Date:  Monday, December 23, 2013 at 1:21 PM
To:  beagleboard@googlegroups.com
Subject:  [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

 
 A little birdy told me that Angstrom has been abandoned for the BBB ??
 
 If this is the case, and seems to be the case as there hasnt been an update
 for the Angstrom image for the BBB for quite some time, and there are still a
 number of issues with LCD CAPES which have not yet been resolved...
 
 What is the 'new' standard distribution for the BBB going to be now?
 
 Us LCD CAPE users are having a hard time getting touch working reliably for a
 wide range of LCD Capes on the market. I know most of us don't know enough to
 fix problems ourselves or know what the problem is actually caused by, and we
 don't know if anyone is working on these issues or if they are being ignored
 or pass over, or if 'the people' who do know what is going on just don't have
 time to look at them etc?
 
 Starting to really dislike this whole 'open' community based thing especially
 when there are issues and no one wants to own them. These issues have been
 reported for many months, and we are no further ahead.
Hi Terry,
I think you are mistaken in treating this community as some sort of
commercial product support. Everyone here is a volunteer and give freely of
their own time to support users like yourself. I¹m not sure that you will
get much help by demanding that works gets done. Also, the ARM based Linux
community went through dramatic changes (devicetree, display subsystem, etc)
since the V3.2 kernel and we are expecting things to settle down after
V3.12. There are users working on the issues your mentioned and I expect
that you will see many of these issues resolved in the next several weeks. I
just think you stepped into this at the wrong time. BTW, you are always
welcome to fix anything that is broken since everyone has access to the same
tools and source code; but you won¹t be able to do that with commercial
software. 
Regards,
John
 
 Does anyone know of anyone who is working on the LCD CAPE touch issue which is
 a problem on Angstrom (and maybe others which use the same driver/source?)
 
 Terry
 -- 
 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 Abandoned for BBB? Rumor + a Rant

2013-12-23 Thread William Hermans
Not only what John says, but if you have problems with a specific piece of
hardware made by a specific person or entity. You really need to be
demanding satisfaction from them. Not the open source community.


On Mon, Dec 23, 2013 at 3:12 PM, John Syne jsyne...@us-power.com wrote:



 From: Terry Storm terrystor...@gmail.com
 Reply-To: beagleboard@googlegroups.com
 Date: Monday, December 23, 2013 at 1:21 PM
 To: beagleboard@googlegroups.com
 Subject: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant


 A little birdy told me that Angstrom has been abandoned for the BBB ??

 If this is the case, and seems to be the case as there hasnt been an
 update for the Angstrom image for the BBB for quite some time, and there
 are still a number of issues with LCD CAPES which have not yet been
 resolved...

 What is the 'new' standard distribution for the BBB going to be now?

 Us LCD CAPE users are having a hard time getting touch working reliably
 for a wide range of LCD Capes on the market. I know most of us don't know
 enough to fix problems ourselves or know what the problem is actually
 caused by, and we don't know if anyone is working on these issues or if
 they are being ignored or pass over, or if 'the people' who do know what is
 going on just don't have time to look at them etc?

 Starting to really dislike this whole 'open' community based thing
 especially when there are issues and no one wants to own them. These issues
 have been reported for many months, and we are no further ahead.

 Hi Terry,
 I think you are mistaken in treating this community as some sort of
 commercial product support. Everyone here is a volunteer and give freely of
 their own time to support users like yourself. I’m not sure that you will
 get much help by demanding that works gets done. Also, the ARM based Linux
 community went through dramatic changes (devicetree, display subsystem,
 etc) since the V3.2 kernel and we are expecting things to settle down after
 V3.12. There are users working on the issues your mentioned and I expect
 that you will see many of these issues resolved in the next several weeks.
 I just think you stepped into this at the wrong time. BTW, you are always
 welcome to fix anything that is broken since everyone has access to the
 same tools and source code; but you won’t be able to do that with
 commercial software.
 Regards,
 John


 Does anyone know of anyone who is working on the LCD CAPE touch issue
 which is a problem on Angstrom (and maybe others which use the same
 driver/source?)

 Terry

 --
 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] Angstrom Abandoned for BBB? Rumor + a Rant

2013-12-23 Thread William Hermans
That is, assuming you paid money for it. If you just copied someones open
source schematics . . . well then, you're own your own aren't you ?


On Mon, Dec 23, 2013 at 4:11 PM, William Hermans yyrk...@gmail.com wrote:

 Not only what John says, but if you have problems with a specific piece of
 hardware made by a specific person or entity. You really need to be
 demanding satisfaction from them. Not the open source community.


 On Mon, Dec 23, 2013 at 3:12 PM, John Syne jsyne...@us-power.com wrote:



 From: Terry Storm terrystor...@gmail.com
 Reply-To: beagleboard@googlegroups.com
 Date: Monday, December 23, 2013 at 1:21 PM
 To: beagleboard@googlegroups.com
 Subject: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant


 A little birdy told me that Angstrom has been abandoned for the BBB ??

 If this is the case, and seems to be the case as there hasnt been an
 update for the Angstrom image for the BBB for quite some time, and there
 are still a number of issues with LCD CAPES which have not yet been
 resolved...

 What is the 'new' standard distribution for the BBB going to be now?

 Us LCD CAPE users are having a hard time getting touch working reliably
 for a wide range of LCD Capes on the market. I know most of us don't know
 enough to fix problems ourselves or know what the problem is actually
 caused by, and we don't know if anyone is working on these issues or if
 they are being ignored or pass over, or if 'the people' who do know what is
 going on just don't have time to look at them etc?

 Starting to really dislike this whole 'open' community based thing
 especially when there are issues and no one wants to own them. These issues
 have been reported for many months, and we are no further ahead.

 Hi Terry,
 I think you are mistaken in treating this community as some sort of
 commercial product support. Everyone here is a volunteer and give freely of
 their own time to support users like yourself. I’m not sure that you will
 get much help by demanding that works gets done. Also, the ARM based Linux
 community went through dramatic changes (devicetree, display subsystem,
 etc) since the V3.2 kernel and we are expecting things to settle down after
 V3.12. There are users working on the issues your mentioned and I expect
 that you will see many of these issues resolved in the next several weeks.
 I just think you stepped into this at the wrong time. BTW, you are always
 welcome to fix anything that is broken since everyone has access to the
 same tools and source code; but you won’t be able to do that with
 commercial software.
 Regards,
 John


 Does anyone know of anyone who is working on the LCD CAPE touch issue
 which is a problem on Angstrom (and maybe others which use the same
 driver/source?)

 Terry

 --
 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] Re: CAUTION: musb: Babble Interrupt Occurred

2013-12-23 Thread APRichelieu
Den måndagen den 23:e december 2013 kl. 20:26:20 UTC+1 skrev Brent:
 Where do I go to get Ulf's kernel?  I would like to test but I don't know 
 where to look.  Is there a patch somewhere that I missed?
 

Check The http://igg.me  link in your post. 

 On Monday, December 9, 2013 5:57:56 PM UTC-5, bko...@scanimetrics.com wrote:
 I've also put in $125 and must say that I haven't had any troubles since 
 using Ulf's kernel. 
 
 Thanks Ulf
 
 On Monday, December 2, 2013 1:53:39 PM UTC-7, Philippe Laurent wrote:
 I've ponied up for the $125 donation. Gotta have this running right.
 
 
 
 On Mon, Dec 2, 2013 at 7:23 AM, APRichelieu apric...@gmail.com wrote:
 
 
 
 
 
 
 Den lördagen den 31:e augusti 2013 kl. 17:42:09 UTC+2 skrev jez...@gmail.com:
 
 
 I'm using my Beaglebone Black with a USB temperature sensor. It works very 
 well, however I noticed monitoring stopped last night after roughly 35 days 
 uptime. This morning I looked more closely into the log file and noticed:
 
 
 
 
 
 kernel: [2892926.929555] CAUTION: musb: Babble Interrupt Occurred
 
 
 
 I wasn't able to successfully reset the USB device and before I was able to 
 restart the BBB stopped responding. I power-cycled it and it was back to 
 normal again. Any ideas what caused this kernel message?
 
 
 
 
 I set up a crowd-funding project on
 
 http://igg.me/at/eMagii/x/5581172
 
 for people that wants to have USB host hot-plugging on the Beaglebone Black
 
 
 
 
 
 
 
 
 
 
 
 -- 
 
 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/C6gMT2_FfiM/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.


[beagleboard] Beagleboard XM is dead? LED13 flashes and then nothing...

2013-12-23 Thread Pietro Luigi Carotenuto
Hi,

My BBxM had an overvoltage or I have probably removed my mmc when the bb 
was powered on.
In any case, the D13 led flashes and then nothing happens. No serial 
output. I tried reset and user
buttons but nothing.
MMC data (boot and linux) are OK.
Probably I have only a BOOT problem.. I don't know.

Please, help me.
Thank u in advance.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: How to get A gui on my beagle bone

2013-12-23 Thread William Hermans
I doubt anyone would have time to teach you to use gdb, but that is what
you need to learn how to use. - gdb.

Quite honestly I am still learning gdb myself, and mostly from the context
of programming / debugging, but as I recall it is something like gdb
program name with maybe a command line switch or something to load the
offending process / program.


On Sun, Dec 22, 2013 at 9:20 AM, Dhanushka Jayaweera
danushka...@gmail.comwrote:

 Gerald,

 well ok, I guess you meant that libgtk/gnome based apps will freeze the
 BBB. I'll try to use non libgtk/gnome apps.

 Someone needs to debug this, get a trace right before the system goes
 down.

 If you explain/provide a link on how to do it, I will give it a try 
 update here

 thanks for the info.

 On Sunday, December 22, 2013 8:56:42 PM UTC+5:30, RobertCNelson wrote:

 On Sun, Dec 22, 2013 at 9:23 AM, Amalinda J' Gamage
 amalind...@gmail.com wrote:
  I have the same problem. some softwares freeze the Ubuntu GUI. Is there
 any
  criterian to chose softwares such a way the BBB doest freeze?

 anything libgtk/gnome..

 Like i said in another thread...  Someone needs to debug this, get a
 trace right before the system goes down.  Something is locking up the
 core..

 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.


-- 
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 Abandoned for BBB? Rumor + a Rant

2013-12-23 Thread APRichelieu
Den tisdagen den 24:e december 2013 kl. 00:12:40 UTC+1 skrev William Hermans:
 That is, assuming you paid money for it. If you just copied someones open 
 source schematics . . . well then, you're own your own aren't you ?
 
 
 
 
 On Mon, Dec 23, 2013 at 4:11 PM, William Hermans yyr...@gmail.com wrote:
 
 
 Not only what John says, but if you have problems with a specific piece of 
 hardware made by a specific person or entity. You really need to be demanding 
 satisfaction from them. Not the open source community.
 
 
 
 
 
 
 
 On Mon, Dec 23, 2013 at 3:12 PM, John Syne jsyn...@us-power.com wrote:
 
 
 
 
 
 
 
 
 
 
 From:  Terry Storm terrys...@gmail.com
 Reply-To:  beagl...@googlegroups.com
 
 
 Date:  Monday, December 23, 2013 at 1:21 PM
 To:  beagl...@googlegroups.com
 
 
 Subject:  [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant
 
 
 
 
 
 
 A little birdy told me that Angstrom has been abandoned for the BBB ??
 
 
 If this is the case, and seems to be the case as there hasnt been an update 
 for the Angstrom image for the BBB for quite some time, and there are still a 
 number of issues with LCD CAPES which have not yet been resolved...
 
 
 
 
 What is the 'new' standard distribution for the BBB going to be now?
 
 
 Us LCD CAPE users are having a hard time getting touch working reliably for a 
 wide range of LCD Capes on the market. I know most of us don't know enough to 
 fix problems ourselves or know what the problem is actually caused by, and we 
 don't know if anyone is working on these issues or if they are being ignored 
 or pass over, or if 'the people' who do know what is going on just don't have 
 time to look at them etc?
 
 
 
 
 Starting to really dislike this whole 'open' community based thing especially 
 when there are issues and no one wants to own them. These issues have been 
 reported for many months, and we are no further ahead.
 
 
 Hi Terry,
 I think you are mistaken in treating this community as some sort of 
 commercial product support. Everyone here is a volunteer and give freely of 
 their own time to support users like yourself. I’m not sure that you will get 
 much help by demanding that works gets done. Also, the ARM based Linux 
 community went through dramatic changes (devicetree, display subsystem, etc) 
 since the V3.2 kernel and we are expecting things to settle down after V3.12. 
 There are users working on the issues your mentioned and I expect that you 
 will see many of these issues resolved in the next several weeks. I just 
 think you stepped into this at the wrong time. BTW, you are always welcome to 
 fix anything that is broken since everyone has access to the same tools and 
 source code; but you won’t be able to do that with commercial software. 
 
 
 Regards,
 John
 
 
 
 
 Does anyone know of anyone who is working on the LCD CAPE touch issue which 
 is a problem on Angstrom (and maybe others which use the same driver/source?)
 
 
 
 
 Terry
 
 
 -- 
 
 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...@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: How to get A gui on my beagle bone

2013-12-23 Thread William Hermans
Read this http://www.linuxjournal.com/article/1298

But in short and directly from the article . . .

*To debug a compiled program with gdb, use the command:*

*$ gdb program [ core-dump ]*
*where program is the filename of the executable file you want to debug,
and core-dump is the name of a core dump file left from an earlier attempt
to run your program. By examining the core dump with gdb, you can discover
where the program failed and the reason for its failure.*


On Mon, Dec 23, 2013 at 4:41 PM, William Hermans yyrk...@gmail.com wrote:

 I doubt anyone would have time to teach you to use gdb, but that is what
 you need to learn how to use. - gdb.

 Quite honestly I am still learning gdb myself, and mostly from the context
 of programming / debugging, but as I recall it is something like gdb
 program name with maybe a command line switch or something to load the
 offending process / program.


 On Sun, Dec 22, 2013 at 9:20 AM, Dhanushka Jayaweera 
 danushka...@gmail.com wrote:

 Gerald,

 well ok, I guess you meant that libgtk/gnome based apps will freeze the
 BBB. I'll try to use non libgtk/gnome apps.

 Someone needs to debug this, get a trace right before the system goes
 down.

 If you explain/provide a link on how to do it, I will give it a try 
 update here

 thanks for the info.

 On Sunday, December 22, 2013 8:56:42 PM UTC+5:30, RobertCNelson wrote:

 On Sun, Dec 22, 2013 at 9:23 AM, Amalinda J' Gamage
 amalind...@gmail.com wrote:
  I have the same problem. some softwares freeze the Ubuntu GUI. Is
 there any
  criterian to chose softwares such a way the BBB doest freeze?

 anything libgtk/gnome..

 Like i said in another thread...  Someone needs to debug this, get a
 trace right before the system goes down.  Something is locking up the
 core..

 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.




-- 
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: Beagleboard-xm dead (D13 is on) after removal of SD card with power on...

2013-12-23 Thread Pietro Luigi Carotenuto
Have u solved your problem? I need help, please.

Il giorno giovedì 26 gennaio 2012 10:36:41 UTC+1, Amin ha scritto:


 Hi Chris 

 It seems that I have the same problem with my board. Did you have any 
 advance in this issue? I appreciate any feedback. 

 Thanks, 

 Amin

-- 
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: CAUTION: musb: Babble Interrupt Occurred

2013-12-23 Thread Brent C. Sink
Ok, got it.  I need to contribute to try it out.  Here is my problem, and I
would like to hear if this solves it.  I have a hub that uses the SMSC 2512
hub chip (USB2512QFN36).  Mass storage devices work as long as it's
inserted at power up.  Any hot plugging after boot will not work.  Does
your kernel fix this problem?

Also, I have some other items in the kernel that I need enabled.  If I
contribute $50 or $125 I only get whatever you built into your kernel...
right?  Could I give you my .config and you build it?


On Mon, Dec 23, 2013 at 6:33 PM, APRichelieu aprichel...@gmail.com wrote:

 Den måndagen den 23:e december 2013 kl. 20:26:20 UTC+1 skrev Brent:
  Where do I go to get Ulf's kernel?  I would like to test but I don't
 know where to look.  Is there a patch somewhere that I missed?
 

 Check The http://igg.me  link in your post.

  On Monday, December 9, 2013 5:57:56 PM UTC-5, bko...@scanimetrics.comwrote:
  I've also put in $125 and must say that I haven't had any troubles since
 using Ulf's kernel.
 
  Thanks Ulf
 
  On Monday, December 2, 2013 1:53:39 PM UTC-7, Philippe Laurent wrote:
  I've ponied up for the $125 donation. Gotta have this running right.
 
 
 
  On Mon, Dec 2, 2013 at 7:23 AM, APRichelieu apric...@gmail.com wrote:
 
 
 
 
 
 
  Den lördagen den 31:e augusti 2013 kl. 17:42:09 UTC+2 skrev
 jez...@gmail.com:
 
 
  I'm using my Beaglebone Black with a USB temperature sensor. It works
 very well, however I noticed monitoring stopped last night after roughly 35
 days uptime. This morning I looked more closely into the log file and
 noticed:
 
 
 
 
 
  kernel: [2892926.929555] CAUTION: musb: Babble Interrupt Occurred
 
 
 
  I wasn't able to successfully reset the USB device and before I was able
 to restart the BBB stopped responding. I power-cycled it and it was back to
 normal again. Any ideas what caused this kernel message?
 
 
 
 
  I set up a crowd-funding project on
 
  http://igg.me/at/eMagii/x/5581172
 
  for people that wants to have USB host hot-plugging on the Beaglebone
 Black
 
 
 
 
 
 
 
 
 
 
 
  --
 
  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/C6gMT2_FfiM/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 a topic in the
 Google Groups BeagleBoard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/beagleboard/C6gMT2_FfiM/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.




-- 
-brent

-- 
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] Powering Beaglebone black through VDD_5V

2013-12-23 Thread Charles Steinkuehler
Actually, VDD_5V is raw 5V power, connected directly to the DC power
jack.  It is absolutely possible to power the BeagleBoard this way, and
I have several capes that do so and work just fine (the BeBoPr and K9)
powering the 'Bone via VDD_5V.

The LED behavior likely indicates something is going wrong with booting
the operating system.  The easiest way to debug these issues is with a
serial port cable, so you can see what's happening.  As a guess, you may
be tying some other pins (specifically the LCD_DATA lines) to circuitry
and messing up the AM335x boot process.  By changing the values on these
signals at reset, you can determine if the CPU should boot from eMMC
flash, SD card, ethernet, USB, serial, etc., so messing this up can
easily result in a system that won't boot.

Double-check the LCD_DATA lines, and get a serial debug cable so you can
see what's going on.

On 12/23/2013 3:05 PM, Daniel Metcalf wrote:
 I am not sure you can power it that way. I am a newbie to beaglebone black
 but checkout page 110 of 124.
 Pin 5 of J9 is VDD_5V which is described as the following:
 
 *VDD_5V *is the main power supply from the DC input jack. This voltage is
 not present when the board is powered via USB. The amount of current
 supplied by this rail is dependent upon the amount of current available.
 Based on the board design, this rail is limited to 1A per pin from the main
 board.
 
 I believe it is an output from a regulator.
 
 You are going to want to connect to TP5 - BAT, TP8 - GND, TP6 - SENSE
 
 
 
 
 On Mon, Dec 23, 2013 at 3:30 PM, José Luis Redrejo jredr...@gmail.comwrote:
 
 I've made a  power supply to power my BBB, but whenever I connect it
 (to pins 5  1 of P9 connector for VDD  GND), the power led blinks
 for some seconds and then it is off.

 The output comes from a 7805CKCT, which can provide up to 1.5A.

 It's a typical power supply from a rectifier + capacitors + regulator.

 What does this blinking mean? any ideas of what is going wrong?

 Regards
 José L.

 P.S. The board works perfectly plugging it to a computer via USB

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

 
 
 


-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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] Powering Beaglebone black through VDD_5V

2013-12-23 Thread Daniel Metcalf
I stand corrected ... like I said I am a newbie to the BBB.

Respectfully,
Dan Metcalf
On Dec 23, 2013 7:27 PM, Charles Steinkuehler char...@steinkuehler.net
wrote:

 Actually, VDD_5V is raw 5V power, connected directly to the DC power
 jack.  It is absolutely possible to power the BeagleBoard this way, and
 I have several capes that do so and work just fine (the BeBoPr and K9)
 powering the 'Bone via VDD_5V.

 The LED behavior likely indicates something is going wrong with booting
 the operating system.  The easiest way to debug these issues is with a
 serial port cable, so you can see what's happening.  As a guess, you may
 be tying some other pins (specifically the LCD_DATA lines) to circuitry
 and messing up the AM335x boot process.  By changing the values on these
 signals at reset, you can determine if the CPU should boot from eMMC
 flash, SD card, ethernet, USB, serial, etc., so messing this up can
 easily result in a system that won't boot.

 Double-check the LCD_DATA lines, and get a serial debug cable so you can
 see what's going on.

 On 12/23/2013 3:05 PM, Daniel Metcalf wrote:
  I am not sure you can power it that way. I am a newbie to beaglebone
 black
  but checkout page 110 of 124.
  Pin 5 of J9 is VDD_5V which is described as the following:
 
  *VDD_5V *is the main power supply from the DC input jack. This voltage is
  not present when the board is powered via USB. The amount of current
  supplied by this rail is dependent upon the amount of current available.
  Based on the board design, this rail is limited to 1A per pin from the
 main
  board.
 
  I believe it is an output from a regulator.
 
  You are going to want to connect to TP5 - BAT, TP8 - GND, TP6 - SENSE
 
 
 
 
  On Mon, Dec 23, 2013 at 3:30 PM, José Luis Redrejo jredr...@gmail.com
 wrote:
 
  I've made a  power supply to power my BBB, but whenever I connect it
  (to pins 5  1 of P9 connector for VDD  GND), the power led blinks
  for some seconds and then it is off.
 
  The output comes from a 7805CKCT, which can provide up to 1.5A.
 
  It's a typical power supply from a rectifier + capacitors + regulator.
 
  What does this blinking mean? any ideas of what is going wrong?
 
  Regards
  José L.
 
  P.S. The board works perfectly plugging it to a computer via USB
 
  --
  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.
 
 
 
 


 --
 Charles Steinkuehler
 char...@steinkuehler.net

 --
 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 Toolchain (32-bit) and Qt 5.2.x

2013-12-23 Thread Daniel Metcalf
John,

Thank you for the heads up. I will look for you previous posting.


On Mon, Dec 23, 2013 at 5:55 PM, John Syne jsyne...@us-power.com wrote:



 From: Daniel Metcalf kb3...@gmail.com
 Reply-To: beagleboard@googlegroups.com
 Date: Monday, December 23, 2013 at 2:09 PM
 To: beagleboard@googlegroups.com
 Subject: [beagleboard] Angstrom Toolchain (32-bit) and Qt 5.2.x

 I finally got the toolchain built with Qt for Angstrom for my 32bit Fedora
 20 laptop. I built the test program as shown in this video (
 http://www.youtube.com/watch?v=kP7uvOu9hoQ) and I can build the
 executable on my laptop. I then copied the executable to the BBB and tried
 to execute it a received an error stating that the executable could not be
 located. I checked permissions and it had execute permissions. I then tried
 the ./ or dot-slash in front of the executable and receive the same
 error. I then realized the BBB does not come with Qt support installed so I
 tried the command opkg install qt4-base and was given the statement that
 not all of the dependencies could be resolved and that I should use the
 --force-depends flag to force the install. I noted the failed dependency
 pertained to the kernel version apparently I am running 3.8.x and the
 package depends on 3.2.x.

 So now I am sitting through a bitbake cloud9-gnome-image build of
 Angstrom v2013.09 of which I will execute another bitbake -c populate_sdk
 cloud9-gnome-image of the same version. I want to build Qt v5.2.x for the
 toolchain and for the BBB. I have an idea as to how to build for the BBB
 but no idea as to how I might build and integrate Qt v5.2.x into the
 toolchain. Could someone please point me into the right direction?

 Hi Daniel,

 To run QT, you will need SGX. I’m not sure you can get SGX running on the
 Angstrom V3.8 kernel, but I understand that the Yocto V3.8 kernel can be
 patched to run SGX:

 http://e2e.ti.com/support/arm/sitara_arm/f/791/t/298596.aspx?pi239031349=1

 Look for the patches from Andreas.

 I worked with Robert Nelson to get SGX working on his V3.12 kernel and I
 have QT5.1.1 working on his Debian distribution.  I explained the steps in
 a previous posting.

 Regards,
 John


 Thanks in advance,
 Dan Metcalf -- KB3UUN

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




-- 
Dan Metcalf -- KB3UUN
c. 301 769 

-- 
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 Toolchain (32-bit) and Qt 5.2.x

2013-12-23 Thread John Syne

From:  Daniel Metcalf kb3...@gmail.com
Reply-To:  beagleboard@googlegroups.com
Date:  Monday, December 23, 2013 at 4:54 PM
To:  beagleboard@googlegroups.com
Subject:  Re: [beagleboard] Angstrom Toolchain (32-bit) and Qt 5.2.x

 John,
 
 Thank you for the heads up. I will look for you previous posting.
Look for QT5.1.1 running on BeagleBoardBlack posted Dec 15.
 
 
 On Mon, Dec 23, 2013 at 5:55 PM, John Syne jsyne...@us-power.com wrote:
 
 
 From:  Daniel Metcalf kb3...@gmail.com
 Reply-To:  beagleboard@googlegroups.com
 Date:  Monday, December 23, 2013 at 2:09 PM
 To:  beagleboard@googlegroups.com
 Subject:  [beagleboard] Angstrom Toolchain (32-bit) and Qt 5.2.x
 
 I finally got the toolchain built with Qt for Angstrom for my 32bit Fedora
 20 laptop. I built the test program as shown in this video
 (http://www.youtube.com/watch?v=kP7uvOu9hoQ) and I can build the executable
 on my laptop. I then copied the executable to the BBB and tried to execute
 it a received an error stating that the executable could not be located. I
 checked permissions and it had execute permissions. I then tried the ./ or
 dot-slash in front of the executable and receive the same error. I then
 realized the BBB does not come with Qt support installed so I tried the
 command opkg install qt4-base and was given the statement that not all of
 the dependencies could be resolved and that I should use the
 --force-depends flag to force the install. I noted the failed dependency
 pertained to the kernel version apparently I am running 3.8.x and the
 package depends on 3.2.x.
 
 So now I am sitting through a bitbake cloud9-gnome-image build of Angstrom
 v2013.09 of which I will execute another bitbake -c populate_sdk
 cloud9-gnome-image of the same version. I want to build Qt v5.2.x for the
 toolchain and for the BBB. I have an idea as to how to build for the BBB but
 no idea as to how I might build and integrate Qt v5.2.x into the toolchain.
 Could someone please point me into the right direction?
 Hi Daniel,
 
 To run QT, you will need SGX. I¹m not sure you can get SGX running on the
 Angstrom V3.8 kernel, but I understand that the Yocto V3.8 kernel can be
 patched to run SGX:
 
 http://e2e.ti.com/support/arm/sitara_arm/f/791/t/298596.aspx?pi239031349=1
 
 Look for the patches from Andreas.
 
 I worked with Robert Nelson to get SGX working on his V3.12 kernel and I have
 QT5.1.1 working on his Debian distribution.  I explained the steps in a
 previous posting.
 
 Regards,
 John
 
 
 Thanks in advance,
 Dan Metcalf -- KB3UUN
 -- 
 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
 mailto:beagleboard%2bunsubscr...@googlegroups.com .
 For more options, visit https://groups.google.com/groups/opt_out.
 
 
 
 -- 
 Dan Metcalf -- KB3UUN
 c. 301 769 
 -- 
 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] Powering Beaglebone black through VDD_5V

2013-12-23 Thread Charles Steinkuehler
No worries...you're actually correct if we were talking about SYS_5V (on
P9 pins 7 and 8) instead of VDD_5V (P9 pins 5 and 6).

The SRM section you reference is a bit confusing, as it talks about
drawing power from that rail and not powering the board with it.  I
almost always fall back to the schematic as the primary source for how
things work, and there's other sections in the SRM (6.1.2, page 42 and
8.6.2, page 110/111) that talk about powering the board with 5V via the
expansion connector.

On 12/23/2013 6:38 PM, Daniel Metcalf wrote:
 I stand corrected ... like I said I am a newbie to the BBB.
 
 Respectfully,
 Dan Metcalf
 On Dec 23, 2013 7:27 PM, Charles Steinkuehler char...@steinkuehler.net
 wrote:
 
 Actually, VDD_5V is raw 5V power, connected directly to the DC power
 jack.  It is absolutely possible to power the BeagleBoard this way, and
 I have several capes that do so and work just fine (the BeBoPr and K9)
 powering the 'Bone via VDD_5V.

 The LED behavior likely indicates something is going wrong with booting
 the operating system.  The easiest way to debug these issues is with a
 serial port cable, so you can see what's happening.  As a guess, you may
 be tying some other pins (specifically the LCD_DATA lines) to circuitry
 and messing up the AM335x boot process.  By changing the values on these
 signals at reset, you can determine if the CPU should boot from eMMC
 flash, SD card, ethernet, USB, serial, etc., so messing this up can
 easily result in a system that won't boot.

 Double-check the LCD_DATA lines, and get a serial debug cable so you can
 see what's going on.

 On 12/23/2013 3:05 PM, Daniel Metcalf wrote:
 I am not sure you can power it that way. I am a newbie to beaglebone
 black
 but checkout page 110 of 124.
 Pin 5 of J9 is VDD_5V which is described as the following:

 *VDD_5V *is the main power supply from the DC input jack. This voltage is
 not present when the board is powered via USB. The amount of current
 supplied by this rail is dependent upon the amount of current available.
 Based on the board design, this rail is limited to 1A per pin from the
 main
 board.

 I believe it is an output from a regulator.

 You are going to want to connect to TP5 - BAT, TP8 - GND, TP6 - SENSE




 On Mon, Dec 23, 2013 at 3:30 PM, José Luis Redrejo jredr...@gmail.com
 wrote:

 I've made a  power supply to power my BBB, but whenever I connect it
 (to pins 5  1 of P9 connector for VDD  GND), the power led blinks
 for some seconds and then it is off.

 The output comes from a 7805CKCT, which can provide up to 1.5A.

 It's a typical power supply from a rectifier + capacitors + regulator.

 What does this blinking mean? any ideas of what is going wrong?

 Regards
 José L.

 P.S. The board works perfectly plugging it to a computer via USB

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






 --
 Charles Steinkuehler
 char...@steinkuehler.net

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

 


-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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 Abandoned for BBB? Rumor + a Rant

2013-12-23 Thread Terry Storm
Hi
Thanks for the reply.
Yes I have tried contacting the manufacturers however one is a hardware 
only provider (4D) for the Capes (they fully support their other stuff), 
and the other one (CircuitCo) which 4D Cares are based on according to 
their datasheet, doesn't seem to support software and points us here, or 
simply doesn't reply to emails. I'm not the first person to mention this 
about CircuitCo by the way. At least 4D do reply and tried to help, but 
they cant support the software.

Sorry if I sounded demanding, just frustrated more than anything.

Fully understand the community is made up of people who do this for no 
money etc, however who is actually responsible for open source software, I 
dont know. No one person I assume, and therefore no place for me to find 
answers? This is the only place I know to raise it.

In terms of fixing stuff myself. I wouldnt know where to start. I purchased 
the hardware thinking/hoping that the standard software provided would work 
correctly. In most cases it is fine, but when dealing with a touch screen 
that doesnt touch due to software, its kinda frustrating. That said it 
works fine on Android so it proves the hardware is OK, so CircuitCo and 4D 
get off the hook in that respect as the hardware is fine, its just the 
software seems to need some improvements.

I guess all I wanted to hear was what you said, that things are being 
looked at by someone, and their should be fixes coming out soon. Question 
though, where does the average Joe Bloggs who came in to the BBB from 
nothing, has no idea about linux and how everything works, find out what is 
being worked on so a silly Joe Bloggs like me doesnt make a rant post to 
try and figure out where they stand...?

So is Angstrom Dead, or is that rumor false?
This new 3.12 you mention, I assume that is the kernel. Is a new Angstrom 
being built based on that? 
I believe Debian, Ubuntu and Angstrom, no doubt more, have the same touch 
issues, which is I gather based on the kernel having a problem (3.8?).

I'm a linux noob if you haven't guessed.

Thanks
Terry

-- 
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 Abandoned for BBB? Rumor + a Rant

2013-12-23 Thread Robert Nelson
On Mon, Dec 23, 2013 at 7:24 PM, Terry Storm terrystor...@gmail.com wrote:
 Hi
 Thanks for the reply.
 Yes I have tried contacting the manufacturers however one is a hardware only
 provider (4D) for the Capes (they fully support their other stuff), and the
 other one (CircuitCo) which 4D Cares are based on according to their
 datasheet, doesn't seem to support software and points us here, or simply
 doesn't reply to emails. I'm not the first person to mention this about
 CircuitCo by the way. At least 4D do reply and tried to help, but they cant
 support the software.

 Sorry if I sounded demanding, just frustrated more than anything.

 Fully understand the community is made up of people who do this for no money
 etc, however who is actually responsible for open source software, I dont
 know. No one person I assume, and therefore no place for me to find answers?
 This is the only place I know to raise it.

 In terms of fixing stuff myself. I wouldnt know where to start. I purchased
 the hardware thinking/hoping that the standard software provided would work
 correctly. In most cases it is fine, but when dealing with a touch screen
 that doesnt touch due to software, its kinda frustrating. That said it works
 fine on Android so it proves the hardware is OK, so CircuitCo and 4D get off
 the hook in that respect as the hardware is fine, its just the software
 seems to need some improvements.

 I guess all I wanted to hear was what you said, that things are being looked
 at by someone, and their should be fixes coming out soon. Question though,
 where does the average Joe Bloggs who came in to the BBB from nothing, has
 no idea about linux and how everything works, find out what is being worked
 on so a silly Joe Bloggs like me doesnt make a rant post to try and figure
 out where they stand...?

 So is Angstrom Dead, or is that rumor false?
 This new 3.12 you mention, I assume that is the kernel. Is a new Angstrom
 being built based on that?
 I believe Debian, Ubuntu and Angstrom, no doubt more, have the same touch
 issues, which is I gather based on the kernel having a problem (3.8?).

 I'm a linux noob if you haven't guessed.

Every developer starts out as noob.  Sometimes, all it takes is some
software itch you personally want done...

Regards,

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

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] how to automatically start the BBB without entering a password and username

2013-12-23 Thread Amalinda J' Gamage
I have written a C++ application and I want it to run automatically when 
BBB restarts and it would be so much helpfull if the BBB logs in 
automatically without requiring the enter the username and password. 

I dont know how to do this. Help would be so much appreciated.

p.s I understand the security concerns I would have to face by doing so. 
but I am okay with it. its for learning only.
thank you,

-- 
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 automatically start the BBB without entering a password and username

2013-12-23 Thread Robert Nelson
On Mon, Dec 23, 2013 at 10:02 PM, Amalinda J' Gamage
amalinda.gam...@gmail.com wrote:
 I have written a C++ application and I want it to run automatically when BBB
 restarts and it would be so much helpfull if the BBB logs in automatically
 without requiring the enter the username and password.

 I dont know how to do this. Help would be so much appreciated.

 p.s I understand the security concerns I would have to face by doing so. but
 I am okay with it. its for learning only.
 thank you,

Please read:
http://www.catb.org/~esr/faqs/smart-questions.html#beprecise

Your asking for help, without letting us know which program is
currently running your login screen you'd like to bypass with an
auto-login..

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] BBB Ethernet over usb on Debian using RCN kernel

2013-12-23 Thread David Lambert

Thanks - worked like a charm!
On 12/23/2013 05:20 PM, William Hermans wrote:

http://eewiki.net/display/linuxonarm/BeagleBone+Black

scroll down to - usb gadget (http access to beaglebone black over usb)


On Sun, Dec 22, 2013 at 6:29 PM, David Lambert d...@lambsys.com 
mailto:d...@lambsys.com wrote:


This may seem to be a trivial question, but how do I enable
Ethernet over USB (usb0:) on Debian using RCN kernel on BBB?

Regards,

Dave.

-- 
For more options, visit http://beagleboard.org/discuss

--- You received this message because you are subscribed to the
Google Groups BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it,
send an email to beagleboard+unsubscr...@googlegroups.com
mailto:beagleboard%2bunsubscr...@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] Dimensional Diagram of LCD7

2013-12-23 Thread Will Kostelecky
I am working on a project where we plan to use the LCD7 for the user 
interface.   Mounting the LCD is a critical concern but other than one very 
simplistic drawing (of a bare rectangle) there is no dimensional drawing 
for the device.   Does one exist?   There are some .art files in a 
manufacturing folder on the wiki but who the heck can open those things?  

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