Re: [beagleboard] Read current register values in BBB during OS running

2014-02-10 Thread Giuseppe Iellamo
If they are memory mapped register you can also use a tool like devmem2 or 
mmap yourself the register to access them directly.

This is not real linux style and a bit dangerous and certainly not portable 
at all-- but you can do it

Il giorno domenica 9 febbraio 2014 23:07:44 UTC+1, john3909 ha scritto:
>
>
> From: vinayak aghor >
> Reply-To: >
> Date: Saturday, February 8, 2014 at 7:27 PM
> To: >
> Subject: [beagleboard] Read current register values in BBB during OS 
> running
>
> hello All,
> I want to read current register values in downloaded OS (Angstrom) in BBB. 
> for ex. register value set for DDR3 clk, write levelling register values 
> ectc. 
>
> Can we read while OS is running?
>
> You have to create a Kernel Module to do this. Reading is OK, but don’t 
> think of writing to any of these registers as that may conflict with other 
> kernel code. 
>
> Regards,
> John
>
>
>
>
> Regards,
> Vinayak
>
> -- 
> 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...@googlegroups.com .
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: what's the BBB boot procedure?

2014-02-10 Thread dlewin555
Indeed, I share your wondering Rusty. 
Just a simple note : your link to the (greaaat) Sabayon has a typo, it 
should be : 

https://wiki.sabayon.org/index.php?title=Hitchhikers_Guide_to_the_BeagleBone_(and_ARMv7a)

I didn't see these links in the eelinux wikis (official or Community) : I 
think it really worth a place there.



Le samedi 8 février 2014 22:31:12 UTC+1, Rusty Wright a écrit :
>
> Google searching gave me this page which is helping me understand things.
>
>
> https://wiki.sabayon.org/?title=Hitchhikers_Guide_to_the_BeagleBone_(and_ARMv7a)
>
>
> On Saturday, February 8, 2014 1:10:20 PM UTC-8, Rusty Wright wrote:
>>
>> Is there documentation / web page that explains the process and files 
>> used when the
>> beaglebone boots?  For example, I haven't seen a page that explains the 
>> uenv.txt file,
>> or, for example, what the difference is between a uimage or zimage is and 
>> why you'd
>> use one or the other.  And the MLO file; I have no clue what that is.
>>
>> I'd like to be able to understand William Hermans' instructions for 
>> booting to a usb hard
>> drive and what they're doing and why rather than just blindly following 
>> them.
>>
>> Thanks
>>
>>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: what's the BBB boot procedure?

2014-02-10 Thread Robert P. J. Day
On Sat, 8 Feb 2014, Rusty Wright wrote:

> Another one; this one looks good:
> http://www.crashcourse.ca/wiki/index.php/U-Boot_Commands_on_the_BBB

  quick question to the list, that's probably been spending more time
on this than i have lately -- i'm assuming that, by now, u-boot for
the BBB is pretty much a solved problem and is fairly stable, with
most of the enhancements coming in the form of updated device trees
and newer uEnv.txt files, yes?

  i'm asking as i want to go back shortly and update a lot of my wiki
pages related to the BBB, and i would *imagine* that pages related to
the base u-boot code won't really have to change much, although i'm
happy with being proven wrong.

rday

-- 


Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca

Twitter:   http://twitter.com/rpjday
LinkedIn:   http://ca.linkedin.com/in/rpjday


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] test

2014-02-10 Thread 연준
test

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Flashing Compiled Kernel

2014-02-10 Thread godsfshrmn
I have compiled the latest debian kernel using instructions I found on 
another post:

git clone git://github.com/RobertCNelson/linux-dev.git
cd linux-dev/
git checkout origin/am33x-v3.8 -b tmp
./build_kernel.sh

The build is complete. I can't figure out how or which file I need to use 
to flash it to the eMMC. If I try to run ./tools/install_kernel.sh it tells 
me "Please update MMC variable in system.sh", which I did: 
"MMC=/dev/mmcblk1"
mmcblk1 corresponds to my emmc. Any thoughts?

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Control hardware from webserver

2014-02-10 Thread jdswensen
OS Image: Ubuntu Precise 12.04.3 LTS

I'm attempting to control LEDs from a webpage (and eventually other 
hardware from the device tree overlay).  I've written a C program to toggle 
the onboard LED based on the arguments passed to it. This only works if you 
run it as root however.  I've also installed lighttpd and have a php page 
running with a link to toggle the LED based on button press.  To work 
around running as root, I added a setuid(0) to the C program and changed 
the ownership of the gcc output binary to root, then made the binary 
readable and executable by any user.  The result is that the php page can 
control the LED, but I'm uncertain of how safe this set up is.

Is there a better (safer) way for me to be controlling hardware from a 
webpage with C?  If not, what are my other options?

Let me know if I can provide you with any additional details.

Thanks,
Jake

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] BeagleBone Black: v3.8.13-bone37 kernel flash slowly fills up

2014-02-10 Thread godsfshrmn
Can someone tell me how to apply the built kernel on debian? I followed the 
above instructions to download from git and then compiled. I don't know how 
to apply the built kernel. Thanks

On Wednesday, February 5, 2014 9:45:23 AM UTC-5, tir...@gmail.com wrote:
>
> update done ! 
> all fine :-) 
>  
> Thank you for your quick reply ;-) 
> cheers 
> Eric
>
>
> Le mercredi 5 février 2014 15:35:45 UTC+1, RobertCNelson a écrit :
>>
>> On Wed, Feb 5, 2014 at 5:43 AM,   wrote: 
>> > Hi Robert 
>> > I've (of course ) the same problem with my distro that is a 
>> 3.8.13-bone37 
>> > I did the bone35 kernel update and it worked perfectly.  yet I'm 
>> wondering 
>> > If I will have to "suffer" from any regression from 37 to 35 ? 
>>
>> Well, bone40 has been out with the /var/log/ overflow from driver fix. 
>>
>> 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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] OwnCloud File Server for home network

2014-02-10 Thread Gab riel
Hello,

i have this idea in my head

I want to have a small File Server for my home network and was thinking 
that OwnCloud could do the job (Contacts, Calender, Files)

What should it do?

-Sync Contacts, Calender to Android and Mac
-Store Files (mostly video, music, and some documents and maybe a backup 
from my laptop)

I was thinking about  the Beagleboard Black in combination with an external 
hard drive and an ethernet connection to my network.

following questions have occured:

-Will it be powerful enough? (it doesn't need to be super fast)
-Which OS should i use? (which Linux? Ubuntu?)

Sorry for this easy question, maybe someone has some experience with 
Beagleboard and OwnCloud, or could provide me with alternativs, links etc.

Thank you for your answers and your help,
BR Gabriel
And a second sorry for my English, it's not my native language.



-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] I want to enable the touchscreen on beaglebone black angstrom source.

2014-02-10 Thread mauver5445

hello, guys.

I trying to touchscreen emulation on beaglebone black(BBB) for education.

I am downloaded the angstrom image on beagleboard.org. 

but this image was disabled the touchscreen driver. 
(/dev/input/touchscreen0 is invisible)

so, i trying to change the kernel source with angstrom 3.8 at 
git://github.com/beagleboard/kernel.git

refer by this site: 
http://wiki.replicape.com/index.php?title=Compiling_the_kernel

but, result is same thing. 

how can i enable the touchscreen driver on kernel source? 

i need to enable the touch screen driver always, not required the LCD Cape. 

some advise or give me the patched image.

thanks.  

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] BeagleBone Black Availability

2014-02-10 Thread ltmno . email
Hello Charles, 

have you made any progress on your BBB and ShapeOko?  This is exactly what 
I am trying to achieve and was looking for some people that have made some 
progress.

Thanks.

Pino.

On Thursday, December 19, 2013 4:29:36 AM UTC-5, Charles Steinkuehler wrote:
>
> *blush* 
>
> I'm glad I was able to help, but it's a community effort.  I know a lot 
> of other folks here have helped me! 
>
> And I've actually got three blacks on-hand, plus a couple of whites, so 
> I'm OK for now.  I'm just building more things to control with LinuxCNC 
> on the Beaglebone, and will soon have more CNC machines than BeagleBone 
> Blacks, so need to get a few more sometime.  The current tally is: 
>
> * MendelMax printer (working) 
> * Mini-Kossel (moving, not yet printing) 
> * Wally (build in progress) 
> * GUS Simpson (just finished printing the parts) 
> * Shapeoko V2 (still in box) 
>
> I just put in an order with Mouser and let them get back-ordered.  I'll 
> manage if they don't show up until January.  :) 
>
> On 12/18/2013 11:33 PM, John Syne wrote: 
> > I vote that Charles go to the front of the line given the number of 
> people 
> > he has helped in this group ;-) 
> > 
> > 
> > I know he has helped me personally and I will always be grateful for all 
> > the help he has given me. 
> > 
> > Regards, 
> > John 
> > 
> > On 12/18/13, 6:30 AM, "Charles Steinkuehler" 
> > > 
>
> > wrote: 
> > 
> >> Wow!  Well congratulations to beagleboard.org! 
> >> 
> >> I knew you were building these in pretty good volume, so I was 
> surprised 
> >> to see everyone out of stock at the same time.  Sounds like someone 
> must 
> >> have wanted a *LOT* of boards.  Perhaps the guy with the red hat, or 
> >> maybe someone figured out how to use the GPU to do bitcoin mining?  :) 
> >> 
> >> On 12/18/2013 7:48 AM, Gerald Coley wrote: 
> >>> Someone or a bunch of someones, came in and bought up everything out 
> >>> there. 
> >>> We are shipping 3,000 boards a week. As you can see, there still is 
> not 
> >>> stock. You might try Newark, I saw they may have some stock, but can't 
> >>> say 
> >>> how accurate that is. 
> >>> 
> >>> And yes, all our distributors reported a big uptick in demand. 
> >>> Unfortunately they did not plan for such an event. There is no history 
> >>> to 
> >>> fall back on so planning is hard to do. 
> >>> 
> >>> Gerald 
> >>> 
> >>> 
> >>> On Wed, Dec 18, 2013 at 7:28 AM, Charles Steinkuehler < 
> >>> cha...@steinkuehler.net > wrote: 
> >>> 
>  I went to order a couple more BeagleBone Blacks, but I can't seem to 
>  find any!  Lots of folks show them expected back in stock sometime in 
>  January, but I couldn't find any to actually buy. 
>  
>  Does anyone know of a US supplier with actual stock? 
>  
>  Did the BBB somehow become the "hot" must-have Christmas toy and I 
>  didn't notice?  :) 
>  
>  -- 
>  Charles Steinkuehler 
>  cha...@steinkuehler.net  
>  
>  -- 
>  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...@googlegroups.com . 
>  For more options, visit https://groups.google.com/groups/opt_out. 
>  
> >>> 
> >> 
> >> 
> >> -- 
> >> Charles Steinkuehler 
> >> cha...@steinkuehler.net  
> >> 
> >> -- 
> >> 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...@googlegroups.com . 
> >> For more options, visit https://groups.google.com/groups/opt_out. 
> > 
> > 
>
>
> -- 
> Charles Steinkuehler 
> cha...@steinkuehler.net  
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Finished my eQEP Driver

2014-02-10 Thread Lars Vestergaard
I've tried to compile the dts files on my BBB. 
The .dtbo is created, but when I load the device tree overlay I just get 
the following:

root@arm:/lib# echo bone_eqep0 > /sys/devices/bone_capemgr.9/slots
-bash: echo: write error: Invalid argument

Any idea how to debug this?

/ Lars Vestergaard


Den lørdag den 27. juli 2013 05.08.34 UTC+2 skrev Teknoman117:
>
> For the past couple of weeks I've been writing a driver for the eQEP 
> hardware in the beaglebone and beaglebone black.  I've got the driver as a 
> kernel patch, the device tree overlays, and C++ and Python bindings for the 
> driver up on my github now for anyone who wants to try it out.
>
> https://github.com/Teknoman117/beaglebot/tree/master/encoders
>
> - Nathaniel Lewis
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] I need to hide the mouse

2014-02-10 Thread Giovanni Paolini
Thanks Mickae1 
What I'm doing is an information screen in html, the browser I use is 
google-chromium, SO Angstrom, and I need to hide the mouse.

El viernes, 7 de febrero de 2014 10:10:58 UTC-5, Mickae1 escribió:
>
> with a gtk or qt application ?
>
>
> On Fri, Feb 7, 2014 at 2:58 PM, Giovanni Paolini 
> 
> > wrote:
>
>> Hi!!
>> My English is bad, Thanks for all the assistance they have given me in 
>> this ad. 
>> As I said in the subject, I need to hide the mouse. 
>> Anyone know?
>>
>> Giovanni 
>>  
>> -- 
>> 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...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] up all night.. fdisk questions

2014-02-10 Thread Ron Morgan

I got a shinny new bbb today.. havent stopped playing with for the last 9 
hours.. so im kind of tired. 

I have a BBB runing debian 7.2 from a 8GB micro sd. 

all is working fine with debian, its running headless at the moment which 
is fine with me. when I installed the debian image to the sd card, there 
was some space "at the end of the card" that I wanted to reclame. I did a 
little poking around and some thing is a ... odd. I could use some input. i 
am not a total noob but im by no means an expert with linux. 

I ran df -h to find what was used and where


that looks fine.. then I ran fdisk -l to see what i could see. I am not 
quite sure how to interprate this




1 how does /dev/mmcblkboot0 and mmcblkboot1 not cotain a valid partition 
table? what does that mean exactly? how does this boot without a valid 
partition?
2 why or how, does the sd card boot start at 2048? and use a fat12? I have 
never even heard of a fat 12 file system..
3 given the boot is starting where is it, and the 2nd primary is about 
3.6gb? I have a bout 3.7ish GB to make a partition out of? I think 8gb sd 
is relly 7.39ish?

please double check my math.

how big should I make swap? I used to double the ram back in the when you 
always had a swap disk.. but most boxes today have so much ram there is no 
need and it has been like a million years from the last time I have worked 
with something like .. this .. small... or with something that has this 
amout of resoruces:)

thanks guys.. im going to bed, its 2 am. 


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: OneWire (w1) Stopped Detecting Sensors

2014-02-10 Thread Andrew Goins
Yea that was my first thought too. I've tried sensors that were working
fine. I wonder if I inadvertently messed up something on the software side.
I just don't know where to check. The only information I have is the error
that shows the device tree is having trouble from dmesg log above.


On Sat, Feb 8, 2014 at 12:04 PM, doog  wrote:

> if nothing changed on the software side then I would look at the hardware
> as in possible connector problem, cabling problem, shorted device problem,
> shorted cable problem, etc.
>
> if you've got your device addrs hard coded in software maybe remove one
> and test it with a new/known cable and/or run your test software on a known
> good device first.
>
> Doug
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: SSH connection by wifi

2014-02-10 Thread stefanbrunner236
thanks for ur help ;)

i was successfull to connect to the beaglebone with ssh just using the ip 
address.

the i tried to setup a automatic ntp update and now there no way to connect 
to the bbb by sss - not by wifi and not by the usb cable.

any idea whats wrong?

i removed the ntp on my bbb and also removed the dropbear rsa host key file 
and started dropbear again but still no way to ssh.

sometimes putty tells me an error network timed out and sometimes putty 
just freezes and does nothing :(

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] No SSH connection after installing ntp

2014-02-10 Thread stefanbrunner236
Hey there,

i connected my bbb to wifi and then i wanted to set up the time automaticly 
with ntp. i followd these steps by derek molloy:

http://derekmolloy.ie/automatically-setting-the-beaglebone-black-time-using-ntp/

i tried to undo this by 
opkg remove ntp

but i still cant connect to the bbb by ssh.

i also tried to remove the dropbear host key file

any idea out there?

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: BeagleBone Black doesn't boot from microSD card

2014-02-10 Thread jcmcanuck123
I know I'm replying to an old thread but I had the same problem but found 
something others might have been overlooking.  I spent a lot of time 
thinking that I screwed something up in my boot sequence because I never 
could get the beaglebone to load from the microsd.  I tried multiple OSes 
and messing with the uEnv file and still couldn't get it to work.  I 
finally realized that somehow one of the connector pins on the beaglebone's 
microsd port was slightly off of the microsd.  This must have caused the 
beaglebone to think there was no microsd and it just loaded what was in the 
emmc.  

On Tuesday, October 8, 2013 6:38:06 PM UTC-4, san...@prazas.com wrote:
>
> By any chance you are able to fix this problem I am facing exactly same 
> problem. Thanks
>
> On Wednesday, May 1, 2013 8:45:22 AM UTC+5:30, Nicholas Wong wrote:
>>
>> I'm having the same issue as well with an SD card formatted to boot 
>> Android. The card looks correct, fdisk shows the boot partition is flagged 
>> as bootable. 
>>
>> I was able to boot and update the device to the latest using the 
>> instructions online, but so far that is the only way I have been able to 
>> use the SD card slot to boot. 
>>
>> The behavior is that two of the 4 blue lights come on and then it just 
>> locks up and stops. 
>>
>> If I hold down button S2 while it boots, nothing happens. The power LED 
>> comes on and that's it. 
>>
>> On Tuesday, April 30, 2013 7:33:44 PM UTC-7, dire...@transparentsky.netwrote:
>>>
>>> Robert, I am having the same problem (won't boot from the MicroSD 
>>> whether or not I hold down the button).  I'm using a microSD that was built 
>>> with your 12.04 image and it is running fine in the older BeagleBones.
>>>  
>>> Steve
>>>
>>> On Tuesday, April 30, 2013 1:05:49 PM UTC-6, Larry Johnson wrote:
>>>
 Hi,

 I made Ubuntu (12.10) images on different SD cards by following the 
 instructions from the following sites:
 http://www.armhf.com/index.php/getting-started-with-ubuntu-img-file/
 http://elinux.org/BeagleBoardUbuntu#Demo_Image

 I also made an ArchLinux image from this site:
 http://archlinuxarm.org/platforms/armv7/beaglebone-black

 I wasn't able to boot the BBB from SD. I hold down the User button 
 while I power on and then release the button when the power is on. I don't 
 have issues booting the default Angstrom Linux. Has anyone had the same 
 experience?

 Thanks,
 Larry

>>>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: chipsee beaglebone lcd/dvi expansion kernel support

2014-02-10 Thread jossmilde
root root

Op vrijdag 7 februari 2014 15:07:41 UTC+1 schreef Andreas:
>
> Password for login?
>
> Den torsdagen den 30:e januari 2014 kl. 09:43:47 UTC skrev 
> xris@googlemail.com:
>>
>> The previous file share expired. File can now be found at:
>>
>> http://www.fileswap.com/dl/pxPvW1nVwM/
>>
>>
>> On Monday, January 27, 2014 10:28:06 PM UTC+1, crystal@gmail.comwrote:
>>>
>>> Excellent.  thanks.
>>>
>>> I'll give it a whirl tonight.
>>>
>>> On Thursday, January 23, 2014 12:12:25 PM UTC-6, 
>>> xris@googlemail.comwrote:

 Hey guys,

 As promised. Ubuntu 12.04 BBB image for the Chipsee 7” 1024x600 LCD 
 touchscreen.

 Grab it here:
 http://www.fileswap.com/dl/sdFGPZoIw6/

 You should find yourself downloading 
 bbb-ubuntu-12.04-for-community.xz

 Just extract and write that to your SD card (4gb expected) with 
 something like:

 *cat bbb-ubuntu-12.04-for-community.xz | xz -d > /dev/sdX*

 Note it’s a raw sector dump NOT a tarball, so extract straight to your 
 SD card device. (eg.  /dev/sdx, NOT /dev/sdx1) 

 Also note this image doesn’t install or boot from MMC so make sure 
 you’ve got the SD card selected on the boot switch thing.

 Once the extract is complete, simply slap it into the BBB and boot.  It 
 should come up with the Chipsee splash screen but then
 boot into Ubuntu 12.04 after a while. 

 Hope this helps.

 l8r,
 Xris.

>>>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] I2C SDA spikes?

2014-02-10 Thread keedog

So I am using an I2C IR temperature sensor with the BBB. The device data 
sheet recommends performing an EEPROM dump, to store data on the mater. 
When I tell it to dump the device responds, nornally,  but then something 
pulls the SDA line up prematurely for about 5us and then and all the 
subsequent data retrievals are skewed, seen here by the skinny little pop 
in the upper left of the pic. 


this happens every time. any ideas? I have tried 10k and 1k pull ups and it 
still happens. Also, the clock runs consistently betw 3-5 khz slower that 
100khz. not sure what to make of that either.

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Reading BeagleBone Serial Number

2014-02-10 Thread wes

>
> The last digit on the barcode appears to be the check digit as descripted 
>> here: http://www.gs1.org/barcodes/support/check_digit_calculator for 
>> format GTIN-13
>>
>
The "BBBK"   section is also replace by "29" on mine too.
>>
>
 

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] sleep mode and wake modes..

2014-02-10 Thread Ron Morgan

I have a BBB running headless debian 7.2 from sd card. 

I left it up and running last night, when I went to ssh into it this 
morning it was in a sleep mode or a suspend mode. I want the BBB to stay on 
all the time and not inter sleep mode at all. I have been searching and 
searching but really not much out there about debian on BBB. 

im not even sure if this is software ie debian.. or hardware ie something 
on the board or in the SOC? I have had the BBB for less than 36 hours so.. 
im sure there are great many things I dont know. 

any help or direction woud be great.

Thanks

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Frustrated trying to do basic things...

2014-02-10 Thread Larry Klein
I recently acquired a beagleBone Black board. Followed the simple 
directions to plug it into a USB port on my Win 8.1 PC and a new drive 
showed up. Yay!

EXCEPT that all files show up as size 0KB except for MLO and the boot 
image! And they really appear to be 0KB to my computer as i cannot open 
ANYTHING. Copied the whole contents to a local folder just in case, but 
also all 0KB.

OK, so I went to beaglebord.org and started looking at the getting started 
area. All good except that every file referred to like BONE_D64.exe or 
beaglebone-getting-started.zip
 is 
not there. I get a "link not found" error and, looking at the site, I see 
that the folders should be in the beagleboard.org/static folder tree, but 
the folders they would be in, Apps, or Drivers, do not exist!

I have done google searches to find other sources of these files but they 
all point back to this site!

Interestingly, most file in the beagleboard.org/static folder have a time 
stamp from last night at 7:20PM which leads me to think that someone may 
have been restoring files to the site from a backup and missed these 
folders?

But anyone have any ideas on the 0KB file size I see for the USB mounted 
disk?

thanks for your help...

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] 32 channel servo controller board

2014-02-10 Thread Xload
Hi,

Do you think one of theses 32 channels servo controller board can fit fine 
with BBB?
http://robotbase.com.cn/search/product?SearchText=32+channels+servo+controller

Which one could be the best (small, powerful, fast)?

Thanks

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Beaglebone Black OLED 2864 SSD1306 Display how-to

2014-02-10 Thread bbbusr
I've got a beaglebone black and one of these 2864 oleds:

http://www.amazon.com/OLED-display-module-Gadgeteer-Compatible/dp/B00B0RH20S/ref=sr_sp-atf_title_1_3?ie=UTF8&qid=1391961553&sr=8-3&keywords=oled+2864

which uses the ssd1306, and I'm a bit new at interfacing with these 
displays.

I've done much searching already, seen related projects on github, adafruit 
site, etc.
https://github.com/adafruit/Adafruit_SSD1306
but I'm using Gentoo instead of Angstrom, and there are some slight recipe 
variations I don't fully grasp (unloading capes for instance).

Cluebat please...how would I best get from here to displaying values from 
(python) code?
Adafruit_BBIO and spidev are installed (although this may be i2c?).

Thanks

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Adding support for the BeagleBone White DVI-D with audio cape

2014-02-10 Thread cde
Hello,

The current 3.8 rcn linux-dev is missing the devicetree spec for this cape 
(http://elinux.org/Beagleboard:BeagleBone_DVI-D_with_Audio). This cape is 
based on the DVI-D rev A2 cape 
(http://elinux.org/CircuitCo/BeagleBone_DVI-D) combined with the audio rev 
A cape (http://elinux.org/CircuitCo:Audio_Cape_RevA). Typically, capemgr 
says at boot:

bone-capemgr bone_capemgr.8: slot #0: Requesting firmware 
'BB-BONE-DVID-02-00A1.dtbo' for board-name 'BeagleBone DVI-D WITH AUDIO 
CAPE', version '00A1'
bone-capemgr bone_capemgr.8: failed to load firmware 
'BB-BONE-DVID-02-00A1.dtbo'

The attached patch creates a new dts for this particular cape. It was 
tested as working for both DVI and audio out (ffmpeg -i file.mp3  -f alsa 
"default:EVM" -re -vol 50). However the HDMI cable has to be plugged in 
before the kernel boots, otherwise it says it defaults to 1024x768 (instead 
of the max resolution 1680x1050) and nothing is displayed. Does anyone have 
this problem with the DVI cape (with or without audio) has well? Also, is 
there a proper way to select the resolution? Typically, I'm looking to set 
1280x720@60 at boot. TILCDC_DEFAULT_MAX_BANDWIDTH in 
drivers/gpu/drm/tilcdc/tilcdc_drv.h seems to be the only way to force the 
resolution (also 
see 
https://github.com/beagleboard/meta-beagleboard/blob/master/common-bsp/recipes-kernel/linux/linux-mainline-3.8/hdmi/0009-tilcdc-1280x1024x60-bw-1920x1080x24-bw.patch)

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--- /dev/null	2014-02-09 11:19:55.356318317 +0100
+++ KERNEL/firmware/capes/BB-BONE-DVID-02-00A1.dts	2014-02-09 13:25:03.181629696 +0100
@@ -0,0 +1,205 @@
+/*
+ * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+/dts-v1/;
+/plugin/;
+
+/ {
+	compatible = "ti,beaglebone";
+	
+	/* identification */
+	part-number = "BB-BONE-DVID-02";
+	version = "00A1";
+	
+	/* state the resources this cape uses */
+	exclusive-use =
+		/* the pin header uses */
+		"P9.14",/* led: gpio1_18 */
+		"P9.16",/* led: gpio1_19 */
+		"P9.31",	/* mcasp0: mcasp0_aclkx */
+		"P9.29",	/* mcasp0: mcasp0_fsx */
+		"P9.28",	/* mcasp0: mcasp0_axr2 */
+		"P9.25",	/* mcasp0: mcasp0_ahclkx */
+		"P8.4", /* lcd: gpio1_7 */
+		"P8.45",/* lcd: lcd_data0 */
+		"P8.46",/* lcd: lcd_data1 */
+		"P8.43",/* lcd: lcd_data2 */
+		"P8.44",/* lcd: lcd_data3 */
+		"P8.41",/* lcd: lcd_data4 */
+		"P8.42",/* lcd: lcd_data5 */
+		"P8.39",/* lcd: lcd_data6 */
+		"P8.40",/* lcd: lcd_data7 */
+		"P8.37",/* lcd: lcd_data8 */
+		"P8.38",/* lcd: lcd_data9 */
+		"P8.36",/* lcd: lcd_data10 */
+		"P8.34",/* lcd: lcd_data11 */
+		"P8.35",/* lcd: lcd_data12 */
+		"P8.33",/* lcd: lcd_data13 */
+		"P8.31",/* lcd: lcd_data14 */
+		"P8.32",/* lcd: lcd_data15 */
+		"P8.27",/* lcd: lcd_vsync */
+		"P8.29",/* lcd: lcd_hsync */
+		"P8.28",/* lcd: lcd_pclk */
+		"P8.30",/* lcd: lcd_ac_bias_en */
+		/* the hardware IP uses */
+		"gpio1_18",
+		"gpio1_19",
+		"mcasp0",
+		"gpio1_7",
+		"lcd";
+	
+	fragment@0 {
+		target = <&am33xx_pinmux>;
+		__overlay__ {
+	
+			bone_dvid_audio_cape_led_pins: pinmux_bone_dvid_audio_cape_led_pins {
+pinctrl-single,pins = <
+	0x48 0x07	/* gpmc_a2.gpio1_18, OUTPUT | MODE7 */
+	0x4c 0x07	/* gpmc_a3.gpio1_19, OUTPUT | MODE7 */
+>;
+			};
+	
+			bone_dvid_audio_cape_audio_pins: pinmux_bone_dvid_audio_cape_audio_pins {
+pinctrl-single,pins = <
+	0x190 0x20	/* mcasp0_aclkx.mcasp0_aclkx, INPUT | MODE0 */
+	0x194 0x20	/* mcasp0_fsx.mcasp0_fsx, INPUT | MODE0 */
+	0x19c 0x22	/* mcasp0_ahclkr.mcasp0_axr2, INPUT | MODE2 */
+	0x1ac 0x22	/* mcasp0_ahclkx.mcasp0_axr3, INPUT | MODE2 */
+>;
+			};
+	
+			bone_dvid_audio_cape_dvi_00A2_pins: pinmux_bone_dvid_audio_cape_dvi_00A2_pins {
+pinctrl-single,pins = <
+	0x1c 0x07   /* gpmc_ad7.gpio1_7, OUTPUT | MODE7 - DVIPDn */
+	
+	0xa0 0x08   /* lcd_data0.lcd_data0, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA */
+	0xa4 0x08   /* lcd_data1.lcd_data1, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA */
+	0xa8 0x08   /* lcd_data2.lcd_data2, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA */
+	0xac 0x08   /* lcd_data3.lcd_data3, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA */
+	0xb0 0x08   /* lcd_data4.lcd_data4, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_P

[beagleboard] Re: Finished my eQEP Driver

2014-02-10 Thread Lars Vestergaard
I have compiled the .dts files and the .dtbo files are generated.
However I get the following message when I load the device tree overlay.
Do you have any aiea how to debug that?

root@arm:/lib# echo bone_eqep0 > /sys/devices/bone_capemgr.9/slots
-bash: echo: write error: Invalid argument

/ Lars


Den lørdag den 27. juli 2013 05.08.34 UTC+2 skrev Teknoman117:
>
> For the past couple of weeks I've been writing a driver for the eQEP 
> hardware in the beaglebone and beaglebone black.  I've got the driver as a 
> kernel patch, the device tree overlays, and C++ and Python bindings for the 
> driver up on my github now for anyone who wants to try it out.
>
> https://github.com/Teknoman117/beaglebot/tree/master/encoders
>
> - Nathaniel Lewis
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] proportional control of servo-motor by beaglebone black

2014-02-10 Thread flagadajones

Hi,

For a personal project i need to control a servo-motor (esbe ara659). This 
servo motor has a proportional control with 0-10Volt range, or 0-20mA rand.

Could you help me to find how i can control it with my beaglebone black.

thanks

Flagadajones

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Not able to ping through Beaglebone Black on laptop

2014-02-10 Thread Dorian Levy

>
> Make sure you allow sharing under internet settings.
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Angstrom boot hangs up on "Uncompressing Linux"

2014-02-10 Thread dexcelstraun7
I'm trying to use a BeagleBoard xM for a robotics project. I've installed 
Angstrom on a 4 GB SD card as per 
http://treyweaver.blogspot.com/2010/10/installing-angstrom-on-beagleboard-xm.html.
 
I plugged the SD card into my BeagleBoard xM, configured minicom to 
interact with the BeagleBoard's serial terminal, and applied power to the 
Board. The serial console listed a lot of boot information, as you can see 
at http://pastebin.com/7wHQ25ke . The last line in the console, where I 
believe the error is, reads "Uncompressing Linux".

I also have an HDMI cable running from my BeagleBoard xM to my monitor. The 
monitor showed a loading screen with a loading bar at the bottom. When the 
bar was full, the screen then changed to a console output, 
as seen at 
http://www.majhost.com/gallery/DagonEcelstraun/Others/HelpNeeded/cam00112.jpg

My uEnv.txt is http://pastebin.com/z7fn5aTQ

Does anyone know what is causing my BeagleBoard xM to not boot?

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Android running on BBB with Linux 3.8

2014-02-10 Thread pru . priv
I have just tested with hdmi connection (so no LCD7) and it's the same - no 
mouse.

On Monday, February 3, 2014 10:45:31 AM UTC+1, pru@gmail.com wrote:
>
>
>
> On Sunday, July 7, 2013 4:09:26 AM UTC+2, Andrew Henderson wrote:
>>
>> [...] 
>>
> Try testing it out with a USB mouse and making sure that it looks and acts 
>> like what you would expect.  If you move the mouse and don't see the 
>> cursor, then let us know.  [...]
>>
>> Andrew   
>>
>  
> Hi Andrew,
> I run the 3.8.13 image on BBB with LCD7 cape and I do not have a mouse 
> pointer. Plugging-in mouse I can see in the log it is detected. The usb 
> keyboard is working fine.
> Any hints?
>
> Thanks
> Pru 
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] BBB Freeze then failure to boot

2014-02-10 Thread rolf schatzmann
Hi All,

I have a BBB Rev A6 (SN 3913BBBK1414) that I purchased from Sparkfun in 
November 2013. It has been running Ubuntu perfectly since it arrived in 
Dec. It has been running on a regulated 5v power supply and housed in a 
case.

A couple of days ago it stopped responding and then I checked it the PWR 
LED was illuminated but none of the others.

Nothing I did would get any of the USER LEDs to light up.

Connecting serial to the J1 header gives me the following output:

U-Boot SPL 2013.04-00017-g5c4fa11 (May 03 2013 - 10:48:32)
timed out in wait_for_pin: I2C_STAT=0
Could not probe the EEPROM; something fundamentally wrong on the I2C bus.
Could not get board ID.
Unknown board, cannot configure pinmux.### ERROR ### Please RESET the board 
###

All attempts to flash a different image or boot from the SD card fail with 
the same message. I gather that the EEPROM has lost it's ID.

Is there anything I can do to fix this or has the EEPROM died?

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Need Register manual for TPS65950/TWL4030

2014-02-10 Thread ravikiran . hv
Link you have specified, doesn't contain any document.
Please find teh error below.

[image: Sorry! We couldn't find your page.]

The page you are looking for might have been removed, had its name changed, 
or is temporarily unavailable.

Please check the address bar to make sure the link is typed correctly, use 
the links below to locate the information you want, or search the site for 
another destination.

If you are certain that this URL is valid, please send us 
feedback about 
the broken link.

On Tuesday, January 3, 2012 6:54:01 PM UTC+5:30, Gerald wrote:
>
> http://www.ti.com/litv/pdf/swcu050g
>  
> Gerald
>
>
>  
> On Tue, Jan 3, 2012 at 4:34 AM, Rajendra Prasad 
> 
> > wrote:
>
>> Hi,
>>  I am not able to find the register manual for TPS65950/TWL4030, on TI
>> website. Please share the document if someone has or provide the link
>> frmo where I can download,
>>
>> Thanks
>> Rajendra
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Beagle Board" group.
>> To post to this group, send email to beagl...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> beagleboard...@googlegroups.com .
>> For more options, visit this group at 
>> http://groups.google.com/group/beagleboard?hl=en.
>>
>>
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] USB audio dropouts and Xruns on BBB

2014-02-10 Thread Michal Šmucr
Hello,

i would like to ask you for experience with USB audio interfaces and BBB.
I'm having trouble with BBB (rev. A6A) and audio playback with 
snd-usb-audio under higher interrupt loads.
If i play audio through USB interface and for instance simultaneously 
transferring data from network mount, i will get audio dropouts. At first 
it is occasional thing and sounds like few milliseconds pops, but after 
while it happens more often and leading to serious stops at playback.
It is not completely possible to avoid this situation in desired usage (MPD 
based network audio player) as this happens for instance during library 
update, when MPD is rereading tags from all songs.

- it occurs more often during streaming of high bitrate audio (eg. 
uncompressed stereo 176.4kHz)
- ALSA driver access optimization doesn't help - memory mapped, different 
buffer and period lengths.
- forcing PIO mode with CONFIG_MUSB_PIO_ONLY doesn't help
- just for test i also tried network access through second USB port 
(virtual USB eth. interface) to exclude TI ethernet driver, but it is same.
- it doesn't seems to be userspace CPU usage issue (tried to generate CPU 
load with fio and it didn't produce dropouts)
- system doesn't print any other warnings or errors except of Xruns from 
ALSA layer. 
- I've tried several distributions with kernels 3.8.13 (Angstrom, Volumio), 
3.12.9 (Voyage), 3.13 (development version of Debian Jessie from RobertCNelson 
image).
- just for completeness, it is not issue of my USB interfaces (works great 
with other Linux systems and some are not bus powered to exclude possible 
issues with insufficient power from BBB USB port)

My quick steps to reproduce.. initiate playback of hi-res audio wav from 
mmc with aplay and simultaneously open several parallel network TCP 
connections with iperf.

Can anybody confirm me this issue with BBB? Do you have some tips, what to 
try next?

Kind regards,

Michal



-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] OwnCloud/File Server wich OS

2014-02-10 Thread Gab riel
Hello,

i have this project in my mind...;-)

I would like to have a small homeserver, to sync my contacts, Calender, a 
bit of file storage, an maybe mp3's movies etc.
I would like to sync my Contacts and Calenders with android and Mac OS, 
I thougt about the Beaglebone Black with Owncloud connected with a USB Hard 
drive, and a Ethernt connection to my network.

But befor i start i have some questions:

- Will it be powerfull enough? (it doesn't need to be super fast)
- Which OS should i choos? (ubuntu, ubuntu server, CentOS...many more)
- is Owncloud the "right" Software for this? Any alternativs?

Please share your thoughts, ideas, alternativs!

I'm thankfull for every input
Thank you for your answers and sorry for my bad english its not my nativ 
language.
BR Gabriel



-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: [Issue] BeagleBone Black Random Reboot

2014-02-10 Thread Thomas J
Hi
any news on this issue ? I have the same problem with my beagle xm, with 
linux not running anything and it still reboots after 1 to 5 minutes
If there is anything electric to do to make this work (add a capacity in 
front of the 5V power supply, ...) I can do it, I have lots of electronic 
tools at work

Btw, I am logged in through tty and I see

Broadcast message from root@arm
(unknown) at 11:40 ...

The system is going down for reboot NOW!
[  143.036193] Restarting system.

so somehow it might not be a complete physical problem, the system knows 
about it
(Linux version 3.7.10-x9 on Ubuntu 12.10 and beagleboard xm) 


Le mardi 10 décembre 2013 17:20:41 UTC+1, Gerald a écrit :
>
> Please request an RMA so we can look at it. Make sure it is in the failed 
> state and that you let the RMA team know how to get it in that state and 
> recover.
>
> Gerald
>
>
>
> On Tue, Dec 10, 2013 at 9:45 AM, Illutian Kade 
> > wrote:
>
>> Sigh, nope, Angstrom 3.8 (disabled OTG detection) didn't fix the issue 
>> either.
>>
>> As of late, the BBB actually powers down completely (power LED is off). 
>> And pressing the power button, reset button, even BOOT button does nothing. 
>> Hell, even unplugging and plugging back in the power doesn't do anything. 
>> If I wait several minutes I can get the thing to power on..for about 
>> 50seconds then it goes dead again.
>>
>> Appears that it is, as others suggested, a physical issue.crap.
>>
>> -- 
>> 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...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] BBB with ROS Training Class February 15th -- Mountain View, CA

2014-02-10 Thread Greg Maxwell
Hello Everyone,
Saturday February 15th 9:30 am to 1:30+
Located in Mountain View, CA at the Hackers Dojo Classroom 

We are presenting a Full Day Seminar on how to get started with ROS on a 
Beagle Bone Black (BBB). You will leave with a working motor controller 
fully controlled via ROS and learn step by step the process for wiring ROS 
into BBB and about $18 of hardware including a SDcard and a 2 Channel Motor 
Controller board.
Details at ROS-Training

http://ros-training.com/courses/control/beagle-bone-black/";>
http://ros-training.com/courses/control/beagle-bone-black/

Registration are available at 
http://www.eventbrite.com/e/ros-training-beagle-bone-black-with-ros-tickets-10142084247
"

$65 without a BBB, $125 with a BBB,

We look forward to seeing you there. Please feel free to give us feedback 
and how we can improve these offerings.

Sincerely
Greg Maxwell

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] GSOC 2014,

2014-02-10 Thread mjunaidmuzammil
Hello, 

I am Junaid, one of the postgraduate students interested in applying for this 
year GSOC. On going through the idea list, I was really attracted with a couple 
of project ideas including Bonescript projects and Openembedded support for npm 
package for node.js. The qualification requirement seems to be fine for me. 
Along with that I have a couple of publications over ARM targets as well. 

So I am enthusiastic for GSOC this year and would definitely like to have some 
advice prior to application submission.

Regards,
Junaid

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Xenomai master -> BBB RCNelson 3.13-bone5 kernel patches

2014-02-10 Thread David Lewin
John,
from the KERNEL dir :

> patch -p1 < cds_xenomai.patch


outputs error on :

Can't find file at

@@ -866,12 +866,40 @@ saucy () {





2014-02-09 18:51 GMT+01:00 David Lewin :

> OK will give it a try, thanks for the tip.
>
>
> 2014-02-09 3:39 GMT+01:00 John Syn :
>
>
>> From: David Lewin 
>> Reply-To: 
>> Date: Saturday, February 8, 2014 at 2:15 AM
>> To: 
>> Subject: Re: [beagleboard] Xenomai master -> BBB RCNelson 3.13-bone5
>> kernel patches
>>
>> I 200% agree : that's why I was refering to it :
>>
>> Is it possible to get a same instructions list for the official 
>> one
>>>  ?
>>
>>
>> anyway with a checkout from any branch, I'm not sure that xenomai will be
>> compiled as from docs, blog, forums, book
>> it's clearly precise that not all kernel version accept xenomai patches.
>> Therefore, from my understanding only 1 commit is currenlty guaranteed to
>> work :
>>
>>  Beaglebone
>>>
>>> 1- Checkout the "am33x-v3.8" branch in the Robert Nelson repository [3],
>>> the patch has been tested with commit 
>>> *3fc8a73d782231ab2750ff29793a760e8fa076bb*
>>> 2- apply beaglebone/ipipe-core-3.8.13-beaglebone-pre.patch
>>> 3- apply ipipe-core-3.8.13-arm-1.patch
>>> 4- apply beaglebone/ipipe-core-3.8.13-beaglebone-post.patch
>>> 5- you can resume to generic installation instructions.
>>>
>>>
>>
>> John: until now I've been just compiled vanilla kernels, -ie no xenomai
>> worked- could you please indicate what are these steps you have followed to
>> compile it ?
>>
>> Way to complicated. Simply clone Robert's linux-dev repo and apply the
>> attached patch. Build the kernel as normal.
>>
>> Regards,
>> John
>>
>>
>>
>>
>> 2014-02-07 22:36 GMT+01:00 John Syn :
>>
>>>
>>> On 2/7/14, 8:38 AM, "Charles Steinkuehler" 
>>> wrote:
>>>
>>> >If you're wanting a Xenomai kernel, you should:
>>> >
>>> >git checkout --track 3.8.13-bone39-xenomai
>>> >
>>> >...then run the build-kernel.sh script.
>>> >
>>> >If you want a plain kernel, pull from Robert's repository and use one of
>>> >the 3.8.13-bone* tags.  It's not a branch so when you checkout the tag
>>> >you'll get a "detatched head" warning.  You can ignore this (until you
>>> >have changes you want to push back upstream) and just build the kernel
>>> >as usual.
>>> Why not checkout the am33x-v3.8 branch? That way you can track the
>>> changes
>>> Robert makes to his v3.8 branch. I find it easier to patch Robert¹s
>>> linux-dev repo with your xenomai changes and then I¹m always up to date
>>> with Robert¹s changes. It might be even easier to have Robert add a
>>> Xenomai branch.
>>>
>>> Regards,
>>> John
>>> >
>>> >On 2/7/2014 9:55 AM, David Lewin wrote:
>>> >> Therefore, this would need to
>>> >>
>>> >> - git checkout to branch /3.8.13-bone36 as the emmc flasher kernel use
>>> >>this
>>> >> one
>>> >> - build_kernel.sh anew
>>> >>
>>> >> is that right ?
>>> >> if yes, I couldn't retrieve where to set the branch to co.
>>> >>
>>> >> 2014-02-07 Charles Steinkuehler :
>>> >>
>>> >>> If you're using my linux-dev repository, you need to check out the
>>> >>> appropriate branch, master is not intended for actual use.
>>> >>>
>>> >>> On 2/7/2014 8:48 AM, David Lewin wrote:
>>>  I've followed :
>>> 
>>> > For the MachineKit Xenomai kernels it's very easy, and identical to
>>> > working with Robert Nelson's kernels.  You just work from my github
>>> > repository instead of his (I've added the Xenomai patches to the
>>> > laundry-list of BeagleBone patches his scripts apply):
>>> > https://github.com/cdsteinkuehler/linux-dev
>>> > You run the ./build_kernel.sh script, so the BeagleBone and Xenomai
>>> > patches will be applied.  You can then edit the configuration as
>>> >desired
>>> > and rebuild the kernel using tools/rebuild.sh
>>> 
>>> 
>>>  which may be wrong, but :
>>>  *git branch  *
>>>  within linux-dev is correctly pointing to master.
>>> 
>>>  What did I've missed
>>> 
>>> 
>>>  2014-02-07 Robert Nelson :
>>> 
>>> >
>>> >
>>> >
>>> > On Fri, Feb 7, 2014 at 8:09 AM, David Lewin 
>>> >>> wrote:
>>> >
>>> >> Charles,
>>> >> My tries didn't succeeded, but I'm sure I've missed the good
>>> kernel
>>> >>:
>>> >> I've flashed the
>>> >>
>>> >>>
>>> >>>
>>> http://rcn-ee.net/deb/testing/2014-02-05/BBB-eMMC-flasher-debian-7.3-201
>>> >>>4-02-05-2gb.img.xz
>>> >> which could boot and run.
>>> >> It use currently : 3.8.13-bone36
>>> >> I then build the linux-dev where
>>> /deploy/3.11.0-rc1-armv7-d1.zimage
>>> >>to
>>> >> overwrite the bbb /boot/uboot
>>> >> which lead me to a wrong boot : 4 leds fixed.
>>> >>
>>> >> Therefore, please where to get the correct kernel to swap from ?
>>> >>
>>> >
>>> > If you built/installed "3.11.0-rc1-armv7-d1.zimage" then you didn't
>>> >>> follow
>>> > the directions posted, as that would ha

[beagleboard] Re: Flashing Compiled Kernel

2014-02-10 Thread Moon Walker
This (install_kernel.sh)was not working for me too...


I simply copied the compiled modules from the NFS server to the appropiate 
directories *with winscp* and rebooted the rig...
Works fine now.



On Saturday, February 8, 2014 4:30:03 PM UTC+1, godsf...@gmail.com wrote:
>
> I have compiled the latest debian kernel using instructions I found on 
> another post:
>
> git clone git://github.com/RobertCNelson/linux-dev.git
> cd linux-dev/
> git checkout origin/am33x-v3.8 -b tmp
> ./build_kernel.sh
>
> The build is complete. I can't figure out how or which file I need to use 
> to flash it to the eMMC. If I try to run ./tools/install_kernel.sh it tells 
> me "Please update MMC variable in system.sh", which I did: 
> "MMC=/dev/mmcblk1"
> mmcblk1 corresponds to my emmc. Any thoughts?
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] BBB Freeze then failure to boot

2014-02-10 Thread Gerald Coley
Sounds like something may have died. But it is rather hard to debug
hardware via email. I suggest that you try an RMA request and get it looked
at.


Gerald



On Sun, Feb 9, 2014 at 9:02 PM, rolf schatzmann wrote:

> Hi All,
>
> I have a BBB Rev A6 (SN 3913BBBK1414) that I purchased from Sparkfun in
> November 2013. It has been running Ubuntu perfectly since it arrived in
> Dec. It has been running on a regulated 5v power supply and housed in a
> case.
>
> A couple of days ago it stopped responding and then I checked it the PWR
> LED was illuminated but none of the others.
>
> Nothing I did would get any of the USER LEDs to light up.
>
> Connecting serial to the J1 header gives me the following output:
>
> U-Boot SPL 2013.04-00017-g5c4fa11 (May 03 2013 - 10:48:32)
> timed out in wait_for_pin: I2C_STAT=0
> Could not probe the EEPROM; something fundamentally wrong on the I2C bus.
> Could not get board ID.
> Unknown board, cannot configure pinmux.### ERROR ### Please RESET the
> board ###
>
> All attempts to flash a different image or boot from the SD card fail with
> the same message. I gather that the EEPROM has lost it's ID.
>
> Is there anything I can do to fix this or has the EEPROM died?
>
>  --
> 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...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] BeagleBone Black: v3.8.13-bone37 kernel flash slowly fills up

2014-02-10 Thread Robert Nelson
On Sat, Feb 8, 2014 at 8:29 AM,  wrote:

> Can someone tell me how to apply the built kernel on debian? I followed
> the above instructions to download from git and then compiled. I don't know
> how to apply the built kernel. Thanks
>

If your image is on the microSD, just stick it in and run
"./tools/install_kernel.sh"

If you've flashed it to the eMMC, well it's not that trival.

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Need Register manual for TPS65950/TWL4030

2014-02-10 Thread Gerald Coley
http://www.ti.com/product/tps65950

Gerald



On Sun, Feb 9, 2014 at 10:13 PM,  wrote:

> Link you have specified, doesn't contain any document.
> Please find teh error below.
>
> [image: Sorry! We couldn't find your page.]
>
> The page you are looking for might have been removed, had its name
> changed, or is temporarily unavailable.
>
> Please check the address bar to make sure the link is typed correctly, use
> the links below to locate the information you want, or search the site for
> another destination.
>
> If you are certain that this URL is valid, please send us 
> feedback about
> the broken link.
>
> On Tuesday, January 3, 2012 6:54:01 PM UTC+5:30, Gerald wrote:
>
>> http://www.ti.com/litv/pdf/swcu050g
>>
>> Gerald
>>
>>
>>
>> On Tue, Jan 3, 2012 at 4:34 AM, Rajendra Prasad wrote:
>>
>>> Hi,
>>>  I am not able to find the register manual for TPS65950/TWL4030, on TI
>>> website. Please share the document if someone has or provide the link
>>> frmo where I can download,
>>>
>>> Thanks
>>> Rajendra
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Beagle Board" group.
>>> To post to this group, send email to beagl...@googlegroups.com.
>>> To unsubscribe from this group, send email to beagleboard...@
>>> googlegroups.com.
>>>
>>> For more options, visit this group at http://groups.google.com/
>>> group/beagleboard?hl=en.
>>>
>>>
>>  --
> 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...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Flashing Compiled Kernel

2014-02-10 Thread Robert Nelson
On Sat, Feb 8, 2014 at 9:30 AM,  wrote:

> I have compiled the latest debian kernel using instructions I found on
> another post:
>
> git clone git://github.com/RobertCNelson/linux-dev.git
> cd linux-dev/
> git checkout origin/am33x-v3.8 -b tmp
> ./build_kernel.sh
>
> The build is complete. I can't figure out how or which file I need to use
> to flash it to the eMMC. If I try to run ./tools/install_kernel.sh it tells
> me "Please update MMC variable in system.sh", which I did:
> "MMC=/dev/mmcblk1"
> mmcblk1 corresponds to my emmc. Any thoughts?
>
>
Come on guys! Is the "eMMC" local to the install script, no... Aka unless
the install script is physcally "running" on the beaglebone?? Then, duh,
there is NO way for the "./tools/install_kernel.sh" to flash the eMMC..

Copy the zImage/modules/dtbs yourself to the eMMC and install them in the
appropriate place..

/boot/uboot/zImage
/boot/uboot/dtbs/

/lib/modules/

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Frustrated trying to do basic things...

2014-02-10 Thread Gerald Coley
Reflash the eMMC.

http://www.elinux.org/Beagleboard:BeagleBoneBlack.

Gerald



On Sun, Feb 9, 2014 at 7:53 AM, Larry Klein  wrote:

> I recently acquired a beagleBone Black board. Followed the simple
> directions to plug it into a USB port on my Win 8.1 PC and a new drive
> showed up. Yay!
>
> EXCEPT that all files show up as size 0KB except for MLO and the boot
> image! And they really appear to be 0KB to my computer as i cannot open
> ANYTHING. Copied the whole contents to a local folder just in case, but
> also all 0KB.
>
> OK, so I went to beaglebord.org and started looking at the getting
> started area. All good except that every file referred to like BONE_D64.exe
> or 
> beaglebone-getting-started.zip
>  is
> not there. I get a "link not found" error and, looking at the site, I see
> that the folders should be in the beagleboard.org/static folder tree, but
> the folders they would be in, Apps, or Drivers, do not exist!
>
> I have done google searches to find other sources of these files but they
> all point back to this site!
>
> Interestingly, most file in the beagleboard.org/static folder have a time
> stamp from last night at 7:20PM which leads me to think that someone may
> have been restoring files to the site from a backup and missed these
> folders?
>
> But anyone have any ideas on the 0KB file size I see for the USB mounted
> disk?
>
> thanks for your help...
>
> --
> 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...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] USB audio dropouts and Xruns on BBB

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 4:24 AM, Michal Šmucr  wrote:

> Hello,
>
> i would like to ask you for experience with USB audio interfaces and BBB.
> I'm having trouble with BBB (rev. A6A) and audio playback with
> snd-usb-audio under higher interrupt loads.
> If i play audio through USB interface and for instance simultaneously
> transferring data from network mount, i will get audio dropouts. At first
> it is occasional thing and sounds like few milliseconds pops, but after
> while it happens more often and leading to serious stops at playback.
> It is not completely possible to avoid this situation in desired usage
> (MPD based network audio player) as this happens for instance during
> library update, when MPD is rereading tags from all songs.
>
> - it occurs more often during streaming of high bitrate audio (eg.
> uncompressed stereo 176.4kHz)
> - ALSA driver access optimization doesn't help - memory mapped, different
> buffer and period lengths.
> - forcing PIO mode with CONFIG_MUSB_PIO_ONLY doesn't help
> - just for test i also tried network access through second USB port
> (virtual USB eth. interface) to exclude TI ethernet driver, but it is same.
> - it doesn't seems to be userspace CPU usage issue (tried to generate CPU
> load with fio and it didn't produce dropouts)
> - system doesn't print any other warnings or errors except of Xruns from
> ALSA layer.
> - I've tried several distributions with kernels 3.8.13 (Angstrom,
> Volumio), 3.12.9 (Voyage), 3.13 (development version of Debian Jessie from 
> RobertCNelson
> image).
> - just for completeness, it is not issue of my USB interfaces (works great
> with other Linux systems and some are not bus powered to exclude possible
> issues with insufficient power from BBB USB port)
>
> My quick steps to reproduce.. initiate playback of hi-res audio wav from
> mmc with aplay and simultaneously open several parallel network TCP
> connections with iperf.
>
> Can anybody confirm me this issue with BBB? Do you have some tips, what to
> try next?
>


Can you please retry with:




>
> Kind regards,
>
> Michal
>
>
>
>  --
> 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...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] USB audio dropouts and Xruns on BBB

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 4:24 AM, Michal Šmucr  wrote:

> Hello,
>
> i would like to ask you for experience with USB audio interfaces and BBB.
> I'm having trouble with BBB (rev. A6A) and audio playback with
> snd-usb-audio under higher interrupt loads.
> If i play audio through USB interface and for instance simultaneously
> transferring data from network mount, i will get audio dropouts. At first
> it is occasional thing and sounds like few milliseconds pops, but after
> while it happens more often and leading to serious stops at playback.
> It is not completely possible to avoid this situation in desired usage
> (MPD based network audio player) as this happens for instance during
> library update, when MPD is rereading tags from all songs.
>
> - it occurs more often during streaming of high bitrate audio (eg.
> uncompressed stereo 176.4kHz)
> - ALSA driver access optimization doesn't help - memory mapped, different
> buffer and period lengths.
> - forcing PIO mode with CONFIG_MUSB_PIO_ONLY doesn't help
> - just for test i also tried network access through second USB port
> (virtual USB eth. interface) to exclude TI ethernet driver, but it is same.
> - it doesn't seems to be userspace CPU usage issue (tried to generate CPU
> load with fio and it didn't produce dropouts)
> - system doesn't print any other warnings or errors except of Xruns from
> ALSA layer.
> - I've tried several distributions with kernels 3.8.13 (Angstrom,
> Volumio), 3.12.9 (Voyage), 3.13 (development version of Debian Jessie from 
> RobertCNelson
> image).
> - just for completeness, it is not issue of my USB interfaces (works great
> with other Linux systems and some are not bus powered to exclude possible
> issues with insufficient power from BBB USB port)
>
> My quick steps to reproduce.. initiate playback of hi-res audio wav from
> mmc with aplay and simultaneously open several parallel network TCP
> connections with iperf.
>
> Can anybody confirm me this issue with BBB? Do you have some tips, what to
> try next?
>


Can you please retry with:

http://elinux.org/BeagleBoardDebian#BeagleBone

cd /opt/scripts/tools/
sudo ./update_kernel.sh --beta-kernel

Which will pull in "v3.13.2-bone5" which includes some new usb patches..

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread Robert Nelson
On Sat, Feb 8, 2014 at 6:48 PM, Ron Morgan  wrote:

>
> I have a BBB running headless debian 7.2 from sd card.
>
> I left it up and running last night, when I went to ssh into it this
> morning it was in a sleep mode or a suspend mode. I want the BBB to stay on
> all the time and not inter sleep mode at all. I have been searching and
> searching but really not much out there about debian on BBB.
>
> im not even sure if this is software ie debian.. or hardware ie something
> on the board or in the SOC? I have had the BBB for less than 36 hours so..
> im sure there are great many things I dont know.
>
> any help or direction woud be great.
>

Umm, it should not have entered suspend mode by default. Which image are
you using (cat /etc/dogtag)

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] up all night.. fdisk questions

2014-02-10 Thread Robert Nelson
>
>
> 1 how does /dev/mmcblkboot0 and mmcblkboot1 not cotain a valid partition
> table? what does that mean exactly? how does this boot without a valid
> partition?
>


It's a new feature of the "eMMC" spec, it's not utilized by current am335x
silicon... Just ignore...



> 2 why or how, does the sd card boot start at 2048? and use a fat12? I have
> never even heard of a fat 12 file system..
>

2048 was set by the creator..

fat12's been around for a long time, just not normally used today:

http://en.wikipedia.org/wiki/File_Allocation_Table#FAT12



> 3 given the boot is starting where is it, and the 2nd primary is about
> 3.6gb? I have a bout 3.7ish GB to make a partition out of? I think 8gb sd
> is relly 7.39ish?
>


You used someone's "4GB" image, just extend it with gparted..



> please double check my math.
>
> how big should I make swap? I used to double the ram back in the when you
> always had a swap disk.. but most boxes today have so much ram there is no
> need and it has been like a million years from the last time I have worked
> with something like .. this .. small... or with something that has this
> amout of resoruces:)
>


It depends on your application... Just remember, flash wears out, using
swap definitely doesn't help that issue..

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: what's the BBB boot procedure?

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 6:55 AM, Robert P. J. Day wrote:

> On Sat, 8 Feb 2014, Rusty Wright wrote:
>
> > Another one; this one looks good:
> > http://www.crashcourse.ca/wiki/index.php/U-Boot_Commands_on_the_BBB
>
>   quick question to the list, that's probably been spending more time
> on this than i have lately -- i'm assuming that, by now, u-boot for
> the BBB is pretty much a solved problem and is fairly stable, with
> most of the enhancements coming in the form of updated device trees
> and newer uEnv.txt files, yes?
>
>   i'm asking as i want to go back shortly and update a lot of my wiki
> pages related to the BBB, and i would *imagine* that pages related to
> the base u-boot code won't really have to change much, although i'm
> happy with being proven wrong.
>

On quick review, I'd say other then unifing the "fatls/extls" sections to
just use the "generic" ls commands  as CONFIG_CMD_FS_GENERIC has been
defined by default since atleast v2013.10 (haven't looked earlier..)

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread dlewin555
I don't have the answer, but I want the same thing as you: so come on and 
join to the party here, you'll have more answers :

https://groups.google.com/d/topic/beagleboard/HqwuSu2tLe8/discussion



Le dimanche 9 février 2014 16:34:15 UTC+1, hvn...@gmail.com a écrit :
>
> Hi,
>
> I patched a vanilla kernel for realtime and configured it for omap3 
> beagle. However, after building it using make-kpkg with 
> "DEB_HOST_ARCH=armhf CLEAN_SOURCE=no fakeroot make-kpkg --arch=arm 
> --subarch=omap3 --cross-compile=arm-linux-gnueabihf- --initrd 
> --append-to-version -xenomai-2.6.3-omap3 --revision 1.4 kernel_image 
> kernel_headers", synaptic tells me it's armhf but no omap kernel. Despite 
> searching, how should I patch this vanilla kernel for omap3 so it runs on 
> the BBxM ?
>
> Thank you.
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread Robert Nelson
On Sun, Feb 9, 2014 at 9:34 AM,  wrote:

> Hi,
>
> I patched a vanilla kernel for realtime and configured it for omap3
> beagle. However, after building it using make-kpkg with
> "DEB_HOST_ARCH=armhf CLEAN_SOURCE=no fakeroot make-kpkg --arch=arm
> --subarch=omap3 --cross-compile=arm-linux-gnueabihf- --initrd
> --append-to-version -xenomai-2.6.3-omap3 --revision 1.4 kernel_image
> kernel_headers", synaptic tells me it's armhf but no omap kernel. Despite
> searching, how should I patch this vanilla kernel for omap3 so it runs on
> the BBxM ?
>

Don't use the "subarch" flag with make-kpkg, it's for something else, not
related to the "soc" family of arm devices..

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Frustrated trying to do basic things...

2014-02-10 Thread doog
I just check and BONE_D64.exe linked on the Getting Started page was 
working and downloaded a 1.1MB file. Gotta love how fast BB.org folks fix 
things.

Because you didn't say anything about a USB network device which should 
load up along with the flash memory device I would say reflash to the 
latest Angstrom image and then see what happens. If you've got a Linux 
distro running in a Virtual Machine you could try that as even the old 
images worked fine on 2 computers running old(12.04) and new(13.10) 
versions of Ubuntu.

Doug

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Frustrated trying to do basic things...

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 9:38 AM, doog  wrote:

> I just check and BONE_D64.exe linked on the Getting Started page was
> working and downloaded a 1.1MB file. Gotta love how fast BB.org folks fix
> things.
>
> Because you didn't say anything about a USB network device which should
> load up along with the flash memory device I would say reflash to the
> latest Angstrom image and then see what happens. If you've got a Linux
> distro running in a Virtual Machine you could try that as even the old
> images worked fine on 2 computers running old(12.04) and new(13.10)
> versions of Ubuntu.
>


The "latest" Angstrom image still contains a version of "BONE_D64.exe" that
was before this push:

https://github.com/beagleboard/beaglebone-getting-started/commit/6e2240697a83697c84eb9f9f10a6fd976f5c3ce8

That push contains a signed driver, very useful for users stuck on
8.0/8.1/etc..

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread hvn052
Op maandag 10 februari 2014 16:34:51 UTC+1 schreef RobertCNelson:
>
>
>
>
> On Sun, Feb 9, 2014 at 9:34 AM, > wrote:
>
>> Hi,
>>
>> I patched a vanilla kernel for realtime and configured it for omap3 
>> beagle. However, after building it using make-kpkg with 
>> "DEB_HOST_ARCH=armhf CLEAN_SOURCE=no fakeroot make-kpkg --arch=arm 
>> --subarch=omap3 --cross-compile=arm-linux-gnueabihf- --initrd 
>> --append-to-version -xenomai-2.6.3-omap3 --revision 1.4 kernel_image 
>> kernel_headers", synaptic tells me it's armhf but no omap kernel. Despite 
>> searching, how should I patch this vanilla kernel for omap3 so it runs on 
>> the BBxM ?
>>
>
> Don't use the "subarch" flag with make-kpkg, it's for something else, not 
> related to the "soc" family of arm devices..
>

So I should use this exact build string, but without --subarch and will get 
an armhf kernel with omap3 ?

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] up all night.. fdisk questions

2014-02-10 Thread Ron Morgan


On Monday, February 10, 2014 7:56:00 AM UTC-7, RobertCNelson wrote:
>
>
>> 1 how does /dev/mmcblkboot0 and mmcblkboot1 not cotain a valid partition 
>> table? what does that mean exactly? how does this boot without a valid 
>> partition?
>>
>
>
> It's a new feature of the "eMMC" spec, it's not utilized by current am335x 
> silicon... Just ignore...
>
>  
>
>> 2 why or how, does the sd card boot start at 2048? and use a fat12? I 
>> have never even heard of a fat 12 file system..
>>
>
> 2048 was set by the creator..
>
> fat12's been around for a long time, just not normally used today:
>
> http://en.wikipedia.org/wiki/File_Allocation_Table#FAT12
>
>  
>
>> 3 given the boot is starting where is it, and the 2nd primary is about 
>> 3.6gb? I have a bout 3.7ish GB to make a partition out of? I think 8gb sd 
>> is relly 7.39ish?
>>
>
>
> You used someone's "4GB" image, just extend it with gparted..
>
>  
>
>> please double check my math.
>>
>> how big should I make swap? I used to double the ram back in the when you 
>> always had a swap disk.. but most boxes today have so much ram there is no 
>> need and it has been like a million years from the last time I have worked 
>> with something like .. this .. small... or with something that has this 
>> amout of resoruces:)
>>
>
>
> It depends on your application... Just remember, flash wears out, using 
> swap definitely doesn't help that issue..
>
> Regards, 
>

> -- 
> Robert Nelson
> http://www.rcn-ee.com/
>


Do you guys not use swap? 

my purpose for this device is to run a filtering proxy server for my home. 
I have kids with different needs and different levels of filtering. I had 
not considered flash wearing out. My understanding is that it would take 
years. But I had not looked in to the matter. I think it will use micro sd 
card till have a working solution. Then consider where I put what 
partitions. 

Do people using the BBB with SD not normally use a swap partition?

Thanks

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: up all night.. fdisk questions

2014-02-10 Thread Ron Morgan

>
>
>
>
On Saturday, February 8, 2014 2:09:20 AM UTC-7, Ron Morgan wrote:
>
>
> I got a shinny new bbb today.. havent stopped playing with for the last 9 
> hours.. so im kind of tired. 
>
> I have a BBB runing debian 7.2 from a 8GB micro sd. 
>
> all is working fine with debian, its running headless at the moment which 
> is fine with me. when I installed the debian image to the sd card, there 
> was some space "at the end of the card" that I wanted to reclame. I did a 
> little poking around and some thing is a ... odd. I could use some input. i 
> am not a total noob but im by no means an expert with linux. 
>
> I ran df -h to find what was used and where
>
> 
>
> that looks fine.. then I ran fdisk -l to see what i could see. I am not 
> quite sure how to interprate this
>
> 
>
>
>
> 1 how does /dev/mmcblkboot0 and mmcblkboot1 not cotain a valid partition 
> table? what does that mean exactly? how does this boot without a valid 
> partition?
> 2 why or how, does the sd card boot start at 2048? and use a fat12? I have 
> never even heard of a fat 12 file system..
> 3 given the boot is starting where is it, and the 2nd primary is about 
> 3.6gb? I have a bout 3.7ish GB to make a partition out of? I think 8gb sd 
> is relly 7.39ish?
>
> please double check my math.
>
> how big should I make swap? I used to double the ram back in the when you 
> always had a swap disk.. but most boxes today have so much ram there is no 
> need and it has been like a million years from the last time I have worked 
> with something like .. this .. small... or with something that has this 
> amout of resoruces:)
>
> thanks guys.. im going to bed, its 2 am. 
>
>
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 9:49 AM,  wrote:

> Op maandag 10 februari 2014 16:34:51 UTC+1 schreef RobertCNelson:
>
>>
>>
>>
>> On Sun, Feb 9, 2014 at 9:34 AM,  wrote:
>>
>>> Hi,
>>>
>>> I patched a vanilla kernel for realtime and configured it for omap3
>>> beagle. However, after building it using make-kpkg with
>>> "DEB_HOST_ARCH=armhf CLEAN_SOURCE=no fakeroot make-kpkg --arch=arm
>>> --subarch=omap3 --cross-compile=arm-linux-gnueabihf- --initrd
>>> --append-to-version -xenomai-2.6.3-omap3 --revision 1.4 kernel_image
>>> kernel_headers", synaptic tells me it's armhf but no omap kernel. Despite
>>> searching, how should I patch this vanilla kernel for omap3 so it runs on
>>> the BBxM ?
>>>
>>
>> Don't use the "subarch" flag with make-kpkg, it's for something else, not
>> related to the "soc" family of arm devices..
>>
>
> So I should use this exact build string, but without --subarch and will
> get an armhf kernel with omap3 ?
>

The answer to the first part should have been implied from my last email..

The second part, totally depends on what features you enabled for the
"omap3" devices in your kernel .config.

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] up all night.. fdisk questions

2014-02-10 Thread Robert Nelson
> Do you guys not use swap?
>
> my purpose for this device is to run a filtering proxy server for my home.
> I have kids with different needs and different levels of filtering. I had
> not considered flash wearing out. My understanding is that it would take
> years. But I had not looked in to the matter. I think it will use micro sd
> card till have a working solution. Then consider where I put what
> partitions.
>

Depends on workload, for a simple proxy you don't need it.


>  Do people using the BBB with SD not normally use a swap partition?
>

With 512Mb of ram, for most applications users don't need swap.  So review
your workload. ;)

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread Ron Morgan

it may have been something external that was connected that cause the sleep 
mode? im not sure I unpluded everyting, the HDMI and the USB hub with the 
keyboard and mouse. only thing left was the power cable and the network 
cable. BBB has been running for the last 36 hours and no sleep mode that I 
can tell. tho I have not checked the logs. 

thanks fo the reply. 

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Control hardware from webserver

2014-02-10 Thread Jack Mitchell
On 07/02/14 21:28, jdswen...@gmail.com wrote:
> OS Image: Ubuntu Precise 12.04.3 LTS
> 
> I'm attempting to control LEDs from a webpage (and eventually other
> hardware from the device tree overlay).  I've written a C program to
> toggle the onboard LED based on the arguments passed to it. This only
> works if you run it as root however.  I've also installed lighttpd and
> have a php page running with a link to toggle the LED based on button
> press.  To work around running as root, I added a setuid(0) to the C
> program and changed the ownership of the gcc output binary to root, then
> made the binary readable and executable by any user.  The result is that
> the php page can control the LED, but I'm uncertain of how safe this set
> up is.
> 
> Is there a better (safer) way for me to be controlling hardware from a
> webpage with C?  If not, what are my other options?
> 
> Let me know if I can provide you with any additional details.
> 
> Thanks,
> Jake
> 

Yes. You could implement a message passing bus (websockets for example)
which the C program responds to. Therefore you run your C program in the
background waiting for a message on the bus, then you get your web
application to send a message to the program telling it turn on/off an
LED. The C program runs as root and as such has control of the hardware
and your webapge never calls the C program, but only sends data on the
message bus, so as such it's a bit harder for anyone to do anything
untoward.

-- 
  Jack Mitchell (j...@embed.me.uk)
  Embedded Systems Engineer
  Cambridgeshire, UK
  http://www.embed.me.uk
-- 

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread robert.berger
Hi Charles,

On Sunday, February 9, 2014 6:56:41 AM UTC+2, Charles Steinkuehler wrote:
>
>
> I haven't tested with the 3.13 kernel, but this sounds like a good use 
> for my "universal" device tree overlay, 
>

As far as I can see your "universal" device tree overlay expects to find 

/sys/devices/bone_capemgr.*/slots 

which seems to be gone in 3.13.x

Regards,

Robert 

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 10:08 AM, robert.berger <
robert.karl.ber...@gmail.com> wrote:

> Hi Charles,
>
>
> On Sunday, February 9, 2014 6:56:41 AM UTC+2, Charles Steinkuehler wrote:
>>
>>
>> I haven't tested with the 3.13 kernel, but this sounds like a good use
>> for my "universal" device tree overlay,
>>
>
> As far as I can see your "universal" device tree overlay expects to find
>
> /sys/devices/bone_capemgr.*/slots
>
> which seems to be gone in 3.13.x
>

Are you up for porting it from v3.8 and maintaining it? ;)

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 10:17 AM,  wrote:

> Op maandag 10 februari 2014 16:58:09 UTC+1 schreef RobertCNelson:
>
>>
>>
>>
>> On Mon, Feb 10, 2014 at 9:49 AM,  wrote:
>>
>>> Op maandag 10 februari 2014 16:34:51 UTC+1 schreef RobertCNelson:
>>>



 On Sun, Feb 9, 2014 at 9:34 AM,  wrote:

> Hi,
>
> I patched a vanilla kernel for realtime and configured it for omap3
> beagle. However, after building it using make-kpkg with
> "DEB_HOST_ARCH=armhf CLEAN_SOURCE=no fakeroot make-kpkg --arch=arm
> --subarch=omap3 --cross-compile=arm-linux-gnueabihf- --initrd
> --append-to-version -xenomai-2.6.3-omap3 --revision 1.4 kernel_image
> kernel_headers", synaptic tells me it's armhf but no omap kernel. Despite
> searching, how should I patch this vanilla kernel for omap3 so it runs on
> the BBxM ?
>

 Don't use the "subarch" flag with make-kpkg, it's for something else,
 not related to the "soc" family of arm devices..

>>>
>>> So I should use this exact build string, but without --subarch and will
>>> get an armhf kernel with omap3 ?
>>>
>>
>> The answer to the first part should have been implied from my last email..
>>
>> The second part, totally depends on what features you enabled for the
>> "omap3" devices in your kernel .config.
>>
>
> I configured it generally for omap2+, omap3 and beagle. Should there be
> more features to enable to have it run on BBxM with Ubuntu Precise ?
>

More then likely yes.. But it depends on the kernel version.. So go
build/test/enable/rebuild/test/etc...

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread hvn052
Op maandag 10 februari 2014 16:58:09 UTC+1 schreef RobertCNelson:
>
>
>
>
> On Mon, Feb 10, 2014 at 9:49 AM, > wrote:
>
>> Op maandag 10 februari 2014 16:34:51 UTC+1 schreef RobertCNelson:
>>
>>>
>>>
>>>
>>> On Sun, Feb 9, 2014 at 9:34 AM,  wrote:
>>>
 Hi,

 I patched a vanilla kernel for realtime and configured it for omap3 
 beagle. However, after building it using make-kpkg with 
 "DEB_HOST_ARCH=armhf CLEAN_SOURCE=no fakeroot make-kpkg --arch=arm 
 --subarch=omap3 --cross-compile=arm-linux-gnueabihf- --initrd 
 --append-to-version -xenomai-2.6.3-omap3 --revision 1.4 kernel_image 
 kernel_headers", synaptic tells me it's armhf but no omap kernel. Despite 
 searching, how should I patch this vanilla kernel for omap3 so it runs on 
 the BBxM ?

>>>
>>> Don't use the "subarch" flag with make-kpkg, it's for something else, 
>>> not related to the "soc" family of arm devices..
>>>
>>
>> So I should use this exact build string, but without --subarch and will 
>> get an armhf kernel with omap3 ?
>>
>
> The answer to the first part should have been implied from my last email..
>
> The second part, totally depends on what features you enabled for the 
> "omap3" devices in your kernel .config.
>

I configured it generally for omap2+, omap3 and beagle. Should there be 
more features to enable to have it run on BBxM with Ubuntu Precise ?

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread hvn052
Op maandag 10 februari 2014 17:18:24 UTC+1 schreef RobertCNelson:
>
>
>
>
> On Mon, Feb 10, 2014 at 10:17 AM, > wrote:
>
>> Op maandag 10 februari 2014 16:58:09 UTC+1 schreef RobertCNelson:
>>
>>>
>>>
>>>
>>> On Mon, Feb 10, 2014 at 9:49 AM,  wrote:
>>>
 Op maandag 10 februari 2014 16:34:51 UTC+1 schreef RobertCNelson:

>
>
>
> On Sun, Feb 9, 2014 at 9:34 AM,  wrote:
>
>> Hi,
>>
>> I patched a vanilla kernel for realtime and configured it for omap3 
>> beagle. However, after building it using make-kpkg with 
>> "DEB_HOST_ARCH=armhf CLEAN_SOURCE=no fakeroot make-kpkg --arch=arm 
>> --subarch=omap3 --cross-compile=arm-linux-gnueabihf- --initrd 
>> --append-to-version -xenomai-2.6.3-omap3 --revision 1.4 kernel_image 
>> kernel_headers", synaptic tells me it's armhf but no omap kernel. 
>> Despite 
>> searching, how should I patch this vanilla kernel for omap3 so it runs 
>> on 
>> the BBxM ?
>>
>
> Don't use the "subarch" flag with make-kpkg, it's for something else, 
> not related to the "soc" family of arm devices..
>

 So I should use this exact build string, but without --subarch and will 
 get an armhf kernel with omap3 ?

>>>
>>> The answer to the first part should have been implied from my last 
>>> email..
>>>
>>> The second part, totally depends on what features you enabled for the 
>>> "omap3" devices in your kernel .config.
>>>
>>
>> I configured it generally for omap2+, omap3 and beagle. Should there be 
>> more features to enable to have it run on BBxM with Ubuntu Precise ?
>>
>
> More then likely yes.. But it depends on the kernel version.. So go 
> build/test/enable/rebuild/test/etc...
>

Oh, I did. Have reconfigured, rebuilt and tested 4 times by now, and keep 
getting the dpkg message that it's not an omap kernel.
I took vanilla kernel 3.5.7 because of a necessary patch that supports this 
version. Is there any other kernel version you can recommend for omap3 ?

Regards,

hvn

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread hvn052
Op maandag 10 februari 2014 17:27:11 UTC+1 schreef RobertCNelson:
>
>
>
>
> On Mon, Feb 10, 2014 at 10:24 AM, > wrote:
>
>> Op maandag 10 februari 2014 17:18:24 UTC+1 schreef RobertCNelson:
>>
>>>
>>>
>>>
>>> On Mon, Feb 10, 2014 at 10:17 AM,  wrote:
>>>
 Op maandag 10 februari 2014 16:58:09 UTC+1 schreef RobertCNelson:

>
>
>
> On Mon, Feb 10, 2014 at 9:49 AM,  wrote:
>
>> Op maandag 10 februari 2014 16:34:51 UTC+1 schreef RobertCNelson:
>>
>>>
>>>
>>>
>>> On Sun, Feb 9, 2014 at 9:34 AM,  wrote:
>>>
 Hi,

 I patched a vanilla kernel for realtime and configured it for omap3 
 beagle. However, after building it using make-kpkg with 
 "DEB_HOST_ARCH=armhf CLEAN_SOURCE=no fakeroot make-kpkg --arch=arm 
 --subarch=omap3 --cross-compile=arm-linux-gnueabihf- --initrd 
 --append-to-version -xenomai-2.6.3-omap3 --revision 1.4 kernel_image 
 kernel_headers", synaptic tells me it's armhf but no omap kernel. 
 Despite 
 searching, how should I patch this vanilla kernel for omap3 so it runs 
 on 
 the BBxM ?

>>>
>>> Don't use the "subarch" flag with make-kpkg, it's for something 
>>> else, not related to the "soc" family of arm devices..
>>>
>>
>> So I should use this exact build string, but without --subarch and 
>> will get an armhf kernel with omap3 ?
>>
>
> The answer to the first part should have been implied from my last 
> email..
>
> The second part, totally depends on what features you enabled for the 
> "omap3" devices in your kernel .config.
>

 I configured it generally for omap2+, omap3 and beagle. Should there be 
 more features to enable to have it run on BBxM with Ubuntu Precise ?

>>>
>>> More then likely yes.. But it depends on the kernel version.. So go 
>>> build/test/enable/rebuild/test/etc...
>>>
>>
>> Oh, I did. Have reconfigured, rebuilt and tested 4 times by now, and keep 
>> getting the dpkg message that it's not an omap kernel.
>>
>
> removing the "--subarch" crap will fix that...
>  
>
>> I took vanilla kernel 3.5.7 because of a necessary patch that supports 
>> this version. Is there any other kernel version you can recommend for omap3 
>> ?
>>
>
> v3.13.2 as it's the latest stable on kernel.org
>

And which is the previous stable for omap3 that you recommend ?

Regards,

hvn

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 10:24 AM,  wrote:

> Op maandag 10 februari 2014 17:18:24 UTC+1 schreef RobertCNelson:
>
>>
>>
>>
>> On Mon, Feb 10, 2014 at 10:17 AM,  wrote:
>>
>>> Op maandag 10 februari 2014 16:58:09 UTC+1 schreef RobertCNelson:
>>>



 On Mon, Feb 10, 2014 at 9:49 AM,  wrote:

> Op maandag 10 februari 2014 16:34:51 UTC+1 schreef RobertCNelson:
>
>>
>>
>>
>> On Sun, Feb 9, 2014 at 9:34 AM,  wrote:
>>
>>> Hi,
>>>
>>> I patched a vanilla kernel for realtime and configured it for omap3
>>> beagle. However, after building it using make-kpkg with
>>> "DEB_HOST_ARCH=armhf CLEAN_SOURCE=no fakeroot make-kpkg --arch=arm
>>> --subarch=omap3 --cross-compile=arm-linux-gnueabihf- --initrd
>>> --append-to-version -xenomai-2.6.3-omap3 --revision 1.4 kernel_image
>>> kernel_headers", synaptic tells me it's armhf but no omap kernel. 
>>> Despite
>>> searching, how should I patch this vanilla kernel for omap3 so it runs 
>>> on
>>> the BBxM ?
>>>
>>
>> Don't use the "subarch" flag with make-kpkg, it's for something else,
>> not related to the "soc" family of arm devices..
>>
>
> So I should use this exact build string, but without --subarch and
> will get an armhf kernel with omap3 ?
>

 The answer to the first part should have been implied from my last
 email..

 The second part, totally depends on what features you enabled for the
 "omap3" devices in your kernel .config.

>>>
>>> I configured it generally for omap2+, omap3 and beagle. Should there be
>>> more features to enable to have it run on BBxM with Ubuntu Precise ?
>>>
>>
>> More then likely yes.. But it depends on the kernel version.. So go
>> build/test/enable/rebuild/test/etc...
>>
>
> Oh, I did. Have reconfigured, rebuilt and tested 4 times by now, and keep
> getting the dpkg message that it's not an omap kernel.
>

removing the "--subarch" crap will fix that...


> I took vanilla kernel 3.5.7 because of a necessary patch that supports
> this version. Is there any other kernel version you can recommend for omap3
> ?
>

v3.13.2 as it's the latest stable on kernel.org

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread Ron Morgan


oh and the image is from the armhf website. 
armhf
 
Debian Wheezy 7.2 Hard Float Minimal Image

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 10:39 AM, Ron Morgan  wrote:

>
>
> oh and the image is from the armhf website. 
> armhf
>
> Debian Wheezy 7.2 Hard Float Minimal Image
>

Okay, so it's not debian the image i'm developing for beagleboard.org.

You should go ask armhf.com why their image is randomly suspending..

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread hvn052
Op maandag 10 februari 2014 17:32:46 UTC+1 schreef RobertCNelson:
>
>
>>>  
>>>
 I took vanilla kernel 3.5.7 because of a necessary patch that supports 
 this version. Is there any other kernel version you can recommend for 
 omap3 
 ?

>>>
>>> v3.13.2 as it's the latest stable on kernel.org
>>>
>>
>> And which is the previous stable for omap3 that you recommend ?
>>
>
> v3.13.1
>

OK. Can you tell me about the difference with regard to omap between 
3.13.2, and e.g. 3.5.7 or 3.8.13 ? These are all stable kernels.

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread robert.berger
Hi,

As far as I can see your "universal" device tree overlay expects to find 
>>
>> /sys/devices/bone_capemgr.*/slots 
>>
>> which seems to be gone in 3.13.x
>>
>
> Are you up for porting it from v3.8 and maintaining it? ;)
>

Not me, so I am looking for some solution which is not a dead end;)

... but somehow Derek seems to have a 3.13 kernel running on a bone with 
capemgr.[1][2]

Regards,

Robert

[1] 
http://derekmolloy.ie/gpios-on-the-beaglebone-black-using-device-tree-overlays/
[2] https://github.com/derekmolloy/boneDeviceTree


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread Robert Nelson
>
>
>>
>>
>>> I took vanilla kernel 3.5.7 because of a necessary patch that supports
>>> this version. Is there any other kernel version you can recommend for omap3
>>> ?
>>>
>>
>> v3.13.2 as it's the latest stable on kernel.org
>>
>
> And which is the previous stable for omap3 that you recommend ?
>

v3.13.1

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 10:48 AM,  wrote:

> Op maandag 10 februari 2014 17:32:46 UTC+1 schreef RobertCNelson:
>
>>


> I took vanilla kernel 3.5.7 because of a necessary patch that supports
> this version. Is there any other kernel version you can recommend for 
> omap3
> ?
>

 v3.13.2 as it's the latest stable on kernel.org

>>>
>>> And which is the previous stable for omap3 that you recommend ?
>>>
>>
>> v3.13.1
>>
>
> OK. Can you tell me about the difference with regard to omap between
> 3.13.2, and e.g. 3.5.7 or 3.8.13 ? These are all stable kernels.
>

a few years of development.. Mostly has been the complete removal of the
classic board files to device tree's.. Checkout kernel.org for all details..

or:

git diff v3.5.7..v3.13.2

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Don deJuan
On 02/10/2014 08:50 AM, robert.berger wrote:
> Hi,
>
> As far as I can see your "universal" device tree overlay
> expects to find
>
> |/sys/devices/bone_capemgr.*/slots |
>
> which seems to be gone in 3.13.x
>
>
> Are you up for porting it from v3.8 and maintaining it? ;)
>
>
> Not me, so I am looking for some solution which is not a dead end;)
>
> ... but somehow Derek seems to have a 3.13 kernel running on a bone
> with capemgr.[1][2]
>
> Regards,
>
> Robert
>
> [1]
> http://derekmolloy.ie/gpios-on-the-beaglebone-black-using-device-tree-overlays/
> [2] https://github.com/derekmolloy/boneDeviceTree
>
>
> -- 
> 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...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

Where does it state he is running on 3.13, I seem to be missing 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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread Ron Morgan


On Monday, February 10, 2014 9:41:42 AM UTC-7, RobertCNelson wrote:
>
>
>
>
> On Mon, Feb 10, 2014 at 10:39 AM, Ron Morgan 
> > wrote:
>
>>
>>
>> oh and the image is from the armhf website. 
>> armhf
>>  
>> Debian Wheezy 7.2 Hard Float Minimal Image 
>>
>
> Okay, so it's not debian the image i'm developing for beagleboard.org.
>
> You should go ask armhf.com why their image is randomly suspending..
>
> Regards,
>
> -- 
> Robert Nelson
> http://www.rcn-ee.com/
>

Sorry Robert, I was not aware of your image. I am still quite new to BBB or 
BeagleBorad and arm in general. I looked all over the beagleboard.org site 
but only found documentataion for ubuntu, android and angstrom. I didn't 
see Debian. I know many or most consiter ubuntu and debian the same.. I do 
want to run headless no matter what and I found angstrom.. was not what I I 
was looking for. I did not want to learn a new operating system. I am 
familiar with Debian. soo thats why I was looking for a Debian image.

is there a debian headless image on supported on beagleboard.org? if not a 
could make due with a stable headless ubuntu.. but it feels like an 
imposter (thats a joke) :)

at some point I think I will want to compile my own kernel as well. but 
that is some way down the road. I have not compiled one sense i was in 
school. even headless there are lots of things I think I could live without 
for a proxy.  

so.. is there a headless debian image supported by beagleboard.org? 

thanks for putting up with me. there is a lot of information to take in, in 
a short time.

Ron

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Charles Steinkuehler
On 2/10/2014 10:10 AM, Robert Nelson wrote:
> On Mon, Feb 10, 2014 at 10:08 AM, robert.berger <
> robert.karl.ber...@gmail.com> wrote:
> 
>> Hi Charles,
>>
>>
>> On Sunday, February 9, 2014 6:56:41 AM UTC+2, Charles Steinkuehler wrote:
>>>
>>>
>>> I haven't tested with the 3.13 kernel, but this sounds like a good use
>>> for my "universal" device tree overlay,
>>>
>>
>> As far as I can see your "universal" device tree overlay expects to find
>>
>> /sys/devices/bone_capemgr.*/slots
>>
>> which seems to be gone in 3.13.x

That's just to make sure the overlay is loaded.  There are no overlays
(yet?) in 3.13.

> Are you up for porting it from v3.8 and maintaining it? ;)

I'm game if it actually gets used.  There should be little or no
difference between 3.8 and 3.13 as long as the pinmux-helper and
gpio-of-helper are available.  And they should be easy to port if not.

-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 11:17 AM, Ron Morgan  wrote:

>
>
> On Monday, February 10, 2014 9:41:42 AM UTC-7, RobertCNelson wrote:
>
>>
>>
>>
>> On Mon, Feb 10, 2014 at 10:39 AM, Ron Morgan  wrote:
>>
>>>
>>>
>>> oh and the image is from the armhf website. 
>>> armhf
>>>
>>> Debian Wheezy 7.2 Hard Float Minimal Image
>>>
>>
>> Okay, so it's not debian the image i'm developing for beagleboard.org.
>>
>> You should go ask armhf.com why their image is randomly suspending..
>>
>> Regards,
>>
>> --
>> Robert Nelson
>> http://www.rcn-ee.com/
>>
>
> Sorry Robert, I was not aware of your image. I am still quite new to BBB
> or BeagleBorad and arm in general. I looked all over the beagleboard.orgsite 
> but only found documentataion for ubuntu, android and angstrom. I
> didn't see Debian. I know many or most consiter ubuntu and debian the
> same.. I do want to run headless no matter what and I found angstrom.. was
> not what I I was looking for. I did not want to learn a new operating
> system. I am familiar with Debian. soo thats why I was looking for a Debian
> image.
>
> is there a debian headless image on supported on beagleboard.org? if not
> a could make due with a stable headless ubuntu.. but it feels like an
> imposter (thats a joke) :)
>

So the image i'm working on with beagleboard.org is posted here:

https://groups.google.com/d/msg/beagleboard/D1ioNrzzXfQ/LdfJ2ccuiY4J

This was last week's image.



>
> at some point I think I will want to compile my own kernel as well. but
> that is some way down the road. I have not compiled one sense i was in
> school. even headless there are lots of things I think I could live without
> for a proxy.
>
> so.. is there a headless debian image supported by beagleboard.org?
>

For a simple headless/server image take a look a this:

http://elinux.org/BeagleBoardDebian

Couple different install types, depending on which board you have from
beagleboard.org

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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread hvn052
Op maandag 10 februari 2014 17:56:41 UTC+1 schreef RobertCNelson:
>
>
>
>
> On Mon, Feb 10, 2014 at 10:48 AM, > wrote:
>
>> Op maandag 10 februari 2014 17:32:46 UTC+1 schreef RobertCNelson:
>>
>>>  
>  
>
>> I took vanilla kernel 3.5.7 because of a necessary patch that 
>> supports this version. Is there any other kernel version you can 
>> recommend 
>> for omap3 ?
>>
>
> v3.13.2 as it's the latest stable on kernel.org
>

 And which is the previous stable for omap3 that you recommend ?

>>>
>>> v3.13.1
>>>
>>
>> OK. Can you tell me about the difference with regard to omap between 
>> 3.13.2, and e.g. 3.5.7 or 3.8.13 ? These are all stable kernels.
>>
>
> a few years of development.. Mostly has been the complete removal of the 
> classic board files to device tree's.. Checkout kernel.org for all 
> details..
>
> or:
>
> git diff v3.5.7..v3.13.2
>
>
OK, Thanks for your help.

Regards,

hvn

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread robert.berger
Hi,

Where does it state he is running on 3.13, I seem to be missing it ? 
>

Sorry - to many thirteen s - it's 3.8.13 ;)

https://github.com/derekmolloy/boneDeviceTree/tree/master/DTSource3.8.13 

Regards,

Robert

-- 
For more 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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] I need to hide the mouse

2014-02-10 Thread electronics.cat

The package to hide the mouse pointer is :

unclutter

Regards,

Jordi


El 07/02/14 23:13, Giovanni Paolini ha escrit:

Thanks Mickae1
What I'm doing is an information screen in html, the browser I use is 
google-chromium, SO Angstrom, and I need to hide the mouse.


El viernes, 7 de febrero de 2014 10:10:58 UTC-5, Mickae1 escribió:

with a gtk or qt application ?


On Fri, Feb 7, 2014 at 2:58 PM, Giovanni Paolini
> wrote:

Hi!!
My English is bad, Thanks for all the assistance they have
given me in this ad.
As I said in the subject, I need to hide the mouse.
Anyone know?

Giovanni
-- 
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...@googlegroups.com
.
For more options, visit
https://groups.google.com/groups/opt_out
.


--
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...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.


--
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Don deJuan
On 02/10/2014 09:52 AM, robert.berger wrote:
> Hi,
>
> Where does it state he is running on 3.13, I seem to be missing it ?
>
>
> Sorry - to many thirteen s - it's 3.8.13 ;)
>
> https://github.com/derekmolloy/boneDeviceTree/tree/master/DTSource3.8.13
>
> Regards,
>
> Robert
> -- 
> For more 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...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
Figured that was the one :)

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: [Issue] BeagleBone Black Random Reboot

2014-02-10 Thread Illutian Kade
Turns out it was a faulty PMIC. It's been fixed and is happily blinking 
away :D

On Monday, February 10, 2014 5:55:30 AM UTC-5, Thomas J wrote:
>
> Hi
> any news on this issue ? I have the same problem with my beagle xm, with 
> linux not running anything and it still reboots after 1 to 5 minutes
> If there is anything electric to do to make this work (add a capacity in 
> front of the 5V power supply, ...) I can do it, I have lots of electronic 
> tools at work
>
> Btw, I am logged in through tty and I see
>
> Broadcast message from root@arm
> (unknown) at 11:40 ...
>
> The system is going down for reboot NOW!
> [  143.036193] Restarting system.
>
> so somehow it might not be a complete physical problem, the system knows 
> about it
> (Linux version 3.7.10-x9 on Ubuntu 12.10 and beagleboard xm) 
>
>
> Le mardi 10 décembre 2013 17:20:41 UTC+1, Gerald a écrit :
>>
>> Please request an RMA so we can look at it. Make sure it is in the failed 
>> state and that you let the RMA team know how to get it in that state and 
>> recover.
>>
>> Gerald
>>
>>
>>
>> On Tue, Dec 10, 2013 at 9:45 AM, Illutian Kade  wrote:
>>
>>> Sigh, nope, Angstrom 3.8 (disabled OTG detection) didn't fix the issue 
>>> either.
>>>
>>> As of late, the BBB actually powers down completely (power LED is off). 
>>> And pressing the power button, reset button, even BOOT button does nothing. 
>>> Hell, even unplugging and plugging back in the power doesn't do anything. 
>>> If I wait several minutes I can get the thing to power on..for about 
>>> 50seconds then it goes dead again.
>>>
>>> Appears that it is, as others suggested, a physical issue.crap.
>>>
>>> -- 
>>> 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...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Free Up Space on BBB

2014-02-10 Thread joshpeltier
I have a BBB with angstrom installed. I am updated the system to try to get 
my wifi working, and I have run out of space after doing opkg 
update/upgrade. I was wondering if anyone could help me figure out what 
packages I can remove to free up some space. I don't need the gui, I will 
be running it as a webserver to controll my home brewery via bonescript. 
That is about all it will do. Any help would be much appreciated!


-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] kgdb over serial connection on BB xm running Angstrom: no stepping or breakpoints possible

2014-02-10 Thread David
Hi, 
I have got a problem using kgdb over a serial connection to my Beagleboard 
xm running Angstrom.

uEnv.txt contains:
[...]
kgdbwait kgdboc=ttyO2,115200 kgdbcon

The kernel is compiled with:
KGDB: ->use kgdb over serial console 
and 
->Load all symbols for debugging/ksymoops 
->Include all symbols in kallsyms

The board stops during kernel-boot and starts kgdb, as expected.

On my host machine (x86_64, debian wheezy) I used Bitbake 
(MACHINE=beagleboard ./oebb.sh bitbake -c compile gdb-cross -fv) for 
building a cross version of the gdb. Hope this is correct?

$:~/Angstrom/setup-scripts/build/tmp-angstrom_v2013_06-eglibc/work/beagleboard-angstrom-linux-gnueabi/linux-mainline/3.2.28-r0/git/arch/arm/boot/compressed$
 
sudo gdb vmlinux 
[sudo] password for david: 
GNU gdb (GDB) 7.5.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=x86_64-linux 
--target=arm-angstrom-linux-gnueabi".  
...
Reading symbols from 
/home/david/Angstrom/setup-scripts/build/tmp-angstrom_v2013_06-eglibc/work/beagleboard-angstrom-linux-gnueabi/linux-mainline/3.2.28-r0/git/arch/arm/boot/compressed/vmlinux...done.

$(gdb) set remotebaud 115200

$(gdb) target remote /dev/ttyUSB1
Remote debugging using /dev/ttyUSB1
0xc0078364 in ?? ()) 

A connection seems to be established, although the line above looks 
strange.. ( .. ??())

$(gdb) l
1/*
2 *  linux/arch/arm/boot/compressed/head.S
3 *
4 *  Copyright (C) 1996-2002 Russell King
5 *  Copyright (C) 2004 Hyok S. Choi (MPU support)
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */

(gdb) info file
Symbols from 
"/home/david/Angstrom/setup-scripts/build/tmp-angstrom_v2013_06-eglibc/work/beagleboard-angstrom-linux-gnueabi/linux-mainline/3.2.28-r0/git/arch/arm/boot/compressed/vmlinux".
Remote serial target in gdb-specific protocol:
Debugging a target over a serial line.
While running this, GDB does not access memory from...
Local exec file:

`/home/david/Angstrom/setup-scripts/build/tmp-angstrom_v2013_06-eglibc/work/beagleboard-angstrom-linux-gnueabi/linux-mainline/3.2.28-r0/git/arch/arm/boot/compressed/vmlinux',
 
file type elf32-littlearm.
Entry point: 0x0
0x - 0x18f0 is .text
0x18f0 - 0x1a34 is .rodata
0x1a34 - 0x00427e1d is .piggydata
0x00427e20 - 0x00427e2c is .got.plt
0x00427e2c - 0x00427e58 is .got
0x00427e58 - 0x00427e60 is .pad
0x00427e60 - 0x00427e80 is .bss
0x00427e80 - 0x00428e80 is .stack

Here starts the problem: I am unable to set breakpoints or to step. Does 
anybody have an idea, what I am doing wrong?

(gdb) next
Cannot access memory at address 0x0
Cannot find bounds of current function

(gdb) step
Cannot find bounds of current function

(gdb) break schedule
Function "schedule" not defined.
Make breakpoint pending on future shared library load? (y or [n]) n

(gdb) break sched.c:schedule
No source file named sched.c.
Make breakpoint pending on future shared library load? (y or [n]) n

Thanks a lot and best regards
David

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] BeagleBone Black Availability

2014-02-10 Thread Charles Steinkuehler
Only in the general sense of pushing forward progress with LinuxCNC on
the BeagleBone in general.

Specifically, my Shapeoko V2 is still in the box  and I've been
working on getting the hardware setup so in can be understood and
implemented without cross-referencing 5 different ways of referring to
the GPIO pins and editing custom device-tree overlays.

I do know of a couple folks who have run Shapeoko machines with the
BeagleBone, so it's mostly just getting a configuration setup for your
specific hardware, and deciding how you want to handle the gantry setup
(ignore it and run two motors in parallel, use gantrykins, or hack HAL
to drive two motors off one motion axis).

On 2/9/2014 12:36 PM, ltmno.em...@gmail.com wrote:
> Hello Charles, 
> 
> have you made any progress on your BBB and ShapeOko?  This is exactly what 
> I am trying to achieve and was looking for some people that have made some 
> progress.
> 
> Thanks.
> 
> Pino.
> 
> On Thursday, December 19, 2013 4:29:36 AM UTC-5, Charles Steinkuehler wrote:
>>
>> *blush* 
>>
>> I'm glad I was able to help, but it's a community effort.  I know a lot 
>> of other folks here have helped me! 
>>
>> And I've actually got three blacks on-hand, plus a couple of whites, so 
>> I'm OK for now.  I'm just building more things to control with LinuxCNC 
>> on the Beaglebone, and will soon have more CNC machines than BeagleBone 
>> Blacks, so need to get a few more sometime.  The current tally is: 
>>
>> * MendelMax printer (working) 
>> * Mini-Kossel (moving, not yet printing) 
>> * Wally (build in progress) 
>> * GUS Simpson (just finished printing the parts) 
>> * Shapeoko V2 (still in box) 
>>
>> I just put in an order with Mouser and let them get back-ordered.  I'll 
>> manage if they don't show up until January.  :) 
>>
>> On 12/18/2013 11:33 PM, John Syne wrote: 
>>> I vote that Charles go to the front of the line given the number of 
>> people 
>>> he has helped in this group ;-) 
>>>
>>>
>>> I know he has helped me personally and I will always be grateful for all 
>>> the help he has given me. 
>>>
>>> Regards, 
>>> John 
>>>
>>> On 12/18/13, 6:30 AM, "Charles Steinkuehler" 
>>> > 
>>
>>> wrote: 
>>>
 Wow!  Well congratulations to beagleboard.org! 

 I knew you were building these in pretty good volume, so I was 
>> surprised 
 to see everyone out of stock at the same time.  Sounds like someone 
>> must 
 have wanted a *LOT* of boards.  Perhaps the guy with the red hat, or 
 maybe someone figured out how to use the GPU to do bitcoin mining?  :) 

 On 12/18/2013 7:48 AM, Gerald Coley wrote: 
> Someone or a bunch of someones, came in and bought up everything out 
> there. 
> We are shipping 3,000 boards a week. As you can see, there still is 
>> not 
> stock. You might try Newark, I saw they may have some stock, but can't 
> say 
> how accurate that is. 
>
> And yes, all our distributors reported a big uptick in demand. 
> Unfortunately they did not plan for such an event. There is no history 
> to 
> fall back on so planning is hard to do. 
>
> Gerald 
>
>
> On Wed, Dec 18, 2013 at 7:28 AM, Charles Steinkuehler < 
> cha...@steinkuehler.net > wrote: 
>
>> I went to order a couple more BeagleBone Blacks, but I can't seem to 
>> find any!  Lots of folks show them expected back in stock sometime in 
>> January, but I couldn't find any to actually buy. 
>>
>> Does anyone know of a US supplier with actual stock? 
>>
>> Did the BBB somehow become the "hot" must-have Christmas toy and I 
>> didn't notice?  :) 
>>
>> -- 
>> Charles Steinkuehler 
>> cha...@steinkuehler.net  
>>
>> -- 
>> 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...@googlegroups.com . 
>> For more options, visit https://groups.google.com/groups/opt_out. 
>>
>


 -- 
 Charles Steinkuehler 
 cha...@steinkuehler.net  

 -- 
 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...@googlegroups.com . 
 For more options, visit https://groups.google.com/groups/opt_out. 
>>>
>>>
>>
>>
>> -- 
>> Charles Steinkuehler 
>> cha...@steinkuehler.net  
>>
> 


-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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 em

[beagleboard] 3D Printer Cape for BeagleBone

2014-02-10 Thread Charles Steinkuehler
I have finished the initial design for a new 3D printer cape for the
BeagleBone.  Based on the RAMPS and RAMPS-FD, I'm calling the board
"Cape-RAMPS", or CRAMPS.  :)

At this point, I've just sent out the PCB design to OSH Park, but the
RAMPS-FD folks have been through a couple of prototypes already, the
original RAMPS is obviously a proven design, and I've been doing circuit
board for long enough (since 1986) I think the first version should work OK.

Features & Details:

* 12-24V operation
* 6 Pololu drivers
* 15A driver for heated bed, with dedicated power
* 3 high-current drivers for extruder heaters
* 2 medium-current drivers for fans/lights, always 12V
* 4 Thermistor inputs
* 6 Limit switches (5V tolerant)
* 4 Servo outputs
* SPI and I2C expansion headers (5V tolerant)
* Flexible power options for the BeagleBone (use 'Bone 5V jack, screw
terminals, or add a regulator to generate 5V from 12-24V system power)
* Hardware ESTOP chain
* Stack-through design allows for expansion

I hope to get boards back around the end of the month, and have the
hardware fully checked out and verified by the end of March.  I'm hoping
once the design is proven someone will build and sell them inexpensively
(ie: the "direct from China" eBay sellers of RepRap supplies).

Additional resources:

Design files on github:
https://github.com/cdsteinkuehler/bobc_hardware/tree/CRAMPS/CRAMPS

PCB shared via OSH Park:
http://oshpark.com/shared_projects/UQXyTW2Z

RepRap Forum Thread:
http://forums.reprap.org/read.php?13,306594

-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Xenomai master -> BBB RCNelson 3.13-bone5 kernel patches

2014-02-10 Thread John Syn

From:  David Lewin 
Reply-To:  
Date:  Monday, February 10, 2014 at 5:43 AM
To:  
Subject:  Re: [beagleboard] Xenomai master -> BBB RCNelson 3.13-bone5 kernel
patches

> John, 
> from the KERNEL dir :
>> patch -p1 < cds_xenomai.patch
> 
> outputs error on :
> 
> Can't find file at
> 
>> @@ -866,12 +866,40 @@ saucy () {
Did you checkout the am33x-v3.8 branch?
git checkout am33x-v3.8
Place the patch so that it is in the same folder as linux-dev, not in the
linux-dev folder.
patch -p1 < ../cds_xenomai.patch

Regards,
John
> 
> 
> 
> 
> 2014-02-09 18:51 GMT+01:00 David Lewin :
>> OK will give it a try, thanks for the tip.
>> 
>> 
>> 2014-02-09 3:39 GMT+01:00 John Syn :
>> 
>>> 
>>> From:  David Lewin 
>>> Reply-To:  
>>> Date:  Saturday, February 8, 2014 at 2:15 AM
>>> To:  
>>> Subject:  Re: [beagleboard] Xenomai master -> BBB RCNelson 3.13-bone5 kernel
>>> patches
>>> 
 I 200% agree : that's why I was refering to it :
 
> Is it possible to get a same instructions list for the official one
> 
> ?
 
 anyway with a checkout from any branch, I'm not sure that xenomai will be
 compiled as from docs, blog, forums, book
 it's clearly precise that not all kernel version accept xenomai patches.
 Therefore, from my understanding only 1 commit is currenlty guaranteed to
 work : 
 
>  Beaglebone
> 
> 1- Checkout the "am33x-v3.8" branch in the Robert Nelson repository [3],
> the patch has been tested with commit
> 3fc8a73d782231ab2750ff29793a760e8fa076bb
> 2- apply beaglebone/ipipe-core-3.8.13-beaglebone-pre.patch
> 3- apply ipipe-core-3.8.13-arm-1.patch
> 4- apply beaglebone/ipipe-core-3.8.13-beaglebone-post.patch
> 5- you can resume to generic installation instructions.
 
  
 John: until now I've been just compiled vanilla kernels, -ie no xenomai
 worked- could you please indicate what are these steps you have followed to
 compile it ?
>>> Way to complicated. Simply clone Robert's linux-dev repo and apply the
>>> attached patch. Build the kernel as normal.
>>> 
>>> Regards,
>>> John
 
 
 
 2014-02-07 22:36 GMT+01:00 John Syn :
> 
> On 2/7/14, 8:38 AM, "Charles Steinkuehler" 
> wrote:
> 
>> >If you're wanting a Xenomai kernel, you should:
>> >
>> >git checkout --track 3.8.13-bone39-xenomai
>> >
>> >...then run the build-kernel.sh script.
>> >
>> >If you want a plain kernel, pull from Robert's repository and use one of
>> >the 3.8.13-bone* tags.  It's not a branch so when you checkout the tag
>> >you'll get a "detatched head" warning.  You can ignore this (until you
>> >have changes you want to push back upstream) and just build the kernel
>> >as usual.
> Why not checkout the am33x-v3.8 branch? That way you can track the changes
> Robert makes to his v3.8 branch. I find it easier to patch Robert¹s
> linux-dev repo with your xenomai changes and then I¹m always up to date
> with Robert¹s changes. It might be even easier to have Robert add a
> Xenomai branch.
> 
> Regards,
> John
>> >
>> >On 2/7/2014 9:55 AM, David Lewin wrote:
>>> >> Therefore, this would need to
>>> >>
>>> >> - git checkout to branch /3.8.13-bone36 as the emmc flasher kernel
>>> use
>>> >>this
>>> >> one
>>> >> - build_kernel.sh anew
>>> >>
>>> >> is that right ?
>>> >> if yes, I couldn't retrieve where to set the branch to co.
>>> >>
>>> >> 2014-02-07 Charles Steinkuehler :
>>> >>
 >>> If you're using my linux-dev repository, you need to check out the
 >>> appropriate branch, master is not intended for actual use.
 >>>
 >>> On 2/7/2014 8:48 AM, David Lewin wrote:
>  I've followed :
> 
>> > For the MachineKit Xenomai kernels it's very easy, and
>> identical to
>> > working with Robert Nelson's kernels.  You just work from my
>> github
>> > repository instead of his (I've added the Xenomai patches to
the
>> > laundry-list of BeagleBone patches his scripts apply):
>> > https://github.com/cdsteinkuehler/linux-dev
>> > You run the ./build_kernel.sh script, so the BeagleBone and
>> Xenomai
>> > patches will be applied.  You can then edit the configuration
as
>> >desired
>> > and rebuild the kernel using tools/rebuild.sh
> 
> 
>  which may be wrong, but :
>  *git branch  *
>  within linux-dev is correctly pointing to master.
> 
>  What did I've missed
> 
> 
>  2014-02-07 Robert Nelson :
> 
>> >
>> >
>> >
>> > On Fri, Feb 7, 2014 at 8:09 AM, David Lewin
>>>

Re: [beagleboard] up all night.. fdisk questions

2014-02-10 Thread Ron Morgan


fair enough

thanks again

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Customizing BBB Angstrom Kernel?

2014-02-10 Thread Mark Hatch

Hi friends,

Total newbie here, so forgive me.

I'm
 
trying to add functionality to iptables so I can use the BBB as a ad-hoc 
"router", sharing it's Ethernet connection with others.

>From what I've gleamed so far I need to add that functionality by 
recompiling the kernel.

So following the links at http://www.angstrom-distribution.org/ i cloned 
the setup-scripts.

MACHINE=beaglebone ./oebb.sh config beaglebone

MACHINE=beagleboard ./oebb.sh update

. environment-angstrom-v2013.06

bitbake -c menuconfig virtual/kernel

I then change the options I need, but when I built it made a zImage file... 
Which confuses me.

Now what I don't understand is that the image I want should be based off 
the regular systemd image.


   - 
   
   bitbake systemd-image
   
   
How do I update the kernel configuration from the systemd image without 
just building the regular image?

A step-by-step explanation would be awesome, cause I've never 
customized/built the linux kernel before.
I also do not have a serial cable yet. Is this necessary for running a 
custom kernel? Do options in u-boot need to be changed?

I'm sure I'm asking all the wrong questions, but would really appreciate 
some help!

Here are the options that I need:

Networking  >
 Networking options  >
  Network packet filtering framework (Netfilter)--->
   Core Netfilter Configuration >
<*> Netfilter connection tracking support
<*> Netfilter Xtables support (required for ip_tables)
<*>   "NFLOG" target support
<*>   "conntrack" connection tracking match support
<*>   "state" match support
   IP: Netfilter Configuration --->
<*> IPv4 connection tracking support (required for NAT)
<*> IP tables support (required for filtering/masq/NAT)
<*>   Packet Filtering
<*> REJECT target support
<*>   Full NAT
<*> MASQUERADE target support
<*> Packet mangling

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] BBB ttyUSB not mounted

2014-02-10 Thread mikael . ljunggren
 Hi,

My BBB is running Ubuntu 13.10 v3.8.13-bone37 kernel 

I have installed weewx weather station software and attaches the station 
through USB but cannot get the BBB to mount it on ttyUSBx

lsusb gives

Bus 001 Device 002: ID 1941:8021 Dream Link WH1080 Weather Station / USB 
Missile Launcher
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

dmesg | grep 1941:8021

[ 149.931157] hid-generic 0003:1941:8021.0001: device has no listeners, 
quitting

I have tried modprobe usb-serial vendor=0x1941 product=0x8021 but nothing

Nothing under /dev/

Anyone who knows what to do?

Regards,
Mikael

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread William Hermans
Charles,

Personally, I think the other idea you had ( default device tree overlay ?
) is a better idea.  It is kind of the same thing, but perhaps no dynamic
loading while the OS is live. Which in my humble opinion was never a good
idea anyhow( live pin-muxing ).


On Mon, Feb 10, 2014 at 10:58 AM, Don deJuan  wrote:

>  On 02/10/2014 09:52 AM, robert.berger wrote:
>
> Hi,
>
>  Where does it state he is running on 3.13, I seem to be missing it ?
>>
>
> Sorry - to many thirteen s - it's 3.8.13 ;)
>
> https://github.com/derekmolloy/boneDeviceTree/tree/master/DTSource3.8.13
>
> Regards,
>
> Robert
>  --
> For more 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...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
> Figured that was the one :)
>
> --
> 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...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Control hardware from webserver

2014-02-10 Thread William Hermans
Jack,

Ok perhaps I am missing something, and I by no means mean to be adversarial
here. I am just curious, so If i  am missing something please feel free to
enlighten me.

What is the difference between using setuid(0) and having a web socks app
running the app ? Here is my thinking. If you write the app/service
correctly, all anyone is going to be able to do is switch on / off an LED.
Yes, perhaps you do not want *EVERYONE* doing this, but how will this
solution solve that specific problem ? Unless I am missing something . . .
nothing can, short of having a user login screen for the web interface.

So I am not looking for an argument so much as enlightenment . . . as I
have personally given this situation some thought over the last 6 or so
months( being new to embedded Linux, and thus web appliances ).


On Mon, Feb 10, 2014 at 9:03 AM, Jack Mitchell wrote:

> On 07/02/14 21:28, jdswen...@gmail.com wrote:
> > OS Image: Ubuntu Precise 12.04.3 LTS
> >
> > I'm attempting to control LEDs from a webpage (and eventually other
> > hardware from the device tree overlay).  I've written a C program to
> > toggle the onboard LED based on the arguments passed to it. This only
> > works if you run it as root however.  I've also installed lighttpd and
> > have a php page running with a link to toggle the LED based on button
> > press.  To work around running as root, I added a setuid(0) to the C
> > program and changed the ownership of the gcc output binary to root, then
> > made the binary readable and executable by any user.  The result is that
> > the php page can control the LED, but I'm uncertain of how safe this set
> > up is.
> >
> > Is there a better (safer) way for me to be controlling hardware from a
> > webpage with C?  If not, what are my other options?
> >
> > Let me know if I can provide you with any additional details.
> >
> > Thanks,
> > Jake
> >
>
> Yes. You could implement a message passing bus (websockets for example)
> which the C program responds to. Therefore you run your C program in the
> background waiting for a message on the bus, then you get your web
> application to send a message to the program telling it turn on/off an
> LED. The C program runs as root and as such has control of the hardware
> and your webapge never calls the C program, but only sends data on the
> message bus, so as such it's a bit harder for anyone to do anything
> untoward.
>
> --
>   Jack Mitchell (j...@embed.me.uk)
>   Embedded Systems Engineer
>   Cambridgeshire, UK
>   http://www.embed.me.uk
> --
>
> --
> 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...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Customizing BBB Angstrom Kernel?

2014-02-10 Thread Rusty Wright
Do you need iptables?  When I last had to deal with routing stuff I ran the 
gated routing daemon, although
this was on a Sun server that had a bunch of ethernet interfaces on it. 
 Sun Solaris didn't have iptables back then.

On Monday, February 10, 2014 11:45:31 AM UTC-8, Mark Hatch wrote:
>
>
> Hi friends,
>
> Total newbie here, so forgive me.
>
> I'm
>  
> trying to add functionality to iptables so I can use the BBB as a ad-hoc 
> "router", sharing it's Ethernet connection with others.
>
> From what I've gleamed so far I need to add that functionality by 
> recompiling the kernel.
>
> So following the links at http://www.angstrom-distribution.org/ i cloned 
> the setup-scripts.
>
> MACHINE=beaglebone ./oebb.sh config beaglebone
>
> MACHINE=beagleboard ./oebb.sh update
>
> . environment-angstrom-v2013.06
>
> bitbake -c menuconfig virtual/kernel
>
> I then change the options I need, but when I built it made a zImage 
> file... Which confuses me.
>
> Now what I don't understand is that the image I want should be based off 
> the regular systemd image.
>
>
>- 
>
>bitbake systemd-image
>
>
> How do I update the kernel configuration from the systemd image without 
> just building the regular image?
>
> A step-by-step explanation would be awesome, cause I've never 
> customized/built the linux kernel before.
> I also do not have a serial cable yet. Is this necessary for running a 
> custom kernel? Do options in u-boot need to be changed?
>
> I'm sure I'm asking all the wrong questions, but would really appreciate 
> some help!
>
> Here are the options that I need:
>
> Networking  >
>  Networking options  >
>   Network packet filtering framework (Netfilter)--->
>Core Netfilter Configuration >
> <*> Netfilter connection tracking support
> <*> Netfilter Xtables support (required for ip_tables)
> <*>   "NFLOG" target support
> <*>   "conntrack" connection tracking match support
> <*>   "state" match support
>IP: Netfilter Configuration --->
> <*> IPv4 connection tracking support (required for NAT)
> <*> IP tables support (required for filtering/masq/NAT)
> <*>   Packet Filtering
> <*> REJECT target support
> <*>   Full NAT
> <*> MASQUERADE target support
> <*> Packet mangling
>
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Control hardware from webserver

2014-02-10 Thread William Hermans
My idea was to actually set environment variables to specific values for
different occasions, then have an app/service read the values of the
variables periodically. Whatever that is worth to anyone else . . .


On Mon, Feb 10, 2014 at 2:34 PM, William Hermans  wrote:

> Jack,
>
> Ok perhaps I am missing something, and I by no means mean to be
> adversarial here. I am just curious, so If i  am missing something please
> feel free to enlighten me.
>
> What is the difference between using setuid(0) and having a web socks app
> running the app ? Here is my thinking. If you write the app/service
> correctly, all anyone is going to be able to do is switch on / off an LED.
> Yes, perhaps you do not want *EVERYONE* doing this, but how will this
> solution solve that specific problem ? Unless I am missing something . . .
> nothing can, short of having a user login screen for the web interface.
>
> So I am not looking for an argument so much as enlightenment . . . as I
> have personally given this situation some thought over the last 6 or so
> months( being new to embedded Linux, and thus web appliances ).
>
>
> On Mon, Feb 10, 2014 at 9:03 AM, Jack Mitchell 
> wrote:
>
>> On 07/02/14 21:28, jdswen...@gmail.com wrote:
>> > OS Image: Ubuntu Precise 12.04.3 LTS
>> >
>> > I'm attempting to control LEDs from a webpage (and eventually other
>> > hardware from the device tree overlay).  I've written a C program to
>> > toggle the onboard LED based on the arguments passed to it. This only
>> > works if you run it as root however.  I've also installed lighttpd and
>> > have a php page running with a link to toggle the LED based on button
>> > press.  To work around running as root, I added a setuid(0) to the C
>> > program and changed the ownership of the gcc output binary to root, then
>> > made the binary readable and executable by any user.  The result is that
>> > the php page can control the LED, but I'm uncertain of how safe this set
>> > up is.
>> >
>> > Is there a better (safer) way for me to be controlling hardware from a
>> > webpage with C?  If not, what are my other options?
>> >
>> > Let me know if I can provide you with any additional details.
>> >
>> > Thanks,
>> > Jake
>> >
>>
>> Yes. You could implement a message passing bus (websockets for example)
>> which the C program responds to. Therefore you run your C program in the
>> background waiting for a message on the bus, then you get your web
>> application to send a message to the program telling it turn on/off an
>> LED. The C program runs as root and as such has control of the hardware
>> and your webapge never calls the C program, but only sends data on the
>> message bus, so as such it's a bit harder for anyone to do anything
>> untoward.
>>
>> --
>>   Jack Mitchell (j...@embed.me.uk)
>>   Embedded Systems Engineer
>>   Cambridgeshire, UK
>>   http://www.embed.me.uk
>> --
>>
>> --
>> 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...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: Frustrated trying to do basic things...

2014-02-10 Thread William Hermans
Larry,

Not sure what your experience is with Linux, and various distro's etc, but
you may be better off getting a copy of Robert's debian or Ubuntu running
on SD card, and then finally putting it on the eMMC if you're happy with
it. There are also several other distro's working out there as well,
including a BSD or two.

It has been my own personal experience that Angstrom is only going to give
someone grief. Partly because it does not exactly work very well( in some
cases ) and also partly because up to date accurate documentation for it is
not exactly easy to find.


On Mon, Feb 10, 2014 at 8:48 AM, Robert Nelson wrote:

>
>
>
> On Mon, Feb 10, 2014 at 9:38 AM, doog  wrote:
>
>> I just check and BONE_D64.exe linked on the Getting Started page was
>> working and downloaded a 1.1MB file. Gotta love how fast BB.org folks fix
>> things.
>>
>> Because you didn't say anything about a USB network device which should
>> load up along with the flash memory device I would say reflash to the
>> latest Angstrom image and then see what happens. If you've got a Linux
>> distro running in a Virtual Machine you could try that as even the old
>> images worked fine on 2 computers running old(12.04) and new(13.10)
>> versions of Ubuntu.
>>
>
>
> The "latest" Angstrom image still contains a version of "BONE_D64.exe"
> that was before this push:
>
>
> https://github.com/beagleboard/beaglebone-getting-started/commit/6e2240697a83697c84eb9f9f10a6fd976f5c3ce8
>
> That push contains a signed driver, very useful for users stuck on
> 8.0/8.1/etc..
>
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Free Up Space on BBB

2014-02-10 Thread Rusty Wright
If you're connected to the BBB using the USB cable which uses the Linux 
gadget driver stuff
that makes the USB into a network that could be the problem.   On my BBB 
while I
have the USB cable from my PC plugged into BBB I'm getting a constant 
stream of debug
messages, which are going into the log files and filling up the disk. 
 Getting the ethernet
up and working allowed me to switch from using USB to ethernet for ssh (and 
unplug the PC's
USB cable from the BBB).

After I got the ether working I could see the debug messages start again as 
soon as I plugged
in the PC's USB cable.

Use the dmesg command to see if that's your problem.


On Monday, February 10, 2014 9:58:00 AM UTC-8, joshp...@gmail.com wrote:
>
> I have a BBB with angstrom installed. I am updated the system to try to 
> get my wifi working, and I have run out of space after doing opkg 
> update/upgrade. I was wondering if anyone could help me figure out what 
> packages I can remove to free up some space. I don't need the gui, I will 
> be running it as a webserver to controll my home brewery via bonescript. 
> That is about all it will do. Any help would be much appreciated!
>
>
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Customizing BBB Angstrom Kernel?

2014-02-10 Thread Mark Hatch
Thanks for the response!

I have just been following various tutorials online that use the following 
command.

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

Maybe even the following

iptables -A FORWARD -i eth0 -o wlan0 -m conntrack --ctstate 
RELATED,ESTABLISHED -j ACCEPT
iptables -A FORWARD -i wlan0 -o eth0 -j ACCEPT

Allowing the packets coming in via the ad-hoc wlan to be forwarded onward 
via ethernet.

I've seen this in several tutorials of sharing internet whether via usb or 
wlan.

However, if I run that command on the beaglebone I get an error saying 
iptables needs to be updated.

can't initialize iptables table `nat': (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

I'll look into gated a little more. I'm looking for any simple solution 
that works.

On Monday, February 10, 2014 4:35:20 PM UTC-5, Rusty Wright wrote:
>
> Do you need iptables?  When I last had to deal with routing stuff I ran 
> the gated routing daemon, although
> this was on a Sun server that had a bunch of ethernet interfaces on it. 
>  Sun Solaris didn't have iptables back then.
>
> On Monday, February 10, 2014 11:45:31 AM UTC-8, Mark Hatch wrote:
>>
>>
>> Hi friends,
>>
>> Total newbie here, so forgive me.
>>
>> I'm
>>  
>> trying to add functionality to iptables so I can use the BBB as a ad-hoc 
>> "router", sharing it's Ethernet connection with others.
>>
>> From what I've gleamed so far I need to add that functionality by 
>> recompiling the kernel.
>>
>> So following the links at http://www.angstrom-distribution.org/ i cloned 
>> the setup-scripts.
>>
>> MACHINE=beaglebone ./oebb.sh config beaglebone
>>
>> MACHINE=beagleboard ./oebb.sh update
>>
>> . environment-angstrom-v2013.06
>>
>> bitbake -c menuconfig virtual/kernel
>>
>> I then change the options I need, but when I built it made a zImage 
>> file... Which confuses me.
>>
>> Now what I don't understand is that the image I want should be based off 
>> the regular systemd image.
>>
>>
>>- 
>>
>>bitbake systemd-image
>>
>>
>> How do I update the kernel configuration from the systemd image without 
>> just building the regular image?
>>
>> A step-by-step explanation would be awesome, cause I've never 
>> customized/built the linux kernel before.
>> I also do not have a serial cable yet. Is this necessary for running a 
>> custom kernel? Do options in u-boot need to be changed?
>>
>> I'm sure I'm asking all the wrong questions, but would really appreciate 
>> some help!
>>
>> Here are the options that I need:
>>
>> Networking  >
>>  Networking options  >
>>   Network packet filtering framework (Netfilter)--->
>>Core Netfilter Configuration >
>> <*> Netfilter connection tracking support
>> <*> Netfilter Xtables support (required for ip_tables)
>> <*>   "NFLOG" target support
>> <*>   "conntrack" connection tracking match support
>> <*>   "state" match support
>>IP: Netfilter Configuration --->
>> <*> IPv4 connection tracking support (required for NAT)
>> <*> IP tables support (required for filtering/masq/NAT)
>> <*>   Packet Filtering
>> <*> REJECT target support
>> <*>   Full NAT
>> <*> MASQUERADE target support
>> <*> Packet mangling
>>
>>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Flashing Compiled Kernel

2014-02-10 Thread William Hermans
Osmosis ?


On Mon, Feb 10, 2014 at 6:57 AM, Robert Nelson wrote:

>
>
>
> On Sat, Feb 8, 2014 at 9:30 AM,  wrote:
>
>> I have compiled the latest debian kernel using instructions I found on
>> another post:
>>
>>  git clone git://github.com/RobertCNelson/linux-dev.git
>>  cd linux-dev/
>>  git checkout origin/am33x-v3.8 -b tmp
>>  ./build_kernel.sh
>>
>> The build is complete. I can't figure out how or which file I need to use
>> to flash it to the eMMC. If I try to run ./tools/install_kernel.sh it tells
>> me "Please update MMC variable in system.sh", which I did:
>> "MMC=/dev/mmcblk1"
>> mmcblk1 corresponds to my emmc. Any thoughts?
>>
>>
> Come on guys! Is the "eMMC" local to the install script, no... Aka unless
> the install script is physcally "running" on the beaglebone?? Then, duh,
> there is NO way for the "./tools/install_kernel.sh" to flash the eMMC..
>
> Copy the zImage/modules/dtbs yourself to the eMMC and install them in the
> appropriate place..
>
> /boot/uboot/zImage
> /boot/uboot/dtbs/
>
> /lib/modules/
>
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread rattus

>
> Robert, do these images support keepalive on network connections? I am 
> running your 1-29-14 image (SD version) and am unable to keep either my 
> Ethernet or wifi connections alive for more than a few hours, despite 
> pinging out once a minute on both ports. I've played with the 
> tcp_keepalive_* and have turned power management off, but stil no joy in 
> what I want to be a reliable headless application. 

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Charles Steinkuehler
On 2/10/2014 3:23 PM, William Hermans wrote:
> Charles,
> 
> Personally, I think the other idea you had ( default device tree overlay ?
> ) is a better idea.  It is kind of the same thing, but perhaps no dynamic
> loading while the OS is live. Which in my humble opinion was never a good
> idea anyhow( live pin-muxing ).

I'm confused, what exactly do you mean?

My idea is basically to enable as much useful SoC hardware as practical
via a single device tree overlay or via a static device tree (on kernels
without the cape manager).  The pinmux helper module then allows
run-time selection of the hardware you want to use for any given pin.

There's no way to avoid playing with the pin multiplexers when the OS is
"live" other than by editing the device tree and reloading.  That's the
problem I'm trying to get around...allowing run-time selection of
hardware without having to understand or compile device tree fragments.

-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


  1   2   >