[beagleboard] [Q] Why I cannot mmap this region in 3.13 kernel?

2014-04-04 Thread Sungjin Chun
I'm using BeagleBone Black. PRU example code PRU_memAccess_DDR_PRUsharedRAM in PRU sw package does not run on 3.13.6 kernel. And I found where it does stop working; mmap(0, 0x0FFF, PROT_WRITE | PROT_READ, MAP_SHARED, nFDMem, DDR_BASEADDR); where DDR_BASEADDR is 0x8000. This code works

[beagleboard] Re: SPI 2 input wires

2014-04-04 Thread Rafael Fiebig-Bindner
Screw the question above, I dug into the issue something more and now I wonder if it is even possible? According to the processor data sheet it uses a shift register, which is filled from one register for write and fills another register for read. Now can I reverse this direction on the write

[beagleboard] BBB is out of stock in India, Anybody willing to sell BBB?

2014-04-04 Thread Vishnu
BBB is out of stock in India, Anybody willing to sell BBB? -- 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

[beagleboard] Re: [Q] Why I cannot mmap this region in 3.13 kernel?

2014-04-04 Thread Sungjin Chun
I found solution. I have to use interface function provided by pruss (which I had not known). prussdrv_map_extmem This function solves my problem. On Friday, April 4, 2014 4:23:39 PM UTC+9, Sungjin Chun wrote: I'm using BeagleBone Black. PRU example code PRU_memAccess_DDR_PRUsharedRAM

[beagleboard] Re: Help with PRU on Beaglebone Black

2014-04-04 Thread Calvin Owens
I took care of that in the boot device tree. Forgot to specify that, sorry. It was in the overlay as well; I saw a comment somewhere that re-enabling it could cause problems so I took it out. On April 4, 2014 12:05:06 AM CDT, brise...@yahoo.com.au wrote: You need a fragment that targets the

[beagleboard] Help me running my first Hello word application on beagle board

2014-04-04 Thread utnayyar19
Hi friends i am using Beagle Board for the first tym and am new to the Linux environment, i am using Eclipse C/C++ IDE and am using MinGW cross compiler tool chain, i have successfully compiled the example hello word application using cross GCC, but after that i am completely lost, i have the

[beagleboard] Re: Possible TPS65217C/Beaglebone Black Issue

2014-04-04 Thread admin
Just to confirm this. From the TPS datasheet: OFF In OFF mode the PMIC is completely shut down with the exception of a few circuits to monitor the AC, USB, and push-button input. All power rails are turned off and the registers are reset to their default values. The I2C communication

[beagleboard] std thread multithreading performance very low

2014-04-04 Thread dmitriy . kostromin
Hi, I use ubuntu build from this page http://elinux.org/BeagleBoardUbuntuhttp://elinux.org/BeagleBoardUbuntu. When I create multiple threads with infinite loop(with sleep 10ms) by std::thread - cpu load is too high. For example I create 21 thread like this void test_class::foo() { while

Re: [beagleboard] Powering BeagleBone Black from Expansion Header

2014-04-04 Thread Mahammad
Hello I am trying to powering up the BBB through the header p9.. but when using connecting the 5V to pins 5 and 6 it is still not turning on automatically. I still need to press its power button. So how to make it turn on by just connecting the power? Best Regards On Wednesday, June 26,

Re: [beagleboard] Powering BeagleBone Black from Expansion Header

2014-04-04 Thread Gerald Coley
Sounds like you are doing something wrong. Those pins connect to the power jack, so it should power the board. What else can you tell me about your setup? Gerald On Fri, Apr 4, 2014 at 7:27 AM, Mahammad cair...@gmail.com wrote: Hello I am trying to powering up the BBB through the header

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

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

Re: [beagleboard] Re: BBB + PREEMPT_RT

2014-04-04 Thread quikcjack
Sorry for my late answer. I have posted my kernel configuration on March 5. Please take a close look at my postings. You mave have to log in to google to see the attachments. Am Mittwoch, 19. März 2014 16:06:07 UTC+1 schrieb winglion:  hi,quikcjack. I had been fallowing the topic for

[beagleboard] Announcement: Power Cape (UPS)

2014-04-04 Thread Ron B.
Hello fellow enthusiasts, Please check out my Power Cape http://andicelabs.com/beaglebone-powercape/and let me know what you think. Yes, they are for sale but I would also value your feedback. Thanks, -Ron -- For more options, visit http://beagleboard.org/discuss --- You received this

Re: [beagleboard] Connection to Display doesn't work properly

2014-04-04 Thread plutodadog
Thanks Gerald, I tried another keyboard but the only key that seems to do something is the power off key. When i hit it - after like a minute or so - the following text appears on the screen: ngström ngström Distribution Beaglebone rom v2012.12 - Kernel 3.8.13 ebone login: this - like the

[beagleboard] Re: Debian boot - need a little help

2014-04-04 Thread Dennis Cote
On Thursday, April 3, 2014 9:47:31 PM UTC-6, Doug wrote: Why is ethernet not supported at initial boot? Hi Doug, The Debian images use wicd to start the network interfaces instead of the /etc/network/interfaces file to avoid a possible delay on boot when the BBB is not connected to a wired

Re: [beagleboard] Connection to Display doesn't work properly

2014-04-04 Thread Gerald Coley
So when it powers down, is the power LED off? Gerald On Fri, Apr 4, 2014 at 10:17 AM, plutoda...@gmail.com wrote: Thanks Gerald, I tried another keyboard but the only key that seems to do something is the power off key. When i hit it - after like a minute or so - the following text

[beagleboard] Where did /sys/bus/iio/devices/iio\:device0/in_voltage[0-3]_raw go in saucy 3.13.X kernels?

2014-04-04 Thread John Amidon
Starting with a brand-new, out of the box BBB, I flashed it with *https://rcn-ee.net/deb/flasher/saucy/BBB-eMMC-flasher-ubuntu-13.10-2014-03-27-2gb.img.xz*which is of course the 3.8.13-bone40 kernel. The analog inputs were enabled once the # echo cape-bone-iio

Re: [beagleboard] Powering BeagleBone Black from Expansion Header

2014-04-04 Thread Mahammad
Hi Gerald.. many thanks for your support.. I revised the the cape design again and I found my mistake.. I was connecting power to pin 7 and 8 as well.. it seams like those pins should stay without any volts applied before the device start and supply them with 5V itself. Thanks.. On Friday,

Re: [beagleboard] Powering BeagleBone Black from Expansion Header

2014-04-04 Thread Gerald Coley
Glad you figured it out! Gerald On Fri, Apr 4, 2014 at 10:39 AM, Mahammad cair...@gmail.com wrote: Hi Gerald.. many thanks for your support.. I revised the the cape design again and I found my mistake.. I was connecting power to pin 7 and 8 as well.. it seams like those pins should stay

[beagleboard] Re: QT5 eglfs problem on embedded linux (TI am355x evm starter kit)

2014-04-04 Thread Dennis Cote
On Thursday, April 3, 2014 12:35:38 AM UTC-6, Morix Dev wrote: I haven't do anything special about SGX drivers, using the stock one provided by TI pre-built images. Do you think that I should recompile somehow SGX drivers? Why? Thanks for the info. I didn't notice you were using the TI EVM

[beagleboard] Compile problem

2014-04-04 Thread Doug
I am trying to compile some code in the latest debian release. I got the latest source by using -- wget

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

2014-04-04 Thread Toni Salaet Larrull
I have the same problem... You could solve it? El dimecres 2 d’abril de 2014 8:09:52 UTC+2, mbba...@gmail.com va escriure: What is the problem with the default kernel? That wifi doesn't work good in general, that it doesn't connect to unsecured networks, that Wicd is buggy and will

Re: [beagleboard] Re: SPI 2 input wires

2014-04-04 Thread John Syn
From: Rafael Fiebig-Bindner r.fiebig.bind...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Friday, April 4, 2014 at 2:42 AM To: beagleboard@googlegroups.com Subject: [beagleboard] Re: SPI 2 input wires Screw the question above, I dug into the issue something more and now I wonder

Re: [beagleboard] Re: Possible TPS65217C/Beaglebone Black Issue

2014-04-04 Thread John Syn
From: ad...@mxm-upgrade.com Reply-To: beagleboard@googlegroups.com Date: Friday, April 4, 2014 at 2:17 AM To: beagleboard@googlegroups.com Subject: [beagleboard] Re: Possible TPS65217C/Beaglebone Black Issue Just to confirm this. From the TPS datasheet: OFF In OFF mode the PMIC is

Re: [beagleboard] std thread multithreading performance very low

2014-04-04 Thread John Syn
From: dmitriy.kostro...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Friday, April 4, 2014 at 5:17 AM To: beagleboard@googlegroups.com Subject: [beagleboard] std thread multithreading performance very low Hi, I use ubuntu build from this page http://elinux.org/BeagleBoardUbuntu

Re: [beagleboard] Re: QT5 eglfs problem on embedded linux (TI am355x evm starter kit)

2014-04-04 Thread John Syn
From: Dennis Cote denn...@harding.ca Reply-To: beagleboard@googlegroups.com Date: Friday, April 4, 2014 at 8:47 AM To: beagleboard@googlegroups.com Cc: morix@gmail.com Subject: [beagleboard] Re: QT5 eglfs problem on embedded linux (TI am355x evm starter kit) On Thursday, April 3, 2014

Re: [beagleboard] Where did /sys/bus/iio/devices/iio\:device0/in_voltage[0-3]_raw go in saucy 3.13.X kernels?

2014-04-04 Thread Sungjin Chun
As far as I know, the default am33x-boneblack.dtb which is read from kernel during boot does have only 3 pin addresses for analog inputs, you can modify this by referring TRM or other dts files. I do not have my file now sorry, I cannot post here. Sent from my iPad On Apr 5, 2014, at 12:36

Re: [beagleboard] Re: Possible TPS65217C/Beaglebone Black Issue

2014-04-04 Thread James Littlefield
Thanks for confirming my original observation! I think John raises some important points regarding power handling...some of which go well beyond the context of my original post.As he suggests a software solution is not an option ...unless you have some other platform to run the software on!

Re: [beagleboard] Re: Possible TPS65217C/Beaglebone Black Issue

2014-04-04 Thread Przemek Klosowski
As a general comment, whenever people are talking about edge detection, there's an implied timing specification of the sharpness and/or quality of that edge---there's an implied slope and setup/hold times, and your actual V(t) may be such that it is not seen as a valid, recognized positive edge.