Re: [beagleboard] device tree support

2013-09-26 Thread Robert Nelson
and what difference does it make in u-boot.You said that the uimage has a load address hardcoded.So how does zimage gets the load address?Can you please elaborate? Thanks for the help. Well, the soc already knows the address... Regards, -- Robert Nelson http://www.rcn-ee.com

Re: [beagleboard] BBB Video Drivers

2013-09-26 Thread Robert Nelson
of my misassumptions in the above. The am335x parts do not have the IP block to use the omap/omapfb driver. They have an extended/ehanced version of the DaVanci DA8XX.. https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/include/video/da8xx-fb.h Regards, -- Robert Nelson http

Re: [beagleboard] servo?

2013-09-26 Thread Robert Nelson
? Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard

Re: [beagleboard] Boot with uImage and device tree

2013-09-26 Thread Robert Nelson
google summer of code project Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails

Re: [beagleboard] device tree support

2013-09-27 Thread Robert Nelson
correctly.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [beagleboard] wlan interface number is incrementing upon abnormal shutdown

2013-09-27 Thread Robert Nelson
can see what udev is doing in that case.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop

Re: [beagleboard] device tree support

2013-09-27 Thread Robert Nelson
But if this is the case the we will have to change the bootenv of u-boot as we need to load the compressed zimage/uimage somewhere in the ram first.Am I correct? Why change bootenv, the default settings in u-boot for the particular target already work out of the box.. Regards, -- Robert Nelson http

Re: [beagleboard] device tree support

2013-09-27 Thread Robert Nelson
knows the address, as you built it for a specific target. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group

Re: [beagleboard] wlan interface number is incrementing upon abnormal shutdown

2013-09-27 Thread Robert Nelson
and add just this one.. # USB device 0x0bda:0x8189 (usb) SUBSYSTEM==net, ACTION==add, DRIVERS==?*, ATTR{dev_id}==0x0, ATTR{type}==1, KERNEL==wlan*, NAME=wlan0 I just removed the mac address, so it should now always load that device as wlan0.. Regards, -- Robert Nelson http://www.rcn-ee.com

Re: [beagleboard] wlan interface number is incrementing upon abnormal shutdown

2013-09-27 Thread Robert Nelson
address or a buggy wireless driver mac read. what happens if I connect 2 wifi dongles? Well, that hack won't work in that case. I posted a bug to ubuntu here. Well they don't support a kernel for this board, so no ubuntu/canonical employee will answer it.. Regards, -- Robert Nelson http

Re: [beagleboard] BBB Ubuntu - No GUI on startup - known good board and monitor

2013-09-27 Thread Robert Nelson
just don't know where the GUI is supposed to be started from. Can anyone give me some guidance? For sanity sake, can you please re-test with 13.04... The xorg/mir/gdm/etc stack is still in a weird shape on 13.10... Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http

Re: [beagleboard] Re: BBB Ubuntu - No GUI on startup - known good board and monitor

2013-09-27 Thread Robert Nelson
To setup, xorg/slim/modesetting/lxde such that it boots to a windows manager/gui/etc... For anything else patches welcome. Otherwise it's kinda hard to directly compare gnome 2.32 on the eMMC with ubuntu's version of gnome 3.8 / unity Regards, -- Robert Nelson http://www.rcn-ee.com

Re: [beagleboard] User led pin number?

2013-09-28 Thread Robert Nelson
; BeagleBone Black != omap3 BeagleBoard gpio1_21 is right here: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts/am335x-bone-common.dtsi#n169 Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] how much beagleboard ubuntu distribution is related to official ubuntu ARM distribution

2013-09-28 Thread Robert Nelson
the beagleboard.org's boards.. But i think they rely on more on the first time users, whereas the beagleboard community has always been full of active linux developers, so it made things interesting.. Regards -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http

Re: [beagleboard] User led pin number?

2013-09-28 Thread Robert Nelson
, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard

Re: [beagleboard] Cloning identical BeagleBone Black setups

2013-09-28 Thread Robert Nelson
support. In that repo if you look very close at both the microsd to emmc vs emmc to microsd scripts you notice they are exactly the same except for the source an d destination variable. On Sat, Sep 28, 2013 at 9:21 PM, Robert Nelson robertcnel...@gmail.com wrote: On Sep 28, 2013 3:16 PM, Jim

Re: [beagleboard] Re: [Issue] Debian Wheezy - No Sound, At All

2013-10-02 Thread Robert Nelson
setting.. AUDIODEV=hw:(cardnum),(device) Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving

Re: [beagleboard] Bootchart on Ubuntu (slow boot)

2013-10-02 Thread Robert Nelson
's:sleep 20:#sleep 20:g' /etc/init/failsafe.conf sudo sed -i -e 's:sleep 40:#sleep 40:g' /etc/init/failsafe.conf sudo sed -i -e 's:sleep 59:#sleep 59:g' /etc/init/failsafe.conf Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] Bootchart on Ubuntu (slow boot)

2013-10-02 Thread Robert Nelson
. (thank god it at-least time's out..) I disable it by default in all my images... Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group

Re: [beagleboard] Different HARDWARE same Rev.

2013-10-04 Thread Robert Nelson
to scale an image flashing to multiple BBB without setting the eth interface... is it correct? That's where adding the udev rule works for me with both ubuntu/debian... Not sure why it didn't exist in your image.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http

Re: [beagleboard] Why is usb0 configured?

2013-10-07 Thread Robert Nelson
#1 SMP Fri Sep 13 03:12:24 As stated here: http://elinux.org/BeagleBoardUbuntu#Raring_13.04_armhf Disable by removing run_boot-scripts from small boot partition... Which will disable the script that automatically sets up usb0 on bootup.. Regards, -- Robert Nelson http://www.rcn-ee.com

Re: [beagleboard] BBB won't boot with custom Yocto (Poky) Build

2013-10-07 Thread Robert Nelson
a Cable.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [beagleboard] Sierra USB wireless to beagleboard xm with Angstrom

2013-10-07 Thread Robert Nelson
. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. Bus 001 Device 005: ID 1199:68a3 Sierra Wireless, Inc. Are you sure? ^^^ look at the last line... Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received

Re: [beagleboard] Debian on BBB

2013-10-07 Thread Robert Nelson
ON to give you a hint that it is done.. Just try again... Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group

Re: [beagleboard] Re: How to open ports on compiled ubuntu-13.04-console-armhf-2013-07-22.tar.xz

2013-10-07 Thread Robert Nelson
IP. Can i assume you've tested pinging this device from another pc on your network? Second, are you using the raw ip address with ssh, or the device name? Either way, openssh-server is installed by default, with the default port 22 configuration.. Regards, -- Robert Nelson http://www.rcn

Re: [beagleboard] Re: How to open ports on compiled ubuntu-13.04-console-armhf-2013-07-22.tar.xz

2013-10-07 Thread Robert Nelson
On Mon, Oct 7, 2013 at 2:58 PM, Robert Nelson robertcnel...@gmail.com wrote: On Mon, Oct 7, 2013 at 2:49 PM, Bit Pusher ken.w.mar...@gmail.com wrote: Thanks George, I actually do want to boot the operating system on the SD card which has two partitions made according to instructions at http

Re: [beagleboard] BBB Debian and M2Tech Hiface1 ( and Real Time )

2013-10-07 Thread Robert Nelson
, to setup everything properly.. wget https://raw.github.com/gkaindl/beaglebone-ubuntu-scripts/master/bb-get-rcn-kernel-source.sh ./bb-get-rcn-kernel-source.sh Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received

Re: [beagleboard] Debian on BBB

2013-10-07 Thread Robert Nelson
exactly without more info, but the flashing procedure is logged on the microSD at: /boot/uboot/debug/flash-eMMC.log Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

Re: [beagleboard] Debian on BBB

2013-10-07 Thread Robert Nelson
.. -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscr

Re: [beagleboard] Debian on BBB

2013-10-07 Thread Robert Nelson
physically unpower the board between runs.. Software reset will not work.. It's called from an init script... Looking for a specific file on the fat partition.. https://github.com/RobertCNelson/boot-scripts/blob/master/am335x_evm.sh#L63 Regards, -- Robert Nelson http://www.rcn-ee.com

Re: [beagleboard] Re: How to open ports on compiled ubuntu-13.04-console-armhf-2013-07-22.tar.xz

2013-10-08 Thread Robert Nelson
On Tue, Oct 8, 2013 at 8:44 AM, Robert Nelson robertcnel...@gmail.com wrote: On Mon, Oct 7, 2013 at 7:19 PM, Kenneth Martin mar...@granitesemi.com wrote: On the image SD, both 22 and 80 are open, and openssh-server is running. I edited /etc/network/interfaces to be the same on the 'compiled

Re: [beagleboard] Debian on BBB

2013-10-08 Thread Robert Nelson
On Tue, Oct 8, 2013 at 9:12 AM, Robert Nelson robertcnel...@gmail.com wrote: On Mon, Oct 7, 2013 at 7:37 PM, Timbo tim...@gmail.com wrote: Okay, the scripts /opt/boot-scripts/am335x_evm.sh and /bin/bash /boot/uboot/tools/scripts/beaglebone-black-copy-microSD-to-eMMC.sh are both being

Re: [beagleboard] BBB Debian and M2Tech Hiface1 ( and Real Time )

2013-10-08 Thread Robert Nelson
On Tue, Oct 8, 2013 at 2:31 PM, ricci.m...@gmail.com wrote: Is it for Ubuntu or for Debian as well ? Both.. it detects the distro release from lsb_release Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received

Re: [beagleboard] Re: How to open ports on compiled ubuntu-13.04-console-armhf-2013-07-22.tar.xz

2013-10-09 Thread Robert Nelson
:~$ Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [beagleboard] Re: USB does not power ON on beagle board XM at low temperature

2013-10-10 Thread Robert Nelson
have a working kernel and a non-working kernel. Stop being a lazy developer and actually try figuring it out. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

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

2013-10-10 Thread Robert Nelson
/e1ec2a113936a779cb78df286bd66d931bfe9ea5 With my netinstall you can use the [--use-beta-kernel] just not all netinstall targets are fully built yet.. It's 'bone5' for the tag.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You

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

2013-10-11 Thread Robert Nelson
On Thu, Oct 10, 2013 at 8:43 PM, Charles Steinkuehler char...@steinkuehler.net wrote: On 10/10/2013 7:09 PM, Robert Nelson wrote: Regression/testing: Are we missing any kernel config settings from 3.8 that you used? Does your Cape still work? Does it come with Xenomai support?!? :) I sense

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

2013-10-11 Thread Robert Nelson
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/better/etc... Functionally, it seems ready in my small 5 board sample size. 3

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

2013-10-11 Thread Robert Nelson
On Fri, Oct 11, 2013 at 8:53 AM, Jason Kridner jason.krid...@hangerhead.com wrote: 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

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

2013-10-11 Thread Robert Nelson
an update to fix the readme file. We can probably simplify a few more things in it. Does Angstrom use zImage or uImage for the bbb in the default flasher image? Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received

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

2013-10-11 Thread Robert Nelson
On Fri, Oct 11, 2013 at 2:47 PM, David Lambert d...@lambsys.com wrote: On 13-10-11 02:29 PM, Robert Nelson wrote: On Fri, Oct 11, 2013 at 11:00 AM, David Lambert d...@lambsys.com wrote: Excuse my ignorance, but could you point me to an idiots guide for download/building this kernel

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

2013-10-11 Thread Robert Nelson
their bootloader/uEnv.txt just to test.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from

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

2013-10-11 Thread Robert Nelson
On Fri, Oct 11, 2013 at 3:30 PM, David Lambert d...@lambsys.com wrote: On 13-10-11 02:47 PM, David Lambert wrote: On 13-10-11 02:29 PM, Robert Nelson wrote: On Fri, Oct 11, 2013 at 11:00 AM, David Lambert d...@lambsys.com wrote: Excuse my ignorance, but could you point me to an idiots guide

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

2013-10-11 Thread Robert Nelson
On Fri, Oct 11, 2013 at 5:41 PM, David Lambert d...@lambsys.com wrote: On 13-10-11 03:48 PM, Robert Nelson wrote: git clone https://github.com/beagleboard/kernel.git cd kernel git checkout origin/3.12 -b 3.12 Regards, Thanks Robert. Now I am getting further. As I am outside the Angstrom

Re: [beagleboard] Date/Time syncronization (Ubunutu 13.04)

2013-10-14 Thread Robert Nelson
. When i create the image i set /etc/timestamp with the current time.. So for end users it'll be at a most off by a few months, instead of 3 decades.. (in the ballpark) Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received

Re: [beagleboard] Current version of R Nelson's 3.8 kernel

2013-10-15 Thread Robert Nelson
, but I thought there was something more recent. The git tree is at bone28.. https://github.com/RobertCNelson/linux-dev/commits/am33x-v3.8 You need to recheckout master, delete your old branch and re-pull Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http

Re: [beagleboard] How to update current Debian Installation?

2013-10-15 Thread Robert Nelson
microSD operation... without losing my installed packets and scripts. wget http://rcn-ee.net/deb/wheezy-armhf/v3.8.13-bone28/install-me.sh sudo /bin/bash install-me.sh Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received

Re: [beagleboard] Booting Linux kernel 3.3 on BeagleBoard with NFS

2013-10-16 Thread Robert Nelson
bothering with v3.3? Here's my patchset from back then: https://github.com/RobertCNelson/stable-kernel/tree/v3.3.x It boots, but i'm not going to support it.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message

Re: [beagleboard] Current version of R Nelson's 3.8 kernel

2013-10-16 Thread Robert Nelson
to recheckout master, delete your old branch and re-pull Regards, -- Robert Nelson http://www.rcn-ee.com/ Thanks - is there someway to avoid re-downloading the whole tree? I'm on a very slow connection and would like to keep as much of the sources as possible. git branch Look at branch name

Re: [beagleboard] BeagleBoneBlack freezes when compiling

2013-10-16 Thread Robert Nelson
://rcn-ee.homeip.net:81/dl/farm/gcc/archive/20131014-10:18-gitec5e98e-gcc-4_8-branch-am335x-boneblack-512mb-0/ But, they usually survive without a hitch.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message

Re: [beagleboard] Re: Can't input angthing after booting...

2013-10-16 Thread Robert Nelson
by serial... I put schematics in the attachment. PS:my english is not very good... I'd contact the manufacture of the Clone... Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed

Re: [beagleboard] Re: BeagleBoneBlack freezes when compiling

2013-10-16 Thread Robert Nelson
On Wed, Oct 16, 2013 at 6:38 PM, rh_ richard_hubb...@lavabit.com wrote: On Wed, 16 Oct 2013 17:58:58 -0500 Robert Nelson robertcnel...@gmail.com wrote: --8-- Usually takes a good two days, of 100% load.. Do you monitor the temperature? With what? The on-board bandgap sensor is junk

Re: [beagleboard] Current version of R Nelson's 3.8 kernel

2013-10-16 Thread Robert Nelson
/90f53f6569f5f66dfb303587fdc9b190b9669469 However, on the next commit, when i pushed out the rc5 build, i kinda left the office for the week. Hopefully be able to test it tomorrow when i'm back.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received

Re: [beagleboard] Re: BeagleBoneBlack freezes when compiling

2013-10-16 Thread Robert Nelson
://hipstercircuits.com/dallas-one-wire-temperature-reading-on-beaglebone-black-with-dto/ Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe

Re: [beagleboard] Re: Can't input angthing after booting...

2013-10-16 Thread Robert Nelson
On Wed, Oct 16, 2013 at 10:34 PM, ζŽδΈ‰ζ€ silencl...@gmail.com wrote: e... no more schematic, the processor is omap3530. it kinda reminds me of that devkit8000, beagleboard knock off.. Looks like it only has OTG usb, do you have the right usb adapter/usb hub/etc? Regards, -- Robert Nelson http

Re: [beagleboard] Current version of R Nelson's 3.8 kernel

2013-10-17 Thread Robert Nelson
when i'm back.. Regards, -- Robert Nelson http://www.rcn-ee.com/ Thanks for the help - I fought git for a couple of hours and then gave up and wiped the directory and used your scripts to fetch a new version; the first time I got 3.12, somehow, but the second shot got me 3.8.13-28

Re: [beagleboard] Re: BeagleBoneBlack freezes when compiling

2013-10-17 Thread Robert Nelson
maintainer.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [beagleboard] wifi disconnects after some time in the latest ubuntu BBB release

2013-10-17 Thread Robert Nelson
, SYMLINK+=CDMAModem Fix the rule? You have the hardware.. I want the previous kernel; for me functioning of CDMA modem is more important than wifi, what should I do now? Well, you could delete the install-me.sh and download/run the one for the version that worked.. Regards, -- Robert Nelson http

Re: [beagleboard] What service do I need to install on Debian to access my Beaglebone via USB?

2013-10-17 Thread Robert Nelson
, but this is a very useful feature. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving

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

2013-10-17 Thread Robert Nelson
the server side is setup and running good with jenkins.. http://rcn-ee.homeip.net:81/dl/jenkins/beagleboard.org/ I just need to factory re-flash a few bbb's and finish the install script changes early tomorrow.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http

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

2013-10-18 Thread Robert Nelson
capes work.. For the BBB, hdmi, ethernet, usb, etc is tested.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from

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

2013-10-18 Thread Robert Nelson
On Fri, Oct 18, 2013 at 12:15 PM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Oct 18, 2013 at 10:48 AM, William Hermans yyrk...@gmail.com wrote: I'll be gone this weekend anyhow, so I am in no hurry. Okay it's now active, just download: wget http://rcn-ee.homeip.net:81/dl/jenkins

Re: [beagleboard] Building Beagleboard xM u-boot from (Mainline?) sources

2013-10-21 Thread Robert Nelson
beagleboard.org # Is there a working U-Boot source/build environment available? Or patches to build the mainline U-Boot? Please don't mix and match source/guide's etc.. It's pain to support.. http://eewiki.net/display/linuxonarm/BeagleBoard Regards, -- Robert Nelson http://www.rcn-ee.com

Re: [beagleboard] Cross-compiling for the BBB running on Debian

2013-10-21 Thread Robert Nelson
On Oct 21, 2013 9:47 PM, oliv...@spaceconcordia.ca wrote: I compiled a simple Hello World on my host (Ubuntu) with: arm-linux-gnueabi-gcc helloworld.c -o helloworld. Gnueabi is for armel.. For armh use gnueabihf or install all the needed atmel multarch libs including the linker.. When I

Re: [beagleboard] Choosing the correct monitor size

2013-10-22 Thread Robert Nelson
linux to choose the correct monitor size? That sounds like you have overscan enabled thru your monitors controls.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

Re: [beagleboard] Re: Failure Rate of Beagle Boards

2013-10-22 Thread Robert Nelson
the reliability of all beaglebones. I think there should be some well defined statistics to define the reliability of these platforms... So... What shows up over the serial port when booting these failed boards? pastebin.com the serial log... Regards, -- Robert Nelson http://www.rcn-ee.com

Re: [beagleboard] BeagleBone: Debian: USB networking

2013-10-22 Thread Robert Nelson
adapter found on the original BeagleBone.. Intead there is a 5 pin 3.3v header for serial access. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] Re: BBB Ubuntu = Error in the last BB-BONE-LCD7-01-00A3.dts

2013-10-23 Thread Robert Nelson
I'm unable to test/verify. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from

Re: [beagleboard] Re: HDMI questions

2013-10-23 Thread Robert Nelson
On Wed, Oct 23, 2013 at 7:50 AM, mickeyf mic...@thesweetoasis.com wrote: Resounding silence after a week - No Voice Of Experience out there? It seemed obvious, like you mentioned... parse-edid... why reinvent the wheel? Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options

Re: [beagleboard] Building Beagleboard xM u-boot from (Mainline?) sources

2013-10-23 Thread Robert Nelson
. Well gpio_137 is not touched on mainline: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts/omap3-beagle-xm.dts Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because

Re: [beagleboard] Re: BBB Ubuntu = Error in the last BB-BONE-LCD7-01-00A3.dts

2013-10-23 Thread Robert Nelson
On Wed, Oct 23, 2013 at 10:16 AM, Micka mickamus...@gmail.com wrote: Hi, I'm using the Ubuntu software from Robert Nelson. Must not be the lastest version as, the top of the 3.8 branch on beagleboard.org and my source script is: + + bone_lcd7_cape_keys_00A3_pins

Re: [beagleboard] Re: BBB Ubuntu = Error in the last BB-BONE-LCD7-01-00A3.dts

2013-10-23 Thread Robert Nelson
On Wed, Oct 23, 2013 at 10:21 AM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Oct 23, 2013 at 10:16 AM, Micka mickamus...@gmail.com wrote: Hi, I'm using the Ubuntu software from Robert Nelson. Must not be the lastest version as, the top of the 3.8 branch on beagleboard.org and my

Re: [beagleboard] Re: BBB Ubuntu = Error in the last BB-BONE-LCD7-01-00A3.dts

2013-10-23 Thread Robert Nelson
On Wed, Oct 23, 2013 at 10:25 AM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Oct 23, 2013 at 10:21 AM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Oct 23, 2013 at 10:16 AM, Micka mickamus...@gmail.com wrote: Hi, I'm using the Ubuntu software from Robert Nelson. Must

Re: [beagleboard] Re: BBB Ubuntu = Error in the last BB-BONE-LCD7-01-00A3.dts

2013-10-23 Thread Robert Nelson
with the old broken kernel.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails

Re: [beagleboard] Failure loading device tree overlay into BBB Ubuntu, seems to be loading incorrect *.tbo file?

2013-10-23 Thread Robert Nelson
On Wed, Oct 23, 2013 at 1:17 PM, Bit Pusher ken.w.mar...@gmail.com wrote: Kernel Version: ubuntu-armhf 3.8.13-bone20 Care to retry with: v3.8.13-bone28 ? Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message

Re: [beagleboard] Re: CAUTION: musb: Babble Interrupt Occurred

2013-10-23 Thread Robert Nelson
multiples of them will appear. Running an rtl819cu wifi chipset. The one adafruit sells. Btw, as long as you are not using any capes, you can also give v3.12-rc6 a try as usb seems to be working a lot better with these wifi devices.. Regards, -- Robert Nelson http://www.rcn-ee.com

Re: [beagleboard] Re: HDMI questions

2013-10-23 Thread Robert Nelson
looks like the hdmi cable is suppost to power it enough to get the i2c eeprom data.. btw... All this talk.. Have you tried the parse-edid while connected the bbb to a un-powered monitor? Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss

Re: [beagleboard] Beagleboard xM

2013-10-24 Thread Robert Nelson
missing a driver. I am using an external +5V(2.5A) Power supply. Can anyone help? Your help is greatly appreciated. You should really just contact your supplier of the CE7 image... Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] Building Beagleboard xM u-boot from (Mainline?) sources

2013-10-24 Thread Robert Nelson
from the Linux userspace. cd /sys/class/gpio echo 137 export cd gpio137 echo low direction no effect! The /sys/kernel/debug/omap_mux/sdmmc2_dat7 is not present, so I cannot remux anything into the GPIO pins. omap_mux is not available in device tree.. Regards, -- Robert Nelson http

Re: [beagleboard] Building Beagleboard xM u-boot from (Mainline?) sources

2013-10-24 Thread Robert Nelson
with very well with device trees.. the TI only omap_mux has been replaced by the generic pinctrl driver.. See: /sys/kernel/debug/pinctrl/44e10800.pinmux/pins Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message

Re: [beagleboard] PHY not being found at boot on kernel 3.10.17

2013-10-24 Thread Robert Nelson
, such as 3.8.0, then all is fine. Does anyone have a solution to this? Build with CONFIG_NOP_USB_XCEIV=M as it's been broken sinc 6022671 Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed

Re: [beagleboard] How to create a Debian eMMC flasher image?

2013-10-24 Thread Robert Nelson
of use. Sometimes it's easier to just fork the repo and copy the build_kernel.sh script and minimize it for your own needs.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2013-10-25 Thread Robert Nelson
On Fri, Oct 25, 2013 at 8:51 AM, Micka mickamus...@gmail.com wrote: So, maybe ... we should to move to 3.12 ? Robert Nelson, I saw something in the mailing list about that :) = 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

Re: [beagleboard] How to create a Debian eMMC flasher image?

2013-10-25 Thread Robert Nelson
the # before downloading the full src pkgs for later archival purposes.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from

Re: [beagleboard] How to create a Debian eMMC flasher image?

2013-10-25 Thread Robert Nelson
missing. opps, should finish that file, untested.. https://github.com/RobertCNelson/omap-image-builder/commit/9649b451c35e71567c8cfe040e49ec0bd796a370 for bones --uboot bone is still what i recommend.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http

Re: [beagleboard] PHY not being found at boot on kernel 3.10.17

2013-10-25 Thread Robert Nelson
On Fri, Oct 25, 2013 at 11:52 AM, rdb...@gmail.com wrote: I have CONFIG_NOP_USB_XCEIV=y, so it should be built in. Should I build it as a module? Correct, build with CONFIG_NOP_USB_XCEIV=M as CONFIG_NOP_USB_XCEIV=y been broken since 6022671 Regards, -- Robert Nelson http://www.rcn-ee.com

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2013-10-25 Thread Robert Nelson
.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2013-10-25 Thread Robert Nelson
limited. Does this repo contain a compilable binary that needs to have bugs fixed and features completed (I'm away from my development machine until Sunday)? Nope, it's just the shim between the kernel and sgx closed bins.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2013-10-25 Thread Robert Nelson
On Fri, Oct 25, 2013 at 2:22 PM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Oct 25, 2013 at 2:17 PM, Michael Mullin masmul...@gmail.com wrote: I would like to help. I can contribute both a little bit of time, and also a little bit of money. I am a software developer and very

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2013-10-25 Thread Robert Nelson
On Fri, Oct 25, 2013 at 2:40 PM, Micka mickamus...@gmail.com wrote: Robert Nelson, will it be hard to move to the kernel 3.13? You already moved to 3.12... Look at the first 14 patches of: https://github.com/beagleboard/kernel/tree/3.12 hint in: (omap-next-dt) directory... other then hdmi

Re: [beagleboard] SGX drivers on Kernel 3.8.13

2013-10-25 Thread Robert Nelson
On Fri, Oct 25, 2013 at 4:30 PM, Giuseppe Iellamo pepp...@gmail.com wrote: I'm Just realizing that maybe I misunderstood. Is IT unlikely that a sgx driver will be release for 3.8.x kernel OR for any other subsequent release? We are all users contact TI directly. ;) Regards, -- Robert Nelson

Re: [beagleboard] BBB Debian and M2Tech Hiface1 ( and Real Time )

2013-10-27 Thread Robert Nelson
broken kernel. the Patch and config are still in the repo if you want to build it yourself. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group

Re: [beagleboard] Re: Does Angstrom use hard float ?

2013-10-30 Thread Robert Nelson
, and matches the libraries in Angstrom. http://www.angstrom-distribution.org/toolchains/ Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group

Re: [beagleboard] PHY not being found at boot on kernel 3.10.17

2013-10-30 Thread Robert Nelson
the USB cable is bad? [5.643951] hub 1-0:1.0: Cannot enable port 1. Maybe the USB cable is bad? Also, because of that dmesg noise, test with this enabled/disabled.. https://github.com/RobertCNelson/stable-kernel/blob/v3.10.x/patch.sh#L214 Regards, -- Robert Nelson http://www.rcn-ee.com

Re: [beagleboard] Re: 4 user blinking LED's when trying to flash emmc! :(

2013-10-30 Thread Robert Nelson
for that given time frame. If it's been less then a 100 re-flashes, check everything as 'something' is failing during the flashing procedure. Power is usually the #1 cause, but if you have something connected to the eMMC lines, that could effect it to.. Regards, -- Robert Nelson http://www.rcn-ee.com

Re: [beagleboard] Re: linux 3.8 PWM guide?

2013-10-30 Thread Robert Nelson
to upgrade from bone20 to bone28... Not sure why. ;) Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group

Re: [beagleboard] Editing uEnv.txt

2013-11-01 Thread Robert Nelson
.. cat /proc/cmdline Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from

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

2013-11-01 Thread Robert Nelson
it with debian to more 'easily' support empty microSD cards. However if the uEnv.txt on your other microSD is not valid, it still keep booting from eMMC. So grab a usb-serial adapter and find out what u-boot's doing, as i print out a few hints.. Regards, -- Robert Nelson http://www.rcn-ee.com

Re: [beagleboard] Need support in compiling ubuntu for BBB

2013-11-05 Thread Robert Nelson
the logic, will just re-clone it to the 'ignore/linux-src' directory... Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from

Re: [beagleboard] kernel bug cpsw.c in linux arm 3.8.13-bone28

2013-11-06 Thread Robert Nelson
reply.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from it, send an email

  1   2   3   4   5   6   7   8   9   10   >