Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-09 Thread evilwulfie
paste a link to this fuel pump On 7/9/2015 7:57 AM, Marlon Cesar Pilonetto wrote: The baud rate the fuel pump uses is 5760 and I am unable to communicate with her through my application. The same application on fuel pumps with baud rate 9600 works perfectly . Em quarta-feira, 8 de julho

Re: [beagleboard] Pin Acting Odd

2015-07-09 Thread jmschmitz12
Okay gotcha. Would you agree with my logic in the first part then (about the beaglescript)? Sent via the Samsung Galaxy S® 6, an ATT 4G LTE smartphone Original message From: Gerald Coley ger...@beagleboard.org Date: 07/09/2015 8:33 AM (GMT-05:00) To:

Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-09 Thread Marlon Cesar Pilonetto
The baud rate the fuel pump uses is 5760 and I am unable to communicate with her through my application. The same application on fuel pumps with baud rate 9600 works perfectly . Em quarta-feira, 8 de julho de 2015 14:23:33 UTC-3, Wulf Man escreveu: Standard baud rates supported by most

Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-09 Thread Jerônimo Lopes
Have you tried 57600? 2015-07-09 13:39 GMT-03:00 Marlon Cesar Pilonetto marlon.pilone...@gmail.com: The pump has closed protocol and communicates via current loop, use a serial loop converter to communicate. I have an application that works that way with several pumps market the only problem

Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-09 Thread Marlon Cesar Pilonetto
Hello friend, there is a very big difference between 5760 and 57600, I really need to communicate at the speed of 5760. att, Em quinta-feira, 9 de julho de 2015 13:57:17 UTC-3, Jerônimo Lopes escreveu: Have you tried 57600? 2015-07-09 13:39 GMT-03:00 Marlon Cesar Pilonetto

Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-09 Thread William Hermans
Ok, in order to achieve 5760, you're going to have to change the UART frequency. Change the clock source, multiplier, etc. On Thu, Jul 9, 2015 at 10:03 AM, Marlon Cesar Pilonetto marlon.pilone...@gmail.com wrote: Hello friend, there is a very big difference between 5760 and 57600, I really

Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-09 Thread Harvey White
On Thu, 9 Jul 2015 09:39:28 -0700 (PDT), you wrote: The pump has closed protocol and communicates via current loop, use a serial loop converter to communicate. I have an application that works that way with several pumps market the only problem with this is the BAUDRATE. Does anyone know how

Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-09 Thread Marlon Cesar Pilonetto
William, Really need to be 5760, I saw that it is necessary to change the frequency multiplier UART etc .. but that's exactly what I can not do. Can you help me with this? Em quinta-feira, 9 de julho de 2015 14:23:17 UTC-3, William Hermans escreveu: Ok, in order to achieve 5760, you're

Re: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread William Hermans
humm, I wonder if there is an easy way to diff the images. I've never used diff, so do not rightly know. Robert ? On Thu, Jul 9, 2015 at 3:33 AM, g...@novadsp.com wrote: and pstree for that mater. Sadly no can do. The 2 that do not boot will not boot at all. Ever. -- For more options,

[beagleboard] Error connect ENOENT when trying to send request from beagle bone

2015-07-09 Thread praveen0989
I am using the http module to send request to an end point. It gives me Error connect ENOENT syscall connect. Can anybody help me figure out what it means? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread jalodi . hum
Yes, I do need to compile modules. When you say any latest 3.8 does that mean that I should grab it from kernel.org, or somewhere else? BTW: One thing that I am not clear on is how to know if an official release from kernel.org has evolved enough or when a specialized version is needed. I

Re: [beagleboard] Sound is not working in Ubuntu 12.04(unity) - BBB

2015-07-09 Thread Robert Nelson
On Thu, Jul 9, 2015 at 1:51 PM, new.mohamm...@gmail.com wrote: I heard 14.04 is more laggy than 12.04 on BBB, is it right? Not sure what you've been smoking... Sound works fine in 14.04? It works with the default 3.8.x and 3.14.x-ti kernels. ubuntu@ubuntu-armhf:~$ uname -r

Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-09 Thread William Hermans
According to this: http://stackoverflow.com/questions/12646324/how-to-set-a-custom-baud-rate-on-linux *You can set custom baud rate using stty command on linux. For example, to set custom baud rate of 567890 on your serial port /dev/ttyX0 use the command* *stty -F /dev/ttyX0 567890* This may /

Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-09 Thread Marlon Cesar Pilonetto
When running the aforementioned command I received the following feedback root@beaglebone:/# stty -F /dev/ttyO1 5760 stty: invalid argument `5760' Try `stty --help' for more information. Em quinta-feira, 9 de julho de 2015 14:38:24 UTC-3, William Hermans escreveu: According to this:

[beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread jalodi . hum
Unfortunately I do not YET have enough experience with the Sitara, PRUs, Linux devie tree, etc. to jump into making such a contribution. Have only been playing with the BBB for a week. Can anyone point me to a kernel source that would be the best for a new-commer to play with the PRU?

Re: [beagleboard] Boot from SD Card without pressing the Boot button?

2015-07-09 Thread William Hermans
You can also put a newer debian image on the eMMC, and configure uEnv.txt to boot from sdcard. However, in the above case you'd still be loading MLO( and possibly uboot too - I do not remember ) from the eMMC. After which it would start loading the kernel / rootfs from the sdcard. On Thu, Jul 9,

Re: [beagleboard] Re: Kickstarter Project: BeagleCore - miniaturized computer module compatible with BeagleBone Black

2015-07-09 Thread William Hermans
*Thanks Wiliam. I really appreciate your detailed answer and - like said before - we do not think our solution to be perfect yet. This is why we try to keep in touch with the community to know what people have to say. Let's hope the best for BeagleCore but I'm pretty sure we can make it.*

Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-09 Thread evilwulfie
http://www.ti.com/lit/ug/spruh73l/spruh73l.pdf The available baud rates for UART mode are shown in Table 19-25. page 4236 seems it cannot be done you will need to use an external UART that can do that baudrate /When running the aforementioned command I received the following

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread William Hermans
*Can anyone point me to a kernel source that would be the best for a new-commer to play with the PRU?* DO you need to compile your own module(s)? If not then any of the latest 3.8.x kernels should work fine. Here is a link to Robert's build guide:

Re: [beagleboard] Pin Acting Odd

2015-07-09 Thread Gerald Coley
I defer to the creator of BoneScript to answer that. I assume that if the HDMi port were disabled, it frees this pin as well. But maybe not. Gerald On Thu, Jul 9, 2015 at 7:55 AM, jmschmitz12 jmschmit...@gmail.com wrote: Okay gotcha. Would you agree with my logic in the first part then (about

Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-09 Thread William Hermans
*When running the aforementioned command I received the following feedback* *root@beaglebone:/# stty -F /dev/ttyO1 5760* *stty: invalid argument `5760'* *Try `stty --help' for more information.* Yes, that was mentioned on stackoverflow as a possibility. In which case, you're going to

Re: [beagleboard] Sound is not working in Ubuntu 12.04(unity) - BBB

2015-07-09 Thread new . mohammads
I heard 14.04 is more laggy than 12.04 on BBB, is it right? Sound works fine in 14.04? ubuntu@ubuntu-armhf:~$ uname -r 3.14.4.1-bone-armhf.com -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard

[beagleboard] scipy.io.wavfile.read() on beaglebone return string output instead of integer array.

2015-07-09 Thread sns
I have a Beaglebone black running debian and I am using python for my requirement. When I run scipy.io.wavfile.read on a wave file, instead of returning numpy array of integers, it returns a string with one or two elements. So, further processing becomes impossible.The error message shows:

Re: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread William Hermans
g4, I'm pretty sure the only real known issues relate to systemd, and upstart in the case of Ubuntu On Thu, Jul 9, 2015 at 5:53 PM, g...@novadsp.com wrote: and the Debian Wheezy 8.x works fine under nfs.. OK. I will have to give that a shot. Are there any issues using with the 4.1.0 kernel?

Re: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread William Hermans
perhaps in regards to dhcp ( dynamic IPs ) I'm thinking of TFTP. On Thu, Jul 9, 2015 at 6:34 PM, William Hermans yyrk...@gmail.com wrote: If all these boards boot using dynamic IP's I'm actually surprised that any work. It has been a long time since I've researched this. But what I remember

RE: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread g4
and the Debian Wheezy 8.x works fine under nfs.. OK. I will have to give that a shot. Are there any issues using with the 4.1.0 kernel? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard

Re: [beagleboard] Industry Standard?

2015-07-09 Thread Harvey White
On Thu, 9 Jul 2015 13:10:56 -0700 (PDT), you wrote: Do any of the Beagle Boards, or any other single-board computer for that matter, come in any kind of industry standard form factor? Management keeps asking What if beagle board goes bankrupt, and it would make my life easier if I could

Re: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread William Hermans
If all these boards boot using dynamic IP's I'm actually surprised that any work. It has been a long time since I've researched this. But what I remember reading is that when using dynamic IP's, the NFS server *must* have the dhcp server running on the same system. However, when using static IP's,

RE: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread g4
@g4 Also if you are unable to resolve this problem otherwise. You can try to setup static IPs for each individual BBB, and then make 3 seperate NFS exports in the NFS exports file. These exports could link to the same directory, but would need to be preceeded by a static IP for each of

RE: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread g4
and pstree for that mater. Sadly no can do. The 2 that do not boot will not boot at all. Ever. -- 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

[beagleboard] Boot from SD Card without pressing the Boot button?

2015-07-09 Thread Hemant Kapoor
Hello All, I have compiled my own UBOOT and MLO and put it in an SD card, If I press the Boot button and power on BBB it works fine. But my requirement is to Boot from SD card without pressing the BOOT button. Is this possible. Regards, Hemant Kapoor -- For more options, visit

Re: [beagleboard] Re: Kickstarter Project: BeagleCore - miniaturized computer module compatible with BeagleBone Black

2015-07-09 Thread Beagle Core
Thanks Wiliam. I really appreciate your detailed answer and - like said before - we do not think our solution to be perfect yet. This is why we try to keep in touch with the community to know what people have to say. Let's hope the best for BeagleCore but I'm pretty sure we can make it. Am

Re: [beagleboard] Popular open source projects

2015-07-09 Thread eleni
Thanks William. On Monday, July 6, 2015 at 4:12:57 PM UTC+3, William Pretty Security wrote: There is a projects page try Google. I forget the web address *From:* beagl...@googlegroups.com javascript: [mailto: beagl...@googlegroups.com javascript:] *On Behalf Of *el...@resin.io

Re: [beagleboard] Pin Acting Odd

2015-07-09 Thread jmschmitz12
Okay I think I see what you are saying. The MODE0 for GPIO3_21 is mcasp0_ahclkx, so with that beaglescript code, when I say b.pinmode(P9_25,b.output) it is outputting the results of the MODE0 (clock generator output) and not the MODE7(GPIO output) as I had expected? But if this were the

Re: [beagleboard] Boot from SD Card without pressing the Boot button?

2015-07-09 Thread Gerald Coley
Erase the eMMC. Gerlad On Thu, Jul 9, 2015 at 1:43 AM, Hemant Kapoor kapoor.hem...@gmail.com wrote: Hello All, I have compiled my own UBOOT and MLO and put it in an SD card, If I press the Boot button and power on BBB it works fine. But my requirement is to Boot from SD card without

Re: [beagleboard] Pin Acting Odd

2015-07-09 Thread Gerald Coley
I can't speak for the SW implementations. I just know how the board was designed. Gerald On Thu, Jul 9, 2015 at 7:31 AM, jmschmit...@gmail.com wrote: Okay I think I see what you are saying. The MODE0 for GPIO3_21 is mcasp0_ahclkx, so with that beaglescript code, when I say

RE: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread g4
He's got the jessie image, which has systemd. ( i thought systemd/nfs would just not be working period, so i had kept my mouth shut when he got it working.. ) Yep. The Jessie minimal image. -- For more options, visit http://beagleboard.org/discuss --- You received this message because

Re: [beagleboard] Debian Jessie issues?

2015-07-09 Thread Adam Weiss
Thanks to Robert! I'm successfully cross-compiling my custom app w/ openCV from a Jessie PC to my BBB! And, I'm now able to use bonescript and Cloud 9 as well. I appreciate the help! On Tue, Jul 7, 2015 at 4:32 PM, William Hermans yyrk...@gmail.com wrote: HI Adam, You know, you could do that

[beagleboard] Sound is not working in Ubuntu 12.04(unity) - BBB

2015-07-09 Thread new . mohammads
Hi everyone I'm using ubuntu12.04 on Beaglebone Black Sound just doesn't work!!! :( It's not mute! I have installed audio codecs on ubuntu, music will paly, but no sound from monitor!!!

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread William Hermans
*Yes, I do need to compile modules.* *When you say any latest 3.8 does that mean that I should grab it from kernel.org http://kernel.org, or somewhere else?* If you follow Robert's guide, and use his script. The scripts will do all this for you through github. If you are familiar with the

Re: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread William Hermans
Ok, that is interesting. So before making any changes( you really do not want to complicate thing right now, any more than you have to ). From the NFS server issue the command: *sudo exportfs* and paste the output to us here. I'm thinking from the sound of it assuming every board is configured

Re: [beagleboard] Sound is not working in Ubuntu 12.04(unity) - BBB

2015-07-09 Thread Robert Nelson
On Thu, Jul 9, 2015 at 2:29 PM, new.mohamm...@gmail.com wrote: So, you recommend to use 14.04, ha? Nah, it's ubuntu... it's hard to recommend them.. Use the default image.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] Industry Standard?

2015-07-09 Thread Gerald Coley
Beagle board has no money so no chance we can go bankrupt. We are what is called a non-profit. Everything is open source so you can always build it yourself. People do it all the time. Gerald On Thu, Jul 9, 2015 at 3:15 PM, Robert Nelson robertcnel...@gmail.com wrote: On Thu, Jul 9, 2015 at

Re: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread William Hermans
*(my guess it's really sysv vs systemd...)* I do not. I do not doubt that systemd is problematic where nfsroot is concerned. But one board is booting, and there other two are not, with dhcp requests seemingly being ignored. What this tells me is that the two boards in question are for some

[beagleboard] Re: Reading and Interpreting CAN data

2015-07-09 Thread Cayetano Caceres
Thanks a lot, If I wish connect my BBBlack to EPOS2 by usb cable,is it possible?. Thanks in advance. 2015-07-09 14:49 GMT-05:00 Willyan Schultz Dworak wywo...@gmail.com: *List messages about CAN* dmesg | grep -i can *List Devices* cat /proc/net/dev Result Like this:

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread jalodi . hum
Working through Robert's guide I noticed this... For Mainline v3.8.x: (full cape support) For Mainline v4.1.x: (capemgr support) Has something changed with regard to cape support? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread Robert Nelson
On Thu, Jul 9, 2015 at 4:05 PM, jalodi@gmail.com wrote: Working through Robert's guide I noticed this... For Mainline v3.8.x: (full cape support) For Mainline v4.1.x: (capemgr support) Has something changed with regard to cape support? Functionally it's not 100% compatible.. In 3.8.x

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread William Hermans
4.1.x is a work in progress. 3.8.x has been around since the boards release( 2+ years ). Again, in the context of the beaglebone. So how I view 4.1.x is that yes, it is newer, and in many cases it works fine. But not as much is working as is with 3.8.x. This is not to say that 3.8.x is the best

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread jalodi . hum
Eventually I need to incorporate a TI PTP Ethernet Phy which is know to have had some problems that were fixed in Linux 3.12.x Will also need stable USB support. I noticed in Robert's repository there are versions ranging from 3.1.x to 4.2.x Would the 3.12.x version be as good as 3.8.x with

Re: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread Mike
On 07/09/2015 03:17 PM, g...@novadsp.com wrote: I got down to the stage of using Wireshark to trace the DHCP requests made during boot. The good board issues one, immediately gets an address and proceeds to the TTY. The others issue 2 DHCP requests that are never acknowledged, despite

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread Robert Nelson
On Thu, Jul 9, 2015 at 2:57 PM, jalodi@gmail.com wrote: William, thanks for all the info. Good to know Robert is The Man. I will try working though the link to his stuff. Re my comment about kernel.org - I am unfamiliar with the behind-the-scenes operation, but from what I observe

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread William Hermans
Yeah, the PRU would be a great example in this context. No other processor manufacture has a PRU on their ARM die. Since this is non standard in the context of mainline Linux. Something additional must be done outside of mainline Linux. On Thu, Jul 9, 2015 at 1:05 PM, Robert Nelson

Re: [beagleboard] Industry Standard?

2015-07-09 Thread Robert Nelson
On Thu, Jul 9, 2015 at 3:10 PM, Chris Shearer Cooper ch...@sc3.net wrote: Do any of the Beagle Boards, or any other single-board computer for that matter, come in any kind of industry standard form factor? Yes, the bone and bbb standard's... Management keeps asking What if beagle board

Re: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread William Hermans
BTW *Does the omap-image-builder Ubuntu distro work with NFS?* Last I heard, Ubuntu period did not work with NFS root. There were a couple other distro's too. ARCH does, and one other that I can not recall offhand. Oh right, Angstrom + NFSroot is also a nogo. On Thu, Jul 9, 2015 at 1:04 PM,

Re: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread Robert Nelson
On Thu, Jul 9, 2015 at 3:15 PM, William Hermans yyrk...@gmail.com wrote: BTW Does the omap-image-builder Ubuntu distro work with NFS? Last I heard, Ubuntu period did not work with NFS root. There were a couple other distro's too. ARCH does, and one other that I can not recall offhand. Oh

[beagleboard] Re: Replacing Robotis robot controllers with BBB

2015-07-09 Thread dinuxbg
Hi, For prototyping I used 4inch cables, dispersed as far apart from each other as possible. I had issues due to crosstalk between the wires. You could try using a ribbon cable where every second wire is connected to ground (akin to 80-wire 40-pin IDE cables). Try to keep all wire lengths

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread William Hermans
*Also, just for the record if you do not know already. Robert builds / maintains the official kernels, scripts, etc . . . if that is important to you.* In the context of the beaglebone black. So if you're wondering otherwise when will the beaglebone black be mostly *mainline* Linux ? That I

Re: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread William Hermans
Also, it would be useful to know how you have DHCP setup. e.g. Do you have and external to the NFS server -DHCP server(router wish DHCP server enabled)? Or is the DHCP server also running on the NFS server machine ? On Thu, Jul 9, 2015 at 12:32 PM, William Hermans yyrk...@gmail.com wrote: Ok,

Re: [beagleboard] Sound is not working in Ubuntu 12.04(unity) - BBB

2015-07-09 Thread William Hermans
I do recall someone *cough* saying about a year or more ago. That Ubuntu 12.04 was a pain in the backside to maintain, and hence would likely be unsupported in the future . . . One guess whom I remember saying that ? On Thu, Jul 9, 2015 at 12:29 PM, new.mohamm...@gmail.com wrote: So, you

RE: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread g4
I got down to the stage of using Wireshark to trace the DHCP requests made during boot. The good board issues one, immediately gets an address and proceeds to the TTY. The others issue 2 DHCP requests that are never acknowledged, despite apparently continuing to retry (as per the serial log

Re: [beagleboard] Sound is not working in Ubuntu 12.04(unity) - BBB

2015-07-09 Thread new . mohammads
So, you recommend to use 14.04, ha? -- 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

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread jalodi . hum
William, thanks for all the info. Good to know Robert is The Man. I will try working though the link to his stuff. Re my comment about kernel.org - I am unfamiliar with the behind-the-scenes operation, but from what I observe the source from kernel.org supports many arm processors and

[beagleboard] Re: Reading and Interpreting CAN data

2015-07-09 Thread cayetanojcm
Sorry, How to connect EPOS2 with beaglebo black, can you give a basic step please. Thanks, Cayetano On Friday, September 6, 2013 at 8:11:23 AM UTC-5, wyw...@gmail.com wrote: Hi Everyone, I believe you have already managed to make communication with the CAN BUS on the Beaglebone Black. So

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread William Hermans
Well the kernel sources do come from kernel.org. But many patches need to be applied for the board to function properly / completely. So quite honestly I do not know who all is involved in making these patches, but I do know that Robert consolidates / tests these patches for the beaglebones. I do

Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-09 Thread Marlon Cesar Pilonetto
The pump has closed protocol and communicates via current loop, use a serial loop converter to communicate. I have an application that works that way with several pumps market the only problem with this is the BAUDRATE. Does anyone know how to configure the serial port to work with BAUDRATE of

RE: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread g4
So you see the dhcp request, bump up the logging level on your dhcp server, look at it's logs. Could be a config issue with dpcp server. Agreed. But I'm going to have to rewire my network with a more dev. friendly DHCP server. Right now it's all being allocated by a BT ADSL router. Does

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread William Hermans
To specific questions of the PRU software I would rather defer to one of the experts. Charles S would probably be the person to talk to on this matter. What I would do in your place however is probably get a recent image. If wheezy ( which I personally prefer - sysv versus systemd init daemon -

[beagleboard] no MLO nor Uboot in Debian image !?!

2015-07-09 Thread ju . charton
Dear all, I just flashed my BBB with a Debian image (2015-03-01) To my surprise, there is no MLO and no u-boot.img in the FAT partition ; Even more surprising for me : the BBB boots without problem and proudly shows: U-Boot SPL 2015.01-1-gb2412df (Jan 29 2015 - 15:01:06) Where are

Re: [beagleboard] no MLO nor Uboot in Debian image !?!

2015-07-09 Thread William Hermans
I've never heard of a configuration with a FAT partition in addition. But the first Linux partition ext3/4 probably has a 1M hole( MBR ) in which resides the MLO, and uboot.img file. Just curious. Where did you obtain this image ? On Thu, Jul 9, 2015 at 4:10 PM, ju.char...@gmail.com wrote:

Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-09 Thread Peter Hurley
On 07/09/2015 02:49 PM, evilwulfie wrote: http://www.ti.com/lit/ug/spruh73l/spruh73l.pdf The available baud rates for UART mode are shown in Table 19-25. page 4236 Those baud rates are not exhaustive. The 14-bit divisor of the UART baud rate generator allows for a baud rate from 300bps to

Re: [beagleboard] Sound is not working in Ubuntu 12.04(unity) - BBB

2015-07-09 Thread Robert Nelson
On Thu, Jul 9, 2015 at 8:46 AM, new.mohamm...@gmail.com wrote: Hi everyone I'm using ubuntu12.04 on Beaglebone Black Sound just doesn't work!!! :( It's not mute! I have installed audio codecs on ubuntu, music will paly, but no sound from monitor!!!

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread Robert Nelson
On Thu, Jul 9, 2015 at 4:33 PM, jalodi@gmail.com wrote: Eventually I need to incorporate a TI PTP Ethernet Phy which is know to have had some problems that were fixed in Linux 3.12.x Will also need stable USB support. I noticed in Robert's repository there are versions ranging from

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread William Hermans
I am not positive but think that 3.12.x, 3.13.x, and 3.15.x are no longer being worked on. Not even sure 3.14.x is being worked on any longer, but it has been worked on recently. In the context of this community. From what I can gather 4.1.x + is where the future is looking. As everyone is

Re: [beagleboard] Re: PRU operation with Linux 4.1.1

2015-07-09 Thread jalodi . hum
Then it sounds like I should aim for 4.1.x since that is where Robert and the community is going. I had no problem getting 4.1.1 built and running, but the PRU is a black box for me. So, regarding 4.1.1 - Is the PRU support known to be broken? I would be happy to go through the process of

[beagleboard] Re: Steady Boot screen in u-boot/Linux No transition

2015-07-09 Thread Julien Charton
Dear Ayoub, May I ask you if you found a solution ? I found something that could help at http://www.denx.de/wiki/view/DULG/LinuxSplashScreen best regards, julien On Tuesday, January 27, 2015 at 5:43:59 PM UTC+1, Ayoub Zaki wrote: Hello list, I'm using a BBB with a Chipsee 7'' LCD display