Re: [beagleboard] easiest way to stop u-boot from searching for further uEnv.txt files?

2015-02-10 Thread Robert Nelson
Your answer is here: ^ Define uenvcmd to anything and it'll stop dead. really? i already tried that, all it does is run uenvcmd, but unless that command invokes something like a bootm, processing will still continue. bootcmd has at least a couple places where uenvcmd is run, and bootcmd

[beagleboard] I2C component not detecting

2015-02-10 Thread Pack43
Hello, I am having a problem with my Beaglebone black interfacing with a BH1750 light sensor (am using a breakout board). When I connect, via wire, the light sensor to the 3.3 volt (p9 port 3) and the ground (p9 port 1) as well as the clock and data (p9 port 19 and 20), the beaglebone is not

[beagleboard] BBB Programming Language,Tools,and Operating System choice.

2015-02-10 Thread prashantpj07
I have question about choice of programming language,Which one is best as per industry level project? 1)C/C++ 2)Python 3)Bone Script Another one is there are many tools are supported in BBB then what is difference between them? for example 1)eclipse 2)cloud9 3)Adafrui -- For more options,

[beagleboard] BBB MIDI .wav trigger

2015-02-10 Thread aaronwrice
Hello All, I am new to BBB and wondered if anyone might be able to point me in the right direction for a school project I am working on. I would like to have a single serial input to the BBB which triggers audio files to play. The incoming serial line will be MIDI information from a MIDI drum

[beagleboard] txb0108 level shifter leads to erroneous ultrasonic sensor reading

2015-02-10 Thread Karteek YV
While implementing the code at https://github.com/derekmolloy/exploringBB/tree/master/chp13/ultrasonic , txb0108 level shifter reading gives the echo counter reading at r3 register as 1 or 2 no matter how wide is echo pulse is. But while using 7407 open collector buffer as level shifter, it

Re: [beagleboard] BeagleBone Cape EEPROM format update

2015-02-10 Thread Gerald Coley
I wrote the spec. This is what I wanted in there. I don't control what the SW population is able to handle. I prefer not to make a statement that all of sudden may become false based on a SW implementation event. Gerald On Mon, Feb 9, 2015 at 8:03 PM, Josh Datko jbda...@gmail.com wrote: On

Re: [beagleboard] Debian emmc flash image with kernel version 3.14

2015-02-10 Thread Jason Kridner
People use the images on that page every day. You'll need to be specific about your issues. On Tue, Feb 10, 2015 at 2:07 AM, Sam Coulter sam.w.coul...@gmail.com wrote: Hi, I'm trying to find a Debian image to flash via emmc onto my beaglebone black rev-c. The problem is I am trying to use a

Re: [beagleboard] why does eewiki suggest am335x_evm_defconfig for BBB?

2015-02-10 Thread Robert P. J. Day
On Tue, 10 Feb 2015, Robert Nelson wrote: On Feb 10, 2015 2:38 AM, Robert P. J. Day rpj...@crashcourse.ca wrote:   zipping through RCN's eewiki page for building for BBB from scratch, and i notice in the section on u-boot

Re: [beagleboard] why does eewiki suggest am335x_evm_defconfig for BBB?

2015-02-10 Thread Robert Nelson
On Feb 10, 2015 2:38 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: zipping through RCN's eewiki page for building for BBB from scratch, and i notice in the section on u-boot https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-Bootloader:U-Boot that a patch is

Re: [beagleboard] easiest way to stop u-boot from searching for further uEnv.txt files?

2015-02-10 Thread Robert Nelson
On Tue, Feb 10, 2015 at 8:58 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Tue, 10 Feb 2015, Robert Nelson wrote: Your answer is here: ^ Define uenvcmd to anything and it'll stop dead. really? i already tried that, all it does is run uenvcmd, but unless that command invokes

Re: [beagleboard] easiest way to stop u-boot from searching for further uEnv.txt files?

2015-02-10 Thread Robert Nelson
On Feb 10, 2015 5:03 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: putting together a student lab for building u-boot for the BBB (which i'll post shortly for anyone who's interested), and just noticed that when i boot from a minimally-populated SD card (that is, nothing but MLO and

Re: [beagleboard] easiest way to stop u-boot from searching for further uEnv.txt files?

2015-02-10 Thread Robert P. J. Day
On Tue, 10 Feb 2015, Robert Nelson wrote: On Feb 10, 2015 5:03 AM, Robert P. J. Day rpj...@crashcourse.ca wrote:   putting together a student lab for building u-boot for the BBB (which i'll post shortly for anyone who's interested), and just noticed that when i boot from a

[beagleboard] Re: Help using beaglebone black for 3d printer application

2015-02-10 Thread nobass1818
bump- any help is appreciated On Sunday, February 1, 2015 at 8:05:42 PM UTC-5, jct...@scarletmail.rutgers.edu wrote: Hello, I just recently purchased a beaglebone black and will be using it to control a sla projector based 3d printer. I would like to use the beaglebone black to display

Re: [beagleboard] Re: Automotive Cape

2015-02-10 Thread eric . johnston02
Any updates for the Cape? I'm curious in this as well. I've got all the componets in piece mail but its proving more difficult to combine the code and GUI...albeit that I'm an extreme novice and my skills in programming are of course, rudementary. I have already soldered in an RS232 cable

Re: [beagleboard] Re: Beaglebone Black not booting due to modification of uEnv.txt

2015-02-10 Thread Graham Haddock
Several Possibilities: 1.) When you write something to the file system, either a new file or modify a file, you need to type 'sync' on the command line to flush the buffers to the file system, otherwise you can loose the changes at unmount/shutdown. 2.) On the earlier Debian distributions, like

Re: [beagleboard] BeagleBone Cape EEPROM format update

2015-02-10 Thread Joshua Datko
Gerald, That makes sense. It sounds like, from the SRM's standpoint this data is required whether or not software makes use of it. Thanks for the response, Josh -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

[beagleboard] Re: BBB u-boot lab, and what cool commands can one run within u-boot?

2015-02-10 Thread Robert P. J. Day
short followup on earlier post, i have my ongoing page for u-boot on the BBB: http://www.crashcourse.ca/wiki/index.php/U-Boot_BBB and have added a link at the bottom for a separate page just for neat things you can do from u-boot on a BBB:

Re: [beagleboard] Mobile Developers - iOS and Android ::::: Columbus, OH

2015-02-10 Thread Gerald Coley
I blocked him yesterday. Gerald On Mon, Feb 9, 2015 at 5:19 PM, Peter Lawler relwalre...@gmail.com wrote: On 10/02/15 09:08, rajagut...@gmail.com wrote: Hi, This is Nagaraju Gutta, - Recruitment and Resources from SancroSoft USA Inc. We have an urgent requirement as follows: snip

Re: [beagleboard] New kernel boot stoped

2015-02-10 Thread Kazz
Thank you for answer I tried even beaeglebone, but it have started from eMMC. I will buy new SD card and try again. --Kazz 2015年2月10日火曜日 23時29分56秒 UTC+9 RobertCNelson: Your microsd card failed here.. Do you have another? The beagle/beagle xm are very 'picky' on later kernels.. -- For

[beagleboard] No IP Address on new image (Rev C)

2015-02-10 Thread Philip Theis
So I take a new Rev C board. Works fine with the April Deb image out of the box (bone47). Get IP address fine. Went through the process of installing the May Deb image (bone50) Start up the new image and it does not obtain an IP address; all conditions are the same. Is it the image? Phil --

Re: [beagleboard] BeagleBone Cookbook - O'Reilly Media

2015-02-10 Thread Jason Kridner
I'm naturally interested in what anyone has to say about it. I'd like to update the image link in the final book to point to something up on http://beagleboard.org/latest-images, but I need to get that updated first. That's what I'm spending time thinking about lately. I've been updating

Re: [beagleboard] c++ send hex over uart, leading zero's are dropped on receiving side

2015-02-10 Thread Przemek Klosowski
I am not sure if I understand--please clarify. On Sun, Feb 8, 2015 at 11:25 AM, oli4gate oli4.depoor...@gmail.com wrote: Hi, over the uart port I would like to send out following hexadecimal string C5C3010076. ... unsigned char tx_buf[9] =

[beagleboard] Re: I2C component not detecting

2015-02-10 Thread Graham
I can think of two problems. P9_19 and P9_20 can be connected to I2C2. I2C BUS 2, You are looking on BUS 0 and BUS 1 for the sensor. You may need to change the PIN-MUX so that I2C2 is actually connected to P9_19 and P9_20. This is the default connection for those pins on versions of the OS

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

2015-02-10 Thread Keith Conger
Hi Andrew, Thanks for replying. I have read that. I'm currently compiling BBBAndroid with Android-x86's bluedroid which appears to have USB BT support. http://git.android-x86.org/?p=platform/external/bluetooth/bluedroid.git;a=summary I'd like to use rfcomm and audio, rfcomm is more important

[beagleboard] Re: BBBAndroid with USB Bluetooth Adapter Support

2015-02-10 Thread Andrew Henderson
Well, Bluetooth being recognized by the kernel and Bluetooth being accessible via the API are two very different animals. Enabling the Bluetooth stack in the kernel, as well as the device drivers, is the first step. Once that portion is done, your Bluetooth device must be registered within

Re: [beagleboard] I2C component not detecting

2015-02-10 Thread Tux Leonard
In the datasheet I see that the BH1750 has a 1.8V logic. So you could try a level shifter to adapt the i2c voltage to 3.3v. Do you have a other i2c device or an oszi to check your i2c bus? 2015-02-10 0:51 GMT+01:00 Pack43 barr5...@gmail.com: Hello, I am having a problem with my Beaglebone

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

2015-02-10 Thread Keith Conger
Forgot to ask. How do I get my kernel options to stick in the BBBAndroid build process? My manual settings keep getting reverted when I build it. Keith On Tue, Feb 10, 2015 at 10:26 AM, Andrew Henderson hende...@icculus.org wrote: Well, Bluetooth being recognized by the kernel and Bluetooth

[beagleboard] why does eewiki suggest am335x_evm_defconfig for BBB?

2015-02-10 Thread Robert P. J. Day
zipping through RCN's eewiki page for building for BBB from scratch, and i notice in the section on u-boot https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-Bootloader:U-Boot that a patch is applied for evm, whereupon the instructions suggest using am335x_evm_defconfig as

[beagleboard] Re: URGENT: Please test: Major Cloud9 ide bump!

2015-02-10 Thread Günter Pütz
Hi Robert, please excuse my dumb question (I am a Linux newbie, most experience wirh Windows :-)): How can I get your repo enabled and is it just for a small group or can I also partcipate? My interest in that is because I have actually problems to run the ace editor in the cloud9 ide. I

Re: [beagleboard] Re: Beaglebone Black not booting due to modification of uEnv.txt

2015-02-10 Thread JS-BBB
First of all apologies to the OP for crashing his thread :-) but it seems to be the same issue. I have initrd.img-3.8.13-bone47 (Debian) on the EMMC which becomes visible after the above instructions, the disk directory is still on the SD so I only need the mount /dev/mmcblk1p2 disk bit to

[beagleboard] BBB u-boot lab, and what cool commands can one run within u-boot?

2015-02-10 Thread Robert P. J. Day
followup to earlier post, i'm writing some pages for students to follow along in building u-boot for a BBB -- here's the new, generic u-boot page: http://www.crashcourse.ca/wiki/index.php/U-Boot and here's the BBB-specific one: http://www.crashcourse.ca/wiki/index.php/U-Boot_BBB nothing

[beagleboard] easiest way to stop u-boot from searching for further uEnv.txt files?

2015-02-10 Thread Robert P. J. Day
putting together a student lab for building u-boot for the BBB (which i'll post shortly for anyone who's interested), and just noticed that when i boot from a minimally-populated SD card (that is, nothing but MLO and u-boot.ing and an empty uEnv.txt), u-boot still insists on checking out

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

2015-02-10 Thread Keith Conger
I'll let you know how it goes with bluedroid. And thanks for the help and information. I may have some questions when I get to adding the RTC. I spent the first 35 years of my life in the Syracuse area, don't miss the snow. This fall I moved to Colorado Springs :) On Tue, Feb 10, 2015 at

[beagleboard] HDMI and GPIO2 pins on BeagleBone Black BBB

2015-02-10 Thread Paulo Sherring
Hi there! I am developing a software that is to run on a BBB, runing Debian wheezy with 3.14.2x-ti. The sofware is goind to control stepper motors, much like those CNC controllers that I have seen around here, such as machine kit et cetera. So, as I dont have need for hdmi, I am using its pins

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

2015-02-10 Thread Andrew Henderson
If you get bluedroid working and it is a viable approach, let me know and I'll add it into the manifest as an external repo for BBBAndroid. Right now, I don't have the cgroups set up properly for audio, so I'm not sure how well audio support is working via HDMI or audio cape. Bluetooth is a

[beagleboard] on BBB, gpio status help info doesn't seem to match functionality

2015-02-10 Thread Robert P. J. Day
more pedantry as i write up things you can do in u-boot on the BBB ... there's this: # gpio help gpio - query and control gpio pins Usage: gpio input|set|clear|toggle pin - input/set/clear/toggle the specified pin gpio status [-a] [bank | pin] - show [all/claimed] GPIOs # so i just

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

2015-02-10 Thread Andrew Henderson
Try configuring the kernel using the menuconfig target (like make menuconfig in the makefile). I suspect that you are manually setting something in the .config and there are other settings that conflict with it. Normally, these conflicts are managed via the Kconfig or menuconfig interface

[beagleboard] Re: Can't run bonescript while using VNC

2015-02-10 Thread Wes Fluty
This is a good question. I hope someone answers for you Gabe. - Wes -- 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,

Re: [beagleboard] Preventing Linux from changing GPIO output values on startup?

2015-02-10 Thread Robert Nelson
On Feb 10, 2015 3:25 PM, codeh...@gmail.com wrote: I have a custom application where I am setting GPIO controlling a relay to low at the uboot stage (because the pin reset values are high. I know this is a bad pin selection but bear with me). I have this GPIO configured as an output in the

[beagleboard] Preventing Linux from changing GPIO output values on startup?

2015-02-10 Thread codehero
I have a custom application where I am setting GPIO controlling a relay to low at the uboot stage (because the pin reset values are high. I know this is a bad pin selection but bear with me). I have this GPIO configured as an output in the DeviceTree and when Linux takes its turn to start, it

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

2015-02-10 Thread Keith Conger
It built without errors. I'm having trouble with the kernel though. I made sure kernel/.config and am335x_evm_android_defconfig both had CONFIG_BT=y. I re-ran make in the root of BBBAndroid. As soon as I answered the questions about the USB gadget driver it reverted to CONFIG_BT=m along with

Re: [beagleboard] c++ send hex over uart, leading zero's are dropped on receiving side

2015-02-10 Thread Tux Leonard
Could you show us the code on the receiving side? How many characters do you receive? Do you convert the receive bytes to strings before printing them? 2015-02-11 6:21 GMT+01:00 liyaoshi liyao...@gmail.com: I only get a case with insert several zero on special platform a few years ago

[beagleboard] Beaglebone Black Nfs to Sdcard

2015-02-10 Thread Metin KOÇ
Hi; I build kernel and build linux with Buildroot. It is working good via Nfs. How to copy linux to sdcard ? -- 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] I2c not detecting

2015-02-10 Thread Tux Leonard
Do you see any i2c device in the /dev folder? 2015-02-09 5:11 GMT+01:00 viju...@gmail.com: i2c is not detecting when i give command i2cdetect -r 1 its shows error only it shows i2cdetect -r 0 kindly help me to detect i2c -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] c++ send hex over uart, leading zero's are dropped on receiving side

2015-02-10 Thread liyaoshi
I only get a case with insert several zero on special platform a few years ago Finally , I can only use ascII string convert first .then transfer over uart and convert back in receiver I dont know if this is related with chipset , This case is only happen on QNX platform 6.4.1 2015-02-11 11:57

Re: [beagleboard] c++ send hex over uart, leading zero's are dropped on receiving side

2015-02-10 Thread Tux Leonard
I just saw that your tx buffer is different from your expected string char tx_buf[9] = {0xC5,0xC3,0x01,0x00,0x00,0x00,0x00,0x00,0x76}; string C5C3010076 0x00 doesn't mean two times 0. If you want to see 18 characters so you need to send 18 characters. 2015-02-11 8:32 GMT+01:00 Tux

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

2015-02-10 Thread Keith Conger
That was it RFKILL needed to be built in also. Rebuilding. On Tue, Feb 10, 2015 at 2:06 PM, Andrew Henderson hende...@icculus.org wrote: Try configuring the kernel using the menuconfig target (like make menuconfig in the makefile). I suspect that you are manually setting something in the

Re: [beagleboard] BeagleBone Cookbook - O'Reilly Media

2015-02-10 Thread Philip Polstra
I'm pretty sure Jason likes it! ;-) haven't seen it yet. Speaking of BBB books, there is an advanced robotics book that just came out that's pretty good. As an FYI, I'll be doing a training class at Blackhat USA this summer on using the BBB for remote hacking. On Feb 10, 2015 5:18 PM, Peter

[beagleboard] BeagleBone Cookbook - O'Reilly Media

2015-02-10 Thread Peter Lawler
Just wondering if anyone's picked up a copy of the Early Release of this book yet and if so what's the opinion? http://shop.oreilly.com/product/0636920033899.do -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

Re: [beagleboard] BeagleBone Cookbook - O'Reilly Media

2015-02-10 Thread Peter Lawler
On 11/02/15 09:47, Philip Polstra wrote: I'm pretty sure Jason likes it! ;-) Hah. I only just now noticed his email address. Bodes well :) Speaking of BBB books, there is an advanced robotics book that just came out that's pretty good. What's the title? I seem to recall seeing a couple at

Re: [beagleboard] New kernel boot stoped

2015-02-10 Thread Robert Nelson
On Feb 10, 2015 8:03 AM, Kazz aspect...@gmail.com wrote: Hi all Please help me. I tried to use Ubuntu-14.04.1-console-armhf-2015-01-06 demo image on BeagleBoard-xM. However boot stop on the way. Boot messages are as follows. What should I do ? U-Boot SPL 2015.01-00011-g2efed9f (Jan 12

Re: [beagleboard] easiest way to stop u-boot from searching for further uEnv.txt files?

2015-02-10 Thread Robert P. J. Day
On Tue, 10 Feb 2015, Robert Nelson wrote: Your answer is here: ^ Define uenvcmd to anything and it'll stop dead. really? i already tried that, all it does is run uenvcmd, but unless that command invokes something like a bootm, processing will still continue. bootcmd has at least a

Re: [beagleboard] BeagleBone Cookbook - O'Reilly Media

2015-02-10 Thread Philip Polstra
Here is a link to the book http://www.amazon.com/gp/aw/d/1783988908/ref=mp_s_a_1_3?qid=1423610746sr=8-3pi=AC_SY200_QL40keywords=beaglebone+black+roboticsdpPl=1dpID=5117yv1ecALref=plSrch BTW, if the ditch is too big to cross for Blackhat, you could always buy my book

[beagleboard] New kernel boot stoped

2015-02-10 Thread Kazz
Hi all Please help me. I tried to use Ubuntu-14.04.1-console-armhf-2015-01-06 demo image on BeagleBoard-xM. However boot stop on the way. Boot messages are as follows. What should I do ? U-Boot SPL 2015.01-00011-g2efed9f (Jan 12 2015 - 17:15:10) SPL: Please implement spl_start_uboot() for your