Re: [beagleboard] Re: Bad link at http://downloads.angstrom-distribution.org/demo/beaglebone/

2013-11-15 Thread tiziano de togni
Il 15/11/2013 15:44, lutz.bickha...@gmail.com ha scritto: I cannot find ANY link with newer images, they are either down or contain images that raise an "unexpected end" when decompressing. Please, can you give the link of the images you tried? Actually I'm going to use this: https://s3.amazon

Re: [beagleboard] Re: linux 3.8 PWM guide?

2013-11-15 Thread Giuseppe Iellamo
Yes I'm using Ubuntu 13.04 as my userland. It is working faily well but sometimes (once in a second) I have latancies that approaces 1 ms... I'm reasoning about writing a xenomai kernel space driver for PWM/eqep Il giorno giovedì 14 novembre 2013 20:15:39 UTC+1, lmm...@gmail.com ha scritto

Re: [beagleboard] Knee Brace Project planted with 6 Accelerometers and BBB

2013-11-15 Thread Zain Dar
Does anyone know how to make a code for measuring the digital accelerometers in i2c for the BBB? I've been looking for examples on making the X, Y, and Z axis work but I haven't had much luck and I'm running out of time since I need to check my progress on Mon. Any kind of hint will do fine, but it

[beagleboard] Re: CAUTION: musb: Babble Interrupt Occurred

2013-11-15 Thread Ulf Samuelsson
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 a

[beagleboard] Re: How the BeagleBone Black (Angstrom powered) synchronize his clock ?

2013-11-15 Thread Ulf Samuelsson
Den söndagen den 10:e november 2013 kl. 23:41:19 UTC+1 skrev tee@gmail.com: > Hello, > > I'm trying to understand how the BeagleBone Black synchronize his clock. > > I have read the Derek Molloy blog > (http://derekmolloy.ie/automatically-setting-the-beaglebone-black-time-using-ntp/) > but

[beagleboard] Re: Beaglebone Black USB Host turns off

2013-11-15 Thread Ulf Samuelsson
Den lördagen den 16:e november 2013 kl. 01:46:23 UTC+1 skrev kfre...@gmail.com: > Hello, > > > First a little bit of a background: > > > I have a beaglebone black connected to the mains with a 5V, 1A DC power > supply. > I'm running an Xbee USB adapter board (http://goo.gl/ygIboV), and an XBee

[beagleboard] Re: BBB USB Host issue

2013-11-15 Thread Ulf Samuelsson
Den fredagen den 15:e november 2013 kl. 23:07:25 UTC+1 skrev rno...@gmail.com: > Hi, > > I working on a project where I need to use the USB host interface to connect > a FTDI module. The problem is that I can't see the  ttyUSB0. If I do lsusb > this is what I get: > > Bus 001 Device 002: ID 040

[beagleboard] Re: BBB USB Host issue

2013-11-15 Thread craig . markwardt
I'm not sure how people normally deal with this. On a different linux machine (not BBB), I have several USB serial adapters attached and I need them to be assigned specific device names so that software can find them. (i.e. can't trust the ttyUSBn ordering) I found the best way was to add an

Re: [beagleboard] Adafruit_BBIO.GPIO not working, command line does

2013-11-15 Thread William Hermans
Silly question. Why would you ask this question on the beagelboard google groups instead of the adafruit support forums ? On Fri, Nov 15, 2013 at 7:01 PM, Sika wrote: > Hi All > > I'm running a BBB with ubuntu. > > I've got pin 14 on header 8 running as a GPIo output > sudo -s > echo 26 > /sys/

[beagleboard] Re: BBB Omap I2C Controller Timed Out

2013-11-15 Thread Christopher Hopwood
I'm having exactly the same two issues (one board only outputs "C" over serial, the other returns identical logs). The given advice didn't help my situation. Any other ideas? On Wednesday, November 6, 2013 9:15:04 PM UTC, skypuppy wrote: > > I just received a couple of A5C's and it took 4 days

[beagleboard] cant connect to gateone ssh client

2013-11-15 Thread reyesjohnmar14
how to get rid on this...i cant connect to gateone ssh client.please help... -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from

[beagleboard] Adafruit_BBIO.GPIO not working, command line does

2013-11-15 Thread Sika
Hi All I'm running a BBB with ubuntu. I've got pin 14 on header 8 running as a GPIo output sudo -s echo 26 > /sys/class/gpio/export echo high > /sys/class/gpio/gpio26/direction This works great. However, when I try to do the equivalent with the Adafruit lib, it fails: import Adafruit_BBIO.

[beagleboard] Beaglebone Black USB Host turns off

2013-11-15 Thread kfreezen
Hello, First a little bit of a background: I have a beaglebone black connected to the mains with a 5V, 1A DC power supply. I'm running an Xbee USB adapter board (http://goo.gl/ygIboV), and an XBee 900HP (http://goo.gl/0ZhtM6

[beagleboard] Re: Boot from Ubuntu 12.04 on SD Card on BeagleBone Black

2013-11-15 Thread napperley
Appears as though the Beaglebone Black is working with Ubuntu 12.04 off the microSD card. Just need a confirmation that 2 lights flashing indicates that the Beaglebone is working fine. What is the IP address used by default for Ubuntu 12.04 (the build from the Armhf website)? -- For more opti

[beagleboard] tip: synch BBB date via ssh

2013-11-15 Thread tiziano de togni
Just to share this little tip I discovered today. Before connecting to your BBB with ssh, you can set the date with this command: ssh root@beaglebone.local date $(date +%m%d%H%M%C%y) Explanation: Connect to the remote computer and execute the command date giving as argument the current date

[beagleboard] Re: Windows 8 (64bit) driver install problems

2013-11-15 Thread elcanijo89
Thanks Guys way to go On Sunday, April 28, 2013 9:05:53 AM UTC-6, Kenny Lindberg wrote: > > Trying to install software for my Beaglebone Black on Win8-64 and > dpinst.exe fails. > OSX seems to work, so I don't think it's a hardware issue. > > Is there a work around? > > Kenny > -- For more op

[beagleboard] BBB USB Host issue

2013-11-15 Thread rnolec
Hi, I working on a project where I need to use the USB host interface to connect a FTDI module. The problem is that I can't see the ttyUSB0. If I do lsusb this is what I get: Bus 001 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC Bus 001 Devic

[beagleboard] Re: How the BeagleBone Black (Angstrom powered) synchronize his clock ?

2013-11-15 Thread tee . eff95
I have found 3 access to ntpdate-sync: - /lib/systemd/system/ntpdate.service - crontab -l - /etc/network/if-up.d I have put some log on the ntpdate-sync script, /etc/network/if-up.d don't seem to be called. In any case $NTPSERVERS is not set so my BeagleBone should not set his clock but

Re: [beagleboard] Cortex-A8 version supported on the AM3358?

2013-11-15 Thread Gerald Coley
r3p2 Gerald On Fri, Nov 15, 2013 at 2:52 PM, wrote: > I'm running the Genode OS on a BBB and am having issues with the MMU. What > version of the Cortex-A8 processor is the BBB based on? The current > version is r3p2. > > Thanks, > > Bob Stewart > > -- > For more options, visit http://beagle

[beagleboard] Cortex-A8 version supported on the AM3358?

2013-11-15 Thread robjsstewart
I'm running the Genode OS on a BBB and am having issues with the MMU. What version of the Cortex-A8 processor is the BBB based on? The current version is r3p2. Thanks, Bob Stewart -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscri

Re: [beagleboard] Re: Cape Device Tree Overlay fails to load during boot?

2013-11-15 Thread Robert Nelson
On Fri, Nov 15, 2013 at 2:52 PM, Jesper We wrote: > OK, I bit the bullet and went through the custom kernel build process. > Put my .dts in kernel/firmware/capes/ and added it to the > kernel/firmware/MakefileDTO > > ...and so it works. > > Conclusion: The reason the Circuitco Capes work is that t

Re: [beagleboard] Re: Cape Device Tree Overlay fails to load during boot?

2013-11-15 Thread Jesper We
OK, I bit the bullet and went through the custom kernel build process. Put my .dts in kernel/firmware/capes/ and added it to the kernel/firmware/MakefileDTO ...and so it works. Conclusion: The reason the Circuitco Capes work is that they are already compiled into the standard distribution. The

Re: [beagleboard] Memory Component Density

2013-11-15 Thread Maxim Podbereznyy
>From the am3358 datasheet: External Memory Interfaces (EMIF) - mDDR(LPDDR), DDR2, DDR3, DDR3L * mDDR: 200-MHz Clock (400-MHz Data * DDR2: 266-MHz Clock (532-MHz Data * DDR3: 400-MHz Clock (800-MHz Data * DDR3L: 400-MHz Clock (800-MHz Data * *16-Bit Data Bus* * 1 GB of Total Addressable Space * *S

[beagleboard] Re: RTL8188EUS driver for BBB

2013-11-15 Thread Ken Yang
I got mine working as well ... but experiencing some unstable behaviors such as slow connection and when I attempt to ssh, it fails sometimes. On Wednesday, 30 October 2013 15:26:27 UTC-4, Adam Erickson wrote: > > Thank you for the kernel. I followed your instructions and had my TP-LINK > TL-WN7

Re: [beagleboard] Prevent Screen Sleeping

2013-11-15 Thread Cody Lacey
* Prevent Monitor Sleep * /etc/X11/xorg.conf Section "ServerFlags" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection Section "Monitor" Option "DPMS" Identifier "Builtin Default Monitor" E

Re: [beagleboard] Java plugin in a web browser on the BBB

2013-11-15 Thread Don deJuan
On 11/15/2013 10:10 AM, jimmyjimja...@gmail.com wrote: > > On Friday, November 15, 2013 12:00:51 PM UTC-5, Paulo Ferreira wrote: > > > Are you sure the page needs Java? > Or is it Javascript? > > > I'll pretend to not be offended, but yes, it needs Java. ;) > When you launch this pag

Re: [beagleboard] Java plugin in a web browser on the BBB

2013-11-15 Thread Don deJuan
On 11/15/2013 10:10 AM, jimmyjimja...@gmail.com wrote: > > On Friday, November 15, 2013 12:00:51 PM UTC-5, Paulo Ferreira wrote: > > > Are you sure the page needs Java? > Or is it Javascript? > > > I'll pretend to not be offended, but yes, it needs Java. ;) > When you launch this pag

Re: [beagleboard] Memory Component Density

2013-11-15 Thread Gerald Coley
Actually, that should be x8. Working on a design that uses x4! Gerald On Fri, Nov 15, 2013 at 12:38 PM, Maxim Podbereznyy wrote: > Gerald, > > 4 X chips means 32bit memory bus but I think am335x supports only 16bit > bus. Am I right? > 15 нояб. 2013 г. 20:02 пользователь "Gerald Coley" > напис

Re: [beagleboard] Memory Component Density

2013-11-15 Thread Maxim Podbereznyy
Gerald, 4 X chips means 32bit memory bus but I think am335x supports only 16bit bus. Am I right? 15 нояб. 2013 г. 20:02 пользователь "Gerald Coley" написал: > The maximum is 1GB (8Gb). It is on the first page of the > processor datasheet. http://www.ti.com/product/am3359 > > To get there, you w

Re: [beagleboard] Java plugin in a web browser on the BBB

2013-11-15 Thread jimmyjimjames
On Friday, November 15, 2013 12:00:51 PM UTC-5, Paulo Ferreira wrote: > > > Are you sure the page needs Java? > Or is it Javascript? > > I'll pretend to not be offended, but yes, it needs Java. ;) When you launch this page from a desktop browser, it starts up the Java Plugin, loads the a

Re: [beagleboard] Angstrom support, web site

2013-11-15 Thread Philip
On Friday, November 15, 2013 10:24:28 AM UTC-5, Jesper We wrote: > It seems the feeds are still offline, preventing opkg from installing > anything. > > Big :-( > > Any idea when they will be back up??? > "Soon" DNS is updating. Philip -- For more options, visit http://beagleboard.org/discus

Re: [beagleboard] Java plugin in a web browser on the BBB

2013-11-15 Thread Paulo Ferreira
On 15/11/2013, at 14:23, jimmyjimja...@gmail.com wrote: > I picked up another BBB that I'm planning to use with an HDTV (via HDMI) to > show a status web page. Unfortunately, this web page requires Java to > display. > .. Are you sure the page needs Java? Or is it Javascript? Bes

Re: [beagleboard] Re: Java plugin in a web browser on the BBB

2013-11-15 Thread Don deJuan
On 11/15/2013 07:33 AM, jimmyjimja...@gmail.com wrote: > On Friday, November 15, 2013 9:23:34 AM UTC-5, jimmyj...@gmail.com wrote: > > > Any ideas on getting a Java plugin to work on the BBB? I'm > probably not even using the correct .so file > > I'm not against switching to a di

Re: [beagleboard] Re: Cape Device Tree Overlay fails to load during boot?

2013-11-15 Thread Don deJuan
On 11/15/2013 07:08 AM, Jesper We wrote: > Yes it seems lots of people are in the same situation. OK, so despite > all the halabaloo about Device Tree Overlays you still need to build a > custom kernel to add a new cape at boot, is that so? > I kind of thought the whole point was getting rid of tha

Re: [beagleboard] Memory Component Density

2013-11-15 Thread Gerald Coley
The maximum is 1GB (8Gb). It is on the first page of the processor datasheet. http://www.ti.com/product/am3359 To get there, you will need to use 4 x8 packages. So, the maximum on the BB is 4Gb as it uses a x16 part.. Gerald On Fri, Nov 15, 2013 at 9:56 AM, SMT Guy Austin, Texas < brads%austi

Re: [beagleboard] Prevent Screen Sleeping

2013-11-15 Thread Don deJuan
On 11/15/2013 12:34 AM, Björn Krombholz wrote: > On 11/15/2013 12:03 AM, Nick M wrote: >> I am going to be using Angstrom Beaglebone Black with an LCD cape. Is >> there any way to prevent the screen from sleeping and does that differ >> from HDMI sleep? > > Try adding consoleblank=0 as kernel boot

[beagleboard] Memory Component Density

2013-11-15 Thread SMT Guy Austin, Texas
Hello, I apologize if this has been covered prior. My searches have turned up empty. Is anyone aware of the maximum DDR memory configuration that the AM3559 can support with DDR3? The manual states a single X16 device or two X8 devices, but I can't find a reference to the maximum component d

[beagleboard] Re: Does PINCTRL work on BB xM, kernel v. 3.11?

2013-11-15 Thread porkupan
On 3.12 an attempt to dump */sys/kernel/debug/pinctrl/48002030.pinmux/pins*continues to cause a kernel crash (not a complete crash, but bad enough): root@arm:~# cat /sys/kernel/debug/pinctrl/48002030.pinmux/pins Segmentation fault http://paste.ubuntu.com/6421695/ [63418.031249] Unhandled fault

Re: [beagleboard] BBB Audio Input with I2S

2013-11-15 Thread Seppo Nikkilä
A couple of years ago I designed and prototyped with the original BeagleBoard a single channel 24-bit, 192 kS/s high-quality audio DAC and an I2S driver for it. Works great. The design is based in the TI PCM1792A chip I am now planning to make it even better but have a few more urgent projects ahea

[beagleboard] Re: Java plugin in a web browser on the BBB

2013-11-15 Thread jimmyjimjames
On Friday, November 15, 2013 9:23:34 AM UTC-5, jimmyj...@gmail.com wrote: > Any ideas on getting a Java plugin to work on the BBB? I'm probably not > even using the correct .so file > > I'm not against switching to a different browser like Firefox. I'm also > not against installing Ubunt

Re: [beagleboard] Angstrom support, web site

2013-11-15 Thread Jesper We
It seems the feeds are still offline, preventing opkg from installing anything. Big :-( Any idea when they will be back up??? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubs

[beagleboard] Re: Bad link at http://downloads.angstrom-distribution.org/demo/beaglebone/

2013-11-15 Thread lutz . bickhardt
I cannot find ANY link with newer images, they are either down or contain images that raise an "unexpected end" when decompressing. Where should I look? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "Bea

[beagleboard] Re: Cape Device Tree Overlay fails to load during boot?

2013-11-15 Thread Jesper We
Yes it seems lots of people are in the same situation. OK, so despite all the halabaloo about Device Tree Overlays you still need to build a custom kernel to add a new cape at boot, is that so? I kind of thought the whole point was getting rid of that ;-) -- For more options, visit http://beagl

Re: [beagleboard] Installing ubuntu 13.04 server

2013-11-15 Thread Robert Nelson
On Fri, Nov 15, 2013 at 8:43 AM, wrote: > Op vrijdag 15 november 2013 15:26:09 UTC+1 schreef RobertCNelson: >> >> > I wish I could edit my posts to change them for additions. >> > I'm trying to build a driver, and probably need linux-headers since I >> > already have build-essentials installed an

Re: [beagleboard] Installing ubuntu 13.04 server

2013-11-15 Thread hvn052
Op vrijdag 15 november 2013 15:26:09 UTC+1 schreef RobertCNelson: > > > I wish I could edit my posts to change them for additions. > > I'm trying to build a driver, and probably need linux-headers since I > > already have build-essentials installed and I find that the installed > kernel > > 3.1

Re: [beagleboard] Installing ubuntu 13.04 server

2013-11-15 Thread Robert Nelson
> I wish I could edit my posts to change them for additions. > I'm trying to build a driver, and probably need linux-headers since I > already have build-essentials installed and I find that the installed kernel > 3.12.0 is not from the standard repos. The message I'm getting is that > \lib\modules

[beagleboard] Java plugin in a web browser on the BBB

2013-11-15 Thread jimmyjimjames
Hello, I picked up another BBB that I'm planning to use with an HDTV (via HDMI) to show a status web page. Unfortunately, this web page requires Java to display. I'm running Angstrom (BBB 3013.09.04 image) and was able to successfully install Java using these directions: http://beagleboard.o

Re: [beagleboard] Installing ubuntu 13.04 server

2013-11-15 Thread Robert Nelson
On Fri, Nov 15, 2013 at 2:19 AM, wrote: > Op donderdag 14 november 2013 15:36:42 UTC+1 schreef RobertCNelson: >> >> On Thu, Nov 14, 2013 at 2:20 AM, wrote: >> > Op woensdag 13 november 2013 19:05:45 UTC+1 schreef RobertCNelson: >> >> >> >> > Ok, I have the cursor now. But graphical response is

Re: [beagleboard] lighttpd not working correctly

2013-11-15 Thread David Lambert
If you are using Angstrom, it uses systemd to control services. Try: systemctl start lighttpd You can query the status of a service as follows: systemctl status lighttpd lighttpd.service - Lightning Fast Webserver With Light System Requirements Loaded: loaded (/etc/systemd/system/lig

Re: [beagleboard] Rotating XServer to portrait on Beaglebone Black with no display manager

2013-11-15 Thread Nuno Sucena Almeida
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2013 01:41 PM, RTM wrote: > run X it goes back to landscape. Does the xrandr tool work ? Something like: xrandr -q to query for the OUTPUTNAME, then xrandr --output OUTPUTNAME --rotate left regards, Nuno - -- http://aeminium.org/nuno/

Re: [beagleboard] BBB Audio Input with I2S

2013-11-15 Thread Gerald Coley
Audio on HDMI is an output only.It cannot receive data. Gerald On Fri, Nov 15, 2013 at 2:54 AM, wrote: > Hi there! > > I am currently working on a project involving some audio processing. An > analog to digital stereo converter that can sample at 96k with 24-bit > resolution is being used in

[beagleboard] Re: eGalax Touch Screen driver

2013-11-15 Thread Nguyen Tran Nhan
Just need to recompile kernel and enable touchscreen driver. After update new kernel, touchscreen will work well. Thank you, Nhan On Fri, Nov 15, 2013 at 4:08 AM, wrote: > Hi, I'm looking to do this, what Guide did you follow? Was this for the > Angstrom Distro? > > > On Monday, 12 August 201

[beagleboard] Re: lighttpd not working correctly

2013-11-15 Thread aagam
Even I am getting the same problem !!! Have you got the solution / Please pass the solution if you have -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group a

[beagleboard] BBB Audio Input with I2S

2013-11-15 Thread nologg3rs
Hi there! I am currently working on a project involving some audio processing. An analog to digital stereo converter that can sample at 96k with 24-bit resolution is being used in conjunction with an external microphone to get digital audio data. This converter outputs data using the I2S bus

[beagleboard] Re: Is it possible to run BBB off cheap rechargeable batteries?

2013-11-15 Thread Bert Lindner
On Sunday, November 10, 2013 3:09:56 AM UTC+1, rowland@gmail.com wrote: > > I have been trying to figure out a way to run the BBB off cheap > rechargeable batteries, either 9V or 6 to 8 AAs. I have been successful in > running the BBB off a 3-cell Lipo with a 7805 5V regulator circuit. > H

[beagleboard] Re: BBB LCD Interface

2013-11-15 Thread Vignesh Rajendran
On Monday, November 11, 2013 10:38:00 AM UTC+5:30, chait...@gmail.com wrote: > > Hi, > > I have Beaglebone Black and We have followed the procedures as mentioned > in the website http://beagleboard.org/Getting%20Started#update to boot > the OS we are not facing any problem with booting up its w

[beagleboard] I dont have folder /local in /usr

2013-11-15 Thread valentin7650
Hi all, I have a big problem, i would install D2XX drivers on my BBB ( http://www.ftdichip.com/Drivers/D2XX.htm ) but i need to copy files in the folder /usr/local but i dont have the folder local in the folder /usr! i have arm-angstrom-linux-gnueabi , bin ,etc, games, include , lib,

[beagleboard] Re: Enbale SmartReflex on BeagleBoard C4

2013-11-15 Thread JianguoWEI
BTW, here is the kernel configurations related to SmartReflex (all that I can found): Symbol: OMAP_SMARTREFLEX [=y] │ │ Type : boolean │ │ Prompt: SmartReflex support

[beagleboard] Enbale SmartReflex on BeagleBoard C4

2013-11-15 Thread JianguoWEI
Hi, guys I want to use the SmartReflex to change the Vdd1 voltage of BeagleBoard C4. I have tried with the Linux kernel 2.6.32 version that is verified by TI, and there is no problem. Every time I changed the CPU frequency (with cpufreq-set), the vdd1 voltage is also changed. And in this case,

Re: [beagleboard] Installing ubuntu 13.04 server

2013-11-15 Thread hvn052
Op donderdag 14 november 2013 15:36:42 UTC+1 schreef RobertCNelson: > > On Thu, Nov 14, 2013 at 2:20 AM, > wrote: > > Op woensdag 13 november 2013 19:05:45 UTC+1 schreef RobertCNelson: > >> > >> > Ok, I have the cursor now. But graphical response is extremely slow. > Any > >> > solution for t

Re: [beagleboard] Prevent Screen Sleeping

2013-11-15 Thread Björn Krombholz
On 11/15/2013 12:03 AM, Nick M wrote: I am going to be using Angstrom Beaglebone Black with an LCD cape. Is there any way to prevent the screen from sleeping and does that differ from HDMI sleep? Try adding consoleblank=0 as kernel boot parameter. You might also want to take a look at # setter

Re: [beagleboard] Installing ubuntu 13.04 server

2013-11-15 Thread hvn052
Op donderdag 14 november 2013 15:36:42 UTC+1 schreef RobertCNelson: > > On Thu, Nov 14, 2013 at 2:20 AM, > wrote: > > Op woensdag 13 november 2013 19:05:45 UTC+1 schreef RobertCNelson: > >> > >> > Ok, I have the cursor now. But graphical response is extremely slow. > Any > >> > solution for t