Re: [beagleboard] cant flash_eraseall /dev/mtd in am3517

2014-07-10 Thread Андрей Кононов
at my controller has multiple partitions but I can erase all but one, what 
could be the reason?


/ # cat /proc/mtd
 dev:size   erasesize  name
 mtd0: 0008 0002 xloader-nand
 mtd1: 001c 0002 uboot-nand
 mtd2: 0004 0002 params-nand
 mtd3: 0050 0002 linux-nand
 mtd4: 0f88 0002 jffs2-nand
 / # flash_eraseall /dev/mtd2
 Erasing 128 Kibyte @ 4 - 100% complete.
 / # flash_eraseall /dev/mtd1
 flash_eraseall: can't open '/dev/mtd1': Permission denied

 
 

четверг, 3 июля 2014 г., 16:38:43 UTC+4 пользователь Андрей Кононов написал:

 I compared the two defсonfig, made ​​some changes from the donor and now 
 it worked (without uncorrectable error ) :) thank you for participating :)

 четверг, 3 июля 2014 г., 15:49:24 UTC+4 пользователь Андрей Кононов 
 написал:

 in google I found defсonfig which solve this problem, but it is excessive

 четверг, 3 июля 2014 г., 15:29:00 UTC+4 пользователь lisarden написал:

 dmesg


 2014-07-03 15:26 GMT+04:00 Андрей Кононов and...@gmail.com:

 I have these settings, except one (CONFIG_MTD_NAND_ECC=y). I add it to 
 defchonfig but the situation has not changed :(. 

 четверг, 3 июля 2014 г., 14:50:58 UTC+4 пользователь lisarden написал:

 CONFIG_MTD=y
 CONFIG_MTD_CHAR=y
 CONFIG_MTD_BLKDEVS=y
 CONFIG_MTD_BLOCK=y
 CONFIG_MTD_NAND_ECC=y
 CONFIG_MTD_NAND=y
 CONFIG_MTD_NAND_OMAP2=y
 CONFIG_MTD_NAND_IDS=y



 2014-07-03 14:46 GMT+04:00 Андрей Кононов and...@gmail.com:

 what can i include in the kernel to organize writing mtd partitions?
 kernel 2.6.32

 / # flash_eraseall /dev/mtd3
 flash_eraseall: can't open '/dev/mtd3': No such device or address
 / # ls /dev/mtd*
 /dev/mtd0   /dev/mtd1ro /dev/mtd3   /dev/mtd4ro 
 /dev/mtdblock2
 /dev/mtd0ro /dev/mtd2   /dev/mtd3ro /dev/mtdblock0  
 /dev/mtdblock3
 /dev/mtd1   /dev/mtd2ro /dev/mtd4   /dev/mtdblock1  
 /dev/mtdblock4

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

 For more options, visit https://groups.google.com/d/optout.




 -- 
 LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
 Company - http://www.linkedin.com/company/mentorel
 Facebook - https://www.facebook.com/mentorel.company
  
  -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 You received this message because you are subscribed to the Google 
 Groups BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to beagleboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
 Company - http://www.linkedin.com/company/mentorel
 Facebook - https://www.facebook.com/mentorel.company
  


-- 
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] Debian demo image 2014-07-06 - initrd.img, uEnv.txt, dtbs and zImage are missing

2014-07-10 Thread Michael
Hi everybody,

with the old demo images (2014-06-05 and older) I could make a working SD 
card.

With the newest update (2014-07-06) the files mentioned in the subject are 
missing on the card, when I create it with:

sudo ./setup_sdcard.sh --mmc /dev/sda --dtb beaglebone
with the files from here:
http://rcn-ee.net/deb/rootfs/wheezy/debian-7.5-console-armhf-2014-07-06.tar.xz

as described by Robert here: 
http://elinux.org/BeagleBoardDebian#Debian_Stable_.28wheezy.29

Can somebody give me a hint what I am missing?


Best regards,
Michael

-- 
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: Problems with locale

2014-07-10 Thread Giovanni Santini
Thanks mate, anyways my idea was correct; by reinstalling *nano* I got the 
italian language.
So maybe the file could be customised in order to have just the locale we 
need.
Anyways, after customising the no_doc file (this is for everybody) you can 
reinstall packages by doing:
sudo apt-get --reinstall install $(dpkg --get-selections | grep install | 
cut-f 1)
That's all folks!

-- 
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: Problems with locale

2014-07-10 Thread Giovanni Santini
Thanks mate, anyways my idea was correct; by reinstalling *nano* I got the 
italian language.
So maybe the file could be customised in order to have just the locale we 
need.
Anyways, after customising the no_doc file (this is for everybody) you can 
reinstall packages by doing:
sudo apt-get --reinstall install $(dpkg --get-selections | grep install |
 cut -f 1)
That's all folks!

-- 
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] Cross Compiling Qt 5.3.1 for Beagle Board XM

2014-07-10 Thread kaushik ram
I am not able to Cross Compile qt5 for beagle-Board XM can any body help me 
with this regard?

-- 
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 demo image 2014-07-06 - initrd.img, uEnv.txt, dtbs and zImage are missing

2014-07-10 Thread Robert Nelson
On Thu, Jul 10, 2014 at 7:01 AM, Michael michaelstaemm...@web.de wrote:
 Hi everybody,

 with the old demo images (2014-06-05 and older) I could make a working SD
 card.

 With the newest update (2014-07-06) the files mentioned in the subject are
 missing on the card, when I create it with:

 sudo ./setup_sdcard.sh --mmc /dev/sda --dtb beaglebone
 with the files from here:
 http://rcn-ee.net/deb/rootfs/wheezy/debian-7.5-console-armhf-2014-07-06.tar.xz

 as described by Robert here:
 http://elinux.org/BeagleBoardDebian#Debian_Stable_.28wheezy.29

 Can somebody give me a hint what I am missing?

Just plug it in and let it boot. (Unless you have an old bootloader in
the bbb's eMMC)

I had some free time over the holiday weekend, so I implemented two
big changes, repos.rcn-ee.net is now up (sudo apt-get install
linux-image-$(rcn-ee.net kernel), along with firmware and header
packages) and i rewrote my bootloader patch to take advantage of some
new u-boot features.

The spec is here: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0

With debian jessie, this means you can install debian's kernel
packages and swap between the kernels via updating /boot/uEnv.txt's
uname_r variable.


However if your running the BBB, i just finished the uEnv.txt
compatibility shim yesterday. (which means it isn't in the 2014-07-06,
release)

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] Using a hardware timer (eCAP?) to measure the width of a pulse from a Ultrasonic Range finder

2014-07-10 Thread Mark A. Yoder
I have a HC-SR04 Ultrasonic Ranging Module[1] I want to interface to the 
Bone.  It outputs a pulse whose width is proportional to the distance to 
the object.

The AM335x TRM says the eCAP Module (Enhanced Capture) can measure the time 
of a pulse. Has anyone written an eCAP kernel driver?  Are there other ways 
to access the eCAP hardware?

I'm running the 1-July-2014 Debian image.

Thanks...

--Mark

[1] 
https://www.google.com/url?sa=trct=jq=esrc=ssource=webcd=3cad=rjauact=8ved=0CC4QFjACurl=https%3A%2F%2Fdocs.google.com%2Fdocument%2Fd%2F1Y-yZnNhMYy7rwhAgyL_pfa39RsB-x2qR4vP8saG73rE%2Feditei=cJG-U7ayGsyMyATGpoKIAQusg=AFQjCNEl7_92OTpEqYieKiT6D1fHJEwi9Qsig2=aa8OnjEBQAGcLrjgDM4wSQ
 

-- 
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] my host PC cannot detect ttyUSB0

2014-07-10 Thread sun19920218
Hi, I always used beaglebone white before, and I bought a new BBB one week 
ago.
I followed steps on https://eewiki.net/display/linuxonarm/BeagleBone+Black  
to start with my BBB (so does Beaglebone white),
However, my computer cannot detect ttyUSB0 through USB socket, but LEDs on 
BBB can blink. It seems microSD works.
I followed the steps on eewiki except usb gadget,  HDMI, eMMC, and 
SGX parts.

I also followed steps for beaglebone white on eewiki  and *that works*. 
(Debian, v3.8,  my Ubuntu can detect ttyUSB0 correctly, so I guess that is 
not problem of file system or kernel or my host PC.)

I don't know what happened to my beaglebone black, I guess that the problem 
comes from inittab or uEnv.txt, but I have no idea how to deal with it. (my 
BBB is Rev.C).

If I eject my microSD form BBB, my host PC can detect ttyACM0 (that is a 
system on eMMC), but I have to use a recompiled kernel rather than Debian 
on eMMC.

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.


Re: [beagleboard] my host PC cannot detect ttyUSB0

2014-07-10 Thread Robert Nelson
On Thu, Jul 10, 2014 at 8:44 AM,  sun19920...@gmail.com wrote:
 Hi, I always used beaglebone white before, and I bought a new BBB one week
 ago.
 I followed steps on https://eewiki.net/display/linuxonarm/BeagleBone+Black
 to start with my BBB (so does Beaglebone white),
 However, my computer cannot detect ttyUSB0 through USB socket, but LEDs on
 BBB can blink. It seems microSD works.
 I followed the steps on eewiki except usb gadget,  HDMI, eMMC, and
 SGX parts.

 I also followed steps for beaglebone white on eewiki  and that works.
 (Debian, v3.8,  my Ubuntu can detect ttyUSB0 correctly, so I guess that is
 not problem of file system or kernel or my host PC.)

 I don't know what happened to my beaglebone black, I guess that the problem
 comes from inittab or uEnv.txt, but I have no idea how to deal with it. (my
 BBB is Rev.C).

 If I eject my microSD form BBB, my host PC can detect ttyACM0 (that is a
 system on eMMC), but I have to use a recompiled kernel rather than Debian on
 eMMC.

Your getting tricked by a little software trickery. On the original
BeagleBone, there was an ftdi based usb-serial chip connected to the
usb slave port to give your pc a raw /dev/ttyUSB0 device.  On the
BeagleBone Black this was removed to save $'s..

However, there is a usb-serial gadget, so we get the kernel to create
a usb-serial device (/dev/ttyACM0) in the default image.  It's done
here:

https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L76

That usb gadget section on my eewiki.net page would have enabled
that usb-serial gadget too..

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] Re: Using a hardware timer (eCAP?) to measure the width of a pulse from a Ultrasonic Range finder

2014-07-10 Thread Troy Dack
I came across this 
today https://github.com/Teknoman117/beaglebot/tree/master/hcsr04-demo

Might be just what you need.

On Thursday, 10 July 2014 23:21:55 UTC+10, Mark A. Yoder wrote:

 I have a HC-SR04 Ultrasonic Ranging Module[1] I want to interface to the 
 Bone.  It outputs a pulse whose width is proportional to the distance to 
 the object.

 The AM335x TRM says the eCAP Module (Enhanced Capture) can measure the 
 time of a pulse. Has anyone written an eCAP kernel driver?  Are there other 
 ways to access the eCAP hardware?

 I'm running the 1-July-2014 Debian image.

 Thanks...

 --Mark

 [1] 
 https://www.google.com/url?sa=trct=jq=esrc=ssource=webcd=3cad=rjauact=8ved=0CC4QFjACurl=https%3A%2F%2Fdocs.google.com%2Fdocument%2Fd%2F1Y-yZnNhMYy7rwhAgyL_pfa39RsB-x2qR4vP8saG73rE%2Feditei=cJG-U7ayGsyMyATGpoKIAQusg=AFQjCNEl7_92OTpEqYieKiT6D1fHJEwi9Qsig2=aa8OnjEBQAGcLrjgDM4wSQ
  


-- 
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 Power Supply

2014-07-10 Thread adrian_hotmail_8
Hi all,

I would like to purchase a power supply for the BeagleBoard Black. I'm 
currently looking at this:

http://hobbyking.com/hobbyking/store/__20968__Hobbyking_60w_Power_Supply.html

It outputs 15v and 4A (60W)

However, the performance of that thing is over what is stated in the FAQ of 
BeagleBoard Black(2A, 10W).

Will this work or will it fry the Board?

Regards,
-A

-- 
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 Rev. C. Debian: HTML, Javascript, PHP, SQL

2014-07-10 Thread cp

I have a BBB.html web-page with a JavaScript program (BBB.js) running 
behind it that uses node.js to send commands from the web-page to the 
beaglebone io.  I put my JavaScript program in the cloud9 autorun folder so 
that it starts up automatically on boot.  This piece is working just fine.  

I added an  insert.php program to take user input from the html and store 
it in a sql database.  The .php script works when I directly access by 
hosting it with apache but it does not work when I access it from html 
page. My question is this: Where in the file structure do I place the 
insert.php program; can it run within the cloud9 folder where my html file 
is located?  

I will post my code later for reference. Thank you. 

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


[beagleboard] Re: Internet Slow, Flashing Problem...

2014-07-10 Thread bilalinamdar
Any body have any solution ?


Also want to update that ethtool doesn't output much just link state : on 
Message is display i tried
ethtool eth0 

Link state 0

tried setting full duplex but it says

Not set 



On Wednesday, July 2, 2014 1:13:21 PM UTC+5:30, bilali...@gmail.com wrote:

 Hello,
 I recently purchased *REV C*
 and i am facing few problems...

 1) The beaglebone was *working out of the box*. I connected my usb cable 
 plus i configured my router and connect network cable to it.
 It was working great but *SLOW response (web page)*
 2) I test internet over it.. and found it to be very slow. (i was trying 
 to install php and it was taking to much time so i have to test the 
 connection speed)
 it was around *5kbps very low*. I used my website and also several other 
 website like speedtest.nl and tested the same on my windows box which is 
 on the same network.
 My windows box is giving 250kbps and above speed but beagle bone is only 
 5kbps why ?
 3) In the process to resolve issue the above issue (2) i thought it will 
 be better to install latest version from the website
 so i went to 
 http://beagleboard.org/latest-images
 downloaded 
 http://debian.beagleboard.org/images/BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.img.xz
 i was having some april edition i checked (it came with the board)
 i followed the instruction
 i was little confused during the procedure

 Insert SD card into your (powered-down) board, hold down the USER/BOOT 
 button (if using Black) and apply power, either by the USB cable or 5V 
 adapter.
 If using BeagleBone Black and the image is meant to program your on-board 
 eMMC, you'll need to wait while the programming occurs. When the flashing 
 is complete, all 4 USRx LEDs will be lit solid.

 so what i did exactly is 
 1) Power down
 2) insert SD CARD (i followed the above steps correctly. it contain the 
 image data)
 3) PRESSED boot button
 4) Applied power
 5) now i see the 4 led lit i released the boot button...

 Now what is happening is the 4 led keeps blinking.  LIKE 
 BLINK BLINKBLINK BLINKBLINK BLINK
 it goes on (a little bit like heartbeat)
 I can't understand what is going on is it okay... is it flashing the eMMC? 
 am i doing something wrong ?

 4) Also want to ask where to get info regarding which version or image 
 contain what feature and function like
 image feb 2014 contains PHP, MYSQL,CLOUD9 etc etc
 5) Do we need to install cloud9 separately after re flashing or does it 
 comes inbuilt in the image ? what exaclty comes inbuild (In the image)
 6) I want to use RELAIBLE WEBSERVER (ONLY 10 CONNECTION MAX AT ANY GIVEN 
 TIME) which will control the leds (for example) in real time.So which OS 
 will be good on the beaglebone black also 


-- 
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 Power Supply

2014-07-10 Thread Gerald Coley
It will fry the board.Max voltage is 5V.

http://www.elinux.org/Beagleboard:BeagleBone_Black_Accessories


Gerald


On Wed, Jul 9, 2014 at 5:03 PM, adrian_hotmai...@hotmail.com wrote:

 Hi all,

 I would like to purchase a power supply for the BeagleBoard Black. I'm
 currently looking at this:


 http://hobbyking.com/hobbyking/store/__20968__Hobbyking_60w_Power_Supply.html

 It outputs 15v and 4A (60W)

 However, the performance of that thing is over what is stated in the FAQ
 of BeagleBoard Black(2A, 10W).

 Will this work or will it fry the Board?

 Regards,
 -A

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


[beagleboard] Build process of kernel

2014-07-10 Thread M Suneel Kumar
Hi,
I want to write new ALSA SOC driver to capture the audio in TDM format via
 McASP on my beagle bone black (BBB). I have followed SITARA Link and
understood the concepts.

http://processors.wiki.ti.com/index.php/Sitara_Linux_SDK_Audio_DAC_Example


I have googled many places to properly build BBB linux kernel and flashing
procedure. Its very hard to me to find the correct link

Can some one direct me to proper link where i can build and flash the
kernel. I dont have serial adapter to set up NFS ot TFTP boot.

Thanks much in advance
-Suneel

-- 
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: Booting adeneo wince 7 on beaglebone black

2014-07-10 Thread coreyeiynck
Hello, 
This happens on mine, I suggest holding the S2 button(User) and then 
pressing the S1 button (reset). it should start the process if it doesn't 
try the other power supply option.
Tch

*uss,Corey*
On Tuesday, October 8, 2013 9:08:22 AM UTC+2, Ali Asadzadeh wrote:

 Dear all
 I have loaded a 4GB SD card with the MLO and EBOOTSD.nb0 and NK.bin that 
 comes with the AM335X_BeagleBoneBlack_WEC7_BIN_V0131 package from 
 Adeno,Also I have formatted the card with Fat32 and 4096 byte sectors 
 (using windows foarmt), and I have used the TI SD card utility for flashing 
 the SD card, Also I have pushed the user button before power up,
 But nothing happens!!! 
 when I power the board up the leds won't flash, and there is no activity 
 on the Serial header, So I think it's a boot problem, How can I be sure 
 that the MLO is in the first sector of the SD card? I have loaded android, 
 angstrom and ubuntu successfully on to beaglebone balck, I want to test 
 what windows ce have to offer, So if somebody have booted successfully 
 please help me too.


-- 
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 getting started on OpenCV

2014-07-10 Thread paramtrivedi86
The blog does not exist. Please post other link.

On Friday, 9 May 2014 00:37:26 UTC+5:30, Jonathan Potes wrote:

 OpenCV library is not pre installed on Angstrom. in this link 
 http://beagleboneblack-opencv.blogspot.com/ you can see how install it.

 El domingo, 27 de abril de 2014 01:30:58 UTC-5, Chandan Bhatia escribió:

 In beaglebone black(Angstrom Distributios) , OPENCV library is pre 
 instilled or not.

 On Wednesday, February 12, 2014 7:25:58 AM UTC+5:30, Jonathan Potes wrote:

 Hi, My name is Jonathan Potes.

 In this link http://beagleboneblack-opencv.blogspot.com/, I am going to 
 explain about  installing OpenCV on BeagleBone Black. I am going to  show 
 basic projects and examples about Image processing in OpenCV running on BBB.



-- 
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] w1-gpio - bus masters limited?

2014-07-10 Thread lordvadersfather

Hi all,
 
I'm facing a  problem with my Beaglebone Black.
 
I need to use 10 1-wire busmasters (no way to change this requirement). I 
made a Device Tree Overlay file that adresses everything in the correct 
way. I made an overlay, targeting ocp with onewire@0 - onewire@9.
 
But for some reasons, under /sys/devices I only see w1_bus_master1 - 
w1_bus_master9. The 10th busmaster is missing. Is there any limit in the 
driver? So far I know, that the max slave count is set to 10 PER busmaster. 
Maybe there are other limits I don't expected?
 
 
Looking forward to your replies.

-- 
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 demo image 2014-07-06 - initrd.img, uEnv.txt, dtbs and zImage are missing

2014-07-10 Thread Robert Nelson
On Thu, Jul 10, 2014 at 7:47 AM, Robert Nelson robertcnel...@gmail.com wrote:
 On Thu, Jul 10, 2014 at 7:01 AM, Michael michaelstaemm...@web.de wrote:
 Hi everybody,

 with the old demo images (2014-06-05 and older) I could make a working SD
 card.

 With the newest update (2014-07-06) the files mentioned in the subject are
 missing on the card, when I create it with:

 sudo ./setup_sdcard.sh --mmc /dev/sda --dtb beaglebone
 with the files from here:
 http://rcn-ee.net/deb/rootfs/wheezy/debian-7.5-console-armhf-2014-07-06.tar.xz

 as described by Robert here:
 http://elinux.org/BeagleBoardDebian#Debian_Stable_.28wheezy.29

 Can somebody give me a hint what I am missing?

 Just plug it in and let it boot. (Unless you have an old bootloader in
 the bbb's eMMC)

 I had some free time over the holiday weekend, so I implemented two
 big changes, repos.rcn-ee.net is now up (sudo apt-get install
 linux-image-$(rcn-ee.net kernel), along with firmware and header
 packages) and i rewrote my bootloader patch to take advantage of some
 new u-boot features.

 The spec is here: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0

 With debian jessie, this means you can install debian's kernel
 packages and swap between the kernels via updating /boot/uEnv.txt's
 uname_r variable.


 However if your running the BBB, i just finished the uEnv.txt
 compatibility shim yesterday. (which means it isn't in the 2014-07-06,
 release)

For future reference purposes the option is:

--bbb-old-bootloader-in-emmc

as of: 
https://github.com/beagleboard/image-builder/commit/30e006546228418dc57611c967b86778916f5be4

To update the setup_sdcard.sh in 2014-07-06 to support that:

rm setup_sdcard.sh
wget 
https://raw.githubusercontent.com/beagleboard/image-builder/master/tools/setup_sdcard.sh
chmod +x setup_sdcard.sh

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] my host PC cannot detect ttyUSB0

2014-07-10 Thread sun19920218
Nice to meet you, Robert ! 
Could you teach me how to use your use-serial gadget ?(where to put it)
I am a rookie... and I read your tutorial on eewiki for usb gadget, it says 
Provides http access to beaglebone black over usb.
I thought I didn't need http access, so I didn't handle it before.

Thanks.


RobertCNelson於 2014年7月10日星期四UTC+8下午9時49分07秒寫道:

 On Thu, Jul 10, 2014 at 8:44 AM,  sun19...@gmail.com javascript: 
 wrote: 
  Hi, I always used beaglebone white before, and I bought a new BBB one 
 week 
  ago. 
  I followed steps on 
 https://eewiki.net/display/linuxonarm/BeagleBone+Black 
  to start with my BBB (so does Beaglebone white), 
  However, my computer cannot detect ttyUSB0 through USB socket, but LEDs 
 on 
  BBB can blink. It seems microSD works. 
  I followed the steps on eewiki except usb gadget,  HDMI, eMMC, and 
  SGX parts. 
  
  I also followed steps for beaglebone white on eewiki  and that works. 
  (Debian, v3.8,  my Ubuntu can detect ttyUSB0 correctly, so I guess that 
 is 
  not problem of file system or kernel or my host PC.) 
  
  I don't know what happened to my beaglebone black, I guess that the 
 problem 
  comes from inittab or uEnv.txt, but I have no idea how to deal with it. 
 (my 
  BBB is Rev.C). 
  
  If I eject my microSD form BBB, my host PC can detect ttyACM0 (that is a 
  system on eMMC), but I have to use a recompiled kernel rather than 
 Debian on 
  eMMC. 

 Your getting tricked by a little software trickery. On the original 
 BeagleBone, there was an ftdi based usb-serial chip connected to the 
 usb slave port to give your pc a raw /dev/ttyUSB0 device.  On the 
 BeagleBone Black this was removed to save $'s.. 

 However, there is a usb-serial gadget, so we get the kernel to create 
 a usb-serial device (/dev/ttyACM0) in the default image.  It's done 
 here: 


 https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L76
  

 That usb gadget section on my eewiki.net page would have enabled 
 that usb-serial gadget too.. 

 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] my host PC cannot detect ttyUSB0

2014-07-10 Thread Robert Nelson
On Thu, Jul 10, 2014 at 9:27 AM,  sun19920...@gmail.com wrote:
 Nice to meet you, Robert !
 Could you teach me how to use your use-serial gadget ?(where to put it)
 I am a rookie... and I read your tutorial on eewiki for usb gadget, it says
 Provides http access to beaglebone black over usb.
 I thought I didn't need http access, so I didn't handle it before.

usb ethernet is probably the most used gadget, hence i only mention
that. It also set's up /dev/mmcblk0p1 to be a usb flash drive, along
with the usb-serial gadget driver.

to make serial work, you'll also have to add: [ttyGS0]

https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-SerialLogin

If you don't want the usb networking stuff you can disable it..

https://raw.githubusercontent.com/RobertCNelson/tools/master/scripts/beaglebone-black-g-ether-load.sh

Just download and run on your bbb

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] ULCD7 Not working on Ubuntu

2014-07-10 Thread ozkannn01

Hi,

I have been trying to enable TSC2007 (ULCD) in Kernel 3.7.10-x13 (Robert 
Nelson) but having an error in tsc2007.c as follows:
 tsc2007: probe of 2-0049 failed with error -22 

After investigated further discovered that the root of error message seems 
in /kernel/irq/manage.c in request_threaded_irq function as 
!irq_settings_can_request. Since this call returns an error, the driver 
probe returns with the failure.

Any reply or guidance will be greatly appreciated.

Regards,
Ozkan.



On Saturday, April 6, 2013 10:06:56 PM UTC+1, RobertCNelson wrote:

 On Sat, Apr 6, 2013 at 3:36 PM,  wil...@airinet.com javascript: 
 wrote: 
  Good afternoon everyone, I hope everyone is well! 
  
  I have a Beagleboard setup that I am trying to get a touchscreen working 
 on. 
  Here's a list of our hardware: 
  
  ULCD7 (Circuit Co) 
  Beagleboard xM 
  Running Ubuntu 12.10 
  
  -- 
  root@WallController:~# uname -a 
  Linux WallController 3.7.10-x10 #1 SMP Thu Mar 28 13:45:57 UTC 2013 
 armv7l 
  armv7l armv7l GNU/Linux 
  -- 
  
  The kernel Command Line indicates that it is detecting bbtoys-ulcd as 
  buddy2: 
  
  -- 
  [0.00] Kernel command line: console=ttyO2,115200n8 vram= 
  omapfb.mode=dvi:800x480MR-16@60 omapdss.def_disp=dvi root=/dev/mmcblk0p2 
 ro 
  rootfstype=ext4 rootwait fixrtc buddy=spidev buddy2=bbtoys-ulcd 
 camera=none 
  wl12xx_clk= 
  -- 
  
  I've confirmed that there IS support for the ULCD7 in the linux kernel 
  (tsc2007). I can even see the driver try to initialize the ULCD7 
  
  -- 
  root@WallController:~# dmesg | grep tsc 
  [0.126098] Beagle expansionboard: initializing touchscreen: tsc2007 
  [   26.450286] tsc2007 2-0048: irq 0 busy? 
  [   26.454467] tsc2007: probe of 2-0048 failed with error -22 

 Maybe try bumping the i2c speed down from 400 to 200... 

 This is the patch in the v3.7.x branch that enables the screen and 
 touch controller.. 


 https://github.com/RobertCNelson/stable-kernel/blob/v3.7.x/patches/omap_beagle_expansion/0005-Beagle-expansion-add-CircuitCo-ulcd-Support.patch
  

 Note, it looks like v3.9-rcX is doing the same thing.. 

 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] Looking for a Windows 8 driver tester for BeagleBone drivers

2014-07-10 Thread Jason Kridner
Can someone grab the drivers from
https://github.com/jadonk/beaglebone-getting-started/archive/1.0.1.zip and
confirm they work on Windows 8? The source and how I built it is all in
that repo, but I don't have a Windows 8 machine. Before I push this into
the main distro, I'd like some confirmation it works with Windows 8.

-- 
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] Boot BBB into single user mode

2014-07-10 Thread Joshua Datko
I'd like to boot my BBB into single user mode. It's a REV C BBB, with 
Debian Jessie (latest RCN image) on a microSD. I tried adding 
mmc_args=single to uEnv.txt but that didn't seem to work.

Any ideas?

Thanks,

Josh

-- 
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] Boot BBB into single user mode

2014-07-10 Thread Robert Nelson
On Thu, Jul 10, 2014 at 11:56 AM, Joshua Datko jbda...@gmail.com wrote:
 I'd like to boot my BBB into single user mode. It's a REV C BBB, with Debian
 Jessie (latest RCN image) on a microSD. I tried adding mmc_args=single to
 uEnv.txt but that didn't seem to work.

With the 2014-07-06 from:
http://elinux.org/BeagleBoardDebian#Debian_Testing_.28jessie.29

edit /boot/uEnv.txt (in ext4 partition)

cmdline=single

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] Build process of kernel

2014-07-10 Thread John Syn

From:  M Suneel Kumar call2sun...@gmail.com
Reply-To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Date:  Thursday, July 10, 2014 at 1:07 AM
To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Subject:  [beagleboard] Build process of kernel

 Hi,
 I want to write new ALSA SOC driver to capture the audio in TDM format via
 McASP on my beagle bone black (BBB). I have followed SITARA Link and
 understood the concepts.
 
 http://processors.wiki.ti.com/index.php/Sitara_Linux_SDK_Audio_DAC_Example
 
 
 I have googled many places to properly build BBB linux kernel and flashing
 procedure. Its very hard to me to find the correct link
 
 Can some one direct me to proper link where i can build and flash the kernel.
 I dont have serial adapter to set up NFS ot TFTP boot.
http://eewiki.net/display/linuxonarm/BeagleBone+Black

I recommend that you get a serial adapter because it is going to be almost
impossible to do any development without it.

Regards,
John
 
 Thanks much in advance
 -Suneel
 
 
 -- 
 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.


Re: [beagleboard] Cross Compiling Qt 5.3.1 for Beagle Board XM

2014-07-10 Thread John Syn

From:  kaushik ram kaushikram2...@gmail.com
Reply-To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Date:  Thursday, July 10, 2014 at 5:44 AM
To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Subject:  [beagleboard] Cross Compiling Qt 5.3.1 for Beagle Board XM

 I am not able to Cross Compile qt5 for beagle-Board XM can any body help me
 with this regard?
I¹ve given up trying to cross compile qt5. Instead, I build qt5 directly on
the beagleboard. It takes a long time, but it does work.

Regards,
John
 
 
 
 -- 
 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.


Re: [beagleboard] Boot BBB into single user mode

2014-07-10 Thread Joshua Datko
Spot on, thank you.

Josh

-- 
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] Cross Compiling Qt 5.3.1 for Beagle Board XM

2014-07-10 Thread Don deJuan
On 07/10/2014 10:36 AM, John Syn wrote:

 From: kaushik ram kaushikram2...@gmail.com
 mailto:kaushikram2...@gmail.com
 Reply-To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Date: Thursday, July 10, 2014 at 5:44 AM
 To: beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com beagleboard@googlegroups.com
 mailto:beagleboard@googlegroups.com
 Subject: [beagleboard] Cross Compiling Qt 5.3.1 for Beagle Board XM

 I am not able to Cross Compile qt5 for beagle-Board XM can any
 body help me with this regard?

 I've given up trying to cross compile qt5. Instead, I build qt5
 directly on the beagleboard. It takes a long time, but it does work.

 Regards,
 John



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

setup distcc then. qt5 is available by default in arch linux arm repos

-- 
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] Cross Compiling Qt 5.3.1 for Beagle Board XM

2014-07-10 Thread Saminath Sanjai
HI Don,

Can you share the Link?


Sami.


On Thu, Jul 10, 2014 at 10:42 AM, Don deJuan donjuans...@gmail.com wrote:

  On 07/10/2014 10:36 AM, John Syn wrote:


   From: kaushik ram kaushikram2...@gmail.com
 Reply-To: beagleboard@googlegroups.com beagleboard@googlegroups.com
 Date: Thursday, July 10, 2014 at 5:44 AM
 To: beagleboard@googlegroups.com beagleboard@googlegroups.com
 Subject: [beagleboard] Cross Compiling Qt 5.3.1 for Beagle Board XM

  I am not able to Cross Compile qt5 for beagle-Board XM can any body help
 me with this regard?

  I’ve given up trying to cross compile qt5. Instead, I build qt5 directly
 on the beagleboard. It takes a long time, but it does work.

  Regards,
 John



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


 setup distcc then. qt5 is available by default in arch linux arm repos

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


[beagleboard] What has the Beagle got against the UK?

2014-07-10 Thread john . hind . trolnet
I just loaded the latest Debian image to my BBB and found that this long 
standing bug:

http://www.briandorey.com/post/BeagleBone-Driver-Installer-problems.aspx

Still persists in the Windows 64-Bit driver version shipped in the 
BeagleBone Getting Started image (as well
as the links from the web site getting started page).

This is giving UK purchasers a very poor initial impression of the quality 
of the board! Especially
when we Google for and apply the fix only to spot that every country on the 
planet has been
explicitly included EXCEPT the UK which seems to have been left out!

What will it take to get this simple fix incorporated in the distributed 
image?

-- 
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] What has the Beagle got against the UK?

2014-07-10 Thread Robert Nelson
On Thu, Jul 10, 2014 at 11:44 AM,  john.hind.trol...@gmail.com wrote:
 I just loaded the latest Debian image to my BBB and found that this long
 standing bug:

 http://www.briandorey.com/post/BeagleBone-Driver-Installer-problems.aspx

 Still persists in the Windows 64-Bit driver version shipped in the
 BeagleBone Getting Started image (as well
 as the links from the web site getting started page).

 This is giving UK purchasers a very poor initial impression of the quality
 of the board! Especially
 when we Google for and apply the fix only to spot that every country on the
 planet has been
 explicitly included EXCEPT the UK which seems to have been left out!

 What will it take to get this simple fix incorporated in the distributed
 image?

Probably lack of UK testers running windows. ;)

Does this help at all?

http://www.mail-archive.com/beagleboard@googlegroups.com/msg15562.html

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] Transferring the image to the BBB via TFTP- using Yocto openembedded 1.6

2014-07-10 Thread Gibson Justian
Hi William,
 I am using Yocto 1.6 (daisy) and i could get the file out using 
the get command, but still having the same error!!!
I use the Debian as the host machine. I am very new to the tftp stuff so 
just want to get a hold on it and followed the steps from the internet. 
Tested with the local to get the file and it works perfectly fine. 


Regards,
Gibson

On Monday, July 7, 2014 10:01:57 PM UTC+5:30, William Hermans wrote:

 Gibson, which distro are you using on the tftp host, and which tftp server 
 are you using ?

 You also tested local to the host to make sure the file is actually 
 getting out ?


 On Sat, Jul 5, 2014 at 11:55 AM, guitar...@gmail.com javascript: 
 wrote:

 Hi folks,
 I am trying to boot the BBB using the tftpboot procedure 
 and I used the yocto openembedded build . 
 When I tried to transfer the image file using the tftp command in the 
 uboot prompt , I get the following output.

 link up on port 0, speed 100, full duplex
 Using cpsw device
 TFTP from server 192.168.43.130; our IP address is 192.168.43.10
 Filename 'uImage'.
 Load address: 0x8020
 Loading: T T T T T T T T T T T T T T T T T T T T 
 Retry count exceeded; starting again
 using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
 MAC 90:59:af:62:d3:1b
 HOST MAC de:ad:be:af:00:00
 RNDIS ready
 ERROR: The remote end did not respond in time.
 at drivers/usb/gadget/ether.c:2388/usb_eth_init()

 Any valuable suggestions or tips on this is helpful

 Regards,
 Gibson

  -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 You received this message because you are subscribed to the Google Groups 
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to beagleboard...@googlegroups.com javascript:.
 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.


Re: [beagleboard] Looking for a Windows 8 driver tester for BeagleBone drivers

2014-07-10 Thread Robert Nelson
On Thu, Jul 10, 2014 at 11:00 AM, Jason Kridner
jkrid...@beagleboard.org wrote:
 Can someone grab the drivers from
 https://github.com/jadonk/beaglebone-getting-started/archive/1.0.1.zip and
 confirm they work on Windows 8? The source and how I built it is all in that
 repo, but I don't have a Windows 8 machine. Before I push this into the main
 distro, I'd like some confirmation it works with Windows 8.

Hi Jason,

I just extracted the BONE_D64.exe file, to verify if UK was added.
Looks like we are still missing it.

For background, see:
http://www.briandorey.com/post/BeagleBone-Driver-Installer-problems.aspx

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] Transferring the image to the BBB via TFTP- using Yocto openembedded 1.6

2014-07-10 Thread Alfredo Muniz
On Sat, Jul 5, 2014 at 11:55 AM, guitargib...@gmail.com wrote:

 Any valuable suggestions or tips on this is helpful


Your bbb isn't connecting to the server or the file uImage doesn't exist on
the server. Have you tried connecting to your server using tftp on your
local machine? Make a file called test in your tftp folder and run the
following commands in another folder

tftp 192.168.43.130
get test
quit

There shouldn't be any errors and you should get the file test in the
folder you were in.

-- 
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: Using a hardware timer (eCAP?) to measure the width of a pulse from a Ultrasonic Range finder

2014-07-10 Thread Mark A. Yoder
Troy:
  Thanks for the quick response.  That's a great lead.

I found I can get maybe 0.2 ms accuracy just using JavaScript.  That 
translates to around 4cm, which isn't back.

When I have the time I'll see how much the PRU improves things.

--Mark

On Thursday, July 10, 2014 9:50:05 AM UTC-4, Troy Dack wrote:

 I came across this today 
 https://github.com/Teknoman117/beaglebot/tree/master/hcsr04-demo

 Might be just what you need.

 On Thursday, 10 July 2014 23:21:55 UTC+10, Mark A. Yoder wrote:

 I have a HC-SR04 Ultrasonic Ranging Module[1] I want to interface to the 
 Bone.  It outputs a pulse whose width is proportional to the distance to 
 the object.

 The AM335x TRM says the eCAP Module (Enhanced Capture) can measure the 
 time of a pulse. Has anyone written an eCAP kernel driver?  Are there other 
 ways to access the eCAP hardware?

 I'm running the 1-July-2014 Debian image.

 Thanks...

 --Mark

 [1] 
 https://www.google.com/url?sa=trct=jq=esrc=ssource=webcd=3cad=rjauact=8ved=0CC4QFjACurl=https%3A%2F%2Fdocs.google.com%2Fdocument%2Fd%2F1Y-yZnNhMYy7rwhAgyL_pfa39RsB-x2qR4vP8saG73rE%2Feditei=cJG-U7ayGsyMyATGpoKIAQusg=AFQjCNEl7_92OTpEqYieKiT6D1fHJEwi9Qsig2=aa8OnjEBQAGcLrjgDM4wSQ
  



-- 
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 EGL OpenGL ES2 example

2014-07-10 Thread Adam Grosso
I have been trying to get a simple EGL/GLES2 c++ application to work.  I'm 
trying NOT to use the PVRShell example code provided in the SDK.  I have a 
BeagleBone Black Rev C running the standard Debian image.  I updated the 
Kernel to the 3.13 version and installed the SGX drivers following the 
instructions on the wiki.  All of the demos run just fine.

Does anyone have some sample code that they can pass along on how they 
created the EGL Context and then did something simple in Open GL ES2 (ES1 
would also be ok).  I've tried creating the EGLDisplay with an X display 
and a framebuffer file descriptor but they always return no display. I've 
only had luck with the EGL_DEFAULT_DISPLAY.  I'm almost ready to go back to 
the Raspberry Pi as I just can't seem to figure this out.  Thanks for the 
help.

Thanks,
Adam

-- 
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] Disable GUI on debian image

2014-07-10 Thread atomiklan
 

I'd like to completely disable the GUI, but in the simplest way possible. 
It is used as a headless device and doesn't need those resources sucked up.

I have successfully disabled it, but I feel my procedure is breaking things 
behind the scenes. All I am doing is:

apt-get remove lightdm

In retrospect, perhaps purge would be better.

Can anyone see holes in the method, or recommend a better method?

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.


RE: [beagleboard] Looking for a Windows 8 driver tester for BeagleBone drivers

2014-07-10 Thread Guillermo Enrique VIDES
They  are installed  Ok
Windows 8.1 on ASUS X45A Notebook
64 bit  version
Date: Thu, 10 Jul 2014 12:00:03 -0400
Subject: [beagleboard] Looking for a Windows 8 driver tester for BeagleBone 
drivers
From: jkrid...@beagleboard.org
To: beagleboard@googlegroups.com

Can someone grab the drivers from 
https://github.com/jadonk/beaglebone-getting-started/archive/1.0.1.zip and 
confirm they work on Windows 8? The source and how I built it is all in that 
repo, but I don't have a Windows 8 machine. Before I push this into the main 
distro, I'd like some confirmation it works with Windows 8.




-- 

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.


[beagleboard] How does one find the TCP address of a BBB ?

2014-07-10 Thread 'Jonmar' via BeagleBoard
Greetings to all :-)

I received my new BBB (Beaglebone Black, Revision A6) and was following the 
startup directions.

My Windows 7 x64 PC recognized the BBB when I plugged in the USB cable and 
it assigned a drive letter to the new device.

I downloaded and ran the USB driver installer (BONE_D64.exe), it ran and 
completed with no problems.

I added a TCP address alias, to enable my computer to talk on 
*192.168.7.xxx* subnet.

I hooked up an ethernet cable between my BBB  my network hub, and tried to 
access the web page at *192.168.7.2 *as directed.
My Firefox browser times out and gives me an error page stating:

*The connection has timed outThe server at 192.168.7.2 is taking too long 
to respond.*

I have tried using the Advanced IP Scanner utility to scan the 
192.168.7.0 through 192.168.7.255 address range and no devices, other than 
my computer, shows up.

Is there a recommended TCP/IP network scanner that would be able to find my 
BBB ?

Thank you in advance for any  all help.

Jonmar

-- 
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] How does one find the TCP address of a BBB ?

2014-07-10 Thread William Hermans
subnet mask 255.255.255.0
default gateway 192.168.7.1

Under settings for that network device. You may even need to enter the
BBB's IP for the DNS server(s).


On Thu, Jul 10, 2014 at 4:04 PM, 'Jonmar' via BeagleBoard 
beagleboard@googlegroups.com wrote:

 Greetings to all :-)

 I received my new BBB (Beaglebone Black, Revision A6) and was following
 the startup directions.

 My Windows 7 x64 PC recognized the BBB when I plugged in the USB cable and
 it assigned a drive letter to the new device.

 I downloaded and ran the USB driver installer (BONE_D64.exe), it ran and
 completed with no problems.

 I added a TCP address alias, to enable my computer to talk on
 *192.168.7.xxx* subnet.

 I hooked up an ethernet cable between my BBB  my network hub, and tried
 to access the web page at *192.168.7.2 *as directed.
 My Firefox browser times out and gives me an error page stating:

 *The connection has timed outThe server at 192.168.7.2 is taking too
 long to respond.*

 I have tried using the Advanced IP Scanner utility to scan the
 192.168.7.0 through 192.168.7.255 address range and no devices, other than
 my computer, shows up.

 Is there a recommended TCP/IP network scanner that would be able to find
 my BBB ?

 Thank you in advance for any  all help.

 Jonmar

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


Re: [beagleboard] Disable GUI on debian image

2014-07-10 Thread William Hermans
https://www.digitalocean.com/community/tutorials/how-to-manage-packages-in-ubuntu-and-debian-with-apt-get-apt-cache

apt-get autoremove is probably what you're after, but you can also apt-get
remove --purge to remove the debs too.

That page seems to be a fairly decent reference for every day APT usage,
however for the BBB avoid apt-get upgrade, and apt-get dist-upgrade.

For more than every day usage , there is a lot to APT. For instance you can
even rate limit downloads via apt, with a few choice flags. Google is your
friend here, and when in doubt . . . well its best to create a Debian VM
and experiment Things for the most part should be the same. Package
availability however will be different. x86 has far more available packages.


On Thu, Jul 10, 2014 at 12:52 PM, atomik...@gmail.com wrote:

 I'd like to completely disable the GUI, but in the simplest way possible.
 It is used as a headless device and doesn't need those resources sucked up.

 I have successfully disabled it, but I feel my procedure is breaking
 things behind the scenes. All I am doing is:

 apt-get remove lightdm

 In retrospect, perhaps purge would be better.

 Can anyone see holes in the method, or recommend a better method?

 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.


-- 
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: Unable to connect to BBB over USB on desktop

2014-07-10 Thread ITFK
If anyone can provide any insight here I'd definitely appreciate it! I'm 
strongly considering just reformatting my PC but would prefer to avoid that 
solution for the time being if possible. 

On Monday, 7 July 2014 21:09:33 UTC-4, ITFK wrote:

 I purchased a Beaglebone Black (rev. A6) at the end of last year and was 
 highly unsuccessful in getting the board up and running on my desktop PC. 
 Unfortunately, due to work and grad. school commitments I haven't made time 
 to pursue this board any further until now.

 Now onto the actual problem... I am unable to connect to the default web 
 server over the USB connection on my desktop PC. Up until recently I was 
 able to get the BBB mounted to my PC, however, after some tweaking last 
 night I am now unable to do that either. I only tried very briefly to 
 connect via the RJ45 connector on the board and was unsuccessful in that as 
 well. I will say that I am able to connect to the BBB over USB on my laptop 
 very quickly and easily so I really don't expect this to be a hardware 
 issue.

 My desktop PC is a Windows 7 64-bit machine that hasn't seen a fresh 
 install in probably 2-3 years. In that time I've run a couple of different 
 development boards (Arduino and a couple of simple PIC setups) plus a ton 
 of other random peripherals. I also currently connect to the internet 
 through a VPN and installed a TAP driver to do so. I have a VM setup 
 through VirtualBox which has an entry in the network adapters section of 
 the device manager labeled VirtualBox Host-Only Ethernet Adapter. I guess 
 the takeaway here is that I've been using this install for a few years now 
 and have install all kinds of different device drivers for various 
 peripherals that may be conflicting with my BBB. My laptop on the other 
 hand is a new (1 year old) Dell which is also running Windows 7 64-bit but 
 has had far less connected to it. 

 As of early last night I was able to connect the BBB via USB to my desktop 
 PC and see the BBB mounted to my PC. There were entries in the device 
 manager for the Beaglebone (under Portable Devices), the Gadget Serial 
 (under Ports COM  LPT), and the Linux RNDIS Ethernet gadget (under Network 
 Adapters and shows up as Linux USB Ethernet/RNDIS Gadget #2 for some 
 reason). The RNDIS entry showed device error 10 saying that the device was 
 not able to start. I have installed the drivers through the BONE_D64 
 executable as well as by trying to manually update the driver and point it 
 to the RNDIS driver located at F:\Drivers\Windows\src\files\RNDIS. Later 
 last night I tried uninstalling all of the BBB entries I could find within 
 the device manager (the three I listed above) and used bcdedit to allow the 
 installation of digitally unsigned drivers thinking that perhaps Windows 
 was blocking the install somehow. I restarted my PC, installed the drivers, 
 re-enabled driver integrity checks with bcdedit and restarted my PC once 
 again. This was unsuccessful and I was still unable to get the Linux USB 
 Ethernet/RNDIS Gadget to start properly. 

 I also tried uninstalling all of the drivers, restarting, installing Code 
 Composer Studio 5.5.0, and restarting again in the hopes that the software 
 would be packaged with a digitally signed set of drivers that would run 
 properly on my machine. Again, this was met with no success and I was still 
 unable to connect to the BBB's internal web server. 

 Lastly, I tried downloading and flashing the BBB with the latest Angstrom 
 image to see if maybe there was some weird interaction between the 
 particular version of Linux on my BBB and my PC (despite it seeming 
 unlikely due to the error with the RNDIS gadget). This last step was again 
 unsuccessful, but I am still able to connect over USB to the BBB's 
 webserver on my laptop.

 I'd really like to solve this issue asap but I am out of ideas. I will 
 probably be reinstalling Windows in about a month once my new SSD is no 
 longer on back order. I am hoping that there is a solution someone else 
 knows of that will get me up and running faster than that though. Working 
 on my laptop is an option but my desktop has far more RAM which makes it 
 much more appealing when I am running a VM to develop code for the BBB. 
 Hopefully I've provided enough information for someone to give me an idea 
 of what else I could try. Thanks in advance for your help guys!


-- 
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] Disable GUI on debian image

2014-07-10 Thread William Hermans
I should also add as a constant tinkerer, I have noticed that apt-get
remove / autoremove --purge will *not* completely remove all deps. Perhaps
aptitude does a better job, but personally I prefer to use only one package
manager Although I think that aptitude is basically just an extension of
APT. A very good one fom what I understand though.

If you're really anal about what is installed on your headless ( whatever
), it would be best to use Robert's barefs image, and install only what you
want.


On Thu, Jul 10, 2014 at 4:36 PM, William Hermans yyrk...@gmail.com wrote:


 https://www.digitalocean.com/community/tutorials/how-to-manage-packages-in-ubuntu-and-debian-with-apt-get-apt-cache

 apt-get autoremove is probably what you're after, but you can also apt-get
 remove --purge to remove the debs too.

 That page seems to be a fairly decent reference for every day APT usage,
 however for the BBB avoid apt-get upgrade, and apt-get dist-upgrade.

 For more than every day usage , there is a lot to APT. For instance you
 can even rate limit downloads via apt, with a few choice flags. Google is
 your friend here, and when in doubt . . . well its best to create a Debian
 VM and experiment Things for the most part should be the same. Package
 availability however will be different. x86 has far more available packages.


 On Thu, Jul 10, 2014 at 12:52 PM, atomik...@gmail.com wrote:

  I'd like to completely disable the GUI, but in the simplest way
 possible. It is used as a headless device and doesn't need those resources
 sucked up.

 I have successfully disabled it, but I feel my procedure is breaking
 things behind the scenes. All I am doing is:

 apt-get remove lightdm

 In retrospect, perhaps purge would be better.

 Can anyone see holes in the method, or recommend a better method?

 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.




-- 
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] Looking for a Windows 8 driver tester for BeagleBone drivers

2014-07-10 Thread Robert Nelson
On Thu, Jul 10, 2014 at 11:00 AM, Jason Kridner
jkrid...@beagleboard.org wrote:
 Can someone grab the drivers from
 https://github.com/jadonk/beaglebone-getting-started/archive/1.0.1.zip and
 confirm they work on Windows 8? The source and how I built it is all in that
 repo, but I don't have a Windows 8 machine. Before I push this into the main
 distro, I'd like some confirmation it works with Windows 8.

These look good on a virgin Windows 8.1 64bit install. With only the
1.0.1 driver installed. No extra permissions except the initial
beagleboard.org certificate question.

Quickly tested the main 3 USB functionalities.

USB: Flash Drive
USB: Ethernet (http://192.168.7.2)
USB: serial (COM3 thru Terra Term)

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] Re: Unable to connect to BBB over USB on desktop

2014-07-10 Thread William Hermans
Unfortunately, I do not know anyone who could possibly troubleshoot this
problem without being at the keyboard. Your install is old, and is probably
broken in one way or another.

I have personally experienced similar issues with the same version of
Windows, and my own recourse is just to reinstall. One thing you can do to
help facilitate this is to keep the OS separate from your data ( e.g. two
partitions, 1 for OS, one for data ). It wont keep the OS from eventually
loosing its mind, but it should keep your data safe, and make it very
simple to reinstall.

Also, for the drivers, I have no idea who actually wrote them but they seem
to be a bit inexperienced with windows drivers. As there should be an
option to remove existing old drivers. The problem here is when you update
your BBB sometimes Windows views the hardware differently, and has no idea
how to interact with it. So, you're required to reinstall the drivers,
while previous versions stay installed. Confusing Windows even more
eventually until it just starts to silently fail.

The last time I personally reinstalled was fairly recently. Just before I
did however, I booted into safe mode, and did some investigation. Between
the two BBB's we have several MSP430 launchpad's and perhaps an old M3
stellaris dev board. I had 10 + old drivers still installed but not being
used.

Further advice would be to limit what you install on your development
workstations. The standard K.I.S.S methodology.


On Thu, Jul 10, 2014 at 4:41 PM, ITFK tylerk...@gmail.com wrote:

 If anyone can provide any insight here I'd definitely appreciate it! I'm
 strongly considering just reformatting my PC but would prefer to avoid that
 solution for the time being if possible.

 On Monday, 7 July 2014 21:09:33 UTC-4, ITFK wrote:

 I purchased a Beaglebone Black (rev. A6) at the end of last year and was
 highly unsuccessful in getting the board up and running on my desktop PC.
 Unfortunately, due to work and grad. school commitments I haven't made time
 to pursue this board any further until now.

 Now onto the actual problem... I am unable to connect to the default web
 server over the USB connection on my desktop PC. Up until recently I was
 able to get the BBB mounted to my PC, however, after some tweaking last
 night I am now unable to do that either. I only tried very briefly to
 connect via the RJ45 connector on the board and was unsuccessful in that as
 well. I will say that I am able to connect to the BBB over USB on my laptop
 very quickly and easily so I really don't expect this to be a hardware
 issue.

 My desktop PC is a Windows 7 64-bit machine that hasn't seen a fresh
 install in probably 2-3 years. In that time I've run a couple of different
 development boards (Arduino and a couple of simple PIC setups) plus a ton
 of other random peripherals. I also currently connect to the internet
 through a VPN and installed a TAP driver to do so. I have a VM setup
 through VirtualBox which has an entry in the network adapters section of
 the device manager labeled VirtualBox Host-Only Ethernet Adapter. I guess
 the takeaway here is that I've been using this install for a few years now
 and have install all kinds of different device drivers for various
 peripherals that may be conflicting with my BBB. My laptop on the other
 hand is a new (1 year old) Dell which is also running Windows 7 64-bit but
 has had far less connected to it.

 As of early last night I was able to connect the BBB via USB to my
 desktop PC and see the BBB mounted to my PC. There were entries in the
 device manager for the Beaglebone (under Portable Devices), the Gadget
 Serial (under Ports COM  LPT), and the Linux RNDIS Ethernet gadget (under
 Network Adapters and shows up as Linux USB Ethernet/RNDIS Gadget #2 for
 some reason). The RNDIS entry showed device error 10 saying that the device
 was not able to start. I have installed the drivers through the BONE_D64
 executable as well as by trying to manually update the driver and point it
 to the RNDIS driver located at F:\Drivers\Windows\src\files\RNDIS. Later
 last night I tried uninstalling all of the BBB entries I could find within
 the device manager (the three I listed above) and used bcdedit to allow the
 installation of digitally unsigned drivers thinking that perhaps Windows
 was blocking the install somehow. I restarted my PC, installed the drivers,
 re-enabled driver integrity checks with bcdedit and restarted my PC once
 again. This was unsuccessful and I was still unable to get the Linux USB
 Ethernet/RNDIS Gadget to start properly.

 I also tried uninstalling all of the drivers, restarting, installing Code
 Composer Studio 5.5.0, and restarting again in the hopes that the software
 would be packaged with a digitally signed set of drivers that would run
 properly on my machine. Again, this was met with no success and I was still
 unable to connect to the BBB's internal web server.

 Lastly, I tried downloading and flashing the BBB with the 

Re: [beagleboard] Looking for a Windows 8 driver tester for BeagleBone drivers

2014-07-10 Thread William Hermans
If I may make a suggestion ? Give us the option to enumerate, and uninstall
previous driver installs. Perhaps a moot point with the latest Windows
drivers, but the initial drivers were terrible in this regard.


On Thu, Jul 10, 2014 at 4:56 PM, Robert Nelson robertcnel...@gmail.com
wrote:

 On Thu, Jul 10, 2014 at 11:00 AM, Jason Kridner
 jkrid...@beagleboard.org wrote:
  Can someone grab the drivers from
  https://github.com/jadonk/beaglebone-getting-started/archive/1.0.1.zip
 and
  confirm they work on Windows 8? The source and how I built it is all in
 that
  repo, but I don't have a Windows 8 machine. Before I push this into the
 main
  distro, I'd like some confirmation it works with Windows 8.

 These look good on a virgin Windows 8.1 64bit install. With only the
 1.0.1 driver installed. No extra permissions except the initial
 beagleboard.org certificate question.

 Quickly tested the main 3 USB functionalities.

 USB: Flash Drive
 USB: Ethernet (http://192.168.7.2)
 USB: serial (COM3 thru Terra Term)

 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.


-- 
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] Transferring the image to the BBB via TFTP- using Yocto openembedded 1.6

2014-07-10 Thread William Hermans
Gibson,

Here is a blog post I made last year getting netboot working on the BBB
using debian as the tftp server.
http://www.embeddedhobbyist.com/debian-tips/beaglebone-black/beaglebone-black-network-boot/

Scroll down to *Installing, and configuring TFTP* and see if you can
remember if you've done all that. The rest of the article is not important.


On Thu, Jul 10, 2014 at 12:28 PM, Alfredo Muniz alfredoamu...@gmail.com
wrote:


 On Sat, Jul 5, 2014 at 11:55 AM, guitargib...@gmail.com wrote:

 Any valuable suggestions or tips on this is helpful


 Your bbb isn't connecting to the server or the file uImage doesn't exist
 on the server. Have you tried connecting to your server using tftp on your
 local machine? Make a file called test in your tftp folder and run the
 following commands in another folder

 tftp 192.168.43.130
 get test
 quit

 There shouldn't be any errors and you should get the file test in the
 folder you were in.

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


Re: [beagleboard] How does one find the TCP address of a BBB ?

2014-07-10 Thread 'Jonmar' via BeagleBoard
I just tried accessing the tcp/ip address *192.168.7.1* and it also times 
out.

As I posted previously, using the Advanced IP Scanner program, I scanned 
the entire address range of 192.168.7.1  through 192.168.7.255 with no 
devices being found except my PC.

At present, I do not know how to access the network device settings on the 
BBB :-(

Thank you for trying to help William.

Jonmar



On Thursday, July 10, 2014 4:21:03 PM UTC-7, William Hermans wrote:

 subnet mask 255.255.255.0
 default gateway 192.168.7.1

 Under settings for that network device. You may even need to enter the 
 BBB's IP for the DNS server(s).


 On Thu, Jul 10, 2014 at 4:04 PM, 'Jonmar' via BeagleBoard 
 beagl...@googlegroups.com javascript: wrote:

 Greetings to all :-)

 I received my new BBB (Beaglebone Black, Revision A6) and was following 
 the startup directions.

 My Windows 7 x64 PC recognized the BBB when I plugged in the USB cable 
 and it assigned a drive letter to the new device.

 I downloaded and ran the USB driver installer (BONE_D64.exe), it ran and 
 completed with no problems.

 I added a TCP address alias, to enable my computer to talk on 
 *192.168.7.xxx* subnet.

 I hooked up an ethernet cable between my BBB  my network hub, and tried 
 to access the web page at *192.168.7.2 *as directed.
 My Firefox browser times out and gives me an error page stating:

 *The connection has timed outThe server at 192.168.7.2 is taking too 
 long to respond.*

 I have tried using the Advanced IP Scanner utility to scan the 
 192.168.7.0 through 192.168.7.255 address range and no devices, other than 
 my computer, shows up.

 Is there a recommended TCP/IP network scanner that would be able to find 
 my BBB ?

 Thank you in advance for any  all help.

 Jonmar

 -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 You received this message because you are subscribed to the Google Groups 
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to beagleboard...@googlegroups.com javascript:.
 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.


Re: [beagleboard] How does one find the TCP address of a BBB ?

2014-07-10 Thread William Hermans
Jonmar,

Well, you're not exactly being clear as to what exactly you have under your
networking settings for the USB device. On the Windows side.

We need to know( on the windows side ) . .

1) What ip address you gave the interface( you already stated )
2) what subnet mask are you using( not stated )
3) what is the default gateway set to.( also not stated ).

Just typing in an IP address for the interface is not going to do anything.


On Thu, Jul 10, 2014 at 5:44 PM, 'Jonmar' via BeagleBoard 
beagleboard@googlegroups.com wrote:

 I just tried accessing the tcp/ip address *192.168.7.1* and it also times
 out.

 As I posted previously, using the Advanced IP Scanner program, I scanned
 the entire address range of 192.168.7.1  through 192.168.7.255 with no
 devices being found except my PC.

 At present, I do not know how to access the network device settings on the
 BBB :-(

 Thank you for trying to help William.

 Jonmar



 On Thursday, July 10, 2014 4:21:03 PM UTC-7, William Hermans wrote:

 subnet mask 255.255.255.0
 default gateway 192.168.7.1

 Under settings for that network device. You may even need to enter the
 BBB's IP for the DNS server(s).


 On Thu, Jul 10, 2014 at 4:04 PM, 'Jonmar' via BeagleBoard 
 beagl...@googlegroups.com wrote:

 Greetings to all :-)

 I received my new BBB (Beaglebone Black, Revision A6) and was following
 the startup directions.

 My Windows 7 x64 PC recognized the BBB when I plugged in the USB cable
 and it assigned a drive letter to the new device.

 I downloaded and ran the USB driver installer (BONE_D64.exe), it ran and
 completed with no problems.

 I added a TCP address alias, to enable my computer to talk on
 *192.168.7.xxx* subnet.

 I hooked up an ethernet cable between my BBB  my network hub, and tried
 to access the web page at *192.168.7.2 *as directed.
 My Firefox browser times out and gives me an error page stating:

 *The connection has timed outThe server at 192.168.7.2 is taking too
 long to respond.*

 I have tried using the Advanced IP Scanner utility to scan the
 192.168.7.0 through 192.168.7.255 address range and no devices, other than
 my computer, shows up.

 Is there a recommended TCP/IP network scanner that would be able to find
 my BBB ?

 Thank you in advance for any  all help.

 Jonmar

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


-- 
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: Unable to connect to BBB over USB on desktop

2014-07-10 Thread ITFK
Thanks for the reply William. I was hopeful that maybe I was doing 
something dumb or perhaps just missing something that someone here would be 
able to easily pickup on and point out to me. I've already started 
downloading installers for the software I use frequently in order to have 
 a (hopefully) quick and easy reinstall this weekend. I intend to image my 
OS drive after the reinstall to make things easier the next time this 
occurs. I do have a separate drive (not just partitions) for my OS and most 
frequently used programs so I shouldn't lose any important data. If I could 
convince my fiancee that I need a 5th computer I'd love to have a dedicated 
machine for development, but until then I suppose I'll have to live with my 
general purpose desktop machine. I do have a bad tendency to download new 
software just to play around with it though. Maybe I'll try to be a little 
more selective about what I install next time around :)

On Thursday, 10 July 2014 20:11:09 UTC-4, William Hermans wrote:

 Unfortunately, I do not know anyone who could possibly troubleshoot this 
 problem without being at the keyboard. Your install is old, and is probably 
 broken in one way or another.

 I have personally experienced similar issues with the same version of 
 Windows, and my own recourse is just to reinstall. One thing you can do to 
 help facilitate this is to keep the OS separate from your data ( e.g. two 
 partitions, 1 for OS, one for data ). It wont keep the OS from eventually 
 loosing its mind, but it should keep your data safe, and make it very 
 simple to reinstall.

 Also, for the drivers, I have no idea who actually wrote them but they 
 seem to be a bit inexperienced with windows drivers. As there should be an 
 option to remove existing old drivers. The problem here is when you update 
 your BBB sometimes Windows views the hardware differently, and has no idea 
 how to interact with it. So, you're required to reinstall the drivers, 
 while previous versions stay installed. Confusing Windows even more 
 eventually until it just starts to silently fail. 

 The last time I personally reinstalled was fairly recently. Just before I 
 did however, I booted into safe mode, and did some investigation. Between 
 the two BBB's we have several MSP430 launchpad's and perhaps an old M3 
 stellaris dev board. I had 10 + old drivers still installed but not being 
 used.

 Further advice would be to limit what you install on your development 
 workstations. The standard K.I.S.S methodology. 


 On Thu, Jul 10, 2014 at 4:41 PM, ITFK tyle...@gmail.com javascript: 
 wrote:

 If anyone can provide any insight here I'd definitely appreciate it! I'm 
 strongly considering just reformatting my PC but would prefer to avoid that 
 solution for the time being if possible. 

 On Monday, 7 July 2014 21:09:33 UTC-4, ITFK wrote:

 I purchased a Beaglebone Black (rev. A6) at the end of last year and was 
 highly unsuccessful in getting the board up and running on my desktop PC. 
 Unfortunately, due to work and grad. school commitments I haven't made time 
 to pursue this board any further until now.

 Now onto the actual problem... I am unable to connect to the default web 
 server over the USB connection on my desktop PC. Up until recently I was 
 able to get the BBB mounted to my PC, however, after some tweaking last 
 night I am now unable to do that either. I only tried very briefly to 
 connect via the RJ45 connector on the board and was unsuccessful in that as 
 well. I will say that I am able to connect to the BBB over USB on my laptop 
 very quickly and easily so I really don't expect this to be a hardware 
 issue.

 My desktop PC is a Windows 7 64-bit machine that hasn't seen a fresh 
 install in probably 2-3 years. In that time I've run a couple of different 
 development boards (Arduino and a couple of simple PIC setups) plus a ton 
 of other random peripherals. I also currently connect to the internet 
 through a VPN and installed a TAP driver to do so. I have a VM setup 
 through VirtualBox which has an entry in the network adapters section of 
 the device manager labeled VirtualBox Host-Only Ethernet Adapter. I guess 
 the takeaway here is that I've been using this install for a few years now 
 and have install all kinds of different device drivers for various 
 peripherals that may be conflicting with my BBB. My laptop on the other 
 hand is a new (1 year old) Dell which is also running Windows 7 64-bit but 
 has had far less connected to it. 

 As of early last night I was able to connect the BBB via USB to my 
 desktop PC and see the BBB mounted to my PC. There were entries in the 
 device manager for the Beaglebone (under Portable Devices), the Gadget 
 Serial (under Ports COM  LPT), and the Linux RNDIS Ethernet gadget (under 
 Network Adapters and shows up as Linux USB Ethernet/RNDIS Gadget #2 for 
 some reason). The RNDIS entry showed device error 10 saying that the device 
 was not able to start. I have 

Re: [beagleboard] Transferring the image to the BBB via TFTP- using Yocto openembedded 1.6

2014-07-10 Thread Gibson Justian
Hi William and Alfredo,

tftpboot problems

Observation with Yocto 1.6 :
 Below are the following observation after i executed the get 
uImage.
tftp 192.168.95.130
tftp get uImage
Received 5076896 bytes in 1.1 seconds

Do I have to transfer the uImage or zImage? I do not find any zImage in the 
/build/tmp/deploy/images/beaglebone$ 


Observation with the Debian image :

If I try the with the Debian image I get the  Bad Linux ARM zImage magic any 
clue on this ?


Regards,
Gibson





On Friday, July 11, 2014 6:01:08 AM UTC+5:30, William Hermans wrote:

 Gibson,

 Here is a blog post I made last year getting netboot working on the BBB 
 using debian as the tftp server.

 http://www.embeddedhobbyist.com/debian-tips/beaglebone-black/beaglebone-black-network-boot/

 Scroll down to *Installing, and configuring TFTP* and see if you can 
 remember if you've done all that. The rest of the article is not important.


 On Thu, Jul 10, 2014 at 12:28 PM, Alfredo Muniz alfred...@gmail.com 
 javascript: wrote:


 On Sat, Jul 5, 2014 at 11:55 AM, guitar...@gmail.com javascript: 
 wrote:

 Any valuable suggestions or tips on this is helpful


 Your bbb isn't connecting to the server or the file uImage doesn't exist 
 on the server. Have you tried connecting to your server using tftp on your 
 local machine? Make a file called test in your tftp folder and run the 
 following commands in another folder

 tftp 192.168.43.130
 get test
 quit

 There shouldn't be any errors and you should get the file test in the 
 folder you were in. 
  
 -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 You received this message because you are subscribed to the Google Groups 
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to beagleboard...@googlegroups.com javascript:.
 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.


Re: [beagleboard] Re: Unable to connect to BBB over USB on desktop

2014-07-10 Thread William Hermans
heh, I just have two laptops that I use lately. One is the general purpose
do everything system. Mostly, it just runs VLC to play movies, and then
virtualbox where I have an x86 Debian install support system for the BBB.
I tried dual booting, but for the purpose above . . . it was not working
out for me. Mostly because I did not want to install X on my support system.

My other system is fairly minimal. No JRE, or java apps period, no Flash,
etc Pretty much just firefox, sublime text 2 for editing code, puTTY,
x-chat, winrar.

The Debian virtual machine does all the cross compiling, and hosts the
BBB's rootfs ( NFS root ), while also acting as a Samba server so I can
access files on the BBB or support system via mapped network drive from My
dev machine. It's a fairly complex setup, but I'm pretty happy with it.


On Thu, Jul 10, 2014 at 6:39 PM, ITFK tylerk...@gmail.com wrote:

 Thanks for the reply William. I was hopeful that maybe I was doing
 something dumb or perhaps just missing something that someone here would be
 able to easily pickup on and point out to me. I've already started
 downloading installers for the software I use frequently in order to have
  a (hopefully) quick and easy reinstall this weekend. I intend to image my
 OS drive after the reinstall to make things easier the next time this
 occurs. I do have a separate drive (not just partitions) for my OS and most
 frequently used programs so I shouldn't lose any important data. If I could
 convince my fiancee that I need a 5th computer I'd love to have a dedicated
 machine for development, but until then I suppose I'll have to live with my
 general purpose desktop machine. I do have a bad tendency to download new
 software just to play around with it though. Maybe I'll try to be a little
 more selective about what I install next time around :)

 On Thursday, 10 July 2014 20:11:09 UTC-4, William Hermans wrote:

 Unfortunately, I do not know anyone who could possibly troubleshoot this
 problem without being at the keyboard. Your install is old, and is probably
 broken in one way or another.

 I have personally experienced similar issues with the same version of
 Windows, and my own recourse is just to reinstall. One thing you can do to
 help facilitate this is to keep the OS separate from your data ( e.g. two
 partitions, 1 for OS, one for data ). It wont keep the OS from eventually
 loosing its mind, but it should keep your data safe, and make it very
 simple to reinstall.

 Also, for the drivers, I have no idea who actually wrote them but they
 seem to be a bit inexperienced with windows drivers. As there should be an
 option to remove existing old drivers. The problem here is when you update
 your BBB sometimes Windows views the hardware differently, and has no idea
 how to interact with it. So, you're required to reinstall the drivers,
 while previous versions stay installed. Confusing Windows even more
 eventually until it just starts to silently fail.

 The last time I personally reinstalled was fairly recently. Just before I
 did however, I booted into safe mode, and did some investigation. Between
 the two BBB's we have several MSP430 launchpad's and perhaps an old M3
 stellaris dev board. I had 10 + old drivers still installed but not being
 used.

 Further advice would be to limit what you install on your development
 workstations. The standard K.I.S.S methodology.


 On Thu, Jul 10, 2014 at 4:41 PM, ITFK tyle...@gmail.com wrote:

 If anyone can provide any insight here I'd definitely appreciate it! I'm
 strongly considering just reformatting my PC but would prefer to avoid that
 solution for the time being if possible.

 On Monday, 7 July 2014 21:09:33 UTC-4, ITFK wrote:

 I purchased a Beaglebone Black (rev. A6) at the end of last year and
 was highly unsuccessful in getting the board up and running on my desktop
 PC. Unfortunately, due to work and grad. school commitments I haven't made
 time to pursue this board any further until now.

 Now onto the actual problem... I am unable to connect to the default
 web server over the USB connection on my desktop PC. Up until recently I
 was able to get the BBB mounted to my PC, however, after some tweaking last
 night I am now unable to do that either. I only tried very briefly to
 connect via the RJ45 connector on the board and was unsuccessful in that as
 well. I will say that I am able to connect to the BBB over USB on my laptop
 very quickly and easily so I really don't expect this to be a hardware
 issue.

 My desktop PC is a Windows 7 64-bit machine that hasn't seen a fresh
 install in probably 2-3 years. In that time I've run a couple of different
 development boards (Arduino and a couple of simple PIC setups) plus a ton
 of other random peripherals. I also currently connect to the internet
 through a VPN and installed a TAP driver to do so. I have a VM setup
 through VirtualBox which has an entry in the network adapters section of
 the device manager labeled VirtualBox 

Re: [beagleboard] Transferring the image to the BBB via TFTP- using Yocto openembedded 1.6

2014-07-10 Thread William Hermans
Supposedly you're supposed to be able to tftp zImage's now days, I've only
ever used uImage. Lately I've stopped using tftp, and only use NFS for the
rootfs.

John Syn recently made a post on these groups saying zImage does work, and
I've read the same a while back from somewhere else. But, I have not tried
or tested it personally. Anyway John gave a supposedly working uEnv,txt
setup, but again supposedly because I have not tried or tested it myself.

So searching these groups for John Syn and uEnv.txt may yield working
results for you. Sorry but I do not remember the post topic. Also, just as
a FYI, I think you'll find Angstrom on the BBB to be a dead end.


On Thu, Jul 10, 2014 at 6:46 PM, Gibson Justian guitargib...@gmail.com
wrote:

 Hi William and Alfredo,

 tftpboot problems

 Observation with Yocto 1.6 :
  Below are the following observation after i executed the get
 uImage.
 tftp 192.168.95.130
 tftp get uImage
 Received 5076896 bytes in 1.1 seconds

 Do I have to transfer the uImage or zImage? I do not find any zImage in
 the /build/tmp/deploy/images/beaglebone$ 


 Observation with the Debian image :

 If I try the with the Debian image I get the  Bad Linux ARM zImage magic
 any clue on this ?


 Regards,
 Gibson





 On Friday, July 11, 2014 6:01:08 AM UTC+5:30, William Hermans wrote:

 Gibson,

 Here is a blog post I made last year getting netboot working on the BBB
 using debian as the tftp server.
 http://www.embeddedhobbyist.com/debian-tips/beaglebone-
 black/beaglebone-black-network-boot/

 Scroll down to *Installing, and configuring TFTP* and see if you can
 remember if you've done all that. The rest of the article is not important.


 On Thu, Jul 10, 2014 at 12:28 PM, Alfredo Muniz alfred...@gmail.com
 wrote:


 On Sat, Jul 5, 2014 at 11:55 AM, guitar...@gmail.com wrote:

 Any valuable suggestions or tips on this is helpful


 Your bbb isn't connecting to the server or the file uImage doesn't exist
 on the server. Have you tried connecting to your server using tftp on your
 local machine? Make a file called test in your tftp folder and run the
 following commands in another folder

 tftp 192.168.43.130
 get test
 quit

 There shouldn't be any errors and you should get the file test in the
 folder you were in.

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

 For more options, visit https://groups.google.com/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.


-- 
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] Transferring the image to the BBB via TFTP- using Yocto openembedded 1.6

2014-07-10 Thread John Syn

From:  William Hermans yyrk...@gmail.com
Reply-To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Date:  Thursday, July 10, 2014 at 7:46 PM
To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Subject:  Re: [beagleboard] Transferring the image to the BBB via TFTP-
using Yocto openembedded 1.6

 Supposedly you're supposed to be able to tftp zImage's now days, I've only
 ever used uImage. Lately I've stopped using tftp, and only use NFS for the
 rootfs.
 
 John Syn recently made a post on these groups saying zImage does work, and
 I've read the same a while back from somewhere else. But, I have not tried or
 tested it personally. Anyway John gave a supposedly working uEnv,txt setup,
 but again supposedly because I have not tried or tested it myself.
One more thing, make sure you update the am335x-boneblack.dtb file from the
kernel you choose. If you don¹t, you will get all kinds of issue like bad
magic number, kernel just hangs, etc.

Regards,
John
 
 
 So searching these groups for John Syn and uEnv.txt may yield working
 results for you. Sorry but I do not remember the post topic. Also, just as a
 FYI, I think you'll find Angstrom on the BBB to be a dead end.
 
 
 On Thu, Jul 10, 2014 at 6:46 PM, Gibson Justian guitargib...@gmail.com
 wrote:
 Hi William and Alfredo,
 
 tftpboot problems
 
 Observation with Yocto 1.6 :
  Below are the following observation after i executed the get
 uImage.
 tftp 192.168.95.130
 tftp get uImage
 Received 5076896 bytes in 1.1 seconds
 
 Do I have to transfer the uImage or zImage? I do not find any zImage in the
 /build/tmp/deploy/images/beaglebone$ 
 
 
 Observation with the Debian image :
 
 If I try the with the Debian image I get the  Bad Linux ARM zImage magic
 any clue on this ?
 
 
 Regards,
 Gibson
 
 
 
 
 
 On Friday, July 11, 2014 6:01:08 AM UTC+5:30, William Hermans wrote:
 Gibson,
 
 Here is a blog post I made last year getting netboot working on the BBB
 using debian as the tftp server.
 http://www.embeddedhobbyist.com/debian-tips/beaglebone-black/beaglebone-blac
 k-network-boot/
 http://www.embeddedhobbyist.com/debian-tips/beaglebone-black/beaglebone-bla
 ck-network-boot/
 
 Scroll down to Installing, and configuring TFTP and see if you can
 remember if you've done all that. The rest of the article is not important.
 
 
 On Thu, Jul 10, 2014 at 12:28 PM, Alfredo Muniz alfred...@gmail.com wrote:
 
 On Sat, Jul 5, 2014 at 11:55 AM,  guitar...@gmail.com wrote:
 Any valuable suggestions or tips on this is helpful
 
 Your bbb isn't connecting to the server or the file uImage doesn't exist on
 the server. Have you tried connecting to your server using tftp on your
 local machine? Make a file called test in your tftp folder and run the
 following commands in another folder
 
 tftp 192.168.43.130
 get test
 quit
 
 There shouldn't be any errors and you should get the file test in the
 folder you were in.
 -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 You received this message because you are subscribed to the Google Groups
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to beagleboard...@googlegroups.com.
 
 For more options, visit https://groups.google.com/d/optout
 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.
 
 
 -- 
 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.


Re: [beagleboard] Transferring the image to the BBB via TFTP- using Yocto openembedded 1.6

2014-07-10 Thread John Syn

From:  William Hermans yyrk...@gmail.com
Reply-To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Date:  Thursday, July 10, 2014 at 7:46 PM
To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Subject:  Re: [beagleboard] Transferring the image to the BBB via TFTP-
using Yocto openembedded 1.6

 Supposedly you're supposed to be able to tftp zImage's now days, I've only
 ever used uImage. Lately I've stopped using tftp, and only use NFS for the
 rootfs.
 
 John Syn recently made a post on these groups saying zImage does work, and
 I've read the same a while back from somewhere else. But, I have not tried or
 tested it personally. Anyway John gave a supposedly working uEnv,txt setup,
 but again supposedly because I have not tried or tested it myself.
BTW, I use a small SDCard with only a 100MB fat partition and I only have
MLO, u-boot.img and uEnv.txt files present. Everything else gets loaded from
my TFTP server and then I mount an NFS rootfs. This is great for development
because I can make whatever changes I want on my ³targetNFS² folder on my
desktop and then just reboot my BBB. Very fast turnaround because I don¹t
have to program SDCards or flash eMMC.

Regards,
John
 
 
 So searching these groups for John Syn and uEnv.txt may yield working
 results for you. Sorry but I do not remember the post topic. Also, just as a
 FYI, I think you'll find Angstrom on the BBB to be a dead end.
 
 
 On Thu, Jul 10, 2014 at 6:46 PM, Gibson Justian guitargib...@gmail.com
 wrote:
 Hi William and Alfredo,
 
 tftpboot problems
 
 Observation with Yocto 1.6 :
  Below are the following observation after i executed the get
 uImage.
 tftp 192.168.95.130
 tftp get uImage
 Received 5076896 bytes in 1.1 seconds
 
 Do I have to transfer the uImage or zImage? I do not find any zImage in the
 /build/tmp/deploy/images/beaglebone$ 
 
 
 Observation with the Debian image :
 
 If I try the with the Debian image I get the  Bad Linux ARM zImage magic
 any clue on this ?
 
 
 Regards,
 Gibson
 
 
 
 
 
 On Friday, July 11, 2014 6:01:08 AM UTC+5:30, William Hermans wrote:
 Gibson,
 
 Here is a blog post I made last year getting netboot working on the BBB
 using debian as the tftp server.
 http://www.embeddedhobbyist.com/debian-tips/beaglebone-black/beaglebone-blac
 k-network-boot/
 http://www.embeddedhobbyist.com/debian-tips/beaglebone-black/beaglebone-bla
 ck-network-boot/
 
 Scroll down to Installing, and configuring TFTP and see if you can
 remember if you've done all that. The rest of the article is not important.
 
 
 On Thu, Jul 10, 2014 at 12:28 PM, Alfredo Muniz alfred...@gmail.com wrote:
 
 On Sat, Jul 5, 2014 at 11:55 AM,  guitar...@gmail.com wrote:
 Any valuable suggestions or tips on this is helpful
 
 Your bbb isn't connecting to the server or the file uImage doesn't exist on
 the server. Have you tried connecting to your server using tftp on your
 local machine? Make a file called test in your tftp folder and run the
 following commands in another folder
 
 tftp 192.168.43.130
 get test
 quit
 
 There shouldn't be any errors and you should get the file test in the
 folder you were in.
 -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 You received this message because you are subscribed to the Google Groups
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to beagleboard...@googlegroups.com.
 
 For more options, visit https://groups.google.com/d/optout
 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.
 
 
 -- 
 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.


Re: [beagleboard] Transferring the image to the BBB via TFTP- using Yocto openembedded 1.6

2014-07-10 Thread John Syn

From:  William Hermans yyrk...@gmail.com
Reply-To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Date:  Thursday, July 10, 2014 at 7:46 PM
To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Subject:  Re: [beagleboard] Transferring the image to the BBB via TFTP-
using Yocto openembedded 1.6

 Supposedly you're supposed to be able to tftp zImage's now days, I've only
 ever used uImage. Lately I've stopped using tftp, and only use NFS for the
 rootfs.
 
 John Syn recently made a post on these groups saying zImage does work, and
 I've read the same a while back from somewhere else. But, I have not tried or
 tested it personally. Anyway John gave a supposedly working uEnv,txt setup,
 but again supposedly because I have not tried or tested it myself.
Try again. uEnv.txt without initcall_debug.

Regards, 
John
 
 
 So searching these groups for John Syn and uEnv.txt may yield working
 results for you. Sorry but I do not remember the post topic. Also, just as a
 FYI, I think you'll find Angstrom on the BBB to be a dead end.
 
 
 On Thu, Jul 10, 2014 at 6:46 PM, Gibson Justian guitargib...@gmail.com
 wrote:
 Hi William and Alfredo,
 
 tftpboot problems
 
 Observation with Yocto 1.6 :
  Below are the following observation after i executed the get
 uImage.
 tftp 192.168.95.130
 tftp get uImage
 Received 5076896 bytes in 1.1 seconds
 
 Do I have to transfer the uImage or zImage? I do not find any zImage in the
 /build/tmp/deploy/images/beaglebone$ 
 
 
 Observation with the Debian image :
 
 If I try the with the Debian image I get the  Bad Linux ARM zImage magic
 any clue on this ?
 
 
 Regards,
 Gibson
 
 
 
 
 
 On Friday, July 11, 2014 6:01:08 AM UTC+5:30, William Hermans wrote:
 Gibson,
 
 Here is a blog post I made last year getting netboot working on the BBB
 using debian as the tftp server.
 http://www.embeddedhobbyist.com/debian-tips/beaglebone-black/beaglebone-blac
 k-network-boot/
 http://www.embeddedhobbyist.com/debian-tips/beaglebone-black/beaglebone-bla
 ck-network-boot/
 
 Scroll down to Installing, and configuring TFTP and see if you can
 remember if you've done all that. The rest of the article is not important.
 
 
 On Thu, Jul 10, 2014 at 12:28 PM, Alfredo Muniz alfred...@gmail.com wrote:
 
 On Sat, Jul 5, 2014 at 11:55 AM,  guitar...@gmail.com wrote:
 Any valuable suggestions or tips on this is helpful
 
 Your bbb isn't connecting to the server or the file uImage doesn't exist on
 the server. Have you tried connecting to your server using tftp on your
 local machine? Make a file called test in your tftp folder and run the
 following commands in another folder
 
 tftp 192.168.43.130
 get test
 quit
 
 There shouldn't be any errors and you should get the file test in the
 folder you were in.
 -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 You received this message because you are subscribed to the Google Groups
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to beagleboard...@googlegroups.com.
 
 For more options, visit https://groups.google.com/d/optout
 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.
 
 
 -- 
 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.
kernel_file=zImage
initrd_file=initrd.img

##Video: [ls /sys/class/drm/]
##Docs: 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/fb/modedb.txt
#Video: Uncomment to override:
kms_force_mode=video=HDMI-A-1:1280x1024@60e

##Enable systemd
#initopts=quiet init=/lib/systemd/systemd
#initopts=init=/lib/systemd/systemd

##BeagleBone Cape Overrides
##Note: On the BeagleBone Black, there is also an uEnv.txt in the eMMC, so if 
these changes do not seem to be makeing a difference...

##BeagleBone Black:
##Disable HDMI/eMMC
# Note it is necessary to disable BOTH HDMI and HDMIN (no audio) capes
# in order to use the HDMI pins for I/O
#cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G

##Disable HDMI
# Default to 

[beagleboard] debian-7.5-console-armhf-2014-07-06.tar.xz

2014-07-10 Thread jstampfl
Looking at the directions to install:

I am not sure where to copy this download to begin the install.

I have a rev A5 BBB with the standard Angstrom software and a 8GB SD card 
with the ...7.5-2014-5-14... release installed.

I want to leave the Angstrom in place and install the 07-06 Debian on the 
SD card.

Do I copy to Debian running from the SDcard and follow the install steps?

Also looking in the hwpak folder, I see two possible conf files:  
beaglebone.conf and bbb-empty-eprom.conf.  For my case, Debian on SDcard, 
which should I use.

Also note that there is a difference in the beaglebone.conf file:

#!/bin/bash
#--dtb beaglebone (BeagleBone  BeagleBone Black:supported)

SYSTEM=bone

#Bootloader:
conf_board=am335x_evm



The 'conf_board=am335x_evm'   differs from the settings in other conf 
files;

for example:  bbb-empty-eprom.conf has:

#!/bin/bash
#--dtb beaglebone (BeagleBone  BeagleBone Black:supported)

SYSTEM=bone

#Bootloader:
conf_board=am335x_boneblack



-- 
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-7.5-console-armhf-2014-07-06.tar.xz

2014-07-10 Thread Robert Nelson
On Thu, Jul 10, 2014 at 10:43 PM,  jstam...@gmail.com wrote:
 Looking at the directions to install:

 I am not sure where to copy this download to begin the install.

 I have a rev A5 BBB with the standard Angstrom software and a 8GB SD card
 with the ...7.5-2014-5-14... release installed.

 I want to leave the Angstrom in place and install the 07-06 Debian on the SD
 card.

 Do I copy to Debian running from the SDcard and follow the install steps?

 Also looking in the hwpak folder, I see two possible conf files:
 beaglebone.conf and bbb-empty-eprom.conf.  For my case, Debian on SDcard,
 which should I use.

 Also note that there is a difference in the beaglebone.conf file:

 #!/bin/bash
 #--dtb beaglebone (BeagleBone  BeagleBone Black:supported)

 SYSTEM=bone

 #Bootloader:
 conf_board=am335x_evm



 The 'conf_board=am335x_evm'   differs from the settings in other conf
 files;

 for example:  bbb-empty-eprom.conf has:

 #!/bin/bash
 #--dtb beaglebone (BeagleBone  BeagleBone Black:supported)

 SYSTEM=bone

 #Bootloader:
 conf_board=am335x_boneblack


Just use --dtb beaglebone the other one is for oem board bring up's..

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] Transferring the image to the BBB via TFTP- using Yocto openembedded 1.6

2014-07-10 Thread Gibson Justian
Hi William and John ,
  Thanks for reply!!!
The uEnv.txt that you have shared across uses the 
kernel_file=zImage 
and initrd_file=initrd.img but after the compilation of the yocto distro 
1.6 instead of zImage I get the uImage. How to obtain the zImage ?and where 
can I find the initrd.img???

Regards,
Gibson


On Friday, July 11, 2014 9:13:07 AM UTC+5:30, john3909 wrote:


 From: William Hermans yyr...@gmail.com javascript:
 Reply-To: beagl...@googlegroups.com javascript: 
 beagl...@googlegroups.com javascript:
 Date: Thursday, July 10, 2014 at 7:46 PM
 To: beagl...@googlegroups.com javascript: beagl...@googlegroups.com 
 javascript:
 Subject: Re: [beagleboard] Transferring the image to the BBB via TFTP- 
 using Yocto openembedded 1.6

 Supposedly you're supposed to be able to tftp zImage's now days, I've only 
 ever used uImage. Lately I've stopped using tftp, and only use NFS for the 
 rootfs.

 John Syn recently made a post on these groups saying zImage does work, and 
 I've read the same a while back from somewhere else. But, I have not tried 
 or tested it personally. Anyway John gave a supposedly working uEnv,txt 
 setup, but again supposedly because I have not tried or tested it myself.

 Try again. uEnv.txt without initcall_debug.

 Regards, 
 John



 So searching these groups for John Syn and uEnv.txt may yield working 
 results for you. Sorry but I do not remember the post topic. Also, just as 
 a FYI, I think you'll find Angstrom on the BBB to be a dead end. 


 On Thu, Jul 10, 2014 at 6:46 PM, Gibson Justian guitar...@gmail.com 
 javascript: wrote:

 Hi William and Alfredo,

 tftpboot problems

 Observation with Yocto 1.6 :
  Below are the following observation after i executed the get 
 uImage.
 tftp 192.168.95.130
 tftp get uImage
 Received 5076896 bytes in 1.1 seconds

 Do I have to transfer the uImage or zImage? I do not find any zImage in 
 the /build/tmp/deploy/images/beaglebone$ 


 Observation with the Debian image :

 If I try the with the Debian image I get the  Bad Linux ARM zImage magic 
 any clue on this ?


 Regards,
 Gibson





 On Friday, July 11, 2014 6:01:08 AM UTC+5:30, William Hermans wrote:

 Gibson,

 Here is a blog post I made last year getting netboot working on the BBB 
 using debian as the tftp server.
 http://www.embeddedhobbyist.com/debian-tips/beaglebone-
 black/beaglebone-black-network-boot/

 Scroll down to *Installing, and configuring TFTP* and see if you can 
 remember if you've done all that. The rest of the article is not important.


 On Thu, Jul 10, 2014 at 12:28 PM, Alfredo Muniz alfred...@gmail.com 
 wrote:


 On Sat, Jul 5, 2014 at 11:55 AM, guitar...@gmail.com wrote:

 Any valuable suggestions or tips on this is helpful


 Your bbb isn't connecting to the server or the file uImage doesn't 
 exist on the server. Have you tried connecting to your server using tftp 
 on 
 your local machine? Make a file called test in your tftp folder and run 
 the 
 following commands in another folder

 tftp 192.168.43.130
 get test
 quit

 There shouldn't be any errors and you should get the file test in the 
 folder you were in. 

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

 For more options, visit https://groups.google.com/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...@googlegroups.com javascript:.
 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...@googlegroups.com javascript:.
 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.