Re: [beagleboard] Re: how to make pwm_P8_13 low on boot?

2014-11-26 Thread Jon E
I'm not sure about that. Jan said before that it's only driven high after loading the PWM driver, and the processor datasheet shows ball T10 (P8_13) as driven low during/after reset. Jan, not ideal, but to disable the output sooner you could load the overlay through cape manager, and then

Re: [beagleboard] Re: Kernel 3.13 and above: How to enable dcan_1 and GPIOs

2014-11-26 Thread Jason Lange
Hi Marco, I just enabled can0 using kernel 3.14.25-ti-r37 and the dtb-rebuilder (it's showing up with ifconfig -a, I haven't tested it further). It was pretty painless. Is there a strong reason not to use this kernel? If not a simple apt-get install linux-image-3.14.25-ti-r37 could be all you

[beagleboard] Re: GPIO Header Pins that can be muxed to the PRU

2014-11-26 Thread Jon E
Hi, I think that's from an old SRM. Section 8.1.2 of the current (rev C.1) BBB SRM shows different pins and there is note of a correction in the change history.. Regards, Jon -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed

Re: [beagleboard] Re: how to make pwm_P8_13 low on boot?

2014-11-26 Thread janszymanski12345
Good idea, thanks. I will try it. I think the positive pulse will be so short that it will not be able to move the motor. On Wednesday, November 26, 2014 8:29:31 PM UTC+11, Jon E wrote: I'm not sure about that. Jan said before that it's only driven high after loading the PWM driver, and the

Re: [beagleboard] Re: Kernel 3.13 and above: How to enable dcan_1 and GPIOs

2014-11-26 Thread Jason Lange
Hi Marco, About the patch: I think I made a mistake and changed a *similar* line by hand. I wasn't checking too carefully because I'm not actually using can0 -- I just wanted to tell you that it was going to work so you could stop wasting your time. I reverted the repo to be sure, and now I

[beagleboard] Re: GPIO Header Pins that can be muxed to the PRU

2014-11-26 Thread Karl Karpfen
Am Dienstag, 25. November 2014 16:11:52 UTC+1 schrieb TJF: There're just a few header pins usable for PRUSS low latency GPIO, when LCD isn't disabled. All other GPIOs can get accessed over the OCP master port with 2 or 3 cycles of latency. According to

[beagleboard] Re: PRU C Header files for am335x specific hardware

2014-11-26 Thread Karl Karpfen
Without looking for them, as far as I remember all the PRU-thingies are located in /opt/ti/... and not in /usr/share. Am Mittwoch, 26. November 2014 03:08:46 UTC+1 schrieb Peter Gregory: I've read mention of TI header files specific to the am335x PRU C language compiler. I've installed the

[beagleboard] Internet sharing with OS X 10.10 (Yosemite)

2014-11-26 Thread AdamMagaluk
Has anyone been able to get internet sharing working with the Beaglebone Black with the latest OS X from Apple? In my testing when sharing is enabled in the settings on the Mac the HoRNDIS driver fails to create the network interface. If you disable internet sharing the interface is create

[beagleboard] Re: PRU C Header files for am335x specific hardware

2014-11-26 Thread Peter Gregory
I bet that's the case when you compile and install the git package (haven't tried it yet) git clone git://github.com/beagleboard/am335x_pru_package.git I'm using the bundled pre-compiled packages: sudo apt-get install make gcc g++ am335x-pru-package ti-pru-cgt-installer The apt-get packages

[beagleboard] Re: kernel panic - has anyone seen something similar?

2014-11-26 Thread beagler001
My kernel is no longer crashing. Unfortunately, I do not have the exact work-around - as I was messing around with a lot of stuff to try to get this to work. The one thing consistent in all this is the backtrace (/var/log/kern.log) in that the routine c_can_get_berr_counter is doing something

[beagleboard] Re: kernel panic - has anyone seen something similar?

2014-11-26 Thread beagler001
Note that there are plenty of other things in my kernel config. I only showed the differences between the original (when I would get kernel panic) and the modified (no kernel panic). On Wednesday, November 26, 2014 10:07:00 AM UTC-5, beagler001 wrote: My kernel is no longer crashing.

Re: [beagleboard] Re: PRU C Header files for am335x specific hardware

2014-11-26 Thread Robert Nelson
On Wed, Nov 26, 2014 at 9:01 AM, Peter Gregory talkto...@gmail.com wrote: I bet that's the case when you compile and install the git package (haven't tried it yet) git clone git://github.com/beagleboard/am335x_pru_package.git I'm using the bundled pre-compiled packages: sudo apt-get

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-26 Thread Robert Nelson
On Tue, Nov 25, 2014 at 4:42 PM, Nick Apperley napper...@gmail.com wrote: Can't see the OpenJDK 8 build. I take it the build failed? Have some fantastic news on the Ubuntu front. Various OpenJDK 8 packages via an unofficial PPA are available for Ubuntu 12.04 (Precise) and 14.04 (Trusty). So

[beagleboard] Re: kernel panic - has anyone seen something similar?

2014-11-26 Thread Me Nee
Complete newbie - where can I find these config parameters? -- 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

Re: [beagleboard] Re: GPIO Header Pins that can be muxed to the PRU

2014-11-26 Thread Przemek Klosowski
Charlie Steinkuehler researched this and it turns out that it's complicated: the hardware is pipelined and the actual latency numbers depend on the burst length and the general system state when going through the L4 GPIO:

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-26 Thread William Hermans
Ah, the guy was talking specifically about the OpenSSL test specifically in that case. Reading that article today, seems like this person is not very good at benchmarking. As everything is done willy nilly with unfair advantages to some hardware. e.g. the Beaglebone was benchmarked @ 720p for some

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-26 Thread John Syn
On 11/26/14, 7:59 AM, Robert Nelson robertcnel...@gmail.com wrote: On Tue, Nov 25, 2014 at 4:42 PM, Nick Apperley napper...@gmail.com wrote: Can't see the OpenJDK 8 build. I take it the build failed? Have some fantastic news on the Ubuntu front. Various OpenJDK 8 packages via an unofficial

[beagleboard] Re: Duplicate BeagleBone black setup

2014-11-26 Thread janszymanski12345
Hi, I do find it useful, as I have problem to do it myself. Questions: 1) what is the format of SD card? FAT16 - (can be max 4GB) or FAT32? I am using Gparted on VM Ubuntu, what are the flags - I set vboot and lba 2) do you need to hold the S2 button while powering BBB as described here

Re: [beagleboard] BBxM Ubuntu 14.4 HDMI problem

2014-11-26 Thread ivo welch
this seems like a bug to me. it would make sense to have a sensible VESA fallback when the EDID cannot be grokked. /iaw On Monday, October 20, 2014 8:06:17 AM UTC-7, RobertCNelson wrote: On Mon, Oct 20, 2014 at 10:02 AM, Robert Nelson robert...@gmail.com javascript: wrote: On Sun, Oct

Re: [beagleboard] BBxM Ubuntu 14.4 HDMI problem

2014-11-26 Thread Robert Nelson
On Wed, Nov 26, 2014 at 4:25 PM, ivo welch ivo...@gmail.com wrote: this seems like a bug to me. it would make sense to have a sensible VESA fallback when the EDID cannot be grokked. Sure, you got a patch for that? Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options,

Re: [beagleboard] BBxM Ubuntu 14.4 HDMI problem

2014-11-26 Thread ivo welch
maybe eventually. it's not so easy to help. this is only a hobby for me, when I have time. I installed ub 14.04 and wanted to give others some added/better hints on elinux on http://elinux.org/Beagleboard:Updating_The_Software but this seems to be locked down. if wikipedia is open enough

Re: [beagleboard] BBxM Ubuntu 14.4 HDMI problem

2014-11-26 Thread Robert Nelson
On Wed, Nov 26, 2014 at 5:07 PM, ivo welch ivo...@gmail.com wrote: maybe eventually. it's not so easy to help. this is only a hobby for me, when I have time. I installed ub 14.04 and wanted to give others some added/better hints on elinux on

Re: [beagleboard] Re: Duplicate BeagleBone black setup

2014-11-26 Thread William Hermans
*1) what is the format of SD card? FAT16 - (can be max 4GB) or FAT32? I am using Gparted on VM Ubuntu, what are the flags - I set vboot and lba* https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-SetupmicroSD/SDcard 2) do you need to hold the S2 button while powering BBB

Re: [beagleboard] BBxM Ubuntu 14.4 HDMI problem

2014-11-26 Thread ivo welch
​thanks, robert. if there was trouble before, then it makes sense that open editing was closed down. who does one send suggestions (experiences) to? are they even wanted? the good news is that everything posted here also goes into the google store when people are searching. I know for sure

[beagleboard] Re: What's the size of blue LEDs on BBB?

2014-11-26 Thread Seth
The hardware files for the BBB are available here http://elinux.org/Beagleboard:BeagleBoneBlack#LATEST_PRODUCTION_FILES_.28C.29. On page 6 of the schematic, the part number listed for the four user LEDs is *LTST-C191TBKT*. Digikey has those available here

Re: [beagleboard] serialWrite function in Bonescript/javascript

2014-11-26 Thread John Mladenik
In my app, the data is all available at the same time. The data goes to a wireless module that takes it in a specific packetized form. There is a header, control byes address, command bytes, data and a checksum at the end of the packet. If there is too long of a time between bytes in the

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-26 Thread Nick Apperley
Successfully built OpenJFX from the newest HG revision at the time of this post. OpenJFX build took just over 3 min on a Linux Mint 17 Intel Core 2 Duo laptop. Not sure why I thought the build was going to take around 30 min. Must not be much in OpenJFX or the laptop is reasonably fast at

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-26 Thread Nick Apperley
Exact build time is 3 mins 4.834 secs. On Thursday, 27 November 2014 14:38:44 UTC+13, Nick Apperley wrote: Successfully built OpenJFX from the newest HG revision at the time of this post. OpenJFX build took just over 3 min on a Linux Mint 17 Intel Core 2 Duo laptop. Not sure why I thought

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-26 Thread Nick Apperley
Curious. Which ARM CPU does the OMAP5 SoC use? On Thursday, 27 November 2014 09:38:48 UTC+13, john3909 wrote: On 11/26/14, 7:59 AM, Robert Nelson robert...@gmail.com javascript: wrote: On Tue, Nov 25, 2014 at 4:42 PM, Nick Apperley napp...@gmail.com javascript: wrote: Can't see

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-26 Thread liyaoshi
Cortex-A15 dual cores 2014-11-27 9:45 GMT+08:00 Nick Apperley napper...@gmail.com: Curious. Which ARM CPU does the OMAP5 SoC use? On Thursday, 27 November 2014 09:38:48 UTC+13, john3909 wrote: On 11/26/14, 7:59 AM, Robert Nelson robert...@gmail.com wrote: On Tue, Nov 25, 2014 at 4:42

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-26 Thread Nick Apperley
No wonder the OMAP5 is so much more grunty. On Thursday, 27 November 2014 14:58:51 UTC+13, liyaoshi wrote: Cortex-A15 dual cores 2014-11-27 9:45 GMT+08:00 Nick Apperley napp...@gmail.com javascript:: Curious. Which ARM CPU does the OMAP5 SoC use? On Thursday, 27 November 2014 09:38:48

[beagleboard] Re: Duplicate BeagleBone black setup

2014-11-26 Thread janszymanski12345
I was able to save the contents of eMMC as an *.img following this link http://elinux.org/BeagleBone_Black_Extracting_eMMC_contents http://www.google.com/url?q=http%3A%2F%2Felinux.org%2FBeagleBone_Black_Extracting_eMMC_contentssa=Dsntz=1usg=AFQjCNGM_Ak68pR603ZNyLkvVfB48DSN2A , into 4GB FAT32

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-26 Thread Nick Apperley
Wonder what it would be like to create an OpenJDK 8 build using a lower end Beagleboard X15 (the one that is currently in the design phase). On Thursday, 27 November 2014 15:04:46 UTC+13, Nick Apperley wrote: No wonder the OMAP5 is so much more grunty. On Thursday, 27 November 2014 14:58:51

[beagleboard] Re: What's the size of blue LEDs on BBB?

2014-11-26 Thread Energia
Wow, 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

Re: [beagleboard] GPIO Header Pins that can be muxed to the PRU

2014-11-26 Thread Charles Steinkuehler
On 11/24/2014 1:57 PM, Peter Gregory wrote: I was hoping to get 10 pins (8 out, 2 in) mapped to PRU0 registers for fast access. Will I have to use memory mapped access to get 10 GPIO pins? Are there tricks to the PRU pin mapping I'm missing? You can get up to 11 output pins for PRU0 (most

Re: [beagleboard] Re: GPIO Header Pins that can be muxed to the PRU

2014-11-26 Thread Charles Steinkuehler
Yes, the latency for PRU access to the GPIO pins is substantially higher than 2 or 3 (PRU) cycles. If you're doing writes, they get pipelined, so as long as you're not saturating the L4 interconnect (or competing with some other resource that *IS* saturating L4), the PRU write will complete in 2

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-26 Thread John Syn
From: Nick Apperley napper...@gmail.com Reply-To: beagleboard@googlegroups.com beagleboard@googlegroups.com Date: Wednesday, November 26, 2014 at 6:39 PM To: beagleboard@googlegroups.com beagleboard@googlegroups.com Subject: Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-26 Thread Nick Apperley
Have uploaded a copy of the OpenJFX 1.8u40 runtime (GPL 2 license with class path exception). On the BBB Extract the lib directory from the 7z file and move the directory to the JRE installation directory. On Thursday, 27 November 2014 14:38:44 UTC+13, Nick Apperley wrote: Successfully built

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-26 Thread Nick Apperley
Google Groups text editor has mysteriously decided to stop working. Here is the link to the OpenJFX runtime https://drive.google.com/open?id=0B5z2pDNB2V1_X2RnbTBfc0RDOGcauthuser=0. On Thursday, 27 November 2014 18:12:03 UTC+13, Nick Apperley wrote: Have uploaded a copy of the OpenJFX 1.8u40