[beagleboard] Device tree load time [BBB]

2015-03-05 Thread Igor Borges Tavares
Hello everybody.

I have a project where I am using the BEAGLEBONE Black Revision C with the 
latest official Debian image.

I configured the device tree to use UART1 including using *RTSn* pin.

Everything is running properly and the *RTSn* pin is working well.

However, unfortunately, until the device tree is read and peripherals 
configured by the kernel, the RTSn pin it stays low.

The system takes 14 seconds to set the pin as *RTSn* and put it in HIGH 
state, the default state for communication.

Does anyone know any way to configure that device more quickly? Or to force 
this pin and get high state before?

P.S: I can *not* change the hardware!

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


Re: [beagleboard] Beaglebone Black running client/server using wireless

2015-03-05 Thread Bruce Gibson
Thanks for sharing this information. Apparently no luck for me either. 
Rather frustrating since it appears to work fine with RPi.

On Thursday, March 5, 2015 at 10:48:18 AM UTC-5, Walker Archer wrote:

 Enter 'lsmod' at the command line to see what kernel driver modules got 
 loaded.

 Also, you can enter 'lsusb' to see the devices detected on the USB port:

 user@beagleboneblack:~$ lsusb
 Bus 001 Device 002: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 
 802.11n Wireless Adapter [Realtek RTL8188CUS]
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 user@beagleboneblack:~$

 It becomes very apparent what chipset a device uses.

 Keep in mind that many people have good luck with the Realtek dongles. 
  That wasn't the case for me though.

 On Wednesday, March 4, 2015 at 4:35:30 PM UTC-5, Bruce Gibson wrote:

 Thank you for the info. I ordered a dongle from Logic Supply, not sure of 
 the chipset used. I will look into the Atheros chipset as well. 

 I built the latest kernel for Debian Beaglebone. 

 As far as I can tell, as long as the dongle acts as a client, it works, 
 but when listening and connecting as a server no such luck - intermittent. 

 On Wednesday, March 4, 2015 at 11:54:12 AM UTC-5, Walker Archer wrote:

 If you're using a dongle based on a RealTek chip you might experience 
 intermittent issues.  I know that I did.  (This also depends on the version 
 of Linux kernel you are using.)  I switched to a dongle that uses an 
 Atheros chipset and that works much more reliably.



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


Re: [beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-03-05 Thread Andrew Henderson
I have the integration of Bluetooth into BBBAndroid in my work queue, and 
I'm getting to it, but it will still be a few days (at least).

On Wednesday, March 4, 2015 at 10:45:05 AM UTC-5, Michael Gobbers wrote:

 That would be great! I'm in kind of a hurry. At the moment I completer 
 step 2 of the steps you mentioned.

 Cheers,
 Michael
 On Mar 4, 2015 4:42 PM, Keith Conger keith@gmail.com javascript: 
 wrote:
 
  Hi Michael,
 
  I've sent them to Andrew to review and hopefully include in bbbandroid.  
 If you're in a hurry I could email them to you.
 
  Keith
 
 
  On Wednesday, March 4, 2015 at 8:26:23 AM UTC-7, 
 mgob...@orcasolutions.be wrote:
 
  Hi All,
 
  Hi All I'm trying to do the exact same thing here with bbbandroid. I 
 have an asus 4.0 dongle with the BCM20702A0 chipset. I'm not really 
 experienced when it comes to making my own kernels.
  I do understand what you are doing with these high level steps you laid 
 out here. However, I could use some help to actually execute them... I see 
 you are going to include them as patches? Is the patch already available? 
 Where can I find it? Thanks!
 
  Michael
 
  Op vrijdag 20 februari 2015 00:13:13 UTC+1 schreef Keith Conger:
 
 
 
  On Thursday, February 19, 2015 at 12:27:37 PM UTC-7, Andrew Henderson 
 wrote:
 
  On Thursday, February 19, 2015 at 1:50:43 PM UTC-5, Keith Conger 
 wrote:
 
  I've got bluetooth finally working.  Andrew, what would be the best 
 way to pass you the changes needed?
 
 
  Patches generated by git are fine.  If you know the major parts that 
 you patched, you can also cd into the appropriate directory and do a git 
 status to show you which files have changed and just mail me those files 
 (hendersa (at) icculus.org).  For subdirectories that are completely new 
 (like the Bluez added into external/), you can just tar up the directory 
 and send it to me.  My understanding is that you added in Bluez, modified 
 the build scripts to pull that external project in, patched bionic, and 
 changed the kernel config to build in Bluetooth.  Does that sound about 
 right? 
 
 
  Ok I'll start work on getting it over to you. Basically you are 
 correct. Here are the steps at a high level:
 
  * Add bluez repo to the manifest and told it to not pull bluedroid.
  * Patched bionic, although I see bluez has a patched bionic in a repo 
 for 4.4, maybe I can just change the manifest.
  * Built bluetooth kernel modules from backports, 3.8 is too old
  * Added insmod commands to init.{ro.hardware}.rc on boot and added 
 import init.bluetooth.rc
  * Commented out qemu=1 check for bluetooth.
  * Had to manually move some libraries to /system/lib/hw/ from 
 /system/lib/
 
  Keith


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


Re: [beagleboard] Debian 3.14 Kernel Complication Walkthrough

2015-03-05 Thread Robert Nelson
On Thu, Mar 5, 2015 at 1:49 PM,  pietersydneythe...@gmail.com wrote:
 Hi Guys,

 I need to recompile the debian 3.14 kernel but all the step by step guides I
 get all refer to 3.8.

 Does anyone know of a proper guide to get the latests beaglebone supported
 kernel running on my beaglebone black?

git clone https://github.com/beagleboard/linux
cd linux

Look at the tag's: https://github.com/beagleboard/linux/tags

git checkout 3.14.34-ti-r53 -b tmp

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- bb.org_defconfig

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- menuconfig (to make changes)

make ARCH=arm KBUILD_DEBARCH=armhf LOCALVERSION=-ti-r53
CROSS_COMPILE=arm-linux-gnueabihf- KDEB_PKGVERSION=1cross deb-pkg

Copy *.deb to bbb, run: sudo dpkg -i linux-image* ; sudo reboot

Regards,


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

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


Re: [beagleboard] BBB Won't Power Up

2015-03-05 Thread Gerald Coley
You are most likely correct. I would a schematic to be sure, but you most
likely fried it with the word 12V on that page.

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


Gerald


On Thu, Mar 5, 2015 at 3:38 PM, g...@sensa.io wrote:

 I did this setup with an LED strip, MOSFETs, and a separate 12V power
 supply: http://forums.adafruit.com/viewtopic.php?f=8t=69691p=353076
 See 5 posts down of a picture.

 This setup has apparently fried 2 of my Beaglebones.
 I tested the gate pins on the MOSFETs (which were the only thing connected
 to the Bone) and they were only reading about 200mA.

 The Adafruit customer support says they don't think this would be capable
 of frying the board.

 I've been searching trying to see if somehow this tripped a fuse or
 something on the Bone.

 One of my Bones the power light comes on, but it won't boot (Rev B). On
 the other (Rev C), the power light flickers and then goes off and nothing
 happens.

 Any ideas?

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




-- 
Gerald

ger...@beagleboard.org
http://beagleboard.org/
http://circuitco.com/support/

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


Re: [beagleboard] BBB Won't Power Up

2015-03-05 Thread evilwulfie
you cannot drive a mosfet with a BBB IO pin
they make Fet drivers to do the heavy lifting
a gate on a mosfet can take  a lot of current to make it work

just an example driver  there are a lot more of them   Microchip TC1410


On 3/5/2015 2:38 PM, g...@sensa.io wrote:
 I did this setup with an LED strip, MOSFETs, and a separate 12V power
 supply: http://forums.adafruit.com/viewtopic.php?f=8t=69691p=353076
 See 5 posts down of a picture.

 This setup has apparently fried 2 of my Beaglebones.
 I tested the gate pins on the MOSFETs (which were the only thing
 connected to the Bone) and they were only reading about 200mA. 

 The Adafruit customer support says they don't think this would be
 capable of frying the board.

 I've been searching trying to see if somehow this tripped a fuse or
 something on the Bone.

 One of my Bones the power light comes on, but it won't boot (Rev B).
 On the other (Rev C), the power light flickers and then goes off and
 nothing happens.

 Any ideas?
 -- 
 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+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

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


[beagleboard] Re: Uboot access to emmc partitions

2015-03-05 Thread Satya
After 6 hard days, i had integrated the u-boot changes, which includes:
mmc hardware partitioning changes,now i can
mmc dev /dev/mmcblk1 gp check| set| completed
mmc rpmb

missing the documentation though...!!! 

On Wednesday, February 25, 2015 at 11:50:21 PM UTC-6, Satya wrote:

 Hi all, 
   I do have a requirement to access e-mmc partitions from the 
 uboot cmdline, like we do after booting Linux. All support sources pointing 
 boot Linux and then touch the e-mmc, it would be a great help if somebody 
 help me,facing the toughest time. 

 Thanks, 
 Satya

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


[beagleboard] BBB Won't Power Up

2015-03-05 Thread greg
I did this setup with an LED strip, MOSFETs, and a separate 12V power 
supply: http://forums.adafruit.com/viewtopic.php?f=8t=69691p=353076
See 5 posts down of a picture.

This setup has apparently fried 2 of my Beaglebones.
I tested the gate pins on the MOSFETs (which were the only thing connected 
to the Bone) and they were only reading about 200mA. 

The Adafruit customer support says they don't think this would be capable 
of frying the board.

I've been searching trying to see if somehow this tripped a fuse or 
something on the Bone.

One of my Bones the power light comes on, but it won't boot (Rev B). On the 
other (Rev C), the power light flickers and then goes off and nothing 
happens.

Any ideas?

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


Re: [beagleboard] Trouble flashing 2015-03-01 Debian image

2015-03-05 Thread Robert Nelson
On Thu, Mar 5, 2015 at 6:26 PM, Tom Olenik tole...@hotmail.com wrote:
 Hi all,

 First post here.  Is anyone having issues flashing the latest Debian image,
 2015-03-01, on the Beaglebone Black?  I've tried it maybe a dozen times now
 with both a 5V and USB power supplies. I have flashed other images on my BBB
 just fine before, and swear I am following the same procedure.  I am:

What was the full image name of the file?

 1. Inserting the microSD with the image,
 2. Holding down the boot switch
 3. Applying power
 4. Waiting for the user LEDs to all turn on then start to flash
 5. Release the boot switch.

 The LED activity looks active for only a couple minutes then it switches to
 the regular heartbeat pattern, and it never goes to all 4 on again and shut
 down like when flashing other images even if I wait hours.

Was it doing they cylon pattern?

The 2015-03-01 flasher should always shutdown when done...

 I have found that all its doing is booting from the microSD card.  If I
 don't power down after the flash attempt, keep the microSD installed, and
 check version, it indicates I'm running version 2015-03-01. If I power down,
 remove the card, then power back up, the old image is running.

 Did something change with the flashing procedure? I'm guessing there is
 something I have to fiddle with on the image to make this work. I'm
 comfortable writing code in C, C++, C#, and Java, but I'm a newbie when it
 comes to Linux. Any help would be much appreciated.

Regards,

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

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


Re: [beagleboard] Trouble flashing 2015-03-01 Debian image

2015-03-05 Thread Tom Olenik
I downloaded the image from here a couple days ago:
http://beagleboard.org/latest-images
md5: c848627722b7a5f7bc89791cc8949e3b
File name:
bone-debian-7.8-lxde-4gb-armhf-2015-03-01-4gb

It's not doing the cylon scan.  :-) I love that show by the way. 

According to the reference manual I am getting a heart beat and an activity 
indicator after only a couple minutes just like you do after a normal boot. 
From the reference manual:
Page 26:
 USER0 is the heartbeat indicator from the Linux kernel.
 USER1 turns on when the microSD card is being accessed
 USER2 is an activity indicator. It turns on when the kernel is not in the 
idle loop.
 USER3 turns on when the onboard eMMC is being accessed. I'm relatively 
certain 

USER0 is flashing a double flash every second or so.  USER2 is filckering. 
This occurs just a couple minutes after I release the boot button.

Based on this and the fact that I get into Cloud 9 at this point and get 
2015-03-01 version when I check, I am relatively certain its booting from 
the card, but not flashing.

Thanks for the 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 it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Trouble flashing 2015-03-01 Debian image

2015-03-05 Thread Robert Nelson
On Thu, Mar 5, 2015 at 7:40 PM, Tom Olenik tole...@hotmail.com wrote:
 I downloaded the image from here a couple days ago:
 http://beagleboard.org/latest-images
 md5: c848627722b7a5f7bc89791cc8949e3b
 File name:
 bone-debian-7.8-lxde-4gb-armhf-2015-03-01-4gb

That is a standalone (microSD) image... Flasher's have the words
eMMC-flasher in the file name.

But you only have to remove one # in a single file to convert it an
eMMC-flasher so no worries about reflashing the microSD card...

In /boot/uEnv.txt:

##enable BBB: eMMC Flasher:
#cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh

Change to:

##enable BBB: eMMC Flasher:
cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh

and reboot..

Now that microSD will try to reflash the eMMC on every reboot..

Regards,

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

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


[beagleboard] BeagleBone Black won't boot after wiring up LED strip w MOSFETs and separate 12V power supply

2015-03-05 Thread greg
I wired up a circuit with an LED strip, 3 N-channel MOSFETs, and a separate 
12V power supply, with the gate pins on the MOSFETS connected to I/O pins 
on the Beaglebone.

When I didn't connect the circuit to the Bone ground, I apparently fried 2 
boards. Neither will boot up. One gives a flicker on the power light and 
then goes off, and on the other the power light turns on, but the other 
LEDs don't flash and I can't get into either board.

Here is the thread on the Adafruit forum with a photo of the circuit: 
http://forums.adafruit.com/viewtopic.php?f=8t=69691p=353330sid=eff0f5bd69bba9338e6f0ec2d7fa70c4#p353330
*The Adafruit support said that setup should not have hurt the board. *

I checked the voltage on the gate pin on each MOSFET that was connected to 
the Bone and it was nominal (~200mA).

Does anyone have any ideas on this? How could this have fried 2 boards? 

Thanks for any help.

And PS I posted this earlier today but didn't see it show up in the forum. 
Sorry if it needed to be approved and you are getting a duplicate. 

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


[beagleboard] BBB: running simple PySide code, but getting error cannot connect to X Server

2015-03-05 Thread upol . ryskulova
Hi,
 I am trying to run simple python(PySide) code on BBB(debian) , but getting 
error cannot connect to x server after compilation. My code is

import sys
from PySide import QtGui
app = QtGui.QtApplication(sys.argv) --- this line giving error cannot 
connect to x server
sys.exit(app.exec_())

I have checked whether there is x server running on BBB with  ps aux | 
grep X command, and it returned list of processes running X server.
Xorg -config command also gave message  there is x server with display 0 
or a message very close to this.

Typing commands below also did not help me.

$export DISPLAY=:0.0

$python samplePyside.py 

No protocol specified

samplePyside.py: cannot connect to X server :0.0



Could you please help me resolve this issue? 

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


[beagleboard] Position: Technical Lead/Architect ----Location: Bay,CA

2015-03-05 Thread Javeed
Hello* Partner,*
Hope you are doing great.
Please let me know if you have any suitable profile for the below position.
*Plz sendresumeASAP*
*khalandhar@gmail.com khalandhar@gmail.com*

*Position:* Technical Lead/Architec*t *

*Location:* Bay,CA

*Duration: *long period

*Rate: *DOE

*Required Skills:*

7+ years’ experience with technical aspects of solution architecture,
planning and delivery in a complex IT environment leading large projects,
including:

   - Solution design and documentation
   - Data migration
   - Workstream monitoring
   - Test planning
   -   Performance tuning
   - Deployment and cutover

  Proven ability to lead technical teams
 Ability to work effectively with multiple end users and departments
across the globe and communicate in business terms to arrive at technical
solution.

 technical tools:

·   Oracle and Advanced PL/SQL

·   Database design

·   ETL design and development

· Java a plus

· Software Development Life Cycle (SDLC)

· Complete understanding of RDBMS concepts and different data models

*Thanks and Regards,*

Javeed Mohammad

IT Recruiter *|* National Consulting Group Inc.

15 Corporate Place South, Suite - 419, Piscataway, NJ 08854, USA.
' 908-333-5825*| *7  908-847-0265

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


Re: [beagleboard] Beaglebone Black running client/server using wireless

2015-03-05 Thread Walker Archer
Enter 'lsmod' at the command line to see what kernel driver modules got 
loaded.

Also, you can enter 'lsusb' to see the devices detected on the USB port:

user@beagleboneblack:~$ lsusb
Bus 001 Device 002: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 
802.11n Wireless Adapter [Realtek RTL8188CUS]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
user@beagleboneblack:~$

It becomes very apparent what chipset a device uses.

Keep in mind that many people have good luck with the Realtek dongles. 
 That wasn't the case for me though.

On Wednesday, March 4, 2015 at 4:35:30 PM UTC-5, Bruce Gibson wrote:

 Thank you for the info. I ordered a dongle from Logic Supply, not sure of 
 the chipset used. I will look into the Atheros chipset as well. 

 I built the latest kernel for Debian Beaglebone. 

 As far as I can tell, as long as the dongle acts as a client, it works, 
 but when listening and connecting as a server no such luck - intermittent. 

 On Wednesday, March 4, 2015 at 11:54:12 AM UTC-5, Walker Archer wrote:

 If you're using a dongle based on a RealTek chip you might experience 
 intermittent issues.  I know that I did.  (This also depends on the version 
 of Linux kernel you are using.)  I switched to a dongle that uses an 
 Atheros chipset and that works much more reliably.



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


Re: [beagleboard] PHY problem in 3.8.13-bone70

2015-03-05 Thread Robert Nelson
On Thu, Mar 5, 2015 at 10:25 AM,  avi...@keonn.com wrote:
 Hello,

 We were experiencing the already documented PHY not found issue in the black
 bone.
 The issue seems to be solved in 3.8.13-bone70, at least, we have been able
 to boot more than 80 times without a single error.
 Could anyone confirm that point?

Sorry, i can only confirm it was fixed in bone60

https://github.com/RobertCNelson/bb-kernel/commit/198710a5413c59cd8d3b8653cfaf27c6a509bcbb

and has been enabled ever since.. So bone70 includes the patch that fixed it..

Regards,

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

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


Re: [beagleboard] Position: Technical Lead/Architect ----Location: Bay,CA

2015-03-05 Thread Robert Nelson
On Thu, Mar 5, 2015 at 12:21 PM, Gerald Coley ger...@beagleboard.org wrote:
 It wasn't me!

Im pretty sure it's a trick with the BCC and the way google groups
handles it..  From teh headers...

From: Javeed khalandhar@gmail.com
To: khalandhar shaik khalandhar@gmail.com
Content-Type: multipart/alternative; boundary=001a113a9556c74dfc05108e3c36
Bcc: beagleboard@googlegroups.com
X-Original-Sender: khalandhar@gmail.com
X-Original-Authentication-Results: gmr-mx.google.com;   spf=pass
 (google.com: domain of khalandhar@gmail.com designates
 2607:f8b0:400d:c01::233 as permitted sender)
smtp.mail=khalandhar@gmail.com;
   dkim=pass header.i=@gmail.com;   dmarc=pass (p=NONE
dis=NONE) header.from=gmail.com
Reply-To: beagleboard@googlegroups.com
Precedence: list
Mailing-list: list beagleboard@googlegroups.com; contact
beagleboard+own...@googlegroups.com
List-ID: beagleboard.googlegroups.com
X-Google-Group-Id: 1035534660134
List-Post: http://groups.google.com/group/beagleboard/post,
mailto:beagleboard@googlegroups.com
List-Help: http://groups.google.com/support/,
mailto:beagleboard+h...@googlegroups.com
List-Archive: http://groups.google.com/group/beagleboard
Sender: beagleboard@googlegroups.com

Regards,

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

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


Re: [beagleboard] Position: Technical Lead/Architect ----Location: Bay,CA

2015-03-05 Thread Gerald Coley
I zapped him. What I am seeing is they post what is a valid question. Then
they take of their mask!

Gerald


On Thu, Mar 5, 2015 at 12:26 PM, Robert Nelson robertcnel...@gmail.com
wrote:

 On Thu, Mar 5, 2015 at 12:21 PM, Gerald Coley ger...@beagleboard.org
 wrote:
  It wasn't me!

 Im pretty sure it's a trick with the BCC and the way google groups
 handles it..  From teh headers...

 From: Javeed khalandhar@gmail.com
 To: khalandhar shaik khalandhar@gmail.com
 Content-Type: multipart/alternative; boundary=001a113a9556c74dfc05108e3c36
 Bcc: beagleboard@googlegroups.com
 X-Original-Sender: khalandhar@gmail.com
 X-Original-Authentication-Results: gmr-mx.google.com;   spf=pass
  (google.com: domain of khalandhar@gmail.com designates
  2607:f8b0:400d:c01::233 as permitted sender)
 smtp.mail=khalandhar@gmail.com;
dkim=pass header.i=@gmail.com;   dmarc=pass (p=NONE
 dis=NONE) header.from=gmail.com
 Reply-To: beagleboard@googlegroups.com
 Precedence: list
 Mailing-list: list beagleboard@googlegroups.com; contact
 beagleboard+own...@googlegroups.com
 List-ID: beagleboard.googlegroups.com
 X-Google-Group-Id: 1035534660134
 List-Post: http://groups.google.com/group/beagleboard/post,
 mailto:beagleboard@googlegroups.com
 List-Help: http://groups.google.com/support/,
 mailto:beagleboard+h...@googlegroups.com
 List-Archive: http://groups.google.com/group/beagleboard
 Sender: beagleboard@googlegroups.com

 Regards,

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

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




-- 
Gerald

ger...@beagleboard.org
http://beagleboard.org/
http://circuitco.com/support/

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


[beagleboard] Beaglebone Black: PySide program giving cannot connect to X server

2015-03-05 Thread upol . ryskulova
Hi everyone, I did research about this problem in google group but 
unfortunately was not able to find any answer.
I am trying to run simple pyside code on BBB(debian) and getting error 
cannot connect to X server. My sample code is 

import sys
from PySide import QtGui
app = QtGui.QApplication(sys.argv) --- after this line i am getting that 
error message.
sys.exit(app.exec_())

 I did search and tried these steps to give a permission to the root user 
to use X server
   export DISPLAY=127.0.0.1:0.0
   xhost local:root --- and getting this error unable to open display 
127.0.0.1:0.0


I checked whether X server is available and got the message Server is 
already active for display 0. 
ps aux | grep X command also returned list of processes using X server.

Could you please help me resolve this issue?
  

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


[beagleboard] PHY problem in 3.8.13-bone70

2015-03-05 Thread avives
Hello,

We were experiencing the already documented PHY not found issue in the 
black bone.
The issue seems to be solved in 3.8.13-bone70, at least, we have been able 
to boot more than 80 times without a single error.
Could anyone confirm that point?

Thanks,
Ausias

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


[beagleboard] Re: RTL8188EUS driver for BBB

2015-03-05 Thread estefaniadesiree . avalosrivera
Step 3. gives me fatal error and the modulo cannot be found

El lunes, 14 de octubre de 2013, 3:31:57 (UTC-5), sekr...@gmail.com 
escribió:

 Hello Ken Yang,

 Sorry for very late. Here is link to compiled kernel on Google Drive 
 https://docs.google.com/file/d/0B7PmdsPeTtVOeHpHQ3dNX0pDMk0/edit?usp=sharing
 .

 ** USB WiFi adapter must be plugged in before power-on.

 1. extract content to root file system.
 tar -xvf kernel.tar.gz -C /

 2. Rebuild the module list.
 depmod -a

 3. Probe the module.
 modprobe 8188eu

 4. Generate encrypted WiFi pass phrase.

 wpa_passphrase ssid passphrase
 ex. My SSID=Sek, passphrase=sekranger
 wpa_passphrase Sek sekranger

 This command will output something similar to this.

 network={
 ssid=Sek
 #psk=sekranger
 psk=f5d1c49e15e679bebe385c37648d4141bc5c9297796a8a185d7bc5ac62f954e3
 }

 5. copy your encrypted pass phrase. For me, it's:
 f5d1c49e15e679bebe385c37648d4141bc5c9297796a8a185d7bc5ac62f954e3

 6. Use your favorite text editor to edit /var/lib/connman/wifi.config.
 If it doesn't exists, create one.

 7. Put this into wifi.config.
 [service_home]
 Type=wifi
 Name=ssid
 Passphrase=encrypted_passphrase

 ex.
 [service_home]
 Type=wifi
 Name=Sek
 Passphrase=f5d1c49e15e679bebe385c37648d4141bc5c9297796a8a185d7bc5ac62f954e3

 8.restart your BBB.

 9.If you have any issue, please let me know. I may not be to help you. But we 
 can mess everything up together. LOL



 On Saturday, October 12, 2013 12:17:30 AM UTC+7, Ken Yang wrote:

 Thanks so much. Please share what you had.  I understand the risk and 
 will not be blaming you if anything happens to my BBB LOL

 On Friday, 11 October 2013 06:24:11 UTC-4, sekr...@gmail.com wrote:

 Sorry

 My friend borrowed my BBB since last monday. But I have a built kernel 
 in tar ball (with 8188eus module).

 Would you like to try it?

 On Thursday, October 10, 2013 11:08:27 PM UTC+7, Nicola Farina wrote:

 I'm also interested in your solution as I'm recycling that same dongle 
 from the RaspberryPi and remember I had to fiddle there too.

 Il giorno martedì 1 ottobre 2013 19:23:15 UTC+2, sekr...@gmail.com ha 
 scritto:

 I can get my rtl8188eus(TL-WN723N) to work now. I don't know if anyone 
 still want to know.
 I will post the way I get this to work tomorrow.

 If someone read my post here, please show a sign of life.



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


Re: [beagleboard] Position: Technical Lead/Architect ----Location: Bay,CA

2015-03-05 Thread Gerald Coley
It wasn't me!

Gerald


On Thu, Mar 5, 2015 at 12:19 PM, evilwulfie evilwul...@gmail.com wrote:

  how do these people get on this list ?


 On 3/5/2015 10:52 AM, Javeed wrote:

 Hello* Partner,*
 Hope you are doing great.
  Please let me know if you have any suitable profile for the below
 position.
 * Plz sendresumeASAP*
 * khalandhar@gmail.com khalandhar@gmail.com*

  *Position:* Technical Lead/Architec*t *

 *Location:* Bay,CA

 *Duration: *long period

 *Rate: *DOE

 *Required Skills:*

 7+ years’ experience with technical aspects of solution architecture,
 planning and delivery in a complex IT environment leading large projects,
 including:

- Solution design and documentation
- Data migration
- Workstream monitoring
- Test planning
-   Performance tuning
- Deployment and cutover

   Proven ability to lead technical teams
  Ability to work effectively with multiple end users and departments
 across the globe and communicate in business terms to arrive at technical
 solution.

  technical tools:

 ·   Oracle and Advanced PL/SQL

 ·   Database design

 ·   ETL design and development

 · Java a plus

 · Software Development Life Cycle (SDLC)

 · Complete understanding of RDBMS concepts and different data models

 *Thanks and Regards,*

 Javeed Mohammad

 IT Recruiter *|* National Consulting Group Inc.

 15 Corporate Place South, Suite - 419, Piscataway, NJ 08854, USA.
  ' 908-333-5825*| *7  908-847-0265
 --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to the Google Groups
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


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




-- 
Gerald

ger...@beagleboard.org
http://beagleboard.org/
http://circuitco.com/support/

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


[beagleboard] charge and digital cable for mobile device

2015-03-05 Thread gavin...@zirougroup.com

This email newsletter was sent to you in graphical HTML format.
If you're seeing this version, your email program prefers plain text emails.
You can read the original version online:
http://ymlp260.net/zMJDDZ



Hello Dear,
Have good days!
Recommend some new arrival digital cable for you.
We can provide competitive price and good quality cable for you.
Specification as follow:
1. USB 2.0
2. 18AWG wire and 48Mbps data transmission.
3. Color optional
4. Micro or iphone6 port optional
5. Length optional

More information, please click this link:
www.zirougroup.com
Any question, you are welcome.

BR
Gavin.fan
Shenzhen zirou electronics Co.,ltd
Phone: +86-755-85280199
Mobile:+86-13682649015
Email: gavin...@zirougroup.com
WEB: www.zirougroup.com
Alibaba: http://zirougroup.en.alibaba.com
ADD: 5Floor, Huashenhui Complex Building, jinhai Road, Xixiang Street
Baoan district, Shenzhen city, Guangdong province, China
Skype: zirougroup

_
Unsubscribe / Change Profile: http://ymlp260.net/ughbbheugsgyjbsuguwwggeqeehj
Powered by YourMailingListProvider

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


[beagleboard] Error gathering android sources

2015-03-05 Thread jacobisgreatest
Hi all of you BBB devs!

I have been working for four months on my capstone project, which is to 
create an Android Application that uses Google Maps API on the beaglebone 
black.
I was able to flash Andrew Henderson's 3.8 kernel image onto my Beaglebone 
black using windows but during development realized it did not support 
OpenGL ES 2.0.
I've been trying to create my own Android image that will contain the SGX 
drivers necessary for OpenGL ES 2.0 however while following the tutorial 
on 
http://processors.wiki.ti.com/index.php/TI-Android-JB-4.2.2-DevKit-4.1.1_DeveloperGuide.
 
I am unable to even get past the Android Sources step.
I have tried using the rowboat repo to construct the sources but everytime 
I try to run a 'repo sync' it is unable to fetch some of the projects which 
causes it to fail.
Using the Pre-Packaged Sources also does not work because everytime I try 
to uncompress the .bin file I get an unexpected EOF error. I've downloaded 
the Pre-packaged sources four times now and every single one still gives 
that error.
HALP PLZ, I'm so lost and google search has not given me much luck 
regarding these particular errors. I am trying to run this on Ubuntu 12.04 
btw.
If anyone is aware of a pre-built Android image with SGX drivers please 
message me ASAP, that also yields no results on google.

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


[beagleboard] Re: libpruio (fast and easy D/A - I/O)

2015-03-05 Thread andreas . vogelfrei
Am Freitag, 14. November 2014 15:19:01 UTC+1 schrieb TJF:

 But I recommend to install the new BBB_fbc-1.00, which I also use on my 
 board now. Just follow the instructions in (only point 1)


 http://users.freebasic-portal.de/tjf/Projekte/libpruio/doc/html/_cha_preparation.html#SecInstallation


Hello TJF,

thanks for librpuio and the effort you spent for this.

I followed the instructions on the side above, but still can not compile 
the FB examples:

- I run a BBB with a very new Debian Linux image.
- I installed everything according the documentation on the above link.
- fbc is working:
 fbc -version
 FreeBASIC Compiler - Version 1.01.0 (10-14-2014), built for linux-arm 
(32bit) Copyright (C) 2004-2014 The FreeBASIC development team.

However, compiling an FB example yields:
libpruio-0.2/src/examples# fbc -w all analyse.bas
/usr/local/include/freebasic/BBB/prussdrv.bi(56) error 23: File not found, 
crt/sys/types.bi in '#INCLUDE ONCE crt/sys/types.bi '__HEADERS__: 
sys/types.h'

- I have searched my system manually for types.bi, but there is none.

Do you have any suggestions what might be missing to compile the libpruio 
FB examples?
Btw. The C-examples can be compiled without errors.

Thanks.

 

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


[beagleboard] Re: Analog input sampling rate

2015-03-05 Thread TJF
Only 7 input pins (AIN-[0-6]) are connected to header pins. AIN-7 is hard 
connected to the power supply on the board.

I don't know what you mean by analogRead command. The TSC_ADC_SS can sample 
8 channels at 200 kHz. You can sample at that speed by using libpruio 
http://beagleboard.org/project/libpruio/ (bindings for C and FreeBASIC 
are available).

BR

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


Re: [beagleboard] BeagleBone auto Reboots with Custom OS

2015-03-05 Thread evilwulfie
sounds like you need to disable the watchdog timer


On 3/5/2015 6:47 AM, spudtrackt...@gmail.com wrote:
 I am using UART/TTY to load a custom OS onto my Beagle.  After the OS
 has been loaded and booted to the new OS shell, then my BeagleBone
 will restart, and boot to Angstrom.  I am able to use the new OS fro
 about 2 minutes before the reboot.  Does anyone know if what I can do
 to fix this problem?
 -- 
 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+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

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


[beagleboard] How GPIO input buttons read through sys file and updating in Device tree in SDK 7(3.12)

2015-03-05 Thread Naragoni shankar


Hi all,

I am currently using SDK 7.00 for am335x custom board, I am trying to read 
the value of an input. I am using kernel 3.12 kernel. The only way I have 
found is to manually export the gpio and then read the value but i want 
read gpio buttons through sys. here i am using pre defined gpio drive 
gpio_keys.c. find the device tree bellow...
  

gpio_keys_s0: gpio_keys_s0 {
pinctrl-single,pins = 
0x2c (PIN_INPUT_PULLUP | MUX_MODE7)   
/*key_init GPIO0_27 */
0x20 (PIN_INPUT_PULLUP | MUX_MODE7)   /* 
Alaram_key GPIO0_22 */
0x28 (PIN_INPUT_PULLUP | MUX_MODE7)   /* 
Cancel_key GPIO0_26  0x28 */
0x24 (PIN_INPUT_PULLUP | MUX_MODE7)   /* 
Away_key GPIO0_23 */
;
};


 gpio_buttons: gpio_buttons@0 {
   compatible = gpio-keys;
 pinctrl-names = default;
pinctrl-0 = gpio_keys_s0;
#address-cells = 1;
#size-cells = 0;

switch@1 {
label = key_init;
debounce_interval = 50;
linux,code = 100;
gpios = gpio0 27 GPIO_ACTIVE_HIGH;
 gpio-key,wakeup;
};

switch@2 {
label = Alaram_key;
linux,code = 0x102;
gpios = gpio0 22 GPIO_ACTIVE_HIGH;
};

switch@3 {
label = Cancel_key;
linux,code = 0x103;
gpios = gpio0 26 GPIO_ACTIVE_HIGH;
gpio-key,wakeup;
};

switch@4 {
label = Away_key;
linux,code = 0x108;
gpios = gpio0 23 GPIO_ACTIVE_HIGH;
};
};

I can see the the events occur in /dev/input/event0.

root@am335x-evm:/dev/input# cat event1
▒Dm8▒R
 ▒Dm8▒R
   ▒Dm8'S
 ▒Dm8'S
   ▒Dm8=

The problem is I need to read the value and not trigger off of an 
interrupt. but i want read the value through sys file like leds output 
root@am335x-evm:/sys/class/leds/beaglebone:green:usr3#
root@am335x-evm:/sys/class/leds/beaglebone:green:usr3# echo 1 brightness

root@am335x-evm:/sys/class/leds/beaglebone:green:usr3# cat brightness
1

please help me how to read input gpio data as well as how to export gpio 
buttons attributes to sys directory

Thankas  Regards

shankar  

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


[beagleboard] BeagleBone auto Reboots with Custom OS

2015-03-05 Thread spudtracktoad
I am using UART/TTY to load a custom OS onto my Beagle.  After the OS has 
been loaded and booted to the new OS shell, then my BeagleBone will 
restart, and boot to Angstrom.  I am able to use the new OS fro about 2 
minutes before the reboot.  Does anyone know if what I can do to fix this 
problem?

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


[beagleboard] Re: BeagleBone Black + JTAG (xds100v2) + StarterWare + Analog Inputs

2015-03-05 Thread TJF
Sorry. I don't know starterware.

But I know it's easy to get ADC working with libpruio 
http://beagleboard.org/project/libpruio/, just check out the examples 
io_input 
http://users.freebasic-portal.de/tjf/Projekte/libpruio/doc/html/_cha_examples.html#SubSecExaIoInput,
 
oszi 
http://users.freebasic-portal.de/tjf/Projekte/libpruio/doc/html/_cha_examples.html#SubSecExaOszi
 
or rb_oszi 
http://users.freebasic-portal.de/tjf/Projekte/libpruio/doc/html/_cha_examples.html#SubSecExaRbOszi.
 
It also supports GPIO, PWM and CAP. Bindings are available for C and 
FreeBASIC. While most IO solutions are limited to less than 10 kHz, 
libpruio can work at 10 times that speed and more.

BR

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


[beagleboard] Booting from microSD

2015-03-05 Thread Ray Madigan
I have two beaglebone blacks rev B and I am trying to boot either of them 
from a microSD card and I can't make either one of them work.  I must be 
doing something wrong and I need some help.

I have a 32GB microSD card Pro from Samsung.I wrote the image:

*bbxm-ubuntu-14.04.2-console-**armhf-2015-02-19-2gb.img* to the microsd 
card.

I have the bone connected to a monitor, keyboard and mouse.  It boots 
normally.

I insert the microSD card press the user boot button and power it up, no 
light comes on at all for as long as I hold the button.

If I try without the button press three lights light up immediately and 
stay there for ever.

Am I doing something wrong?  I tired connected to a network and not with 
the same result.


Any guidance would be appreciated?

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


Re: [beagleboard] Trouble flashing 2015-03-01 Debian image

2015-03-05 Thread Robert Nelson
On Thu, Mar 5, 2015 at 6:36 PM, Robert Nelson robertcnel...@gmail.com wrote:
 On Thu, Mar 5, 2015 at 6:26 PM, Tom Olenik tole...@hotmail.com wrote:
 Hi all,

 First post here.  Is anyone having issues flashing the latest Debian image,
 2015-03-01, on the Beaglebone Black?  I've tried it maybe a dozen times now
 with both a 5V and USB power supplies. I have flashed other images on my BBB
 just fine before, and swear I am following the same procedure.  I am:

 What was the full image name of the file?

 1. Inserting the microSD with the image,
 2. Holding down the boot switch
 3. Applying power
 4. Waiting for the user LEDs to all turn on then start to flash
 5. Release the boot switch.

 The LED activity looks active for only a couple minutes then it switches to
 the regular heartbeat pattern, and it never goes to all 4 on again and shut
 down like when flashing other images even if I wait hours.

 Was it doing they cylon pattern?

 The 2015-03-01 flasher should always shutdown when done...

 I have found that all its doing is booting from the microSD card.  If I
 don't power down after the flash attempt, keep the microSD installed, and
 check version, it indicates I'm running version 2015-03-01. If I power down,
 remove the card, then power back up, the old image is running.

 Did something change with the flashing procedure? I'm guessing there is
 something I have to fiddle with on the image to make this work. I'm
 comfortable writing code in C, C++, C#, and Java, but I'm a newbie when it
 comes to Linux. Any help would be much appreciated.

BTW, i should mention, with this newer image. Both the hdmi  serial
have the flashing debug info..  So if it's flashing you should see a
progress log happening on both outputs..

Regards,

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

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


Re: [beagleboard] Trouble flashing 2015-03-01 Debian image

2015-03-05 Thread Tom Olenik


On Thursday, March 5, 2015 at 8:47:38 PM UTC-5, RobertCNelson wrote:

 On Thu, Mar 5, 2015 at 7:40 PM, Tom Olenik tol...@hotmail.com 
 javascript: wrote: 
  I downloaded the image from here a couple days ago: 
  http://beagleboard.org/latest-images 
  md5: c848627722b7a5f7bc89791cc8949e3b 
  File name: 
  bone-debian-7.8-lxde-4gb-armhf-2015-03-01-4gb 

 That is a standalone (microSD) image... Flasher's have the words 
 eMMC-flasher in the file name. 

 But you only have to remove one # in a single file to convert it an 
 eMMC-flasher so no worries about reflashing the microSD card... 

 In /boot/uEnv.txt: 

 ##enable BBB: eMMC Flasher: 
 #cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh 

 Change to: 

 ##enable BBB: eMMC Flasher: 
 cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh 

 and reboot.. 

 Now that microSD will try to reflash the eMMC on every reboot.. 

 Regards, 

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


That did the trick.  Thank you for the 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 it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.