Re: [beagleboard] Hardware watchdog for BBB

2016-05-17 Thread Mike
On 05/17/2016 05:55 PM, William Hermans wrote: /William:/ /That would work. / / / /The only "edge case" I might see as a problem would be if your ping target went off line. Then the BBB would reboot itself every ten minutes even though nothing was wrong with the BBB.

Re: [beagleboard] Black-vs-Green DTBs

2016-04-18 Thread Mike
le is automatically recorded, that does not introduce a lot of gibberish, like puTTY likes to do . . . man script Mike On Mon, Apr 18, 2016 at 6:58 PM, William Hermans <mailto:yyrk...@gmail.com>> wrote: /Or a private internal wiki../ Care to elaborate on that Robert ?

Re: [beagleboard] BBB Battery shutdown

2016-04-18 Thread Mike
. Also, the interrupt routine does not report power good, so that would have to be added. After that, a systemd service could take care of the rest. Regards, John I have an interest in this. It's way above my pay grade from a programming perspective... Mike On Apr 18, 2016, at 11:

Re: [beagleboard] BBB ubuntu chronodot

2016-04-18 Thread Mike
e answer I received from systemd mailing list was set the clock from userspace not kernel space. I disagree, yet pretty much got nowhere with that debate. Really not an answer, maybe a bit of help... Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message

[beagleboard] Alexa (Amazon Voice Service) on BeagleBone Black

2016-04-08 Thread Mike Erdahl
You guys may have seen Alexa running on the RPi 2 the past few months. I started seeing the news show up on my Google news feed and wanted to try on the BeagleBone. Overall I think it works pretty well on the little AM335x :) I think with some optimizations it could be a bit better, but very

Re: [beagleboard] Beaglebone Manufacturing Test/Burn in Software/Hardware Tools

2016-04-07 Thread Mike Tomovich
gt; >> Specifically, >> >> >>- Are there any schematics/drawings for test rigs floating around >>- Are there any repos for code to run these test rigs floating around >>- Are there any repos for test code on the beaglebone floating around >> >&g

[beagleboard] Beaglebone Manufacturing Test/Burn in Software/Hardware Tools

2016-04-07 Thread mike
/voltage) measurement using I2C reads [Kernel] Specifically, - Are there any schematics/drawings for test rigs floating around - Are there any repos for code to run these test rigs floating around - Are there any repos for test code on the beaglebone floating around Thanks! -Mike -

Re: [beagleboard] Re: C compiler

2016-03-25 Thread Mike
correctly on this system, and yes, I ran which test, and in fact . . . Your not getting the usage of umask at all. It doesn't change permissions on an existing file.. I'd suggest man umask... Mike -- For more options, visit http://beagleboard.org/discuss --- You received this m

Re: [beagleboard] Re: C compiler

2016-03-25 Thread Mike
@ticktock:/dev# type test test is a shell builtin root@ticktock:/dev# type -a test test is a shell builtin test is /usr/bin/test root@ticktock:/dev# Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "Beagl

Re: [beagleboard] Re: C compiler

2016-03-25 Thread Mike
ons a file gets created with, regardless of how you create it. Mike On Fri, Mar 25, 2016 at 6:17 PM, William Hermans <mailto:yyrk...@gmail.com>> wrote: umask has no effect on the current situation. None, period, zip. On Fri, Mar 25, 2016 at 6:16 PM, Mike mailto:bellyac...@gmail.com

Re: [beagleboard] Re: C compiler

2016-03-25 Thread Mike
This is basic *nix 101... Mike On Fri, Mar 25, 2016 at 5:41 PM, William Hermans <mailto:yyrk...@gmail.com>> wrote: /Nothing at all to do with gcc, reread what I already posted.../ Your system, and mine behave nothing alike. For instance if I attempt to run an exec

Re: [beagleboard] Re: C compiler

2016-03-25 Thread Mike
On 03/25/2016 08:11 PM, William Hermans wrote: Im guessing that perhaps gcc's -o option now days enables the executable bit on the output file ? I haven't looked into that however. Nothing at all to do with gcc, reread what I already posted... Mike On Fri, Mar 25, 2016 at 5:08 P

Re: [beagleboard] Re: C compiler

2016-03-25 Thread Mike
nt directory "." in one's PATH variable. Umask is (largely) what controls what permissions a file is created with. mike@pride-n-joy:~/test.d$ ls -al total 12 drwxr-xr-x 2 mike mike 4096 Mar 25 17:07 . drwxr-xr-x 37 mike mike 4096 Mar 25 16:46 .. -rw-r--r-- 1 mike mike 78 Mar 25

[beagleboard] CONFIG_NTP_PPS

2016-03-22 Thread Mike
root@beaglebone:/boot# grep NTP config-4.1.18-ti-rt-r52 # CONFIG_NTP_PPS is not set root@beaglebone:/boot# Any chance we can get this enabled? Been chasing my tail for too long now trying to figure out why ntpd doesn't see my pps signal. Thanks Mike -- For more options, visit

Re: [beagleboard] Re: How to setup socket-based pipe in Beaglebone Black?

2016-03-12 Thread Mike
t more. NFS has used UDP forever, TCP was only added in version 4 if memory serves, and it had to be specifically enabled. Mike On Sat, Mar 12, 2016 at 12:57 PM, Wally Bkg <mailto:wb666gre...@gmail.com>> wrote: TCP/IP connection will guarantee no data loss at the cost of

Re: [beagleboard] my Beaglebone Black has gone crazy

2016-03-02 Thread Mike
/ext4 file You want to look into running fsck.vfat on those partitions, e2fsck will do nothing for them... Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe

Re: [beagleboard] ping an Moxa

2016-02-16 Thread Mike
.255.0 network 192.168.5.0 The Moxa IP address is 192.168.5.127 so this should work right ? but is it not why? Maybe "ifup eth0" Above you show eth0 as up but no ipv4 address is assigned. Might be helpful if you say exactly what image you're running as the networking isn'

Re: [beagleboard] Use GPIO as non-root user?

2016-02-07 Thread Mike
sing sudo seems much less secure as it exposes the application to being exploited for security flaws. And since the application is running as root, it has access to everything. But maybe I'm missing something? ba Brian, This is a great summation of the

Re: [beagleboard] location of header files to cross compile loadable kernel objects

2016-02-04 Thread Mike Smith
And I thank you sir. Thanks for your time and reply. You have ended on and off days of frustration. Mike On 2/3/2016 4:46 PM, Robert Nelson wrote: On Wed, Feb 3, 2016 at 5:30 PM, wrote: I recently installed Linux beaglebone 4.1.12-ti-r29 #1 SMP PREEMPT. I would like to cross compile

Re: [beagleboard] strace question on Linux beaglebone 4.1.12-ti-r29 UTC 2015 armv7l GNU/Linux Debian Image 2015-11-12

2016-01-24 Thread Mike
p 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. Dean, Looks like you found where to put libEBBLibrary.so... open("/lib/arm-li

Re: [beagleboard] bare metal on the BBB

2016-01-24 Thread Mike
On 01/24/2016 03:02 PM, Rick Mann wrote: On Jan 24, 2016, at 04:01 , dd wrote: ww.github.com/ddlawrence ^ typo, just add a "w" ... 404 Good luck! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Gr

Re: [beagleboard] error while loading shared libraries BBB 4.1.12-ti-r29

2016-01-19 Thread Mike
"End of EBB LCD Character Display Example" << endl; } ldd and strace are probably the tools I would use to help debug this. Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBo

Re: [beagleboard] error while loading shared libraries BBB 4.1.12-ti-r29

2016-01-18 Thread Mike
On 01/18/2016 10:14 PM, Przemek Klosowski wrote: On Mon, Jan 18, 2016 at 9:57 PM, William Hermans wrote: Also, using LD_LIBRARY_PATH in this manner is just flat out wrong. If you have a shared library file, put it in the correct directory to begin with. On Mon, Jan 18, 2016 at 6:24 PM, Mike

Re: [beagleboard] error while loading shared libraries BBB 4.1.12-ti-r29

2016-01-18 Thread Mike
On 01/18/2016 09:57 PM, William Hermans wrote: Also, using LD_LIBRARY_PATH in this manner is just flat out wrong. If you have a shared library file, put it in the correct directory to begin with. On Mon, Jan 18, 2016 at 6:24 PM, Mike <mailto:bellyac...@gmail.com>> wrote: root@b

Re: [beagleboard] error while loading shared libraries BBB 4.1.12-ti-r29

2016-01-18 Thread Mike
ng in the last lines. If memory serves you need to specify the full path from / i.e. absolute not relative. Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscr

Re: [beagleboard] Disable unwanted services, like Apache and Avahi

2016-01-08 Thread Mike
topic. Thanks in advance. -- systemd unless you reverted to sysv... Mike -- 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 email

Re: [beagleboard] BeagleBone Green Grove i2c issues

2015-10-18 Thread Mike
s the 4 cape eeprom addresses in use. The output of i2cdetect shows two addresses. How about the output of "dmesg | grep cape" "dmesg | grep i2c" ? Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

Re: [beagleboard] Problems entering CTRL+Z in terminal on BBB (not on connected PC)

2015-09-07 Thread Mike
./ Not arguing against this point, but puTTY seems to just process ctrl + z straight off. I had noticed in the far distant past that other clients behave differently. Such as I think OpenSSH - which I have not used in a long, long time. On Mon, Sep 7, 2015 at 11:00 AM, Mike <mailto:bell

Re: [beagleboard] Problems entering CTRL+Z in terminal on BBB (not on connected PC)

2015-09-07 Thread Mike
he connector is not accessible with the cape fitted - doh! CTRL + Z is job suspend in bash, probably dash also. If you are connected via ssh to the BBB when you are ready to input the CTRL + Z, use CTRL + V, then CTRL + Z. This works with other CTRL sequences in bash also, ala CTRL + J.

Re: [beagleboard] Auto Login with Debian ?

2015-09-06 Thread Mike
?? Why would root on anyone need to be logged into an embedded system? Mike *From:*beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] *On Behalf Of *William Hermans *Sent:* Monday, September 07, 2015 12:04 AM *To:* beagleboard@googlegroups.com *Subject:* Re: [beagleboard] Auto

Re: [beagleboard] MMC Size for images?

2015-08-27 Thread Mike Stoops
Nevermind. I used MiniTool Partition Wizard. Think I'm OK now. -Mike On Thursday, August 27, 2015 at 11:03:24 AM UTC-4, Mike Stoops wrote: > > Is there a way to do this from within Windows? > > -Mike > > On Thursday, August 27, 2015 at 10:30:59 AM UTC-4, RobertCNelson wrot

Re: [beagleboard] MMC Size for images?

2015-08-27 Thread Mike Stoops
Is there a way to do this from within Windows? -Mike On Thursday, August 27, 2015 at 10:30:59 AM UTC-4, RobertCNelson wrote: > > On Thu, Aug 27, 2015 at 9:27 AM, Mike Stoops wrote: > > > > Why does it say the Debian image needs a 4GB MMC when after imaging it > says

Re: [beagleboard] MMC Size for images?

2015-08-27 Thread Mike Stoops
Thanks! -Mike On Aug 27, 2015 10:31 AM, "Robert Nelson" wrote: > On Thu, Aug 27, 2015 at 9:27 AM, Mike Stoops wrote: > > > > Why does it say the Debian image needs a 4GB MMC when after imaging it > says > > it is only 100MB? > > > > I tried using

[beagleboard] MMC Size for images?

2015-08-27 Thread Mike Stoops
Why does it say the Debian image needs a 4GB MMC when after imaging it says it is only 100MB? I tried using a 16GB MMC to have extra local storage only to discover that after loading the image, the entire volume was only 100MB. Do I need to partition the MMC first? Thanks! Mike -- For more

Re: [beagleboard] Could use some bug tracking advice.

2015-08-23 Thread Mike
h programs are failing. Really don't have a clue how to debug that one as I've only used it as a user with ntpd and gpsd. Using strace did come to mind, the resultant file would likely be huge if you saved it. Trapping the exit signals might yield some clue as to where to look.

Re: [beagleboard] Unable to run QTGUI application over ssh forwarding

2015-08-15 Thread Mike
On 08/15/2015 07:11 PM, Carmel Bonet wrote: Hi guys, I'm having a problem when trying to run QT application over ssh X11 forwarding. If I connect BBB directly to a Monitor with the mouse and keyboard I don't have any problem, when I execute over SSH shows the message attached. Thanks,

Re: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread Mike
ntu distro work with NFS? TAIA. So you see the dhcp request, bump up the logging level on your dhcp server, look at it's logs. Could be a config issue with dpcp server. Does Wireshark show unique mac address in the dhcp request? Mike -- For more options, visit http://beagleboard.org/discu

Re: [beagleboard] Re: Up, up and away and x15

2015-05-30 Thread Mike
hoose the 9.00 board, that ships in 2/16. Hardly gouging... I believe the complaints have been about international shipping. Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group.

[beagleboard] Missing sys/mman.h while compiling linux kernel for beaglebone black

2015-04-30 Thread Mike
sic' failed mingw32-make: *** [scripts_basic] Error 2 I expected the files where ready to compile. Does someone know where to get this file? Or is there something wrong with my toolchain? Best regards Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

[beagleboard] BBB NAS for media storage **Reward**

2015-03-07 Thread mike rankin
I've had no luck getting a NAS working on my BBB over the last two days. Commands that don't work, a USB flash drive that wont mount... I think i'm almost there but it's just frustrating now. If someone can give me one on one help via email then I'll pay you $10 via paypal. it's not much but I'

[beagleboard] BBB & latest Debian on eMMC Wifi broken after reboot

2015-03-06 Thread mike rankin
I've decided to put the BBB to use as a home media server instead of leaving my pc on all the time. I put the latest Debian flashable image on a microSD, held down the button, installed the image on the flash, removed the microSD, plugged in the wifi usb module. Got it working, updated the OS b

Re: [beagleboard] Re: BBB power led blinking, revived after several power button presses

2015-02-26 Thread Mike Traynor
25, 2015 at 2:02:07 PM UTC-5, Mike Traynor wrote: > >> Thx. Will try another PS if I can find one. Otherwise will have to >> stick with USB for now. M. >> > On Wed, Feb 25, 2015 at 9:07 AM, Gerald Coley >> wrote: >> > I have seen this before. The USB path

Re: [beagleboard] Re: BBB power led blinking, revived after several power button presses

2015-02-25 Thread Mike Traynor
Feb 25, 2015 at 10:27 AM, wrote: > >> Identical problem this morning: BBB boots fine when powered by USB, but >> not when powered by a 2.0 mA rated 5.0 V DC power supply (nicked from some >> other device). BBB power LED blinks continuously. This power supply has >> work

Re: [beagleboard] How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-12 Thread Mike
that hasn't yet been released to sid or jessie. I believe there is a newer version in experimental, don't recall what version it is though. There is nothing to port... Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribe

Re: [beagleboard] Recompile kernel

2015-01-12 Thread Mike
txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) ubuntu@arm:~$ :-( Perhaps try the proper syntax for ifconfig. Using "ifconfig" will only show devices assigned addresses. You need to use "ifconfig -a" or "ip addr" show. Mike Am Freitag, 9. Janu

Re: [beagleboard] How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-08 Thread Mike
the above link, indicating that linaro have some version of the IDE packaged. As the IDE is Java it should be possible to make this work, albeit with some effort. Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

Re: [beagleboard] Please Help! install_kernel not working on newly setup sd card.

2014-12-16 Thread Mike Zahalan
Excellent. I believe we've just come full circle... So - https://github.com/RobertCNelson/ti-linux-kernel-dev/tree/3.14.26-ti-r41 Has the CAN changes, doesn't have RT or Xenomai (ipipe) patches https://github.com/RobertCNelson/ti-linux-kernel-dev/tree/3.14.26-ti-xenomai-r41 Has the CAN changes, a

Re: [beagleboard] Please Help! install_kernel not working on newly setup sd card.

2014-12-16 Thread Mike Zahalan
> > > > sudo apt-get install linux-image-3.14.26-ti-xenomai-r41 > > Hah, it's never easy is it? If I go down to 3.14 I'll have a fun time patching the CAN changes from 3.19-rc0. I'll give that a shot... perhaps I'll setup a few different cards. - 3.18-bone1 - 3.14 with preempt_rt - 3.14 with x

Re: [beagleboard] Please Help! install_kernel not working on newly setup sd card.

2014-12-16 Thread Mike Zahalan
Robert, Thank you for your help so far. I see that you have 3.18-bone1 in your repo... I was able to cross compile it and put it on the beagle thanks to your scripts. It looks like PREEMPT_RT is not patched? Do you have recommendations on how to patch it? Thanks, Mike On Friday, December 5

Re: [beagleboard] 512 DDR3 but the chip is 4gb DDR3. Why?

2014-12-12 Thread Mike Larsen
Thank you, sir. My understanding has been bolstered by your patience and insight. Happy holidays. ~M On Friday, December 12, 2014 11:20:27 AM UTC-7, RobertCNelson wrote: > > On Fri, Dec 12, 2014 at 12:16 PM, Mike Larsen > wrote: > > I'm missing something and I do grea

Re: [beagleboard] 512 DDR3 but the chip is 4gb DDR3. Why?

2014-12-12 Thread Mike Larsen
mental RAM resources available right now. On Friday, December 12, 2014 11:04:21 AM UTC-7, RobertCNelson wrote: > > On Fri, Dec 12, 2014 at 12:02 PM, Robert Nelson > wrote: > > On Fri, Dec 12, 2014 at 11:57 AM, Mike Larsen > wrote: > >> I've been looking into t

[beagleboard] 512 DDR3 but the chip is 4gb DDR3. Why?

2014-12-12 Thread Mike Larsen
I've been looking into the chips used with the BBB and I'm curious about something. Why do you use a 4gb chip and employ only 512mb of it? Is the extra space used for anything? The hardware manual says that other DDR3L chips may be used...I'm assuming it needs to be a x16...but what other pitfa

Re: [beagleboard] Please Help! install_kernel not working on newly setup sd card.

2014-12-05 Thread Mike Zahalan
t; On Fri, Dec 5, 2014 at 5:34 PM, Mike Zahalan > wrote: > > Thanks Robert! > > > > Those scripts in your EOLd repo are so promising/helpful. > > > > Due to some CAN bugs, I think I'm going to either have to patch > > 3.14.something, or go for a new

Re: [beagleboard] Please Help! install_kernel not working on newly setup sd card.

2014-12-05 Thread Mike Zahalan
f I needed to get the source to patch/rebuild, how would you recommend I go about doing that? On Friday, December 5, 2014 9:10:25 AM UTC-8, RobertCNelson wrote: > > On Fri, Dec 5, 2014 at 10:56 AM, Mike Zahalan > wrote: > > First - I'd like to say the work done by Robert C

[beagleboard] Please Help! install_kernel not working on newly setup sd card.

2014-12-05 Thread Mike Zahalan
e got. It looks like it's all working... here's the output: - Trying: [/dev/sdb1] Partition: [/dev/sdb1] trying: [vfat], [ext4] Partition: [extX] Installing 3.14.4-bone4 to /dev/sdb1 `/home/mike/linux-dev-3.14.4-bone4/deploy/3.14.4-bone4.zImage' -> `/h

Re: [beagleboard] update failure

2014-11-30 Thread Mike
ttp://elinux.org/Beagleboard:BeagleBoneBlack_Debian Mike -- 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

[beagleboard] Totally painless USB Wifi with Ubuntu (tested with RealTek based adapters)

2014-10-17 Thread Mike Erdahl
Hey guys, I wanted to share my method for getting USB WiFi working using a fresh install of the latest Ubuntu release from BeagleBoard.org on by BBB. I pieced these steps together from several tutorials, knowing there had to be a way to just "apt-get" my way to WiFi nirvana... And it is possib

[beagleboard] Newbie question about I/O on the beaglebone black...

2014-09-25 Thread Mike Morris WA6ILQ
hip, or i2c buss sensors for temperature, humidity and barometric pressure. The collective knowledge and experience of this group is impressive. Thanks in advance. Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Googl

Re: [beagleboard] Using the 'time' command

2014-09-17 Thread Mike
On 09/17/2014 08:52 PM, William Hermans wrote: Jimit, if the command */which time/* returns nothing, then it is not installed. Install with apt-get install time. On Wed, Sep 17, 2014 at 5:36 PM, Mike <mailto:bellyac...@gmail.com>> wrote: On 09/17/2014 08:05 PM, Jimit Do

Re: [beagleboard] Using the 'time' command

2014-09-17 Thread Mike
t it is not installed . . . # /*apt-get install time */ type -a time Likely returns shell builtin, not what you are after. apt-get install time type -a time Enjoy "time" formatted as you like... Mike -- For more options, visit http://beagleboard.org/discuss --- You recei

Re: [beagleboard] Re: Adafruit serial UART library seems to have wrong tty names

2014-09-16 Thread Mike
r/docs/BeagleboneBlackP8HeaderTable.pdf https://github.com/derekmolloy/boneDeviceTree/blob/master/docs/BeagleboneBlackP9HeaderTable.pdf Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" gr

Re: [beagleboard] Beaglebone Black Rebooting Several Times Every Day

2014-09-14 Thread Mike
ered mine from China and the slow boat shipping, typically 3 to 4 weeks. They are very versatile little boards. Another option if you have a level converter handy is use your Rpi to get the serial output from the BBB. If memory serves the Rpi is 5 volt on everything. Mike -- For more opt

Re: [beagleboard] headless Debian

2014-09-13 Thread Mike
m/d/optout. Already exists... http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Debian_Releases Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe fro

[beagleboard] Re: installing centos on bbblk?

2014-09-05 Thread Mike Opoien
awesome- thanks for the reply. thats a great help. much appreciated. On Friday, September 5, 2014 8:16:40 AM UTC-5, Mike Opoien wrote: > > I would like to install centos on my black. Is this possible from CD rom? > -- For more options, visit http://beagleboard.org/discuss --- You

[beagleboard] installing centos on bbblk?

2014-09-05 Thread Mike Opoien
I would like to install centos on my black. Is this possible from CD rom? -- 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 i

[beagleboard] max number of IP cameras on a beaglebone black?

2014-08-25 Thread mike . opoien
Hi everyone, I'm running 14.04 ubuntu on my eMMc, and have setup so far 2 cameras using zoneminder on my board. I was wondering if anyone else is trying the same, and mainly, how many cameras have they gotten setup on one? I'm thinking I could run at least 4 in a motion-capture setup on 1 boar

Re: [beagleboard] Why I can't do this? I know it is not complicated but I just can't!!

2014-08-24 Thread Mike
X bytes:23448 (22.8 KiB) TX bytes:10192 (9.9 KiB) Assuming the "ra0" device is what you're seeing from ifconfig or ip, then you need to change "wlan0" in /etc/network/interface file to ra0. Mike -- For more options, visit http://beagleboard.org/discuss --- You

[beagleboard] Rooting Android on Beagleboard XM

2014-08-19 Thread Mike Anderson
is, how do you root the Beagleboard xM or the Beaglebone Android file systems? TIA, Mike -- 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

Re: [beagleboard] How to access GPIO via bonescript without root?

2014-08-10 Thread Mike Erdahl
Actually security is not a huge concern at this point (will be looking at security frameworks like passport.js shortly). At this stage I'm just writing a application that controls GPIO on the BBB based on JSON data that will eventually come from a cloud service. I am interested in the mechani

[beagleboard] How to access GPIO via bonescript without root?

2014-08-10 Thread Mike Erdahl
How are folks accessing the GPIO channels using bonescript without changing file ownership, permissions, or running node with sudo? Secondly, how is beagleboard.org accessing the GPIO channels in the digitalWrite example through the web example: http://beagleboard.org/Support/BoneScript/demo_bl

Re: [beagleboard] Why does adding a line to uEnv.txt brick my BBB?

2014-07-04 Thread mike rankin
You were right on William. Cutting and pasting on a Windows machine was the problem. Thank You sir! On Friday, July 4, 2014 1:25:43 PM UTC-3, William Hermans wrote: > > Having optargs on the same line as bootargs is not a requirement. > > Mike, did you per chance copy paste that

[beagleboard] Why does adding a line to uEnv.txt brick my BBB?

2014-07-04 Thread mike rankin
and rebooting bricks my BBB. When the line is added and I reboot all the leds are lit and I cannot communicate to it. I have to flash the OS to get it working again. Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google G

Re: [beagleboard] cant update

2014-06-30 Thread mike
On Mon, Jun 30, 2014 at 5:51 PM, Robert Nelson wrote: > On Mon, Jun 30, 2014 at 4:44 PM, Mike Ward wrote: > > i have a new BBB rev c from aidafruit and i downloaded the latest Debian > > after booting it back up i noticed that it had not updated. > > Can you be more

[beagleboard] cant update

2014-06-30 Thread Mike Ward
i have a new BBB rev c from aidafruit and i downloaded the latest Debian from http://debian.beagleboard.org/images/BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.img.xz extracted it, and copied it to a16G MicroSD card i had laying around (using win32 disk imager) i attempted the update with a 1A

[beagleboard] Re: Debian run a python script on power up

2014-06-13 Thread mike rankin
mainAfterExit=yes [Install] WantedBy=multi-user.target Then gave the command systemctl enable example.service ** On Thursday, June 12, 2014 11:08:32 PM UTC-3, michae...@gmail.com wrote: > > On Wednesday, June 11, 2014 5:51:28 AM UTC-7, mike rankin wrote: >> >> Creatin

Re: [beagleboard] When and where is Is Debian 7.5 2014-05-14 synchronizing omap_rtc with the system clock?

2014-06-12 Thread Mike
ange the rtc used in their version as in the original version of hwclock. I've been beating my head against the wall on this for some time now. When I'm able to get my BBB plugged in again and get a bit of spare time I dig into it more again. Mike -- For more options, visit ht

Re: [beagleboard] Is Debian 7.5 2014-05-14 using init.d, systemd, or something else?

2014-06-12 Thread Mike
e systemd concept. I will say that it does boot every piece of hardware I've used it on very fast. http://0pointer.de/blog/projects/systemd-for-admins-1.html http://www.freedesktop.org/wiki/Software/systemd/ Mike -- For more options, visit http://beagleboard.org/discuss --- You re

[beagleboard] Debian run a python script on power up

2014-06-11 Thread mike rankin
Creating a service on Angstrom to run a python script on power up works great. I tried to do the same with Debian but had no luck. Is this possible? Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] Custom 0.96" Oled for the BBB

2014-06-11 Thread mike rankin
Last night I built a small 0.96" Oled display for the BBB. Right now is displays the date and time as a test but could possibly be useful displaying up time, ram and flash memory usage or load. http://youtu.be/CQBb_RW_sLI I've only made the one but could make a few more if there is any interes

Re: [beagleboard] Can't make UART work with Python and AdaFruitBBB

2014-06-10 Thread Mike
ser.write("Hello World!") ser.close() /dev/tty1 is a console device *NOT* a serial device. Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To uns

Re: [beagleboard] unable to debug with qtcreator a program on BBB running debian

2014-06-04 Thread Mike
ntu. Running ./configure --help is typically helpful to me. Getting the "unrecognized options:" error would imply to me that the option has changed or is being pass incorrectly to configure. Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message be

Re: [beagleboard] Debian flash problem BBB rev. A6A vs rev B

2014-05-30 Thread Mike
astically as it does when I need a number of stable features I might make mistakes. Lucky those who don't. On Friday, May 30, 2014 3:06:32 PM UTC-7, RobertCNelson wrote: > > On Fri, May 30, 2014 at 5:02 PM, Mike > > wrote: > > I apologize for not reading replies, bu

Re: [beagleboard] Debian flash problem BBB rev. A6A vs rev B

2014-05-30 Thread Mike
I apologize for not reading replies, but I cannot find my original posts I guess I should have bookmarked them On Friday, May 30, 2014 2:56:02 PM UTC-7, RobertCNelson wrote: > > On Fri, May 30, 2014 at 4:54 PM, William Hermans > wrote: > > I could always point him to your build from scratch ins

[beagleboard] Debian flash problem BBB rev. A6A vs rev B

2014-05-30 Thread Mike
I used the 3.8.13 bone50 image to flash to both revs here is the difference rev. A6A root@beaglebone:~# uname -a Linux beaglebone 3.8.13-bone50 #1 SMP Tue May 13 13:24:52 UTC 2014 armv7l GNU/Linux root@beaglebone:~# df Filesystem 1K-blocks Used Ava

[beagleboard] Re: New Debian 2014-05-14 image linked on beagleboard.org/latest-images

2014-05-30 Thread Mike
Serious problem with this release - here~s the df on it right after installÇ Filesystem 1K-blocksUsed Available Use% Mounted on rootfs 1715936 1503116 123988 93% / udev

[beagleboard] Out of space immediately after flash

2014-05-30 Thread Mike
I flashed a Rev B machine with 3.8.13 bone50 2gb image and added cape-universal with HDMI off and this is what I get Filesystem 1K-blocksUsed Available Use% Mounted on rootfs 1715936 1504988

[beagleboard] RTC options: Was "The CryptoCape is now available at SparkFun Electronics"

2014-05-30 Thread Mike
e value from a battery backed RTC as early as possible during bootup. Systemd only supports setting the time from rtc0, no options to specify any other device. Sillyness IMNSVHO... I probably have already answered my own question, just use a shell script ala init.d and be done with it.

Re: [beagleboard] The CryptoCape is now available at SparkFun Electronics

2014-05-29 Thread Mike
w far to little about hardware at this level. Just a long time sys admin willing to learn it if pointed in the right direction. Mike On Thu, May 29, 2014 at 6:31 PM, Joshua Datko <mailto:jbda...@gmail.com>> wrote: The RTC uses the ds1307 kernel driver and you're correct, i

Re: [beagleboard] The CryptoCape is now available at SparkFun Electronics

2014-05-29 Thread Mike
ernel) to use that device for obtaining a somewhat sane time value. Mike You'll have to set the clock once and then it should hold pretty well. In testing think I had a bum battery b/c it depleted rather quickly. Once I changed batteries it seems to be holding steady. On Thu, May 29, 20

Re: [beagleboard] The CryptoCape is now available at SparkFun Electronics

2014-05-29 Thread Mike
e point of systemd is to essential do away with all the scripts. The board looks like something very interesting to explore. I'm sure one will find its' way here when cash flow permits. Mike -- For more options, visit http://beagleboard.org/discuss --- You received this message be

Re: [beagleboard] Using GPIO

2014-05-29 Thread Mike
> > Fair enough: > > beaglebone:~# config-pin -q p9.18 > P9_18 Mode: gpio Direction: out Value: 1 > > Did some probing on the hardware and it looks fine. Guess I was having > another issue. > > I am using the pre-loaded cape-universal in 3.8.13 bone50 release and although I can execute: confi

[beagleboard] Re: CapeMgr in 3.13?

2014-05-29 Thread Mike
It looks like in 3.8.13 bone50 Charles Steinkuehler's cape-universal is pre-loaded, so yes I'll nail my config based on it for the life of the project. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "Bea

Re: [beagleboard] Reference OS.

2014-05-29 Thread Mike
ence pretty much describes the Linux community in general. Many debate for the one core distro/desktop/browser/whatever. Human nature such as it is will never allow a consensus. In the end it's about a users choice My 2cents or so. Mike -- For more options, visit http://beagle

[beagleboard] Re: Processing GPIO interrupts at 4MHz.

2014-05-26 Thread Mike
The solution I'm using works at that speed: https://github.com/VegetableAvenger/BBBIOlib Not a 100% complete solution, but 99% and adapting to your needs in C is easy. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the G

[beagleboard] Re: Received my 4GB eMMC BBB

2014-05-22 Thread mike rankin
Lame question here: I have the old Rev B with Debian on an 8Gig microSD and Angstrom that I never use installed in flash. I've had no problems installing whatever I need or running out of space because of the 8Gigs of storage. Is there any disadvantage to this other then maybe slower speed?

[beagleboard] USB wifi (Exadler) device working in Debian?

2014-05-21 Thread mike rankin
I just grabbed a USB wifi module from Exadler (https://exadler.myshopify.com/products/wifi-adapter) and I would like to get it working in Debian. The instructions supplied are for Angstrom but I'd like to have it working in Debian if possible. mike -- For more options, visit

[beagleboard] Calling unexport does not quiet down poll(2)

2014-05-18 Thread Mike
I'm contentedly using poll(2) to handle interrupts - typical test catches all the edges in an ASCII character at 9600 baud, but... in practice I'd like to turn off interrupt handling while servicing an interrupt because the interrupts will be delivered by a schmitt trigger at 60 Hz and there's n

Re: [beagleboard] Beaglebone Quadcopter!

2014-05-14 Thread Mike McDonald
of thurst, so we could use heavier frames, it just degrades performance some. Lastly, the CAD designs are all out there, so you're free to make one out of any material (exotic or otherwise) that you can machine :) Personally I'd love to see the titanium quadcopter! --Mike On Wednesday,

Re: [beagleboard] Beaglebone Quadcopter!

2014-05-14 Thread Mike McDonald
the motors out to the end of the arms. Thanks and let me know if you have other thoughts around this, --Mike On Wednesday, May 14, 2014 11:12:24 AM UTC-4, skip wrote: > > Mike, > > That is a very interesting project. For ~$250 mark I think it is a > viable kickstarter proj

[beagleboard] Re: Beaglebone Quadcopter!

2014-05-14 Thread Mike McDonald
with GPS capability [ITAR<http://en.wikipedia.org/wiki/International_Traffic_in_Arms_Regulations> ]). Thanks for your interest! --Mike On Wednesday, May 14, 2014 9:41:18 AM UTC-4, Programmer wrote: > > > Hi, > > Your project certain looks really interesting . > Yes, I wo

<    1   2   3   >