Re: [beagleboard] Xcode IDE for C/C++ development and cross compiling

2013-10-14 Thread don
I too could really use some help on getting Xcode to edit, compile and debug on the BBB. Xcode is a really nice IDE and since there are plenty of Xcode developers out in the real world it would be well worth the effort for someone at TI to put together an "Idiot's Guide" that lists all the ste

Re: [beagleboard] Re: What limits Beagle Board Black HDMI resolution

2013-11-11 Thread don
Great, now how does one specify a particular resolution and audio option upon startup? On Saturday, November 2, 2013 4:32:32 PM UTC-4, Gerald wrote: > > 1920x1080@24HZ is the best it can do. > > Gerald > > > > On Sat, Nov 2, 2013 at 1:19 PM, > wrote: > >> Per above, it seemed that 1920x1080 was p

Re: [beagleboard] Re: What limits Beagle Board Black HDMI resolution

2013-11-12 Thread don
I'd like to refine my question to you Gerald... How can I get 24-bit color with the BBB via either HDMI or LCD (assuming the LCD I wire up is a 24/32-bit color panel)? I thought the TI spec indicated the BBB could drive true-color but all I can manage to get out of the BBB is 16-bit color rega

Re: [beagleboard] Re: What limits Beagle Board Black HDMI resolution

2013-11-12 Thread don
Thanks Gerald, I will have to confirm this by wiring up another LCD panel to the expansion headers. It's unfortunate to learn that there is a 16-bit color limitation via HDMI output. On the Raspberry Pi I can issue the "fbset -depth 24" bash command and the HDMI output switches to 24-bit colo

Re: [beagleboard] Re: What limits Beagle Board Black HDMI resolution

2013-11-12 Thread don
Higher color output through the HDMI connector uses up pins? On Tuesday, November 12, 2013 12:14:46 PM UTC-5, Gerald wrote: > > We did this for a reason. Our focus was expansion and due to the pin > muxing, the extra 8 bits would wipe out a lot of functionality. Se we > decided to make those eas

[beagleboard] End of life for Angstrom?

2013-11-20 Thread don
Is that just a rumor? How long does TI plan on supporting Angstrom or should developers switch to something like a Debian port? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsub

Re: [beagleboard] End of life for Angstrom?

2013-11-21 Thread don
Gerald? Are you out there? Perhaps I can ask the question a different way. When people power up their BBB's for the first time, the Angstrom text-logo comes up. Is it always going to be that way or will one day we see the Debian Penguin logo appear? On Wednesday, November 20, 2013 11:04:35 P

Re: [beagleboard] Re: Web based led control

2013-11-03 Thread Don deJuan
What makes bonescript more up to date in the approach? I get your easier comment but more up to date does not make much sense to me. On 11/03/2013 11:27 AM, Pedro A. Melendez wrote: > what eskimobob seems interesting but i would recommend using > bonescript is eassier and a more up-to-date approa

Re: [beagleboard] Need help Arch Linux on SD

2013-11-04 Thread Don deJuan
Here is a tutorial with a few more details than the archarm page. http://www.adminempire.com/how-to-install-arch-linux-on-beaglebone-black-bbb/ and for a few basics on getting it setup. http://www.adminempire.com/beaglebone-basics-for-arch-linux/ HTH On 11/03/2013 06:55 PM, Eric Westphal wrote

Re: [beagleboard] Passwordless login to GDM for user other than root

2013-11-06 Thread Don deJuan
On 11/06/2013 03:08 PM, Will Kostelecky wrote: > I want to setup my BBB to have a user other than root login to the gdm > without entering a password. I have editted the /etc/gdm/custom.conf > file to replace root with the name of my user but the login does not > complete. It either hangs at th

Re: [beagleboard] how-to-install-lamp-xampp-server-on-beaglebone-black,acces hardware control through internet

2013-11-07 Thread Don deJuan
On 11/07/2013 10:58 AM, muhammad.saa...@gmail.com wrote: > > i am unable to install lamp or xampp server on my BBB.when i typed > > sudo apt-get install apache2 > > it says "sudo :command not found" > > opkg install php php-cgi php-cli opkg install lighttpd > lighttpd-module-fastcgi opkg install my

Re: [beagleboard] Fwd: Vote for GrowCubes on SUNDAY

2013-11-07 Thread Don deJuan
And soon at a grow house near you ;) LOL That is a pretty awesome setup though. I will for sure vote :) On 11/07/2013 10:49 AM, Jason Kridner wrote: > GrowCubes is based on BeagleBone Black and enables people to > affordably grow vegetables, fruits and other plants aeroponically with > very litt

Re: [beagleboard] Raspbian is to Debian as Angstrom is to ????

2013-11-08 Thread Don deJuan
On 11/08/2013 10:59 AM, Dieter Wirz wrote: > On Fri, Nov 8, 2013 at 5:55 AM, Jeffrey Goldberg wrote: >> I'm an old Unix/Linux guy who has been away from modern Linux distros for a >> while. And I've simply found myself absolutely bewildered after ssh'ing into >> my BBB. >> >> I simply need a point

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

2013-11-08 Thread Don deJuan
On 11/08/2013 11:01 AM, Zain Dar wrote: > A note to all those who see this post: *please do not be overwhelmed > by the project!* it really is not that complicated when you think > about it. Its just a regular knee brace with acccelerometers planted > on it. I just need help on how to make a python

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

2013-11-08 Thread Don deJuan
On 11/08/2013 11:01 AM, Zain Dar wrote: > A note to all those who see this post: *please do not be overwhelmed > by the project!* it really is not that complicated when you think > about it. Its just a regular knee brace with acccelerometers planted > on it. I just need help on how to make a python

Re: [beagleboard] Re: Passwordless login to GDM for user other than root

2013-11-08 Thread Don deJuan
On 11/08/2013 06:29 AM, Will Kostelecky wrote: > After a lot more research it does seem like all that should be > necessary is to have these lines... > > [daemon] > TimedLoginEnable=true > TimedLogin= > TimedLoginDelay=10 > > ...in /etc/gdm/custom.conf. I have booted my BBB from a fresh flash, >

Re: [beagleboard] Re: Passwordless login to GDM for user other than root

2013-11-09 Thread Don deJuan
Sorry I cant be of more help but yes I agree your session is not being started properly and gvfs should be putting that directory into one for your user. Or maybe your user is not setup properly either. I know it works in Arch Linux. On 11/09/2013 12:44 AM, Will Kostelecky wrote: >

Re: [beagleboard] what is the 'd' variable in bitbake recipes?

2013-11-10 Thread Don deJuan
On 11/10/2013 09:05 PM, Neabex wrote: > This is proving incredibly hard to google for since searching for 'd' > aliases to so many things. Do you guys know where I can find > documentation about this variable? > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this

Re: [beagleboard] what is the 'd' variable in bitbake recipes?

2013-11-10 Thread Don deJuan
uot;${@get_depends(bb, d)}" This would result in DEPENDS containing dependencywithcond On 11/10/2013 09:18 PM, Neabex wrote: > Don: > I'm not talking about an argument to bitbake, but a variable that > seems to exist in the context of all .bb files execution. > > Victor:

Re: [beagleboard] debian jessie w. small-lxde-desktop.sh: Xorg - no screens found ?

2013-11-11 Thread Don deJuan
On 11/11/2013 05:53 AM, Robert Nelson wrote: > On Mon, Nov 11, 2013 at 6:48 AM, Winfried Ritsch > wrote: >> Hello, >> >> I installed debian jessie from eelinux on BBB on SDcard: >> >> debian-jessie-console-armhf-2013-09-26.tar.xz >> >> and run the /boot/uboot/tools/debian/small-lxde-desktop.sh to

Re: [beagleboard] Angstrom support, web site

2013-11-12 Thread Don deJuan
On 11/12/2013 07:00 PM, David Lambert wrote: > On 13-10-09 10:39 AM, Jason Kridner wrote: >> On Mon, Oct 7, 2013 at 5:05 AM, Dennis Osipov >> wrote: >>> Does anybody know if the angstrom web site would be back online? >> The website is alive for me. > http://www.angstrom-distribution.org/ seems to

Re: [beagleboard] Angstrom support, web site

2013-11-13 Thread Don deJuan
On 11/13/2013 07:51 AM, Richard Cook wrote: > > Who owns the Angstrom distro? > -- > 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 e

Re: [beagleboard] Angstrom support, web site

2013-11-14 Thread Don deJuan
SL. Just juggling a lot of > balls at the moment, but it'll be back up soon. > > > On Wed, Nov 13, 2013 at 2:42 PM, Don deJuan <mailto:donjuans...@gmail.com>> wrote: > > On 11/13/2013 07:51 AM, Richard Cook wrote: > > >

Re: [beagleboard] Prevent Screen Sleeping

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

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

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

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

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

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

2013-11-15 Thread Don deJuan
va. ;) > When you launch this page from a desktop browser, it starts up the > Java Plugin, loads the applet and I have the Java console enabled, so > that comes up too. > > > Paulo Ferreira > > > > Don wrote: > > look up openjdk and icedtea for browser

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

2013-11-15 Thread Don deJuan
va. ;) > When you launch this page from a desktop browser, it starts up the > Java Plugin, loads the applet and I have the Java console enabled, so > that comes up too. > > > Paulo Ferreira > > > > Don wrote: > > look up openjdk and icedtea for browser

Re: [beagleboard] What is the most you would pay for a never-used Beagleboard Rev C5?

2013-11-19 Thread Don deJuan
If they are priced close to a bone I would be interested in a couple. 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 fro

Re: [beagleboard] What is the most you would pay for a never-used Beagleboard Rev C5?

2013-11-19 Thread Don deJuan
Yeah some where around there. Just to add to a cluster. No offense meant if you feel that is too low of an offer. -- 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

Re: [beagleboard] BBB: different hostname on ssh via USB and Ethernet cable

2013-11-19 Thread Don deJuan
check for modifications in bashrc to your PS seems like it might be coming from that on either your box or the remote box. On 11/19/2013 06:11 PM, Wilfredo Nieves wrote: > Hi Tiziano, > > Not sure why you are getting different host names between USB and > Ethernet. I attached 2 screen shots one wa

Re: [beagleboard] Re: Completely disable screensaver

2013-11-20 Thread Don deJuan
On 11/20/2013 11:23 AM, jimmyjimja...@gmail.com wrote: > On Saturday, August 31, 2013 1:40:26 PM UTC-4, Don Miller wrote: > > > There is some FAQ stuff related to this (link below). If you try > it, could you report back? This was an issue for me a month or so > a

Re: [beagleboard] Re: am335x-common-bone.dtsi file, I tried modifying it and porting to BBB

2013-11-22 Thread Don deJuan
On 11/22/2013 03:16 PM, rod calabio wrote: > Yes, of course I am idiot. The build_kernel.sh applies the patches > right at the beggening and wipes out all my > changes. Therefore, what I can do is in the build_kernel.sh I can > add a line to replace the patched up files > with my new files ri

Re: [beagleboard] Beaglebone-Black: Cannot install the Adafruit-BBIO in Arch

2013-11-23 Thread Don deJuan
On 11/23/2013 06:31 AM, JJ wrote: > | > > > > > pip install Adafruit_BBIO > Downloading/unpacking Adafruit-BBIO > Downloading Adafruit_BBIO-0.0.18.tar.gz > Running setup.py egg_info for package Adafruit-BBIO > Traceback (most recent call last): > File "", line 16, in > File "/

Re: [beagleboard] Beaglebone-Black: Cannot install the Adafruit-BBIO in Arch

2013-11-23 Thread Don deJuan
On 11/23/2013 06:31 AM, JJ wrote: > | > > > > > pip install Adafruit_BBIO > Downloading/unpacking Adafruit-BBIO > Downloading Adafruit_BBIO-0.0.18.tar.gz > Running setup.py egg_info for package Adafruit-BBIO > Traceback (most recent call last): > File "", line 16, in > File "/

Re: [beagleboard] Re: Beaglebone-Black: Cannot install the Adafruit-BBIO in Arch

2013-11-23 Thread Don deJuan
On 11/23/2013 08:24 AM, JJ wrote: > I managed to compile BBIO and before that I installed python2 packages. > Now there's a new problem, let's see following code > | > > > importAdafruit_BBIO.ADC asADC > > > ADC.setup() > value =ADC.read("P8_36") > voltage =value *1.8#1.8V > printvoltage > | > > It

Re: [beagleboard] Re: Beaglebone-Black: Problems with the Adafruit-BBIO in Arch

2013-11-23 Thread Don deJuan
On 11/23/2013 11:45 AM, JJ wrote: > Thank you! I used the latest 3.12 kernel and installed the legacy > version. Now my program works fine! > By the way, why doesn't the newest kernel support the capes? > > > lauantai, 23. marraskuuta 2013 20.28.13 UTC+2 don kirjoitti: >

Re: [beagleboard] Choosing a Linux Distro for My BeagleBone Black

2013-11-25 Thread Don deJuan
On 11/24/2013 09:00 PM, napper...@gmail.com wrote: > If you are after the extra speed then Ubuntu would be the one to go > for. Heard that Ubuntu is optimised better for the BBB than Debian (eg > image size is smaller). > > > On Sunday, 18 August 2013 13:33:38 UTC+12, Wasabi Fan wrote: > > Afte

Re: [beagleboard] Re: Bone Kernel Rebuild instructions

2013-11-25 Thread Don deJuan
On 11/23/2013 02:47 PM, amid...@gmail.com wrote: > Hello when try to flash sd card, I see this: > > mkimage: Write error on > /home/user/beaglebone/linux-dev/deploy/disk/uImage: No space left on > device > > > El lunes, 29 de abril de 2013 09:07:16 UTC-3, RobertCNelson escribió: > > On Mon, Apr

Re: [beagleboard] Xenomai patching to inbuilt Angstrom Kernel of BeagleBone Black.

2013-11-25 Thread Don deJuan
On 11/16/2013 11:01 PM, vikrant8...@gmail.com wrote: > Can anyone explain me how to patch Xenomai to inbuilt Angstrom kernel > of BeagleBone Black ?? > On beagleboard,org I only found eMMC and SD card bootable image but > where is configured > Angstrom Kernel for BBB ??And What is procedure after

Re: [beagleboard] favorite BBB and BB-xM accessories

2013-11-25 Thread Don deJuan
On 11/16/2013 06:32 PM, Philip Polstra wrote: > I'm writing a book on doing penetration testing with the BBB and BB-xM > and want to include links to vendors who provide accessories for the > Beagles. Enclosures and other items related to pentesting are > particularly interesting. > > What are y

Re: [beagleboard] Flashing Ubuntu 12.04 To eMMC

2013-11-25 Thread Don deJuan
On 11/25/2013 10:24 AM, Robert Nelson wrote: > On Sun, Nov 24, 2013 at 10:37 PM, wrote: >> Been trying to flash the Ubuntu 12.04 image from the uSD card to the eMMC on >> the BBB. Everytime I try to do this a permission denied error appears when >> when prepending sudo to the command. Tried to fl

Re: [beagleboard] about installing ubuntu on the BBB

2013-11-25 Thread Don deJuan
On 11/25/2013 10:25 AM, Robert Nelson wrote: > On Sun, Nov 24, 2013 at 12:30 PM, wrote: >> I have installed the ubuntu on the BBB, but my current problem is, I can >> only use it on command line, does any one know how to solve the problem. >> > So what's the problem... "sudo apt-get install xyz"

Re: [beagleboard] Set root password back to empty [beaglebone black]

2013-11-26 Thread Don deJuan
On 11/26/2013 04:09 PM, André Prado wrote: > Hello, i have a beaglebone black and i've changed the root password. > I bought a touchscreen lcd'4 cape but i can't login with it, no > virtual keyboard appears when i click on the login "password" field. > > I want to set the root password back to empt

Re: [beagleboard] Re: Can someone please calify the differences on OS's for BBB

2013-11-28 Thread Don deJuan
On 11/28/2013 02:12 AM, William Hermans wrote: > In a lot of cases the difference is only going to be a matter of > taste. However, i think you'll find documentation for some distro's > far superior to others. > I agree that some distros docs are way better than others. Which is why I got with Arch

Re: [beagleboard] Re: Can someone please calify the differences on OS's for BBB

2013-11-28 Thread Don deJuan
ed my raspberry pi > running arch (hosed = segmentation faults on such apps as ls && cp), > so I am a bit scared about the stability of arch, so if I was doing > something important I might chose debian instead. > > On Thursday, November 28, 2013 8:34:33 AM UTC-5, don wrot

Re: [beagleboard] Re: Can someone please calify the differences on OS's for BBB

2013-11-28 Thread Don deJuan
On 11/28/2013 07:55 AM, Robert Nelson wrote: > On Thu, Nov 28, 2013 at 9:39 AM, Michael Mullin wrote: >> I too, find arch to be a superior distro for beaglebone. I like it above >> the ubuntu or angstrom distros because >> 1) using the 3.12 kernel + regular kernel updates from pacman > lol!! That

Re: [beagleboard] Re: Can someone please calify the differences on OS's for BBB

2013-11-28 Thread Don deJuan
On 11/28/2013 10:07 AM, William Hermans wrote: > systemctl seems useful but I've yet to determine if I want it in "my" > Debian. I already like Debian just how it is. > > > On Thu, Nov 28, 2013 at 8:55 AM, Robert Nelson > mailto:robertcnel...@gmail.com>> wrote: > > On Thu, Nov 28, 2013 at 9:39

Re: [beagleboard] Re: Can someone please calify the differences on OS's for BBB

2013-11-28 Thread Don deJuan
On 11/28/2013 11:57 AM, John Syne wrote: > > > From: Don deJuan mailto:donjuans...@gmail.com>> > Reply-To: <mailto:beagleboard@googlegroups.com>> > Date: Thursday, November 28, 2013 at 10:32 AM > To: mailto:beagleboard@googlegroups.com>> > Subject: Re: [

Re: [beagleboard] Re: Building a Xenomai kernel

2013-11-30 Thread Don deJuan
On 11/30/2013 04:23 PM, Charles Steinkuehler wrote: > On 11/30/2013 4:30 PM, David Lewin wrote: >> Thank you both, even although now it is unclear to me ( "Ah, use Charles's >> "MachineKit" image as is" is what I did ) >> >> I'll try to dig in the script to be able to build a xenomai on the BBB. >

Re: [beagleboard] http://www.angstrom-distribution.org/repo/ not found for a month or so.

2013-11-30 Thread Don deJuan
On 11/30/2013 07:43 PM, John Syne wrote: > > > From: Jacob Bell > > Reply-To: > > Date: Saturday, November 30, 2013 at 7:00 PM > To: mailto:beagleboard@googlegroups.com>> > Subject: [beagleboard] http://www.angstrom-distribution

Re: [beagleboard] Wilson - Arch Linux ARM expansion for penetration testers and security researchers

2013-12-04 Thread Don deJuan
We have now posted a current tool list: http://www.adminempire.com/repos/wilson-tool-list/ Check back often for an updated list, Friday is our next release with more even more tools coming. On 12/04/2013 11:35 AM, Jeremy L wrote: > AdminEmpire.com is proud to announce our public "beta" release o

Re: [beagleboard] Erle Robot - BeagleBone based drone

2013-12-05 Thread Don deJuan
I second the Alfa adapter recommendation On 12/05/2013 07:07 AM, Philip Polstra wrote: > You can do Xbee via a USB adapter, but I prefer to put it on a cape to > make things lighter, simpler, and cheaper. For my purposes I like the > Alfa wireless adapters because they support monitor mode and p

Re: [beagleboard] Re: Using hardware accelaration for dm-crypt AES on BBB

2013-12-07 Thread Don deJuan
maybe a compiler flag difference in the packages such as one was built with 03 the other 02? Just a guess On 12/07/2013 09:43 AM, thomas.z...@gmail.com wrote: > I can confirm that HW acceleration is working with 3.13-rc3 ... > however it is way slower (9 MB/s) than the SW AES, especially the new

Re: [beagleboard] LXDE AutoLogin

2013-12-09 Thread Don deJuan
On 12/09/2013 02:33 PM, Keith M Johnson wrote: > > Received my Beaglebone Black in the mail yesterday and love it. > I downloaded the > https://rcn-ee.net/deb/flasher/wheezy/BBB-eMMC-flasher-debian-7.2-2013-11-15.img.xz > image and flashed my beaglebone with the Debian build. I rebooted >

Re: [beagleboard] LXDE AutoLogin

2013-12-09 Thread Don deJuan
> On Monday, December 9, 2013 3:35:12 PM UTC-8, don wrote: > > On 12/09/2013 02:33 PM, Keith M Johnson wrote: > > > > Received my Beaglebone Black in the mail yesterday and love > it. > > I downloaded the > > > > h

Re: [beagleboard] Need help Arch Linux on SD

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

Re: [beagleboard] sytemctl not working Ubuntu 13.10

2013-12-19 Thread Don deJuan
On 12/19/2013 10:29 PM, Bogdan Teodorescu wrote: > OK > You are right. It is hard to switch from Angstrom to Ubuntu. Because I need > some Ubuntu features > I switched from Angstrom and tried to duplicate ntp services configuration. > Thanks > > -Original Message- > From: beagleboard@googl

Re: [beagleboard] sytemctl not working Ubuntu 13.10

2013-12-19 Thread Don deJuan
ervice < option > | --status-all | [ service_name [ command | > --full-restart ] ] > > > > > > -Original Message- > From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On > Behalf Of Don deJuan > Sent: Friday, December 20, 2013 8:52 AM > To:

[beagleboard] Re: Windows 10 Bone_D64.exe Failing

2015-11-02 Thread don . fielden
Once troubleshooter runs then pick option that repairs compatibility. Worked like a champ for me. Many Thanks Don On Thursday, August 13, 2015 at 5:13:13 AM UTC+2, mscleavite wrote: > > I have just upgraded to Windows 10 on a machine that I have not previously > connected my BBB to.

Re: [beagleboard] Re: Looking for someone to port software for me for BBB

2014-01-08 Thread Don deJuan
On 01/08/2014 08:14 PM, tonsofb...@gmail.com wrote: > William, > > Did you read the original post? > > Tony > > > > On Wednesday, January 8, 2014 11:03:24 PM UTC-5, William Pretty Security > wrote: >> So. What is the task ?? >> >> >> >> >> http://www.packtpub.com/building-a-home-security-system-

Re: [beagleboard] Re: Wifi Adapter Recommendations

2014-01-08 Thread Don deJuan
On 01/08/2014 10:20 PM, Rusty Wright wrote: > "now I just want to throw money at the problem." > > You can throw it at me instead of at the problem. > > > On Thursday, December 26, 2013 1:37:50 PM UTC-8, David Marquart wrote: >> Does anyone have a recommendation for a wifi adapter that works with

Re: [beagleboard] Custom Beaglebone Black does not bootup unless UART0 port is used

2014-01-10 Thread Don deJuan
On 01/09/2014 11:14 PM, nitesh singh wrote: > Hi, > > I am using a customised Beaglebone Black, whose schematics is very close to > Original Beaglebone Black. You can say we cloned the Beaglebone black > hardware and assembled the board. > > Now I used Robert C Nelson's Debian wheezy emmc flash

Re: [beagleboard] Power Management with Ubuntu 12.04.3

2014-01-13 Thread Don deJuan
On 01/13/2014 05:57 AM, Micka wrote: > I found a better solution for me with the xorg.conf > > https://wiki.archlinux.org/index.php/Display_Power_Management_Signaling > > > On Mon, Jan 13, 2014 at 2:51 PM, Daniel Metcalf wrote: > >> Thanks for the quick reply. This is one of the sites that I had v

Re: [beagleboard] Running headless but with X

2014-01-13 Thread Don deJuan
On 01/12/2014 07:32 PM, Gary Hoffman wrote: > I'm still trying to make this work in Angstrom. When I boot without a > display, I can't run X11vnc because there is no X running. If I boot with > an LCD cape, I can run X11VNC but I only get a screen as big (or small) as > the cape, about 480 pix w

Re: [beagleboard] Re: Build a QT/11 application for beagleboard black by cross compiling from ubuntu

2014-01-17 Thread Don deJuan
On 01/17/2014 09:41 AM, Louis McCarthy wrote: > @Bill > Can you run 'uname -a' from a terminal and post the results here? > What is the file name (or download link) of the angstrom toolchain > that you downloaded? > > @David > Sure. I have tried it with the Debian beta and it seems to be working. >

Re: [beagleboard] Cluster?

2014-01-23 Thread Don deJuan
On 01/23/2014 02:29 PM, William Hermans wrote: > I have a similar laptop. T3400 as I recall with 4GB ram. Your answer > is no, the BBB will not perform as good. > > If you use a massively threaded application that crunches numbers you > could cluster a few BBB together and probably see a benefit fr

Re: [beagleboard] Re: Attention if order LVDS-Board from chalk-elec!!!

2014-01-24 Thread Don deJuan
On 01/24/2014 09:27 AM, lazarus57...@gmail.com wrote: > Here the same... No reply, No cash back, nothing... Bad company > > Le dimanche 28 juillet 2013 17:23:43 UTC+2, asso.a...@gmail.com a écrit : > > I ordered the screen over a month ago and the money were sent the > same day with paypal.

Re: [beagleboard] Re: Ubuntu 13.04 - Installing USB RTL8187 Drivers

2014-02-05 Thread Don deJuan
On 02/05/2014 01:40 PM, josh...@gmail.com wrote: > Did you ever have any luck getting this driver installed? I tried on > > 3.8.13-bone37 with kernel source installed and it still won't > compile... and the included drivers with ubuntu don't work right. > > > On Tuesday, August 6, 2013 7:31:18 PM

Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Don deJuan
On 02/10/2014 08:50 AM, robert.berger wrote: > Hi, > > As far as I can see your "universal" device tree overlay > expects to find > > |/sys/devices/bone_capemgr.*/slots | > > which seems to be gone in 3.13.x > > > Are you up for porting it from v3.8 and maintaini

Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Don deJuan
On 02/10/2014 09:52 AM, robert.berger wrote: > Hi, > > Where does it state he is running on 3.13, I seem to be missing it ? > > > Sorry - to many thirteen s - it's 3.8.13 ;) > > https://github.com/derekmolloy/boneDeviceTree/tree/master/DTSource3.8.13 > > Regards, > > Robert > -- > For more opt

Re: [beagleboard] OwnCloud File Server for home network

2014-02-10 Thread Don deJuan
On 02/10/2014 02:32 PM, William Hermans wrote: > Your English is fine . . . > > /-Will it be powerful enough? (it doesn't need to be super fast)/ */Yes/* > > /-Which OS should i use? (which Linux? Ubuntu?) *Debian*/ > > So in this specific context, Ubuntu versus Debian may matter less, but > Ubuntu

Re: [beagleboard] BBB as network sniffer

2014-02-11 Thread Don deJuan
On 02/11/2014 05:23 AM, Milan wrote: > Hi, > > I've found that AM335x processors did't implement "promiscuous" mode > for eth0 ethernet driver "TI CPSW" and the message which kernel throws > is "Promiscuous mode ignored!". Also, if i run tcpdump (on usb0 port) > which is usb client on BBB, devices

Re: [beagleboard] Build server

2014-02-11 Thread Don deJuan
On 02/11/2014 12:14 PM, Carl-Fredrik Sundström wrote: > > > If I want to build a armhf based debian image that is custom to flash > onto the beaglebone black without cross compiling. > > What is the best h/w to do that ? > What is the fastest h/w that I can get for the compilation ? > Is it the

Re: [beagleboard] Re: Build server

2014-02-11 Thread Don deJuan
On 02/11/2014 01:02 PM, Robert Nelson wrote: > > > > On Tue, Feb 11, 2014 at 2:39 PM, Carl-Fredrik Sundström > mailto:audio...@gmail.com>> wrote: > > > I could see myself spending ~ $500 but the budget is flexible. > > > Ah, then the fancy exotic arm server hardware is out of the question.. ;)

Re: [beagleboard] Re: Build server

2014-02-11 Thread Don deJuan
On 02/11/2014 01:16 PM, Robert Nelson wrote: > > Why not something like the ODroid-XU then? You get Big Little with > it as well and the same/similar specs sata connections and all > > > I explained this previously, so here something deeper... Unless it > works perfectly out of the box, tha

Re: [beagleboard] Re: Account privileges

2014-02-11 Thread Don deJuan
On 02/11/2014 01:35 PM, Jake Swensen wrote: > Are you using the stock user account 'ubuntu' or did you create your > own? If you are using the 'ubuntu' account, sudo ./helloWorld should > work as long as you are in the directory helloWorld is in. If it > doesn't, you may have typed something wron

Re: [beagleboard] BBB as network sniffer

2014-02-12 Thread Don deJuan
SMP Thu Jan 23 18:33:43 MST 2014 armv7l > GNU/Linux > > [root@alarm ~]# ip link set dev eth0 promisc on > [ 1042.778670] net eth0: Ignoring Promiscuous mode > > [root@alarm ~]# ip link show eth0 > 2: eth0: mtu 1500 qdisc > pfifo_fast > -- snip -- > > > > On Tues

Re: [beagleboard] Re: Account privileges

2014-02-12 Thread Don deJuan
On 02/11/2014 03:31 PM, Jake Swensen wrote: > > visudo should be used to edit the sudoers file. > > > Correct, it can be used, but I thought usermod (existing user) or > adduser (new user) was also an acceptable method to add a user to the > 'sudo' group. Source >

Re: [beagleboard] fried - replacement?

2014-02-13 Thread Don deJuan
On 02/12/2014 06:16 PM, Grant wrote: > My Beaglebone White seems to be fried. I have a spare so I popped the > SD card into that one and it works fine. Can I send it in for > replacement? > > - Grant > You should use the RMA form on the on beagleboard.org site. I would post a link but beagleboard

Re: [beagleboard] BBB as network sniffer

2014-02-13 Thread Don deJuan
On 02/13/2014 07:45 AM, milan.uremo...@gmail.com wrote: > On Wednesday, February 12, 2014 7:46:09 PM UTC+1, don wrote: > > > I think its a pebkac problem > > > Well, that might be, but since anything can be fixed, that can as well :) > > > > uname -a &

Re: [beagleboard] Re: webmin advice needed

2014-02-14 Thread Don deJuan
On 02/14/2014 11:15 PM, Ron Morgan wrote: > I will. I just needed a place to start. actually, about a 1/2 an hour ago i > came up with time and date, which even tho i installed ntb and told it to > sync... the system clock was still off by a day. Which means webmin may not > like that so i set t

Re: [beagleboard] Re: Hamachi LogMeIn in Angstrom?

2014-02-25 Thread Don deJuan
On 02/25/2014 03:35 AM, sky Chen wrote: > By the way, there is a same unanswered question > > on unix.stackoverflow. > > On Tuesday, February 25, 2014 7:09:27 PM UTC+8, sky Chen wrote: > > While attempting to install Hamachi

Re: [beagleboard] OS for BBB

2014-02-27 Thread Don deJuan
On 02/27/2014 06:23 AM, Philip Polstra wrote: > > I run my pentesting distro, The Deck, which is based on Ubuntu because > I can use multiple Beagles to hack clients from up to a mile away. > > On Feb 27, 2014 1:31 AM, "Hari Krishna Malladi" > > wrote: > >

Re: [beagleboard] Web Server with CGI

2014-03-05 Thread Don deJuan
On 03/05/2014 12:32 PM, André Lessa wrote: > Hi for all, > > I need to configure my BeagleBone Black to operating with Web Server > lighttpd and use CGI to interface with the progran in C and the Web > Page. I can put the Web Server lighttpd to work, and open many pages > with .html and .php, but I

Re: [beagleboard] Re: doubt: where we have to submit our idea?

2014-03-10 Thread Don deJuan
On 03/10/2014 02:18 AM, Nitin Jain wrote: > > Sir, i just want to show you my project, for this where should i > submit this?? > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google > Groups "BeagleBoard" group. > To

Re: [beagleboard] Re: Finally : did someone succeeded to have a Qt GUI app ?

2014-04-08 Thread Don deJuan
On 04/08/2014 04:14 PM, Hussam Hertani wrote: > David, yes absolutely You can build applications natively on the BBB > using a native compiler (ygcc compiler on the BBB not a cross > compiler...) and a native set of the QT4 libraries. Expect slightly > slower build times though. Also running QtCrea

Re: [beagleboard] Debian, Bluez and a Sony PS3 Sixaxis Controller

2014-04-08 Thread Don deJuan
On 04/08/2014 09:33 PM, mac...@msn.com wrote: > Hi All, > > First I want to thank Robert, Jason and everyone that coded/tested to > bring Debian to our projects. My life became considerably easier > because of those efforts. Magnificent! > > The next hurdle for me has been trying to get a Sony PS3

Re: [beagleboard] Debian, Bluez and a Sony PS3 Sixaxis Controller

2014-04-08 Thread Don deJuan
On 04/08/2014 09:33 PM, mac...@msn.com wrote: > Hi All, > > First I want to thank Robert, Jason and everyone that coded/tested to > bring Debian to our projects. My life became considerably easier > because of those efforts. Magnificent! > > The next hurdle for me has been trying to get a Sony PS3

Re: [beagleboard] cryptsetup / LUKS disk encryption on Debian not working

2014-07-30 Thread Don deJuan
On 07/30/2014 02:38 PM, niko.hee...@gmail.com wrote: > Is anyone running a encrypted usb drive on debian on the bbb? Because > I think this might be a bug... Mine keeps crashing and I have > basically nothing else installed / configured. > Any help would be greatly appreciated! > > > > > On Sunday,

Re: [beagleboard] cryptsetup / LUKS disk encryption on Debian not working

2014-07-30 Thread Don deJuan
On 07/30/2014 02:38 PM, niko.hee...@gmail.com wrote: > Is anyone running a encrypted usb drive on debian on the bbb? Because > I think this might be a bug... Mine keeps crashing and I have > basically nothing else installed / configured. > Any help would be greatly appreciated! > > > > > On Sunday,

Re: [beagleboard] cryptsetup / LUKS disk encryption on Debian not working

2014-07-30 Thread Don deJuan
On 07/30/2014 03:30 PM, John Syn wrote: > You won't receive a copy of your posts so there is no need to post > multiple times. > > Regards, > John > From: Don deJuan mailto:donjuans...@gmail.com>> > Reply-To: "beagleboard@googlegroups.com &

Re: [beagleboard] OTA update (remote/field updates) strategies

2014-08-01 Thread Don deJuan
On 08/01/2014 07:53 AM, brian larochelle wrote: > Does anyone have any thoughts on BBB updating/upgrading strategies. > The two I'm looking at are image based updates, or debian apt based > updates. > > 1. image based with two kernel partitions, two rootfs partitions. > Download an unpack new ker

Re: [beagleboard] 6GB image of 8GB uSD card?

2014-08-02 Thread Don deJuan
On 08/02/2014 10:39 AM, William Pretty Security wrote: > > Hello all; > > > > I have an 8GB uSD card with an ~6GB file system on it (boot +rootfs). > > What I want to do is just image the 6GB portion that is actually > formatted and used. > > > > I tried the windows tool and it didn't work. It

Re: [beagleboard] Re: Python version for Beaglebone Black

2014-08-07 Thread Don deJuan
On 08/07/2014 07:26 AM, Gerard Sequiera wrote: > I have 2.7 on mine. > > On Thursday, August 7, 2014 1:47:42 AM UTC-4, João Gabriel Gonçalves > wrote: > > > Hello guys, > > I need a help. I would like to know what is the recommended > version of Python for BEAGLEBONE Black. Thanks.

Re: [beagleboard] GitHub project upgrade

2014-08-07 Thread Don deJuan
On 08/07/2014 05:15 AM, A P wrote: > William,like I said every search I do is not helping - and I do alot > of searching, and I can get the project out of git hub. > > I think you misunderstand, I appreciate how important GitHub is and > more importantly the effort people put in to create the code.

Re: [beagleboard] Ad-hoc network together with access point

2014-08-07 Thread Don deJuan
On 08/07/2014 12:17 PM, William Hermans wrote: > Does this help ? > http://michaelfranzl.com/2014/06/08/debian-linux-howto-briding-wlan-ethernet-access-point-infrastructure-mode-android-phones/ > > Im assuming you're using Debian wheezy . . . > > > On Thu, Aug 7, 2014 at 9:21 AM,

Re: [beagleboard] Some upcoming BeagleBone books

2014-08-12 Thread Don deJuan
On 08/12/2014 10:29 AM, Philip Polstra wrote: > There are some interesting upcoming BeagleBone books that I'm aware of: > > BeagleBone For Secret Agents by Josh Datko > https://www.packtpub.com/hardware-and-creative/beaglebone-secret-agents > > A yet to be titled book by Bill Pretty who previously

Re: [beagleboard] "unable to find remote helper for 'https'"

2014-08-15 Thread Don deJuan
On 08/15/2014 12:46 PM, Robert Nelson wrote: > On Fri, Aug 15, 2014 at 2:13 PM, Imran Faisal wrote: >> hi, >> >> I am new to Beagle bone and trying to install Gentoo linux on it. >> >> i am struck up at the while running the command "git clone >> https://github.com/beagleboard/meta-beagleboard.git

Re: [beagleboard] The Deck 2.0 (Linux for penetration testers) for BBB now available

2014-08-21 Thread Don deJuan
On 08/21/2014 12:57 PM, Philip Polstra wrote: > The Deck 2.0, a special BBB Linux distribution for security > penetration testers, is now available on SourceForge > at http://sourceforge.net/projects/thedeck/files/Latest/. This new > version is chuck full of hacking goodness in over 4k packages an

  1   2   >