[beagleboard] Re: Device Tree Overlay

2013-12-16 Thread Thorsten von Eicken
Same problem here with the UART driver. I'm having difficulties with the new enable_partno the cape manager fails to load my dtbo even through the "echo slots" works just fine. I have: $ cat /boot/uboot/uEnv.txt optargs=fixrtc capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN capemgr.enable_

[beagleboard] Re: newbie: Trying to get PWM to work to move a servo - not working

2013-12-16 Thread chris . lucyshyn
Hi, I just re-tested with another Beaglebone Black that I bought, and GPIO seems to be working ok. I couldn't get PWM to work on it yet though. Do you have any experience in getting PWM to work? I'm trying to control a servo. I have an A5A Beaglebone Black running Ubuntu 13.04 and an A6 Beaglebo

[beagleboard] Re: newbie: Trying to get PWM to work to move a servo - not working

2013-12-16 Thread Tom Davies
On Wednesday, 11 December 2013 16:46:47 UTC+11, chris.l...@gmail.com wrote: > > I have also tried to use GPIO to display a message within my SSH window > when a push button switch is pressed - nothing there either. > Can you post the code you used to set up the io pin and to check it? -- Fo

Re: [beagleboard] stock angstrom (with stock GUI) image download link

2013-12-16 Thread Gerald Coley
That is a prebuilt image. That is what we flash on every board that goes out the door. http://www.elinux.org/Beagleboard:Updating_The_Software https://s3.amazonaws.com/angstrom/demo/beaglebone/BBB-eMMC-flasher-2013.09.04.img.xz Gerald On Mon, Dec 16, 2013 at 9:22 PM, wrote: > Hey Gerald, >

Re: [beagleboard] stock angstrom (with stock GUI) image download link

2013-12-16 Thread danushkaj91
Hey Gerald, Thanks for the link. Isn't there a *pre-built* image On Tuesday, December 17, 2013 8:36:13 AM UTC+5:30, Gerald wrote: > > It is on the support Wiki. Item 10.1 > > http://www.elinux.org/Beagleboard:BeagleBoneBlack > > Gerald > > > > On Mon, Dec 16, 2013 at 7:56 PM, > wrote: > >> h

Re: [beagleboard] Cannot access BBB via wifi

2013-12-16 Thread fabrguer
Hi William, here is what I get: root@beaglebone:/etc/network# more interfaces iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 Do I have to configure it for wlan0 as well? Thanks On Monday, December 16, 2013 12:58:40 PM UTC-8, William Hermans wrote: > > What does your /etc

Re: [beagleboard] Cannot access BBB via wifi

2013-12-16 Thread fabrguer
HI Tux, I'm not 100% sure what you mean... I can access the board via ssh (@192.168.7.2 which is the USB address) and the ping on that address works as well. Same when I try to access via ethernet, they both works. Thanks On Monday, December 16, 2013 12:21:41 PM UTC-8, Tux Leonard wrote: > > D

Re: [beagleboard] stock angstrom (with stock GUI) image download link

2013-12-16 Thread Gerald Coley
It is on the support Wiki. Item 10.1 http://www.elinux.org/Beagleboard:BeagleBoneBlack Gerald On Mon, Dec 16, 2013 at 7:56 PM, wrote: > hey guys, > > Can someone give me a link to download the image of the stock angstrom > which comes with BBB when we purchase it ? > *(with GUI)* > > Thanks

[beagleboard] stock angstrom (with stock GUI) image download link

2013-12-16 Thread danushkaj91
hey guys, Can someone give me a link to download the image of the stock angstrom which comes with BBB when we purchase it ? *(with GUI)* Thanks -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoa

Re: [beagleboard] Boot Android from eMMC without Micro SD ??

2013-12-16 Thread William Hermans
And Joe Walsh has a Maserati that does 185 . . . Does those platforms use the same exact drivers ? On Mon, Dec 16, 2013 at 6:47 PM, liyaoshi wrote: > I got over 30MB/s read speed on freescale iMX6 with 8bit eMMC 4.4 spec > @49.5M :) > > > 2013/12/17 William Hermans > >> The device tree file f

Re: [beagleboard] Boot Android from eMMC without Micro SD ??

2013-12-16 Thread liyaoshi
I got over 30MB/s read speed on freescale iMX6 with 8bit eMMC 4.4 spec @49.5M :) 2013/12/17 William Hermans > The device tree file for the BBB shows it in 8bit mode. > > What I am thinking is that perhaps the low level block device driver in > the kernel needs optimizing. That and it is not spe

Re: [beagleboard] Beaglebone dies when accessing GPMC repeatedly

2013-12-16 Thread liyaoshi
I dont know why you will be ok when @600MHz but for my previous experience , for a resolved register read, you can NOT use continuous 4k size map . map_base = mmap(0, MAP_SIZE, PROT_READ | PROT_WRITE, MAP_SHARED, fd, (target + 0x100) & ~MAP_MASK); 2013/12/17 > Greetings everyone, > > I

Re: [beagleboard] Porting uclinux on Beagleboard-xm

2013-12-16 Thread liyaoshi
Well , uClibc is NOT uClinux uClibc is more like embed version of Glibc, uClibc can used as generic linux with mmu . just for small size . uClinux is more patch for no MMU SOC . Glibc , uClibc and uc-libc can used for uClinux . Almost uClinux use FLT instead ELF for excutive file , uClinux is fir

Re: [beagleboard] START_HERE directory not found

2013-12-16 Thread Gerald Coley
Oh! I see! OK. Well not sure if that one will run on the BeagleBone. I suggest you contact TI via the e2e forums and ask someone if you want to use that SW. Gerald On Mon, Dec 16, 2013 at 5:10 PM, wrote: > Hi Gerald, > Item 10.10 is the instruction for installing SDK on BeagleBone Black. > Ho

[beagleboard] Achieving full shutdown with new Kernel?

2013-12-16 Thread ron
Recently I cross-compiled a new Ubuntu kernel based on the v3.12.x branch according to Robert Nelson's fantastic work and instructions resulting in a build 3.12.5-bone10.1. This was also used to compile a kernel module providing support for an Asix usb ethernet adapter. All working excellent

Re: [beagleboard] START_HERE directory not found

2013-12-16 Thread jiajina1947
Hi Gerald, Item 10.10 is the instruction for installing SDK on BeagleBone Black. However, I have the original BeagleBone. Regards, Jiajin On Monday, December 16, 2013 2:14:25 PM UTC-8, Gerald wrote: > http://www.elinux.org/Beagleboard:BeagleBoneBlack > > Item 10.10. > > Gerald > > > On Mon, Dec 16

RE: [beagleboard] digital multimeter

2013-12-16 Thread William Pretty Security
Try EBay. I have a Radioshack meter with an RS-232 interface, and love it ! -Original Message- From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of rh_ Sent: Monday, December 16, 2013 6:28 PM To: beagleboard@googlegroups.com Subject: [beagleboard] digital m

Re: [beagleboard] QT5.1.1 running on BeagleBoneBlack

2013-12-16 Thread John Syne
On 12/15/13, 4:44 PM, "Robert Nelson" wrote: >On Sun, Dec 15, 2013 at 2:51 PM, John Syne wrote: >> I finally managed to get QT5.1.1 running on BBB. I could not get the >>cross >> compile to work so I resorted to compiling QT natively on the BBB. >> >> My setup is as follows: >> >> I followed t

[beagleboard] Re: saucy-armhf/v3.12.5-bone10 kernel freezes (USB related?)

2013-12-16 Thread Christof Meerwald
On Sat, Dec 14, 2013 at 06:49:31PM +0100, Christof Meerwald wrote: > On Fri, 13 Dec 2013 14:12:04 -0600, Robert Nelson wrote: > > On Fri, Dec 13, 2013 at 1:56 PM, Christof Meerwald > > wrote: > >> I just tried updating to v3.12.5-bone10 (from > >> http://rcn-ee.net/deb/saucy-armhf/v3.12.5-bone10/

Re: [beagleboard] GUI program how to/examples

2013-12-16 Thread William Hermans
No, using a different platform wont make your life easier. With that said, id recommend at least searching youtube for QT tutorials, and follow them on the PC. The concept is exactly the same. On Mon, Dec 16, 2013 at 2:54 PM, Matt Graham wrote: > I am researching the beaglebone black. I'm not

Re: [beagleboard] Porting uclinux on Beagleboard-xm

2013-12-16 Thread Hieu Trung Le
On Dec 17, 2013, at 1:07 AM, "haipham1...@gmail.com" mailto:haipham1...@gmail.com>> wrote: Thanks for your reply. I have project which need to evaluate uclinux. Only my small research. Do you have patch uclinux for beagleboard-xm? if yes, please send it to me. Tr

Re: [beagleboard] START_HERE directory not found

2013-12-16 Thread Gerald Coley
http://www.elinux.org/Beagleboard:BeagleBoneBlack Item 10.10. Gerald On Mon, Dec 16, 2013 at 3:39 PM, wrote: > Hi Gerald, > Thank you for your quick reply. > You told me that I have to first install the Sitara SDK. Can you tell me > where to download and how to install the Sitara SDK? > Thank

Re: [beagleboard] Measuring Battery Voltage - PMIC

2013-12-16 Thread Gerald Coley
It is there to detect if the 3.3V regulator, that is separate from the PMIC, is working. he shunt resistor was removed from the BeagleBone Black design. I felt that detecting the regulator was more important than a feature very few people used. Gerald On Mon, Dec 16, 2013 at 3:16 PM, wrote:

[beagleboard] GUI program how to/examples

2013-12-16 Thread Matt Graham
I am researching the beaglebone black. I'm not a very good programmer, but I am a fairly advanced linux user. I have done some programming, mostly scripting and high level/easy languages. Any serious programming that I did was a long time ago in languages that are probably not relevant. I se

[beagleboard] Beaglebone dies when accessing GPMC repeatedly

2013-12-16 Thread upwardindex
Greetings everyone, I have an issue where my beaglebone's heartbeat LED stop blinking and I am unable to do anything with it after the bug has happened. The issue happens within a couple of seconds when running at 720 MHz. *Here is a trivial C program that triggers the bug every time it is run

Re: [beagleboard] START_HERE directory not found

2013-12-16 Thread jiajina1947
Hi Gerald, Thank you for your quick reply. You told me that I have to first install the Sitara SDK. Can you tell me where to download and how to install the Sitara SDK? Thank you again. Jiajin On Monday, December 16, 2013 12:15:00 PM UTC-8, Gerald wrote: > The board does not ship with the Sitara

Re: [beagleboard] Measuring Battery Voltage - PMIC

2013-12-16 Thread nicolas . dudebout
Hi Gerald, Could you explain why you decided to remove this from the BeagleBone Black? I cannot figure out the use of AIN7 in the BeagleBone Black configuration. I understand its use in the BeagleBone. However in the BeagleBone Black, it seems to me that it should read a fixed value of 1.65V. A

[beagleboard] How do I setup a username and password for Cloud9 IDE access?

2013-12-16 Thread tn
Hello, I set up remote web access to access my BBB Cloud9 IDE, but then realized there was no username and password protection. Any way to do add this functionality? Thanks! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to

Re: [beagleboard] Switching from Angstrom to Debian for the BBB

2013-12-16 Thread David Lambert
On 12/05/2013 03:53 PM, Robert Nelson wrote: Well, the best option is to write a patch against: https://github.com/beagleboard/kernel/tree/3.8 and then i'll merge it into both tree's and push out a new debian/ubuntu kernel build. .;) So everyone get's the patch and supports your new cape out of

Re: [beagleboard] Cannot access BBB via wifi

2013-12-16 Thread William Hermans
What does your /etc/network/interfaces file look like ? Also, does your Mac have any idea what the gateway IP of that subnet is ? On Mon, Dec 16, 2013 at 1:21 PM, Tux Leonard wrote: > Did you start ping and ssh servers on BBB? > Are they running? > > > 2013/12/15 fabrguer > >> Hi, I'm using B

Re: [beagleboard] Kernel Config

2013-12-16 Thread William Hermans
I've always used menuconfig when making changes, but I am sure there is a way to use diff, or something else to edit the file quickly. I guess we're both about to find out shortly. If someone is kind enough to respond. On Mon, Dec 16, 2013 at 1:30 PM, David Marquart wrote: > What is the correct

Re: [beagleboard] Boot Android from eMMC without Micro SD ??

2013-12-16 Thread William Hermans
The device tree file for the BBB shows it in 8bit mode. What I am thinking is that perhaps the low level block device driver in the kernel needs optimizing. That and it is not specific to the eMMC either. I have no proof here, I have just been noticing a trend with 21MB/s about the ceiling for sto

Re: [beagleboard] Re: Does anyone have Angstrom qt toolchain for 32 bit Linux?

2013-12-16 Thread Tux Leonard
Hi Tommaso, I shared the with you over google drive. I hope it's the right one. Roy 2013/12/14 Benjamin Sternlieb > I'm using stuff from the Yocto project > > http://downloads.yoctoproject.org/releases/yocto/yocto-1.5/toolchain/i686/ > > > http://downloads.yoctoproject.org/releases/yocto/yoct

[beagleboard] Kernel Config

2013-12-16 Thread David Marquart
What is the correct way to change just one item on a kernel config? First line of the file when you open it in nano says "DO NOT EDIT" and running "make config" seems like a lot of possible places to mess up. Is there another way to do it? All I want to do is set CONFIG_CIFS=y. -- For more

Re: [beagleboard] Cannot access BBB via wifi

2013-12-16 Thread Tux Leonard
Did you start ping and ssh servers on BBB? Are they running? 2013/12/15 fabrguer > Hi, I'm using BBB with Angstrom 3.8.13 and the Edimax EW-7811Un USB > adapter. > > I believe I got wifi to work as this is what I get with ifconfig: > > # ifconfig wlan0 > wlan0 Link encap:Ethernet HWaddr 80

Re: [beagleboard] Beaglebone START_HERE.sh not found

2013-12-16 Thread Gerald Coley
The board does not ship with the Sitara SDK. You would need to install that to use the instructions you are trying to use. Gerald On Mon, Dec 16, 2013 at 1:37 PM, wrote: > I bought a BeagleBone Development Board from TI eStare (Order Number is > 258705) on 7/31/2013. > > From Sitara Linux Soft

Re: [beagleboard] START_HERE directory not found

2013-12-16 Thread Gerald Coley
The board does not ship with the Sitara SDK. You would need to install that to use the instructions you are trying to use. Gerald On Mon, Dec 16, 2013 at 1:53 PM, wrote: > I bought a BeagleBone Development Board from TI eStare (Order Number is > 258705) on 7/31/2013. > > From Sitara Linux Sof

[beagleboard] START_HERE directory not found

2013-12-16 Thread jiajina1947
I bought a BeagleBone Development Board from TI eStare (Order Number is 258705) on 7/31/2013. >From Sitara Linux Software Developer’s Guide I found the following: When Beaglebone boots, a START_HERE directory will display on your Linux host desktop. To start your evalaution and development u

[beagleboard] Beaglebone black with chipsee 7" touchscreen cape

2013-12-16 Thread Amid Ale
Hello every body. I am developing an application with a beaglebone black in sdk precompiled Sitara TI include in the Chipsee CD, my problem is that I not found a boot image (picture) (not a splash image) to change this, The picture is a Chipsee logo and Tux. sorry my bad inglish. Thanks -- F

Re: [beagleboard] Beaglebone START_HERE.sh not found

2013-12-16 Thread jiajina1947
I bought a BeagleBone Development Board from TI eStare (Order Number is 258705) on 7/31/2013. >From Sitara Linux Software Developer’s Guide I found the following: When Beaglebone boots, a START_HERE directory will display on your Linux host desktop. To start your evalaution and development u

[beagleboard] beaglebone black with 7" chipsee display cape

2013-12-16 Thread Amid Ale
Hello every body. I am developing an application with a beaglebone black in sdk precompiled Sitara TI include in the Chipsee CD, my problem is that I not found a boot image (not a splash image) to change this, The picture is a Chipsee logo and Tux. sorry my bad inglish. Thanks -- For more op

Re: [beagleboard] Boot Android from eMMC without Micro SD ??

2013-12-16 Thread Gerald Coley
I agree.I suspect that the eMMC is actually set to 4bit in some of the kernels and there may be other issues going on as well.. Gerald On Mon, Dec 16, 2013 at 12:52 PM, John Syne wrote: > > > From: Gerald Coley > Reply-To: > Date: Monday, December 16, 2013 at 6:34 AM > To: "beagleboard@googl

Re: [beagleboard] Boot Android from eMMC without Micro SD ??

2013-12-16 Thread John Syne
From: Gerald Coley Reply-To: Date: Monday, December 16, 2013 at 6:34 AM To: "beagleboard@googlegroups.com" Cc: Subject: Re: [beagleboard] Boot Android from eMMC without Micro SD ?? > eMMC runs at 48MHZ. > uSD runs at 48MHz. > eMMC is 8bit. > uSD is 4bit. Hi Gerald, Based on the specs,

Re: [beagleboard] Porting uclinux on Beagleboard-xm

2013-12-16 Thread haipham1505
Thanks for your reply. I have project which need to evaluate uclinux. Only my small research. Do you have patch uclinux for beagleboard-xm? if yes, please send it to me. Thanks again. Thanh Truong On Monday, November 25, 2013 8:02:07 AM UTC+7, liyaoshi wrote: > > uClinux is for non mmu soc , si

Re: [beagleboard] Need help Arch Linux on SD

2013-12-16 Thread Don deJuan
On 12/16/2013 09:34 AM, blatan...@gmail.com wrote: > > Is there maybe an easier way like a GUI ? like on the Raspberry pi ? > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google > Groups "BeagleBoard" group. >

Re: [beagleboard] Need help Arch Linux on SD

2013-12-16 Thread blatancic
> Is there maybe an easier way like a GUI ? like on the Raspberry pi ? > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from

Re: [beagleboard] Fail trying to enable uart5

2013-12-16 Thread Mike Bremford
I should have listed this thread as well: https://groups.google.com/d/msg/beagleboard/YqONs50YKWU/VuVsbBhQNl0J Did you confirm that HDMI is actually disabled and UART5 is enabled? And by that I mean booting with a screen plugged in and confirming it's blank, and trying to send/receive on UART5 and

Re: [beagleboard] Problem with TiWi-BLE cape beaglebone isnt working,

2013-12-16 Thread Gerald Coley
That is correct. No SW for it and there are HW conflicts which can damage the BeagleBone Black.. Gerald On Mon, Dec 16, 2013 at 9:48 AM, LanonX wrote: > Sorry i have opened another thread by mistake. > > > ihave seen the link, so TIWI-BLE is not compatible with beaglebone > black??? :S > > > I

Re: [beagleboard] Fail trying to enable uart5

2013-12-16 Thread Renato Riolino
I have resolved this issue by editting am335x-boneblack.dts and correcting the name os the uarts (from uart0, uart1, uart2, uart3, uart4 and uart5 to uart1, uart2, uart3, uart4, uart5 and uart6). It's working now (needed to disable HDMI too). []'s Em quinta-feira, 12 de dezembro de 2013 12h32m

[beagleboard] Using UART0 via PIN 17 and PIN 18 from P9

2013-12-16 Thread Renato Riolino
Hi, I have an application that needs 5 UARTs to work. We are building a cape board to plug on P8 and P9 to expose all 6 uarts from the CPU. I've made a DT file for all uarts. All are working now except for UART0 that is still only accessable via the 6 pin ttl debug pins. Specific for UART0, th

Re: [beagleboard] Problem with TiWi-BLE cape beaglebone isnt working,

2013-12-16 Thread LanonX
Sorry i have opened another thread by mistake. ihave seen the link, so TIWI-BLE is not compatible with beaglebone black??? :S In have bought it in mouser.com they sell it with El lunes, 16 de diciembre de 2013 16:40:40 UTC+1, Gerald escribió: > > Did you check here? > > http://www.elinux.o

[beagleboard] Problem with TiWi-BLE and beaglebone black

2013-12-16 Thread LanonX
Hi everyone, Hi have recently buyed beaglebone black with a wifi cape de TiWi-BLE but i can't make it work. The problem is that, when i put the wifi cape on it, the beaglebone dont b

[beagleboard] tuntap driver what's wrong in kernel 3.12 ?

2013-12-16 Thread SKiAt
Hi all, these days I put a hand on the kernel 3.12 from RobertCNelson github repo and i found one strange thing happening to the tuntap driver. First it has IPv6 disabled with net.ipv6.conf.tun1.disable_ipv6 = 1 while both *default* and *all* variants are equal to zero so what I expect is to h

Re: [beagleboard] Problem with TiWi-BLE cape beaglebone isnt working,

2013-12-16 Thread Gerald Coley
Did you check here? http://www.elinux.org/Beagleboard:BeagleBone_Black_Capes Gerald On Mon, Dec 16, 2013 at 9:23 AM, LanonX wrote: > > > Hi all, I recently bought beaglebone black an

[beagleboard] Problem with TiWi-BLE cape beaglebone isnt working,

2013-12-16 Thread LanonX
Hi all, I recently bought beaglebone black and also i a wifi cape in mouser.com . But im having big trouble to make it work. Beaglebone works fine alone, but when i put the cape on it

[beagleboard] Re: Beaglebone as Android Accesory

2013-12-16 Thread ariadna . instruments
> > Thank you very much for your answers. I managed to fix it. > But now I have another problem: xabi@ubuntu:~/Downloads/BeagleBoneAcc$ sudo bash mkmmc-acc.sh /dev/sdd1 [sudo] password for xabi: All data on /dev/sdd1 now will be destroyed! Continue? [y/n] y [Unmounting all existing partition

Re: [beagleboard] Re: Volumio - Audiophile Music Player on Beaglebone Black

2013-12-16 Thread Mike Bremford
Not sure about the OP, but I'm using https://github.com/abrasive/shairportand it works well. On 16 December 2013 14:08, taffson wrote: > May I ask what package or projects you use for Airplay receiver emulation? > > > On Monday, 16 December 2013 02:38:47 UTC+1, Michelangelo Guarise wrote: >> >>

Re: [beagleboard] Device Tree Overlay

2013-12-16 Thread Jason Kridner
On Mon, Dec 16, 2013 at 8:53 AM, wrote: > Dear all, > > May I ask for your advice regarding a device tree overlay problem occuring > at boot time (Ubuntu on BBB). My MAX-GPIO-set-00A0.dtbo file works just nice > when I use it manually by typing the command > >> echo MAX-GPIO-set > slots > > > (in

Re: [beagleboard] Boot Android from eMMC without Micro SD ??

2013-12-16 Thread Gerald Coley
eMMC runs at 48MHZ. uSD runs at 48MHz. eMMC is 8bit. uSD is 4bit. Gerald On Mon, Dec 16, 2013 at 8:29 AM, Efecan Yilmaz wrote: > I'm not an expert but I think, If you want speed, you should use an SD > cards like this: > > > http://www.samsung.com/uk/consumer/memory-cards-hdd-odd/memory-cards-

Re: [beagleboard] Boot Android from eMMC without Micro SD ??

2013-12-16 Thread Efecan Yilmaz
I'm not an expert but I think, If you want speed, you should use an SD cards like this: http://www.samsung.com/uk/consumer/memory-cards-hdd-odd/memory-cards-accessories/micro-sd-plus-accessories/MB-MPAGA/EU?subsubtype=micro-sd-plus-accessories or something which has min 30 mb/s read speed. I'm u

RE: [beagleboard] BeagleBoard Black

2013-12-16 Thread William Pretty Security
Nope. From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Deepak Bodhani Sent: Monday, December 16, 2013 4:49 AM To: beagleboard@googlegroups.com Cc: Akshay Joshi Subject: [beagleboard] BeagleBoard Black Hi, I have a small software of less than 10 MB devel

[beagleboard] Re: Volumio - Audiophile Music Player on Beaglebone Black

2013-12-16 Thread taffson
May I ask what package or projects you use for Airplay receiver emulation? On Monday, 16 December 2013 02:38:47 UTC+1, Michelangelo Guarise wrote: > > > You can also use it as an Airport receiver to stream your tunes from > compatible devices! Last but not least, with an Android app you can > co

Re: [beagleboard] BeagleBoard Black

2013-12-16 Thread Gerald Coley
No. WinXP is an x86 architecture operating system. BeagleBoneBlack is ARM based. Gerald On Mon, Dec 16, 2013 at 3:49 AM, Deepak Bodhani < digitech.engine...@gmail.com> wrote: > Hi, > > I have a small software of less than 10 MB developed under windows. > Can I load Win-XP in BBB & then load my

Re: [beagleboard] Boot Android from eMMC without Micro SD ??

2013-12-16 Thread Gerald Coley
The goal here is to make the sure hardware is good. Flash the factory image and make sure the board works. Then flash whatever image you like over the factory image. If it does no work, then your image has issues. Gerald On Mon, Dec 16, 2013 at 12:22 AM, wrote: > Hi Gerald, > > Could you ple

[beagleboard] Re: newbie: Trying to get PWM to work to move a servo - not working

2013-12-16 Thread chris . lucyshyn
Hi, What 'patch' are you referring to? I never heard of having to apply any patches to get PWM to work. On Thursday, December 12, 2013 2:18:49 AM UTC-7, Giuseppe Iellamo wrote: > > Just to tell you. > > I use PWM on BBB and encoders and they are working quite well. > > You have to use kernel 3.

Re: [beagleboard] Re: BeagleBone USB Wireless Adapter Configuration

2013-12-16 Thread juancmartinezch
El sábado, 14 de diciembre de 2013 01:42:05 UTC+1, John Syne escribió: > > > On 12/13/13, 3:43 PM, "juancma...@gmail.com " > > wrote: > > >Hi Jerril, i compile drivers for rt5370 with a cross compiler, then i > >have the file rt5370sta.ko. But i don't know what i do. Could you help > me? >

[beagleboard] Device Tree Overlay

2013-12-16 Thread max . ralf . ross
Dear all, May I ask for your advice regarding a device tree overlay problem occuring at boot time (Ubuntu on BBB). My MAX-GPIO-set-00A0.dtbo file works just nice when I use it manually by typing the command echo MAX-GPIO-set > slots (in /sys/devices/bone_capemgr.*). I conclude from this that

Re: [beagleboard] Re: BeagleBone USB Wireless Adapter Configuration

2013-12-16 Thread juancmartinezch
El sábado, 14 de diciembre de 2013 01:42:05 UTC+1, John Syne escribió: > > > On 12/13/13, 3:43 PM, "juancma...@gmail.com " > > wrote: > > >Hi Jerril, i compile drivers for rt5370 with a cross compiler, then i > >have the file rt5370sta.ko. But i don't know what i do. Could you help > me? > su

Re: [beagleboard] Boot Android from eMMC without Micro SD ??

2013-12-16 Thread somdev . rajauria
Hi Gerald, Could you please tell us how this is possible as i also want to flash android or even ubuntu desktop on eMMC. b'coz i want to speed up the OS. I have ubuntu on sdCard but it is very slow. On Monday, September 2, 2013 5:19:33 PM UTC+5:30, Gerald wrote: > Oh, I understand totally. Bu

[beagleboard] Re: Edma 2channel transfer loop

2013-12-16 Thread Dimitris Boulougaris
I am attaching you a file with a test code from texas that shows the initial setup for 3 transfer techniques. Study it i think one can get the main idea from it. I also advise you to take a look at the bare metal examples of TI for the am335x (the starterware) they have an example with edma trans

[beagleboard] BeagleBoard Black

2013-12-16 Thread Deepak Bodhani
Hi, I have a small software of less than 10 MB developed under windows. Can I load Win-XP in BBB & then load my application software ? The application is to send ASCII Data on RS-232 port. - Deepak Digitech, India. -- For more options, visit http://beagleboard.org/discuss --- You received thi

Re: [beagleboard] UART C/C++ program need help.

2013-12-16 Thread Andrei Kondratjev
Hi, Thanks for help Andrey, do you happen to know how to display binary value READ function . At the moment when I use read function, shell displays corresponding ascii symbol (character) as the read. If I send 0x43, beaglebone black read is displaying the 'C' on a shell as a read in, but is there

[beagleboard] Re: Touchscreen Jitter / Jumping on Beaglebone Black LCD Capes

2013-12-16 Thread Terry Storm
Hmm, There are 2 Android builds that I know of, one from TI which is the 3.2 Kernel which does work fine http://downloads.ti.com/sitara_android/esd/TI_Android_DevKit/TI_Android_JB_4_2_2_DevKit_4_1_1/index_FDS.html, and then this one which uses 3.8 which also works fine http://icculus.org/~hen