[beagleboard] Re: Modbus

2013-09-27 Thread Riccardo Fracassi
Thanks Garyamort for the indications. I owe first to verify the typology of the EtherCat and the libmodbus to have explanations on the use. Indeed the use of the modbus consists in the encapsulation as you have specified The other instructions will be me useful to try with the new

[beagleboard] Power supply for BBB

2013-09-27 Thread magu_
Hey I would like to design the power supply for my BBB. The primary power source is a battery and therefore not constant - depending on load/remaining charge/hooked up to power supply etc... The task is to measure the primary voltage and to supply the board from it. The support will be

Re: [beagleboard] SSH keypair authentifcation

2013-09-27 Thread leo mayer
Am Freitag, 27. September 2013 03:24:36 UTC+2 schrieb Nuno: Alternatively, you can generate the keypair in the client machine and copy the .pub manually and put it into the authorized_keys in the server, usually ~/.ssh/authorized_keys Thx, that was the missing part. And in TeraTerm its

[beagleboard] BeagleBone Black as web server

2013-09-27 Thread Dennis Osipov
I want to use blackbone as web server, so I decided to reconfigure Ansgstrom. How can I disable all GUI support and delete unused files and drivers? Where are GUI files and services located? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

[beagleboard] No /etc/network/interfaces

2013-09-27 Thread Dennis Osipov
I can't finde the file /etc/network/interfaces in new version of Angstrom. How can I configure static IP? -- 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

Re: [beagleboard] device tree support

2013-09-27 Thread Robert P. J. Day
On Fri, 27 Sep 2013, Saransh Jain wrote: Hello RobertCNelson, I am sorry for my previous post.I did some research on uimage and zimage and I think I may have misunderstood a few things you told... just FYI, TI's tom rini recently submitted a patch to u-boot, replacing the uImage values in

Re: [beagleboard] No /etc/network/interfaces

2013-09-27 Thread Mark Barton
On 9/27/13 4:24 AM, Dennis Osipov wrote: I can't finde the file /etc/network/interfaces in new version of Angstrom. How can I configure static IP? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

Re: [beagleboard] Connecting to WPA(2) using wpa_supplicant and atheros chipset -- ubuntu

2013-09-27 Thread Marcus Diogo
hi Alvin, on my /etc/network/interfaces i have auto wlan0 iface wlan0 inet dhcp wpa-driver wext wpa-conf /etc/wpa_supplicant.conf on my wpa_supplicant.conf i have network={ ssid=your ssid psk=your pass priority=10 # only use if you need to have one or more wifi restart or ifdown wlan0 ifup

Re: [beagleboard] device tree support

2013-09-27 Thread Robert Nelson
On Fri, Sep 27, 2013 at 4:20 AM, Saransh Jain saransh1...@gmail.com wrote: Hello RobertCNelson, I am sorry for my previous post.I did some research on uimage and zimage and I think I may have misunderstood a few things you told.Can you please confirm if I am right now? The zreladdress is

Re: [beagleboard] Connecting to WPA(2) using wpa_supplicant and atheros chipset -- ubuntu

2013-09-27 Thread Marcus Diogo
Hi Alvin, this was working http://askubuntu.com/questions/138472/how-do-i-connect-to-a-wpa-wifi-network-using-the-command-line but if you would like to use wlan as start your interface and wpa_supplicant.conf must be ok. 2013/9/27 Marcus Diogo mvdiog...@gmail.com hi Alvin, on my

Re: [beagleboard] wlan interface number is incrementing upon abnormal shutdown

2013-09-27 Thread Robert Nelson
On Fri, Sep 27, 2013 at 4:15 AM, neckTwi satyagowtha...@gmail.com wrote: wifi card with beaglebone black on ubuntu is working good. But on next boot after an abnormal shutdown I can not connect to wifi. I have to run iwconfig and find out wlan interface and update the /etc/network/interfaces

Re: [beagleboard] device tree support

2013-09-27 Thread Robert Nelson
On Fri, Sep 27, 2013 at 7:45 AM, Saransh Jain saransh1...@gmail.com wrote: i used the address 80008000 (-a option in mkimage) for the uImage.i used the same address as the entry address(-e option). Also can you confirm the points i said in the previous post.That would clarify a lot to me.

Re: [beagleboard] device tree support

2013-09-27 Thread Saransh Jain
Thanks RobertCNelson... Leaving the rest of the things,can you tell where does the zImage get the base address of the RAM.Is it the device tree?? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

Re: [beagleboard] Re: Enabling Uart2 on BB White with new os version Angstrom Distribution (BeagleBone) 2013-06-06

2013-09-27 Thread kingds3272
Hi there. I'm trying to follow these instructions to enable UARTS 1, 2, 4, and 5. I think I have the right software version as /lib/firmware contains all of the correct files, but there is no uEnv.txt in /media/BEAGLEBONE/. If I add one with the line capemgr.enable_partno=BB-UART4 and reboot

[beagleboard] GPIO interrupt driver issue

2013-09-27 Thread Harry May
I have written a kernel driver for an available GPIO input pin (P9 Pin15). At every falling edge it generates an interrupt. The IRQ routing is currently doing nothing, just returning. Now I connect a square wave generator to this input pin. At lower frequencies up to 1000 Hz all works fine. When

[beagleboard] RE: DSP on beaglebone black

2013-09-27 Thread Priyank Patel
Hello, I am building a hearing aid and wish to include DRC (Dynamic range compression), NR (Noise reduction), and destroy Acoustic feedback. Since, I am a college student, I have basic knowledge of linux, but new to programming a MCU. I wish to gather knowledge about how to implement DSP on a

[beagleboard] Re: Cross compiling an external kernel module for BBB

2013-09-27 Thread viniciusfre
You need to compile kernel image and module in order to load the module. Linux does not allow loading external modules. When you compile your own kernel, you are able to load any module, since they come from the same source. Em sábado, 21 de setembro de 2013 23h41min54s UTC-3, Joshua Datko

Re: [beagleboard] Apple full numeric [Aluminium] keyboard and internal hub does not work

2013-09-27 Thread sushantkhanna1989
Thanks William and Gerald I will try to get the newer image. I thought 4th Sep, 2013 would be the last stable one but I will look for a newer one. William, I understand what a Serial debug interface is but I have never used one. I am an app engineer, broadening my domain. I will get the cable

[beagleboard] Re: BBB Arch Linux Device Tree

2013-09-27 Thread magyarm
Install dtc-git-patched from the AUR. The others aren't patched with -@ support and don't work. Remove any other dtc's you have installed, and install dtc-git-patched from the AUR ( https://aur.archlinux.org/packages/dtc-git-patched/) On Thursday, September 26, 2013 5:37:20 AM UTC-4, Seçkin

Re: [beagleboard] device tree support

2013-09-27 Thread Robert P. J. Day
On Fri, 27 Sep 2013, Robert Nelson wrote: On Fri, Sep 27, 2013 at 7:45 AM, Saransh Jain saransh1...@gmail.com wrote: i used the address 80008000 (-a option in mkimage) for the uImage.i used the same address as the entry address(-e option). Also can you confirm the points i said in the

[beagleboard] Re: USB client mode / usb HID mouse emulation with Beaglebone Black

2013-09-27 Thread felix . w . baumann
Hi Steve, the thing is that I already have a BBB and I need to do rather computationally intensive stuff with it. I thought it would be best to just use the available USB Port on the BBB to communicate with a host device (=Computer) in order to avoid additional hardware and software layers.

[beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2013-09-27 Thread victorleite
sure.. Take a look at: http://www.4shared.com/rar/e9FbTeZq/Ezsdk-0722.html -- 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] device tree support

2013-09-27 Thread Robert Nelson
On Fri, Sep 27, 2013 at 7:56 AM, Saransh Jain saransh1...@gmail.com wrote: Thanks RobertCNelson... Leaving the rest of the things,can you tell where does the zImage get the base address of the RAM.Is it the device tree?? It does not get the address from zImage/device tree as u-boot already

Re: [beagleboard] RE: DSP on beaglebone black

2013-09-27 Thread Gerald Coley
Just so you know, there is no DSP on the BeagleBoneBlack. So I am assuming you mean a DSP function. Gerald On Thu, Sep 26, 2013 at 8:01 PM, Priyank Patel priyankpatel...@gmail.comwrote: Hello, I am building a hearing aid and wish to include DRC (Dynamic range compression), NR (Noise

Re: [beagleboard] wlan interface number is incrementing upon abnormal shutdown

2013-09-27 Thread Robert Nelson
On Fri, Sep 27, 2013 at 7:55 AM, satya gowtham kudupudi satyagowtha...@gmail.com wrote: http://pastebin.com/CPxDS9kP It looks like a case of you having a device with either a completely broken mac address or a buggy wireless driver mac read. So to cheat, remove all wlan entries from that file

Re: [beagleboard] wlan interface number is incrementing upon abnormal shutdown

2013-09-27 Thread satya gowtham kudupudi
Thats a real cheat :) Is my wifi dongle MAC is changing every time on improper boot? How is that possible? what happens if I connect 2 wifi dongles? I posted a bug to ubuntu herehttps://answers.launchpad.net/ubuntu/+question/236458 . On Fri, Sep 27, 2013 at 7:04 PM, Robert Nelson

Re: [beagleboard] wlan interface number is incrementing upon abnormal shutdown

2013-09-27 Thread Robert Nelson
On Fri, Sep 27, 2013 at 8:48 AM, satya gowtham kudupudi satyagowtha...@gmail.com wrote: Thats a real cheat :) Is my wifi dongle MAC is changing every time on improper boot? How is that possible? Like i mentioned; It looks like a case of you having a device with either a completely broken mac

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread dennis . cote
On Friday, September 27, 2013 7:27:21 AM UTC-6, Gerald wrote: I will add it to the top of the page for those that only read part of the page. I just hope they start at the top. Hi Gerald, Just to be clear, I think the new info should be added in the middle of

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread dennis . cote
On Friday, September 27, 2013 8:37:54 AM UTC-6, Gerald wrote: I will pass that suggestion on to someone else to see if that can be updated. Thanks. We point people to the WIKI via the card that comes in the box as that is easier t update than the website.. The card is what led me

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread Gerald Coley
That is the BeagleBoard.org Wiki. Circuitco is just the current host. That should get changed soon to another host location. We use the 9_4 Flasher image in production to flash all the production boards. It is tested thousands of time a week. Gerald On Fri, Sep 27, 2013 at 9:54 AM,

[beagleboard] BBB- Disable power via USB

2013-09-27 Thread TB
Hi, I need to disable the BBB from booting when usb is connected to the PC. I have an external supply that powers the BBB as well as other things. I would like the configuration such that even if a user connects to the BBB via USB it will not boot until the 5V main power supply is turned on.

Re: [beagleboard] BBB- Disable power via USB

2013-09-27 Thread Gerald Coley
We have no instructions on how to break the board.The TPS65217C is designed to power the board from either of these sources, whichever one come first. If 5V is connected it switches to 5VDC when connected. One way to do what you want is to remove the power connection in your cable, cut the wire.

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread Marcus Diogo
let me share my experience (problems). 1. the card can be 4gb but the use of the card it must be the sice of the bbb memory 2gb 2. when you restore is not ok to use any thing else (usb share, ethernet, linux session). just dont do any thing just press the boot bottom. 3. try more than one time.

Re: [beagleboard] BBB- Disable power via USB

2013-09-27 Thread TB
Gerald, Thank you for the reply. A hypothetical thought-experiment question... if the trace that sends USB_DC to Pin 12 of the TPS65217C is absent yet still goes to the processor (P15) would that disable the USB 5V sense of the TPS65217C yet still allow the processor to recognized the USB

Re: [beagleboard] Re: Initializing memory on the BBW using Starterware examples

2013-09-27 Thread Louis McCarthy
I just checked, and the last time I compiled an MLO was one year agoto the week! I am using version 2.00.00.07, so I don't know what has changed in 2.00.01.xx. That being said I have a couple more questions: 1) Did you have to create the projects in CCSv5, or did you use the Starterware

Re: [beagleboard] Re: Enabling Uart2 on BB White with new os version Angstrom Distribution (BeagleBone) 2013-06-06

2013-09-27 Thread Louis McCarthy
If you don't have any files in /media/BEAGLE_BONE (note the underscore), see if it is mounted: mount | grep 'BEAGLE' if you don't get any output from the command above you can force the mount: mount /dev/mmcblk0p1 /media/BEAGLE_BONE Louis On Thursday, September 26, 2013 5:39:07 PM UTC-5,

Re: [beagleboard] BBB- Disable power via USB

2013-09-27 Thread Gerald Coley
Yes. Cut the trace and it should work they way you want. But, don't expect any RMA support. Gerald On Fri, Sep 27, 2013 at 11:09 AM, TB blalock.t...@gmail.com wrote: Gerald, Thank you for the reply. A hypothetical thought-experiment question... if the trace that sends USB_DC to Pin 12 of

Re: [beagleboard] What is EatherCat? and why it could be important?

2013-09-27 Thread Gerald Coley
EtherCAT is an industrial automation protocol over Etherent. http://www.ethercat.org/ EtherCAT is important if you need it. EtherCAT support is provided by Ethernet PHYs connected to the PRU pins. These connections are not available on the BBB. Gerald On Fri, Sep 27, 2013 at 11:33 AM, Amalinda

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread dennis . cote
On Friday, September 27, 2013 9:11:20 AM UTC-6, Gerald wrote: We use the 9_4 Flasher image in production to flash all the production boards. It is tested thousands of time a week. Can you verify that the file linked to from the wiki at

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread Gerald Coley
That is the one we are using. But I will have it double checked. Gerald On Fri, Sep 27, 2013 at 11:21 AM, dennis.c...@gmail.com wrote: On Friday, September 27, 2013 9:11:20 AM UTC-6, Gerald wrote: We use the 9_4 Flasher image in production to flash all the production boards. It is tested

Re: [beagleboard] Re: Extracting eMMC contents using FAT formatted card

2013-09-27 Thread Jason Kridner
On Thursday, September 26, 2013 2:26:40 PM UTC-4, Alexander Holler wrote: Am 26.09.2013 20:21, schrieb Alexander Holler: autorun.sh: #!/bin/sh echo timer /sys/class/leds/beaglebone\:green\:usr0/trigger dd if=/dev/mmcblk1 of=/mnt/BeagleBoneBlack-eMMC-image-$RANDOM.img bs=10M

Re: [beagleboard] BBB- Disable power via USB

2013-09-27 Thread TB
Thank you for the confirmation. I just wanted to make sure my understanding of how it was working is correct. Believe me, I understand completely regarding any modification I make are my responsibility. That's the beauty of the BBB, you learn alot about software and hardware and a boo-boo only

Re: [beagleboard] What is EatherCat? and why it could be important?

2013-09-27 Thread Mark Lazarewicz
Look at evm335x it supports this Industrial communication has to do with what's brought out from SOc Sent from Yahoo! Mail on Android -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To

Re: [beagleboard] Re: Enabling Uart2 on BB White with new os version Angstrom Distribution (BeagleBone) 2013-06-06

2013-09-27 Thread Daniel King
Thanks, that did the trick. On Friday, September 27, 2013 at 11:27 AM, Louis McCarthy wrote: If you don't have any files in /media/BEAGLE_BONE (note the underscore), see if it is mounted: mount | grep 'BEAGLE' if you don't get any output from the command above you can force the mount:

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread Robert P. J. Day
On Fri, 27 Sep 2013, Gerald Coley wrote: That is the one we are using. But I will have it double checked. Gerald On Fri, Sep 27, 2013 at 11:21 AM, dennis.c...@gmail.com wrote: On Friday, September 27, 2013 9:11:20 AM UTC-6, Gerald wrote: We use the 9_4 Flasher image in

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread Gerald Coley
No. The link above that: https://s3.amazonaws.com/angstrom/demo/beaglebone/BBB-eMMC-flasher-2013.09.04.img.xz Gerald On Fri, Sep 27, 2013 at 12:27 PM, Robert P. J. Day rpj...@crashcourse.cawrote: On Fri, 27 Sep 2013, Gerald Coley wrote: That is the one we are using. But I will have it

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread Robert P. J. Day
On Fri, 27 Sep 2013, Gerald Coley wrote: On Fri, Sep 27, 2013 at 11:21 AM, dennis.c...@gmail.com wrote: The file I downloaded is BBB-eMMC-flasher-2013.09.04.img.xz and it is 373,850,348 bytes long with MD5 hash 6b551bf357339e98377dfb6f6fdba016. verified with mine ... It is expanded by

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread Robert P. J. Day
On Fri, 27 Sep 2013, Gerald Coley wrote: No. The link above that: https://s3.amazonaws.com/angstrom/demo/beaglebone/BBB-eMMC-flasher-2013.09.04.img.xz which is *precisely* why i chose a different one ... so that if mine works, we have at least isolated the problem to a particular tarball. 10

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread Gerald Coley
So if yours works then the S3 version is definitely bad. Sound logic. Gerald On Fri, Sep 27, 2013 at 12:53 PM, Robert P. J. Day rpj...@crashcourse.cawrote: On Fri, 27 Sep 2013, Gerald Coley wrote: No. The link above that:

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread Robert P. J. Day
On Fri, 27 Sep 2013, Gerald Coley wrote: So if yours works then the S3 version is definitely bad. Sound logic. still chugging away so i'm confident it will finish. i did nothing different from all the other times: * download xz-ball * uncompress to get .img file * verified that my size and

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread dennis . cote
On Friday, September 27, 2013 12:14:05 PM UTC-6, Robert P. J. Day wrote: still chugging away so i'm confident it will finish. i did nothing different from all the other times: * download xz-ball * uncompress to get .img file * verified that my size and md5sum matched what original

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread Gerald Coley
I use Win7 as well. May be an issue with the unzip program you are using. Gerald On Fri, Sep 27, 2013 at 1:34 PM, dennis.c...@gmail.com wrote: On Friday, September 27, 2013 12:14:05 PM UTC-6, Robert P. J. Day wrote: still chugging away so i'm confident it will finish. i did nothing

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread Robert P. J. Day
On Fri, 27 Sep 2013, Gerald Coley wrote: One of the things that will affect flashing is if say Ethernet is connected. That is why I say do not connect it. Anything on the USB host port such as a terminal could I suppose also affect it. Another thing is trying to flash while using USB power.

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread Robert P. J. Day
On Fri, 27 Sep 2013, Gerald Coley wrote: I use Win7 as well. May be an issue with the unzip program you are using. Gerald On Fri, Sep 27, 2013 at 1:34 PM, dennis.c...@gmail.com wrote: On Friday, September 27, 2013 12:14:05 PM UTC-6, Robert P. J. Day wrote:   still

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread dennis . cote
On Friday, September 27, 2013 12:44:56 PM UTC-6, Robert P. J. Day wrote: i can't think of anything else ... if my size and md5sum matches yours after decompression, there's really no other possibility. I have reprogrammed the SD card using a different PC and SD card adapter. It has

[beagleboard] BBB all leds on when connected a microSD

2013-09-27 Thread starglider . dev
Hello, when I insert a microSD Gb all leds but the first are on and can't do nothing. Yes, I'm a newbie. Thank you 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

Re: [beagleboard] BBB all leds on when connected a microSD

2013-09-27 Thread Gerald Coley
What happens if you don't insert the SD card? Does it still boot? Did you try going to http://circuitco.com/support/BeagleBoneBlack? That is the link on the white card that came in the box. Did you check under the FAQ section for .2.8 How can I use a uSD in the uSD slot as extra storage on my

[beagleboard] CPU/GPU RAM Split?

2013-09-27 Thread rygosix
Does anyone know how the VRAM works on the BeagleBone Black? Can you change how much RAM is allocated to the GPU and how much is allocated to the CPU? How would you do that? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to

Re: [beagleboard] BBB flasher fails to update eMMC

2013-09-27 Thread dennis . cote
On Friday, September 27, 2013 1:38:11 PM UTC-6, denni...@gmail.com wrote: I have reprogrammed the SD card using a different PC and SD card adapter. It has been happily blinking away for about 15 minutes. I expect it will complete as expected. FYI the flasher completed and worked as

[beagleboard] Re: BeagleBone Black doesn't sometimes start. Only Power LED is on

2013-09-27 Thread gmbeagler
On Wednesday, July 31, 2013 5:48:54 PM UTC-4, duckhunt...@gmail.com wrote: Hi guys, we have a problem with our Beagle Bone Black (A5C). We are using Ubuntu Raring 13.04 armhf v3.8.13-bone21 (2013-06-14) on the eMMC (no SD Card). The Beagle Bone is placed in a case and we have connected

[beagleboard] Re: BeagleBone Black doesn't sometimes start. Only Power LED is on

2013-09-27 Thread gmbeagler
Same problem here, its showing up in 2 ways. The Beagle Board Black has a power control IC that is sensitive to 5 volt rise time and has frozen up under short brownout situations..in fact, I can freeze it up at will by dropping out 5 V for about 100mS, it will lock up with 3.3 volts turned off

[beagleboard] Beaglebone Black and Chipsee 7 LCD running Android

2013-09-27 Thread tony
I am going to purchase a Beaglebone Black and the Chipsee 7 LCD that is shown running Android. I have see a lot of downloads for different Android images that will run on the different Beaglebone boards. I would like to make sure i get the right image and source code. Can someone point me to

Re: [beagleboard] BBB all leds on when connected a microSD

2013-09-27 Thread starglider . dev
Without the microSD it boots normaly. Could it be because it's a 8 GB and the new hight speed UHS-1. My intention is to install debian in the BBB. I didn't find nothing about the meaning of the leds on. Thank you for your help. On Friday, September 27, 2013 9:11:49 PM UTC+1, Gerald wrote:

Re: [beagleboard] BBB Ubuntu - No GUI on startup - known good board and monitor

2013-09-27 Thread Robert Nelson
On Fri, Sep 27, 2013 at 5:47 PM, John Babrick johnbabr...@gmail.com wrote: Hello all, I have a Beagle Bone Black that works out of the box with a new HP 22BW monitor. I am trying to run the 13.10 Ubuntu image from http://elinux.org/BeagleBoardUbuntu#Saucy_13.10_.28experimental.29 I can

Re: [beagleboard] BBB all leds on when connected a microSD

2013-09-27 Thread William Hermans
Sorry Gerald, but just to be sure it is clear. Case matters so uEnv.txt . . . Hate to be nickpicking, but in this case it does matter :/ On Fri, Sep 27, 2013 at 4:38 PM, Gerald Coley ger...@beagleboard.orgwrote: You must add a uenv.txt file as indicated in the link I sent to th eSD card.

Re: [beagleboard] BBB all leds on when connected a microSD

2013-09-27 Thread Gerald Coley
Sure. Not an issue. All they have to do is read the link I sent and my typing skills would not matter. Gerald On Fri, Sep 27, 2013 at 7:10 PM, William Hermans yyrk...@gmail.com wrote: Sorry Gerald, but just to be sure it is clear. Case matters so uEnv.txt . . . Hate to be nickpicking, but

Re: [beagleboard] BBB Ubuntu - No GUI on startup - known good board and monitor

2013-09-27 Thread John Babrick
I started with 13.04, no joy. I am ssh'ed into the board right now and it is running. I did an apt-get install ubuntu-desktop which appears to have succeeded. I can do a ps aux and see that a number of GUI processes seem to be running. On Friday, September 27, 2013 6:39:37 PM UTC-5,

[beagleboard] Re: BBB Ubuntu - No GUI on startup - known good board and monitor

2013-09-27 Thread John Babrick
Can you tell me where or how the GUI is invoked by the booting process? -- 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,

Re: [beagleboard] Re: BBB Ubuntu - No GUI on startup - known good board and monitor

2013-09-27 Thread Robert Nelson
On Fri, Sep 27, 2013 at 7:36 PM, John Babrick johnbabr...@gmail.com wrote: Can you tell me where or how the GUI is invoked by the booting process? upstart - lightdm - xorg - gnome... To repeat: If you want a working gui, from a fresh install run: /boot/uboot/tools/ubuntu/small-lxde-desktop.sh

[beagleboard] Re: BBB Ubuntu - No GUI on startup - known good board and monitor

2013-09-27 Thread John Babrick
OK, I have re-installed 13.04 onto the sdcard according to the instructions found on http://elinux.org/BeagleBoardUbuntu#Saucy_13.10_.28experimental.29 (I checked the md5sum) and have the console prompt displaying on the HDMI monitor. I am logging in. I am at the ubuntu@arm:~$ prompt. I did the

Re: [beagleboard] Re: BBB Ubuntu - No GUI on startup - known good board and monitor

2013-09-27 Thread John Babrick
OK, so I rebooted... no gui appeared. The lights are flashing... am I waiting for the image to be decompressed or something or can I run that script? On Friday, September 27, 2013 8:08:26 PM UTC-5, RobertCNelson wrote: On Fri, Sep 27, 2013 at 7:36 PM, John Babrick

Re: [beagleboard] Re: Windows 7 (64bit) USB issue, BeagleBoneBlack shows up under Other devices

2013-09-27 Thread Gerald Coley
Don't bash Microsoft. They are trying to make it right. Bill admitted that ctrl-alt-del was a mistake. Maybe more mistakes will come out as he gets a little older!! Gerald On Fri, Sep 27, 2013 at 8:41 PM, jcurless...@gmail.com wrote: Tried another computer, and ... it works just fine. Looks

[beagleboard] Re: How to use i2c or spi in Cloud9/javascript?

2013-09-27 Thread daenku32
For what it's worth, I just noticed that the Beaglebone site now has an i2c demo. It uses drivers for the script so it may require a bit of setup on the OS (I don't know, I'm still figuring out the driver thing..) On Sunday, May 12, 2013 6:44:23 AM UTC-4, Jason G wrote: Could someone help

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

2013-09-27 Thread Jason Kridner
On Friday, September 20, 2013 3:09:29 PM UTC-4, fran...@francoisallard.info wrote: Thanks a lot for the Signed Drivers! I've put the signed drivers at https://github.com/jadonk/beaglebone-getting-started/tree/sysco-ch-signed-drivers/Drivers/Windows, but it would be great to know for

[beagleboard] Re: LCD4/LCD7/4DCAPE-43 Backlight PWM - Changing Frequency

2013-09-27 Thread Terry Storm
More learning I *Think* I managed to rebuild the kernel using the 3.8 source and info from here: http://elinux.org/Building_BBB_Kernel changing the dts files in the kernel before the rebuild. But now I am stuck as to how to get the new kernel onto the BBB Is the only method with TFTP via the

Re: [beagleboard] Re: Extracting eMMC contents using FAT formatted card

2013-09-27 Thread Alexander Holler
Am 27.09.2013 19:07, schrieb Jason Kridner: On Thursday, September 26, 2013 2:26:40 PM UTC-4, Alexander Holler wrote: Am 26.09.2013 20:21, schrieb Alexander Holler: autorun.sh: #!/bin/sh echo timer /sys/class/leds/beaglebone\:green\:usr0/trigger dd if=/dev/mmcblk1