Re: [beagleboard] Re: Retrofitting a CNC mill with a BBB

2013-09-24 Thread Jason Kridner
You can find most of the relevant information by reading and following the links provided at http://www.buildlog.net/blog/2013/09/cnc-translator-for-beaglebone/ On Tue, Sep 24, 2013 at 10:59 AM, eskimobob martinberri...@gmail.comwrote: Yes, look up LinuxCNC. The guys there are porting it to

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

2013-09-26 Thread Jason Kridner
On Thursday, September 26, 2013 1:20:18 PM UTC-4, David Anders wrote: Jason, shouldn't this info go up on the elinux.org wiki? Absolutely. Any recommendation on the page location? I will upload it right away. Dave On 09/26/2013 12:16 PM, Jason Kridner wrote: There are lots

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

2013-09-26 Thread Jason Kridner
... Dave On 09/26/2013 12:23 PM, Jason Kridner wrote: On Thursday, September 26, 2013 1:20:18 PM UTC-4, David Anders wrote: Jason, shouldn't this info go up on the elinux.org wiki? Absolutely. Any recommendation on the page location? I will upload it right away

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

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

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

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

Re: [beagleboard] To BBB or To TRE

2013-10-03 Thread Jason Kridner
On Thu, Oct 3, 2013 at 4:48 PM, Venkat Bommakanti achar...@gmail.com wrote: Looks like Arduino TI have announced the joint product - Arduino TRE: http://newscenter.ti.com/2013-10-03-Texas-Instruments-Sitara-AM335x-ARM-Cortex-A8-processor-fuels-most-powerful-Arduino-to-date which seems to be

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-10 Thread Jason Kridner
On Thu, Oct 10, 2013 at 8:09 PM, Robert Nelson robertcnel...@gmail.com wrote: So here is the deal; 3.8 is old, and 3.12-rc4 is newer/better/etc... Functionally, it seems ready in my small 5 board sample size. 3 of which have been running 24/7 @ 100% since rc3.. Anywho, we need community

Re: [beagleboard] Boot from SD

2013-10-11 Thread Jason Kridner
On Fri, Oct 11, 2013 at 9:10 AM, Saket Sinha saket.sinh...@gmail.com wrote: I want to be able to write a c program (.exe), upload it to an SD card (and add the relevent boot files to the SD card) and then get the beaglebone to boot up from the SD card and run the program on startup. First

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-11 Thread Jason Kridner
On Fri, Oct 11, 2013 at 8:51 AM, Robert Nelson robertcnel...@gmail.com wrote: On Thu, Oct 10, 2013 at 10:06 PM, Jason Kridner jkrid...@beagleboard.org wrote: On Thu, Oct 10, 2013 at 8:09 PM, Robert Nelson robertcnel...@gmail.com wrote: So here is the deal; 3.8 is old, and 3.12-rc4 is newer

Re: [beagleboard] 3.12-rc4: kernel testing time...

2013-10-16 Thread Jason Kridner
I've booted it on Buildroot. Was going to try taking the same kernel and booting it on Angstrom as well, but haven't gotten there yet. Build output: https://s3.amazonaws.com/beagle/buildroot/2013-10-13-21%3A15%3A27/index.html Source:

Re: [beagleboard] Re: Nokia 5110 and Beaglebone using bonescript

2013-10-22 Thread Jason Kridner
On Sun, Sep 1, 2013 at 4:35 PM, William Hermans yyrk...@gmail.com wrote: A bit more information is required. Also, are you pulling CS low long enough for the Nokia 5110 to initialize initially ? Can you give us a step by step of what you've done so far( without me having to watch a video ) ? I

[beagleboard] Re: 'Getting Started with BeagleBone' now available for Kindle

2013-10-22 Thread Jason Kridner
Got my paperback copies yesterday! On Wed, Oct 16, 2013 at 10:35 AM, Jason Kridner jkrid...@beagleboard.org wrote: Matt Richardson's book is now available for download for $9.99 via Kindle. You can also order the paperback which should be available in under a week. http://www.amazon.com

Re: [beagleboard] Re: I2C and Invensense MPU6050 Driver

2013-10-31 Thread Jason Kridner
On Tue, Oct 29, 2013 at 2:19 PM, Jason Kridner jkrid...@beagleboard.org wrote: On Thu, Oct 17, 2013 at 6:12 PM, clarkbriggs...@gmail.com wrote: AIW: I went back thru the adafruit library and didn't find anything specific on I2C, although it is listed as a topic. I have been looking

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

2013-10-31 Thread Jason Kridner
CircuitCo switched the bootloader image on the eMMC, but it sounds more like you did that above. Thanks for your help. On Thursday, September 26, 2013 10:16:54 AM UTC-7, Jason Kridner wrote: There are lots of ways to extract the contents of the eMMC to save off and reuse. I'm proposing

Re: [beagleboard] Re: I2C and Invensense MPU6050 Driver

2013-11-01 Thread Jason Kridner
2:32:46 PM UTC-6, Jason Kridner wrote: On Tue, Oct 29, 2013 at 2:19 PM, Jason Kridner jkri...@beagleboard.org wrote: On Thu, Oct 17, 2013 at 6:12 PM, clarkbr...@gmail.com wrote: AIW: I went back thru the adafruit library and didn't find anything specific on I2C, although

[beagleboard] Silly trouble booting the 3.12 kernel due to DTB not being recognized

2013-11-06 Thread Jason Kridner
Robert, I'm starting with the kernel at http://github.com/beagleboard/kernel/tree/3.12. I've pushed a patched version of the tree to http://github.com/beagleboard/linux/tree/3.12. To build the kernel, I'm using buildroot via http://github.com/jadonk/buildroot/tree/latest. make beaglebone_config

Re: [beagleboard] Re: Silly trouble booting the 3.12 kernel due to DTB not being recognized

2013-11-06 Thread Jason Kridner
On Wed, Nov 6, 2013 at 4:06 PM, Jason Kridner jkrid...@beagleboard.org wrote: On Wed, Nov 6, 2013 at 3:55 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Nov 6, 2013 at 12:06 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Nov 6, 2013 at 11:55 AM, Jason Kridner jkrid

[beagleboard] Re: Silly trouble booting the 3.12 kernel due to DTB not being recognized

2013-11-06 Thread Jason Kridner
On Wed, Nov 6, 2013 at 4:08 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Nov 6, 2013 at 2:55 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Nov 6, 2013 at 12:06 PM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Nov 6, 2013 at 11:55 AM, Jason Kridner jkrid

[beagleboard] Re: Silly trouble booting the 3.12 kernel due to DTB not being recognized

2013-11-06 Thread Jason Kridner
On Wed, Nov 6, 2013 at 4:25 PM, Robert Nelson robertcnel...@gmail.com wrote: Nah it's the fdtaddress, for some reason 0x82ff8000 is getting overwritten by the uImage... (22.6MB in size) This works fine: run findfdt setenv bootargs console=${console} load mmc 0 0x80007fc0 uImage load mmc 0

[beagleboard] Fwd: Vote for GrowCubes on SUNDAY

2013-11-07 Thread Jason Kridner
GrowCubes is based on BeagleBone Black and enables people to affordably grow vegetables, fruits and other plants aeroponically with very little water or effort. Support your fellow Beagle-hackers out of NYC Resistor by heading to http://insertcoin2.engadget.com/ and voting for GrowCubes this

[beagleboard] Re: Vote for GrowCubes on SUNDAY

2013-11-07 Thread Jason Kridner
/. And lastly, tune into MSNBC at 4 p.m. on Sunday, Nov. 10. Chris will be a featured guest! On Thu, Nov 7, 2013 at 1:49 PM, Jason Kridner jkrid...@beagleboard.orgwrote: GrowCubes is based on BeagleBone Black and enables people to affordably grow vegetables, fruits and other plants aeroponically

[beagleboard] Issue with SDL application setting BeagleBone Black resolution with 3.8.13 kernel

2013-11-26 Thread Jason Kridner
I've encountered an issue with the DRM driver on the 3.8.13 kernel that others might have had before and I'm looking to track down. I wanted to get the info out on the list as I try to track this down. I think I'm seeing something similar on the 3.12 kernel as well.

Re: [beagleboard] Re: Future of the Angstrom distribution for Beaglebone

2013-12-02 Thread Jason Kridner
There isn't an *official* distribution, though Angstrom does get some special treatment with being included in-the-box. That in-the-box aspect has been the only planned special treatment of Angstrom, though Koen's time in supporting it and customizing it to host the BeagleBone experience has been

Re: [beagleboard] Newbie Questions (which Linux, PRU, eMMC pins...)

2013-12-04 Thread Jason Kridner
On Wed, Dec 4, 2013 at 10:40 PM, Tom Davies tgdav...@gmail.com wrote: I'm a beginner with the BeagleBone Black, but I have significant AVR and C/Linux experience. I want to use the BBB as an embedded controller, so I won't be using any video output. I will want to use: - PWM outputs - i2c

Re: [beagleboard] Erle Robot - BeagleBone based drone

2013-12-05 Thread Jason Kridner
This sounds like a great project. Can't wait to get my hands on one. On Thu, Dec 5, 2013 at 11:13 AM, Víctor MV v.mayor...@gmail.com wrote: We haven't tested it outside yet. I like your suggestions. We will explore this path but creating a cape is not our priority for now. -- For more

Re: [beagleboard] BeagleBone Black Library(Cloud9)

2013-12-10 Thread Jason Kridner
. The referenced library shows details on how to use it. On Tuesday, July 23, 2013 7:50:37 PM UTC-4, Jason Kridner wrote: On Mon, Jul 22, 2013 at 11:28 PM, amirham...@gmail.com wrote: Hello, I have done a git clone on https://github.com/korevec/node-i2c. Now I want to use those in the cloud9 IDE

Re: [beagleboard] GPIO not working with example code

2013-12-10 Thread Jason Kridner
On Fri, Dec 6, 2013 at 11:31 AM, Pablo Oyarzo oyarzo.pa...@hotmail.com wrote: Using this code, i tried to change the external led pin. I've tried with a couple of ones but doesn't work. The only ones who actully seems to work are like the middle ones on P8. Tried to use the tops and bottom

Re: [beagleboard] Share network connection to BeagleBone Black through USB, OSX?

2013-12-10 Thread Jason Kridner
On Tue, Dec 10, 2013 at 4:57 PM, caseyscal...@gmail.com wrote: Hello, I'm looking to connect my BeagleBone to the net by sharing my connection from my mac through USB. I know that this is possible and I've read many badly written explanations for it online, but none of them really laid it

Re: [beagleboard] I am not able to register a new project...

2013-12-11 Thread Jason Kridner
I just applied a fix that I hope resolves the issue. Please try again. On Wed, Dec 11, 2013 at 12:36 PM, Mahmoud Elzeftawi modelzeft...@gmail.com wrote: I am trying to register a new project, everything goes well, until I click save then I get an error, The error I am getting is:

[beagleboard] Update to Mac RNDIS (network over USB) driver

2013-12-14 Thread Jason Kridner
Joshua has an update. I just updated http://beagleboard.org/getting-startedto point to it. -- 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] Open Suse 12.3

2013-12-14 Thread Jason Kridner
Thanks! On Sat, Dec 14, 2013 at 10:31 AM, Aubrey Bourke bourke.aub...@gmail.comwrote: Hi, Just wanted to let everyone know that opensuse Linux 12.3 (XFCE) is available for the beagleboard xm. It is very stable. I had 12.2 it running for about 5 months without any crash or problem. And 12.3

Re: [beagleboard] Beagle Bone Black Case

2013-12-15 Thread Jason Kridner
I got mine, but it was missing any mounting screws and the button extenders shown in the install diagram. Is Amazon to blame? Is it possible to get these? On Wed, Aug 7, 2013 at 6:58 PM, adavenport...@gmail.com wrote:

Re: [beagleboard] Device Tree Overlay

2013-12-16 Thread Jason Kridner
On Mon, Dec 16, 2013 at 8:53 AM, max.ralf.r...@gmail.com wrote: Dear all, May I ask for your advice regarding a device tree overlay problem occuring at boot time (Ubuntu on BBB). My MAX-GPIO-set-00A0.dtbo file works just nice when I use it manually by typing the command echo MAX-GPIO-set

Re: [beagleboard] Beaglebone Black kernel sources

2013-12-17 Thread Jason Kridner
On Tue, Dec 17, 2013 at 6:26 AM, cwrseckf...@gmail.com wrote: I need to build a patched BBB kernel, so have unwillingly started one of my usual vicious fights with git. The first question to answer is where the current BBB linux kernel sources are kept - I don't think github is the default,

Re: [beagleboard] Some BBB Books for $5 through Jan 3rd

2013-12-20 Thread Jason Kridner
Thanks for the heads up! On Fri, Dec 20, 2013 at 10:32 AM, Philip Polstra ppols...@gmail.com wrote: All the Packt ebooks are $5 for a while including a couple BBB books, one from someone on this list. http://www.packtpub.com/search?keys=beaglebonesort=0types=0forthcoming=1available=1count=20

Re: [beagleboard] PWM led pulsating

2013-12-30 Thread Jason Kridner
On Saturday, December 28, 2013, wrote: Hello. I notice some strange behaviour, but I don't know if it's because of hardware (I have optoswitch in-between gpio and led). It's visible only when led is dimmed under 20% or so. So I am just wondering, once I do analogwrite, does the bonescript

Re: [beagleboard] Angstrom Abandoned for BBB? Rumor + a Rant

2014-01-04 Thread Jason Kridner
On Mon, Dec 23, 2013 at 4:21 PM, Terry Storm terrystor...@gmail.com wrote: A little birdy told me that Angstrom has been abandoned for the BBB ?? I wouldn't say abandoned. If there are things you need fixed, it is still possible for us to make bug fixes in the image. Also, I haven't heard

Re: [beagleboard] usb-serial device doesn't appear in /dev. Need a udev rule?

2014-01-04 Thread Jason Kridner
On Sat, Jan 4, 2014 at 8:22 AM, Nuno Sucena Almeida n...@aeminium.org wrote: On 01/03/2014 10:52 PM, loonsailor wrote: 'ERROR: could not insert 'ti_usb_3410_5052': Operation not permitted'. Thanks for the help. This is a bit new to me. Try to do that using sudo or as root :) sudo

[beagleboard] Happy New Year Beaglers!

2014-01-04 Thread Jason Kridner
http://beagleboard.org/blog/2014-01-04-happy-new-year/ Here we are, 2014. Expect a big year for Beagle! Unfortunately, I have to start out with an apology. LinuxGizmos.com recently hopped on the news that over 100,000 BeagleBone Blacks have now been sold. When they contacted me to confirm, I

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

2014-01-07 Thread Jason Kridner
On Mon, Jan 6, 2014 at 3:58 PM, jim.langs...@gmail.com wrote: Oh well, that didn't work. Same MO, fails with a 20-byte tarball image named 'linux-'. It would seem that there needs to be something useful in the field for Buildroot (and maybe GIT) to work:

Re: [beagleboard] Re: npm install bonescript Error

2014-01-10 Thread Jason Kridner
this solution and now I am getting an error about node-gyp failing to import module filecmp. Any ideas? Thanks, Josh On Wednesday, June 19, 2013 8:41:01 AM UTC-5, Jason Kridner wrote: B, I got tired of looking for your e-mail on the mailing list, so I'll just put the list in reply

[beagleboard] Re: Using the BeagleBoard Black instead of our outdated Data Hopper and Rabbit board for central control

2014-01-16 Thread Jason Kridner
If you aren't sure where to go next, here is a great list of consultants with whom to start: http://processors.wiki.ti.com/index.php/Linux_Consultants_and_Commercial_Linux_Providers Many of them have been active on this forum and all have knowledge that can help you. On Wed, Jan 15, 2014 at

[beagleboard] BoneScript 0.2.4 published on npmjs.org

2014-01-17 Thread Jason Kridner
I've just published BoneScript 0.2.4. I don't expect this to be a very long-lived release, but I needed to get it out on npm in order to get more people to try it and report issues. The primary goals of this release are to support non-Angstrom distributions and unloading of devicetree overlays

Re: [beagleboard] Getting started with beaglebone

2014-01-21 Thread Jason Kridner
On Tue, Jan 21, 2014 at 7:22 AM, Mohsin Raza syedmohsinraza1...@gmail.comwrote: Hello, Can I Update beaglebone with latest software from windows os and then use on Ubuntu 12.04LTS? I have no past experience of working with it thats why asking this stupid question. If you are talking about

Re: [beagleboard] Booting Issue beaglebone black

2014-01-21 Thread Jason Kridner
On Tue, Jan 14, 2014 at 3:50 AM, Jay letsplaywithardu...@gmail.com wrote: My BBB doesn't boot, I tried flashing it with factory Angstrom image available at beagleboard.org website. The 4 LEDs light up and the process is completed. But doesn't boot even after that. To see what is happening I

Re: [beagleboard] Unable to boot from SD Card for flashing eMMC with Debian/Ubuntu/Angstrom

2014-01-22 Thread Jason Kridner
On Tue, Jan 21, 2014 at 10:18 PM, jayakarthige...@gmail.com wrote: Can you tell me how to find out weather it is a clone or original. I don't think it is a clone. If it has the BeagleBoard.org logo, it better not be a clone! I think Robert's question was more along the lines of if you were

[beagleboard] Re: TI PRU compiler

2014-01-22 Thread Jason Kridner
On Wed, Jan 22, 2014 at 9:29 AM, Przemek Klosowski przemek.klosow...@gmail.com wrote: Jason Kridner jason.krid...@hangerhead.com wrote back in October Well, obviously the TI compiler team has figured it out since they created a C compiler (currently in closed beta and soon

Re: [beagleboard] debian: test images (2014-01-29) (resend with correct topic..)

2014-01-29 Thread Jason Kridner
On Wed, Jan 29, 2014 at 4:25 PM, Robert Nelson robertcnel...@gmail.comwrote: Lets keep this going, round 4... First, for tracking please report all bugs to: http://bugs.elinux.org/projects/debian-image-releases Fixes: 3.8.13-bone37 - 3.8.13-bone39 * rs485 support from Micka *

Re: [beagleboard] Nodejs program in Cloud9 autorun folder does not run properly

2014-02-03 Thread Jason Kridner
On Sat, Jan 25, 2014 at 2:53 PM, claudear...@gmail.com wrote: Hello, I am trying to get a program to run at boot up by placing it in the Cloud9 auto run folder but it does not work properly. My nodes version is 0.10.24 Guess you aren't using the Angstrom image. Do you know if

[beagleboard] Elimination of synchronous return values in BoneScript and return of setup/loop

2014-02-12 Thread Jason Kridner
See https://github.com/jadonk/bonescript/issues/75 Having both synchronous and asynchronous implementations of all the functions has become a pain to maintain. I've used node-fibers to 'my.wait_for' completion of all asynchronous events in order to provide a synchronous return value, but this

Re: [beagleboard] Beaglebone Black Clone Device Tree Problems

2014-02-18 Thread Jason Kridner
On Tue, Feb 18, 2014 at 7:07 PM, mkip...@profireenergy.com wrote: Hey guys, I'm working on a project which is using a clone of the BBB hardware and I'm running into some issues with Device Trees. I wasn't involved with the hardware design, but as far as I know, the BBB hardware has been

Re: [beagleboard] conflict with cape-bone-iio overlay and simple pinmux overlay?

2014-02-21 Thread Jason Kridner
On Fri, Feb 21, 2014 at 2:47 PM, cfa...@gmail.com wrote: Hello, I am trying to use both the cape-bone-iio device tree overlay for analog input, and a simple pin-muxing overlay (see attached DTS file) I don't see an attachment. Googling for the name I found

Re: [beagleboard] conflict with cape-bone-iio overlay and simple pinmux overlay?

2014-02-21 Thread Jason Kridner
'helper' that is in conflict with names in the other part of the device tree. Try renaming 'helper' to 'my_pin_helper' or something fun like that. Just a shot in the dark, but I've run into a similar sort of problem before. On Friday, February 21, 2014 2:17:36 PM UTC-6, Jason Kridner wrote

Re: [beagleboard] debian: test images (2014-01-10)

2014-02-21 Thread Jason Kridner
On Wed, Jan 29, 2014 at 4:09 PM, Robert Nelson robertcnel...@gmail.comwrote: Lets keep this going, round 4... First, for tracking please report all bugs to: http://bugs.elinux.org/projects/debian-image-releases Fixes: 3.8.13-bone37 - 3.8.13-bone39 * rs485 support from Micka *

[beagleboard] Reminder about ongoing case give-away

2014-02-22 Thread Jason Kridner
*BeagleBoneBlack contest!* #beagleboneblackcasehttps://plus.google.com/s/%23beagleboneblackcase From February 1, 2014 to March 1, 2014, in partnership with TI/BeagleBone Adafruit will be giving away 10 BeagleBoneBlack cases per week, all you need to do is share your project and we'll pick 10 a

Re: [beagleboard] .dat file for PinMux Utility

2014-02-24 Thread Jason Kridner
On Mon, Feb 24, 2014 at 2:18 AM, John Tobias john.tobias...@gmail.comwrote: Hi Gerald, I was trying to find the PinMux Utility .dat file for the BBB board Rev. B and I couldn't find it. Could you tell me where I to get it?. You'll probably need to edit (or simply use) the one you already

Re: [beagleboard] Re: Should a 32Gb micro SD card cause any problems? (It seems to)

2014-03-03 Thread Jason Kridner
On Mon, Mar 3, 2014 at 11:26 AM, c...@isbd.net wrote: Robert Nelson robertcnel...@gmail.com wrote: On Mon, Mar 3, 2014 at 9:28 AM, c...@isbd.net wrote: I just tried turning on my BBB after inserting a new (presumably therefore, empty) 32Gb microSD card into it. It failed to boot, just

Re: [beagleboard] Problem with javascript program

2014-03-04 Thread Jason Kridner
Before going into testing your code, I'd like to just give a bit of a review below to try to understand some of your motivations BTW, what version of BoneScript are you running? On Sat, Mar 1, 2014 at 1:12 PM, suie...@gmail.com wrote: Hallo I am writing here beacause i have problem with

Re: [beagleboard] GPIO Edge

2014-03-05 Thread Jason Kridner
On Tue, Mar 4, 2014 at 5:56 PM, Dorian Levy dorianal...@gmail.com wrote: If setting /sys/class/gpio/gpioxx/edge creates an interrupt in the /proc/interrupts file, why is there no event file associated with it? What is the best way to use a gpio pin to count the number of times a switch is

Re: [beagleboard] Linux when moving from beaglebone to custom AM335x board

2014-03-05 Thread Jason Kridner
On Wed, Mar 5, 2014 at 1:18 PM, cmicali chris.mic...@sagedevices.comwrote: We have been prototyping on beaglebone black for about a year and are building a custom AM335x board for our product. We plan on using the WL18xx WIFI/BLE chip and a few other TI peripherals. I have been assuming we

Re: [beagleboard] Writing 8-bit data to GPIO pins - does one have to do it a bit at a time?

2014-03-06 Thread Jason Kridner
On Thu, Mar 6, 2014 at 4:25 AM, c...@isbd.net wrote: All the examples and libraries (Python mostly) that I can find for doing IO to the GPIO pins seem to handle only a bit at a time. This is fine for things like driving relays and LEDs but makes little sense for 8-bit data. Are there any

[beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-06 Thread Jason Kridner
If you have a BeagleBone Black and are able to try out this image, it might be good to propose fixing any short-falls you see in what is provided on the image. On Wednesday, March 5, 2014 5:51:19 PM UTC-5, Jason Kridner wrote: The latest BeagleBone Debian images are now posted at: http

Re: [beagleboard] Re: USB SSH

2014-03-06 Thread Jason Kridner
More likely you did something with the dropbear config or systemd/systemctl. There are many ways to disable ssh. The first one I would have tried would have been along the lines of 'systemctl disable dropbear.socket' or 'systemctl disable sshd.socket'. I'd have to look to see what systemd service

Re: [beagleboard] USB Gadget problem

2014-03-06 Thread Jason Kridner
On Thu, Mar 6, 2014 at 11:42 AM, st...@piziwate.net wrote: Hello, I'm using Yocto with [meta-ti] to create images for the Ti's AM335x EVM Starter Kit or a Beaglebone black (linux-ti-staging 3.12.10) If you don't get an answer here, you might try the meta-ti mailing list:

[beagleboard] Re: BeagleBone Black and resistive touchscreen.

2014-03-11 Thread Jason Kridner
On Wednesday, March 5, 2014 1:53:27 AM UTC-5, deniss...@gmail.com wrote: Hello all! Could you help me? And sorry for my bad English :) I'm trying to connect BeagleBoard Black and 7'' resistive touch screen i.q. in the Cape Board

[beagleboard] Calling all BeagleBoard.org GSoC mentors

2014-03-17 Thread Jason Kridner
- Jason Kridner Students are anxious to make a connection and execute on *your* project ideas, so I hope you will decide to be an active participant in improving what can be done with open source! Best Regards, Jason Kridner GSoC Administrator for BeagleBoard.org -- For more options, visit http

Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-03-18 Thread Jason Kridner
TI pays my salary too, but you'd be hard-pressed to find anyone at TI that knows what I'm doing day-to-day in relation to Beagle. TI continues to pay our salaries as Beagle helps people use TI chips, but my manager has 0 input on the direction of BeagleBoard.orgnot that we'd necessarily want

Re: [beagleboard] Re: Playing sound using with my BBB using a piezo buzzer (beeper)

2014-03-18 Thread Jason Kridner
On Tue, Mar 18, 2014 at 5:25 PM, Dennis Cote denn...@harding.ca wrote: On Monday, March 17, 2014 9:11:53 PM UTC-6, Ramon Mendes wrote: I want play 'beeps' connecting a piezo buzzer to my Beaglebone Black. I am very new to eletronics, so I need some help here, don't know how to operate these

[beagleboard] Re: Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-19)

2014-03-20 Thread Jason Kridner
On Thursday, March 20, 2014 11:04:39 AM UTC-4, Casey Atherton wrote: Thanks, Robert. The MT7601 driver is now working out-of-box. Great work! Casey Atherton On Wednesday, March 19, 2014 6:00:52 PM UTC-4, RobertCNelson wrote: First, thanks to everyone for testing the beta image! In

Re: [beagleboard] Re: BeagleBoard.org Misson Statement (for public review)

2014-03-24 Thread Jason Kridner
On Mon, Mar 24, 2014 at 7:15 AM, dd ddlawre...@rocketmail.com wrote: This declaration, of great import, is quite vague: ...capabilities not be implemented for a single device if the capability exists on multiple devices... please elaborate. Thank youdd Your clip eliminated the

Re: [beagleboard] Recompiling optimising Debian packages

2014-03-24 Thread Jason Kridner
On Mon, Mar 24, 2014 at 8:49 AM, Timbo tim...@gmail.com wrote: Dear Group, I'm comparing the speed of the BBB and Raspberry-Pi when running various audio encoders. Normally the BBB wins by a factor of 2 or 3 as expected, but in the case of oggenc (from the vorbis-tools package) the BBB is

Re: [beagleboard] i2c via bonescript under Debian

2014-03-27 Thread Jason Kridner
On Wed, Mar 26, 2014 at 5:42 PM, Mark A. Yoder mark.a.yo...@gmail.com wrote: I see the bonescript has some i2c methods. Are there any examples out there that work under Debian on the Black Bone? Here's one that works on BoneScript 0.2.4 on Debian, but happens to be calling the I2C methods from

Re: [beagleboard] i2c via bonescript under Debian

2014-03-27 Thread Jason Kridner
://beagleboard.org/support/bone101/#headers-i2c) There has been some discussion to fix this in mainline, but I'm not sure of the current state. http://lists.infradead.org/pipermail/linux-arm-kernel/2012-August/116775.html --Mark On Thursday, March 27, 2014 9:40:09 AM UTC-4, Jason Kridner wrote

Re: [beagleboard] Beagle Black Questions

2014-03-28 Thread Jason Kridner
On Fri, Mar 28, 2014 at 1:01 AM, Doug d...@crompton.com wrote: I just ordered my first Black today. I have been using RPi's for awhile but due to the lousy USB interface I wanted to try the Black. Anyhow I have a few questions. I plan to run Debian and I see I have the option of running it in

Re: [beagleboard] Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-27)

2014-04-03 Thread Jason Kridner
On Fri, Mar 28, 2014 at 6:04 PM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Mar 28, 2014 at 5:00 PM, Charles Steinkuehler char...@steinkuehler.net wrote: On 3/27/2014 3:26 PM, Robert Nelson wrote: Thanks to everyone for testing the beta images! In this last last week window I've

Re: [beagleboard] Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-27)

2014-04-03 Thread Jason Kridner
On Sat, Mar 29, 2014 at 11:49 PM, William Hermans yyrk...@gmail.com wrote: Charles, Ok will give it a shot after this weekend. Actually though, if I had jus ta stock image of a beagle, perhaps the one taken from beagle.org, I could do the rest from scratch myself. The text coloring on that

Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-04-03 Thread Jason Kridner
Probably want to send Robert a care package too! On Thursday, April 3, 2014, Drew Fustini pdp7p...@gmail.com wrote: Interesting... my Newark element14 order for embest/element14 BBB should be shipping today so I'll see what results I get with it report back. On Thu, Apr 3, 2014 at 2:37 PM,

Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-04-04 Thread Jason Kridner
Sounds like you might want to try flashing the new Debian images, even if you plan to run Ubuntu, just so you don't have to hold the boot button. On Friday, April 4, 2014, chris.j.d...@gmail.com wrote: Thanks! With the boot button it does successfully boot the Ubuntu image on the SD card.

[beagleboard] Re: How to use UART Serial Port Using BoneScript Library

2014-04-07 Thread Jason Kridner
On Thursday, March 27, 2014 4:59:00 PM UTC-4, Mark A. Yoder wrote: Nick: I have some bonescript code that works with the UART, but I'm not using the built-in bonescript calls. It works fine with a GPS, though I don't use it to transmit. I took would like to see an example that uses

[beagleboard] Arduino Shield to BeagleBone Black Cape

2014-04-08 Thread Jason Kridner
With only 7 days left, the Shield I/O BeagleBone Black to Arduino Shield adapter needs some support. They are looking to raise 5,000 euro and are currently sitting just under 1,000. Read more below or at https://www.indiegogo.com/projects/arduino-shield-to-beaglebone-black-cape--2 .

Re: [beagleboard] Re: GSoC 2014 idea

2014-04-08 Thread Jason Kridner
Sorry I missed this. For getting involved in GSoC, join the http://groups.google.com/forum/?fromgroups#!forum/beagleboard-gsoc list for the most up-to-date information. There are some other helpful links at http://beagleboard.org/gsoc. Unfortunately, deadline for new project proposals are well

Re: [beagleboard] ADC reading by PRU

2014-04-08 Thread Jason Kridner
On Tue, Apr 8, 2014 at 6:15 AM, Youngtae Jo youngta...@gmail.com wrote: I've tried to find some example of ADC reading by PRU for my project, but I couldn't find it. And I made that of source code and attach here for some people who have the same problem with me. I hope it will be helpful.

Re: [beagleboard] GUI for Universal DTO

2014-04-08 Thread Jason Kridner
On Tue, Apr 8, 2014 at 10:53 AM, Charles Steinkuehler char...@steinkuehler.net wrote: Alexander Rössler wrote a nifty GUI front-end for my universal device tree overlay: http://youtu.be/lJBh1-RuIFs As a reminder, this overlay enables most typically useful hardware for the BeagleBone (I2C,

Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-04-08 Thread Jason Kridner
On Tue, Apr 8, 2014 at 1:46 PM, Bas Laarhoven s...@xs4all.nl wrote: On 8-4-2014 19:12, selsin...@gmail.com wrote: On 08/04/14 16:36, Bas Laarhoven wrote: Regarding the connector solder quality: Hopefully they are still tuning their production process, circuitco obviously has had more time

Re: [beagleboard] Symantec virus alert on BONE_D4.exe download

2014-04-09 Thread Jason Kridner
On Wed, Apr 9, 2014 at 2:57 PM, BBBNoob gunjan.d...@gmail.com wrote: I was trying to download the drivers for BeagleBone Black from http://beagleboard.org/static/Drivers/Windows/BONE_D64.exe But my symantec anti-virus quarantines it. Is it okay to un-quarantine and continue to use it ?? What

Re: [beagleboard] Accommodating Arduino Shields: Updated Pinmux

2014-04-10 Thread Jason Kridner
On Tue, Apr 8, 2014 at 7:27 PM, barth...@impressx.com wrote: Dear Community, we would like to share with you our recent discussions about minor changes in the Shield I/O pin mapping, which further improve Arduino compatibility. We have also carefully checked the mapping specified by the

Re: [beagleboard] SoundScape SW development

2014-04-11 Thread Jason Kridner
On Fri, Nov 1, 2013 at 3:27 PM, stu.il...@gmail.com wrote: Hi everyone, I'm working on a new cape that will add Bluetooth/Audio capabilities to the BeagleBone. The cape will have a Bluetooth module and an audio codec (not tlv320aic3x) to provide high quality wireless and analog audio to the

[beagleboard] Dude, where's my BeagleBone Black?

2014-04-13 Thread Jason Kridner
Just about to post this to http://beagleboard.org/blog, but it wouldn't hurt to get a bit of community feedback before pushing this out there Dude, where's my BeagleBone Black? I hear that question a LOT. No, we weren't sleeping, but sometimes it takes a minute for a plan to come together.

Re: [beagleboard] Dude, where's my BeagleBone Black?

2014-04-13 Thread Jason Kridner
to clarify a lot of the questions hanging in the air. On Apr 13, 2014 6:07 PM, Jason Kridner jkrid...@beagleboard.org wrote: Just about to post this to http://beagleboard.org/blog, but it wouldn't hurt to get a bit of community feedback before pushing this out there Dude, where's my

Re: [beagleboard] Re: Dude, where's my BeagleBone Black?

2014-04-14 Thread Jason Kridner
On Mon, Apr 14, 2014 at 2:59 AM, robert.berger robert.karl.ber...@gmail.com wrote: Hi Jason, On Monday, April 14, 2014 2:07:00 AM UTC+3, Jason Kridner wrote: Just about to post this to http://beagleboard.org/blog, but it wouldn't hurt to get a bit of community feedback before pushing

Re: [beagleboard] Re: Dude, where's my BeagleBone Black?

2014-04-14 Thread Jason Kridner
On Mon, Apr 14, 2014 at 3:25 AM, rh_ richard_hubb...@lavabit.com wrote: On Sun, 13 Apr 2014 19:07:00 -0400 Jason Kridner jkrid...@beagleboard.org wrote: --8-- To provide the best experience of using Debian on BeagleBone Black, we are connecting the switch-over to an increase in the on-board

Re: [beagleboard] Re: Dude, where's my BeagleBone Black?

2014-04-14 Thread Jason Kridner
... . There certainly is a value to going back to no eMMC, but the reliability, performance and cost advantages make it more practical for the standard BeagleBone Black. On Mon, Apr 14, 2014 at 9:25 AM, rh_ richard_hubb...@lavabit.com wrote: On Sun, 13 Apr 2014 19:07:00 -0400 Jason Kridner jkrid

Re: [beagleboard] BBIOConfig - BB universal IO UI testing release

2014-04-14 Thread Jason Kridner
On Mon, Apr 14, 2014 at 8:19 AM, mail.aroess...@gmail.com wrote: Hello BeagleBone community, I have created a UI for Charles BB universal IO tool that will be part of the upcoming Debian image release. Please test and provide feedback. You can find binaries for Linux, Mac and Windows here:

Re: [beagleboard] Announcement: Power Cape (UPS)

2014-04-14 Thread Jason Kridner
On Fri, Apr 4, 2014 at 11:09 AM, Ron B. r...@andicelabs.com wrote: Hello fellow enthusiasts, Please check out my Power Cape and let me know what you think. Yes, they are for sale but I would also value your feedback. I seem to have bought the last one in stock with stacking headers. Be sure

Re: [beagleboard] High(er) level language for PRU programming available.

2014-04-14 Thread Jason Kridner
On Monday, April 14, 2014, Sungjin Chun chu...@gmail.com wrote: I also am interested in C compiler for PRU. Can you let me know how to contact Jason Kridner? Really surprised you haven't seen my email around here? :-) Sent from my iPhone On Apr 15, 2014, at 5:39 AM, Charles

Re: [beagleboard] High(er) level language for PRU programming available.

2014-04-14 Thread Jason Kridner
,'cvml','chu...@gmail.com'); wrote: I also am interested in C compiler for PRU. Can you let me know how to contact Jason Kridner? Sent from my iPhone On Apr 15, 2014, at 5:39 AM, Charles Steinkuehler char...@steinkuehler.netjavascript:_e(%7B%7D,'cvml','char...@steinkuehler.net'); wrote

Re: [beagleboard] Re: Does it supports FreeRTOS

2014-04-15 Thread Jason Kridner
On Tue, Apr 15, 2014 at 10:59 AM, rh_ richard_hubb...@lavabit.com wrote: On Tue, 15 Apr 2014 03:18:18 -0700 (PDT) harsha.tu...@gmail.com wrote: Hi, I am new to thisDoes beaglebone black supports FreeRTOS Does freertos run on ARM? If it does than it may run on BBB. Looks like there

[beagleboard] Re: Here is the BeagleBone Debian (rc) image you want to test (2014-04-14)

2014-04-15 Thread Jason Kridner
On Tue, Apr 15, 2014 at 12:55 PM, Robert Nelson robertcnel...@gmail.com wrote: Here we go... Last chance! ;) New Capes: universal cape, weather 2, cryto (once boot, install tpm-tools) So please continue to use the bug tracker: http://bugs.elinux.org/projects/debian-image-releases So the

[beagleboard] Re: Here is the BeagleBone Debian (rc) image you want to test (2014-04-14)

2014-04-15 Thread Jason Kridner
On Tue, Apr 15, 2014 at 1:06 PM, Robert Nelson robertcnel...@gmail.com wrote: On Tue, Apr 15, 2014 at 12:03 PM, Jason Kridner jkrid...@gmail.com wrote: On Tue, Apr 15, 2014 at 12:55 PM, Robert Nelson robertcnel...@gmail.com wrote: Here we go... Last chance! ;) New Capes: universal cape

[beagleboard] Re: Here is the BeagleBone Debian (rc) image you want to test (2014-04-14)

2014-04-15 Thread Jason Kridner
On Tue, Apr 15, 2014 at 1:15 PM, Robert Nelson robertcnel...@gmail.com wrote: But the mirror links and primary wget links are the same. I added the S3 links for now, which should be live as soon as the upload completes. Oh, I was just making it easy, so you'd just have to change the primary

  1   2   3   4   5   6   7   8   9   >