Re: [beagleboard] Compatibility of AM3359 with Red Hat Enterprise Linux

2015-10-27 Thread Maxim Podbereznyy
https://fedoraproject.org/wiki/Architectures/ARM 2015-10-27 18:12 GMT+03:00 mars : > Hello, > > I am using BBB, I want to install an application that require RHEL OS. > > Is there a version of RHEL operating system compatible with the BBB(ARMv7 > inside it)? > > Thank you. > > Best regards, > > A

[beagleboard] Re: usb mass storage not working

2015-10-27 Thread Luke Shields
you ever solve this? > -- 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...@googl

Re: [beagleboard] How to update the latest image to eMMC?

2015-10-27 Thread Mian Tang
I'll try it tomorrow. Thanks a lot. On Tuesday, October 27, 2015 at 9:25:52 AM UTC-4, RobertCNelson wrote: > > On Tue, Oct 27, 2015 at 8:04 AM, Mian Tang > wrote: > > I used 5V power supply and it failed again. What should I do now? > > Use the 2015-07-28 wheezy flasher: > > http://elinux.o

Re: [beagleboard] Status of pruss in 4.1.10-ti-r21/2015-10-11 Debian snapshot?

2015-10-27 Thread John Syne
git clone https://github.com/RobertCNelson/ti-linux-kernel-dev.git cd ti-linux-kernel-dev checkout ti-linux-4.1.y ./build-kernel.sh When you see menuconfig, enable samples/rpmsg under "Kernel Hacking”. Press exit and allow the build to continue. The sample code will be in KERNEL/samples/rpmsg.

Re: [beagleboard] Confused about partitions on SD Card

2015-10-27 Thread Rick Mann
> On Oct 27, 2015, at 14:37 , Robert Nelson wrote: > > On Tue, Oct 27, 2015 at 4:21 PM, Rick Mann wrote: >> I was looking to resize the partition on my little SD card so I could use >> the whole thing. I'm following the instructions here: >> >> >> http://elinux.org/Beagleboard:Expandi

Re: [beagleboard] Status of pruss in 4.1.10-ti-r21/2015-10-11 Debian snapshot?

2015-10-27 Thread Rick Mann
Sorry for the dumb question, but where's the kernel repo and branch that this patch applies to (or where it has already been applied)? And where are these examples, in the -ti branches? > On Oct 27, 2015, at 14:40 , John Syne wrote: > > Hi Rick, > > In samples/rpmsg, you will find a way to te

Re: [beagleboard] Status of pruss in 4.1.10-ti-r21/2015-10-11 Debian snapshot?

2015-10-27 Thread Rick Mann
Thanks! > On Oct 27, 2015, at 14:40 , John Syne wrote: > > Hi Rick, > > In samples/rpmsg, you will find a way to test pruss-pru/virtio_bus. You need > to configure your kernel to build the sample/rpmsg. Use "make menuconfig” and > under "Kernel hacking”/“Sample kernel code”, enable “Build rpm

Re: [beagleboard] Status of pruss in 4.1.10-ti-r21/2015-10-11 Debian snapshot?

2015-10-27 Thread John Syne
Hi Rick, In samples/rpmsg, you will find a way to test pruss-pru/virtio_bus. You need to configure your kernel to build the sample/rpmsg. Use "make menuconfig” and under "Kernel hacking”/“Sample kernel code”, enable “Build rpmsg client sample”. Next, you need to build the PRU firmware from"

Re: [beagleboard] Confused about partitions on SD Card

2015-10-27 Thread Robert Nelson
On Tue, Oct 27, 2015 at 4:21 PM, Rick Mann wrote: > I was looking to resize the partition on my little SD card so I could use the > whole thing. I'm following the instructions here: > > > http://elinux.org/Beagleboard:Expanding_File_System_Partition_On_A_microSD > > According to mount, m

[beagleboard] Confused about partitions on SD Card

2015-10-27 Thread Rick Mann
I was looking to resize the partition on my little SD card so I could use the whole thing. I'm following the instructions here: http://elinux.org/Beagleboard:Expanding_File_System_Partition_On_A_microSD According to mount, my rootfs is: /dev/mmcblk0p1 on / type ext4 (rw,noatime,errors=

Re: [beagleboard] Status of pruss in 4.1.10-ti-r21/2015-10-11 Debian snapshot?

2015-10-27 Thread Rick Mann
> On Oct 27, 2015, at 11:23 , John Syne wrote: > > Hi Rich, > > Here is the update Robert added to his repo yesterday. > > https://github.com/RobertCNelson/ti-linux-kernel-dev/blob/393f5ea242a86544063ec2af63ef270094bfa1da/patches/pru/0003-Add-rpmsg_pru-support.patch Thanks for this, John. I c

Re: [beagleboard] Problems with CANBus at BBB

2015-10-27 Thread Markus Schiesser
On 26.10.2015 14:04, Robert Nelson wrote: On Sun, Oct 25, 2015 at 7:49 AM, wrote: Hi out there, hope someone can help me to activate the CAN Bus interface at Beaglebone Black. I describe shortly what I have done so far The can interface works fine, what did you use to interface the bbb's pin

[beagleboard] Re: beaglebone black ADC via Bonescript slow? - how to improve or alternatives?

2015-10-27 Thread TJF
Hi! Am Dienstag, 27. Oktober 2015 19:16:51 UTC+1 schrieb Istvan Biro: > >Hello, > > > > Thank you for your reply! > > > > I have installed the package successfully and am now looking at the code > (examples) to figure out the usage. I find this very hard… now I am looking > at example i

Re: [beagleboard] Status of pruss in 4.1.10-ti-r21/2015-10-11 Debian snapshot?

2015-10-27 Thread John Syne
Hi Rich, Here is the update Robert added to his repo yesterday. https://github.com/RobertCNelson/ti-linux-kernel-dev/blob/393f5ea242a86544063ec2af63ef270094bfa1da/patches/pru/0003-Add-rpmsg_pru-support.patch

Re: [beagleboard] BeagleBone Black doesn't sometimes start. Only Power LED is on

2015-10-27 Thread xmacleod
The BB uses the TPS65217 power management IC. Per the data sheet, it will not turn on if the applied power has a ramp of greater than 50 mSec. On Thursday, August 1, 2013 at 5:07:13 PM UTC-4, dennis.c...@gmail.com wrote: > > Yes, I checked the Wiki. The 2A wall wart from Adafruit was purchased

[beagleboard] RE: beaglebone black ADC via Bonescript slow? - how to improve or alternatives?

2015-10-27 Thread Istvan Biro
Hello, Thank you for your reply! I have installed the package successfully and am now looking at the code (examples) to figure out the usage. I find this very hard… now I am looking at example io_input.c, but there is very little comments included and I do not understand most of the

[beagleboard] Power button and /dev/input/event0 on 4.1.10-bone16

2015-10-27 Thread Alberto Potenza
Dear all, I tried to upgrade my kernel version (from 3.8 to 4.1.10-bone16) of my BBB. It looks like with the new kernel, the /dev/input/event0 related to the power button is not created and I need it to monitor the power button status (I would like to avoid the i2get command). I am not so sure i

Re: [beagleboard] Power button and /dev/input/event0 on 4.1.10-bone16

2015-10-27 Thread Robert Nelson
On Tue, Oct 27, 2015 at 11:38 AM, Alberto Potenza wrote: > Dear all, > I tried to upgrade my kernel version (from 3.8 to 4.1.10-bone16) of my BBB. > It looks like with the new kernel, the /dev/input/event0 related to the > power button is not created and I need it to monitor the power button statu

[beagleboard] Compatibility of AM3359 with Red Hat Enterprise Linux

2015-10-27 Thread mars
Hello, I am using BBB, I want to install an application that require RHEL OS. Is there a version of RHEL operating system compatible with the BBB(ARMv7 inside it)? Thank you. Best regards, A. Mars -- For more options, visit http://beagleboard.org/discuss --- You received this message be

[beagleboard] where to buy?

2015-10-27 Thread buettner . fabian
Hi, where can I buy a beagleboard xm? It is out of stock everywhere ... regards, fabian -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving

Re: [beagleboard] Power Button doesn't work on 4.1.10-ti-r24

2015-10-27 Thread lee
Hi Robert, Just checking in that 24.5 fixes the PWR button. Lee On Monday, October 26, 2015 at 5:07:03 PM UTC, RobertCNelson wrote: > > On Mon, Oct 26, 2015 at 11:53 AM, Lee Armstrong > wrote: > > Ah thanks Robert! > > > > Is there a way to get this update with one of the scripts built in li

Re: [beagleboard] BBB won't boot up (PWR Led does a single quick blink)

2015-10-27 Thread Gerald Coley
Try the RMA again. Gerald On Tue, Oct 27, 2015 at 6:51 AM, mahesh ingle wrote: > Hi, > > I Also have exactly same behavior with my Rev C BBB. > > @Gerald: I tried RMA twice but i did not got any response !! I got the > Board from Sumeet Online shop which is listed on beagleboard.org for > Indi

Re: [beagleboard] How to update the latest image to eMMC?

2015-10-27 Thread Robert Nelson
On Tue, Oct 27, 2015 at 8:04 AM, Mian Tang wrote: > I used 5V power supply and it failed again. What should I do now? Use the 2015-07-28 wheezy flasher: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2015-07-28 Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit h

Re: [beagleboard] How to update the latest image to eMMC?

2015-10-27 Thread Mian Tang
I used 5V power supply and it failed again. What should I do now? Thanks a lot. On Monday, October 26, 2015 at 6:15:06 PM UTC-4, Mian Tang wrote: > > OK. I'll try again with 5V power supply. And the revision is Rev C. > > > Thank you for telling me. > -- For more options, visit http://beagle

Re: [beagleboard] Problem with GPIO on P8_35 to 38

2015-10-27 Thread AndyS
Hi William, $ sudo cat /sys/kernel/debug/pinctrl/44e10800.pinmux/pinmux-pins |grep hdmi Returns an empty list The full list looks like this. Pin52 look unclaimed. Maybe I have someother issue in my .dts file and subesquent .dbto file? Pinmux settings per pin Format: pin (name): mux_owner gp

Re: [beagleboard] BBB won't boot up (PWR Led does a single quick blink)

2015-10-27 Thread mahesh ingle
Hi, I Also have exactly same behavior with my Rev C BBB. @Gerald: I tried RMA twice but i did not got any response !! I got the Board from Sumeet Online shop which is listed on beagleboard.org for Indian buyers. Any thoughts? Thanks & Regards Mahesh On Wednesday, November 5, 2014 at 2:2

Re: [beagleboard] Reading ADC, get "cat: in_voltage0_raw: Device or resource busy"

2015-10-27 Thread Rick Mann
And, I'm wrong. I rebooted, and now none of them reads successfully. I fucking hate this shit. > On Oct 27, 2015, at 02:07 , Rick Mann wrote: > > So, I just noticed that only reading channel 0 do I get the busy error: > > # cat /sys/bus/iio/devices/iio\:device0/in_voltage0_raw > cat: /sys/bus/

[beagleboard] armhf apt package for libmpg123 broken on BeagleBoard.org Debian Image 2015-07-28

2015-10-27 Thread Rick Mann
This one: $ dpkg -l | grep mpg ii libmpg123-0:armhf1.14.4-1 armhfMPEG layer 1/2/3 audio decoder (shared library) ii libmpg123-dev:armhf 1.14.4-1 armhfMPEG layer 1/2/3 audio de

Re: [beagleboard] Reading ADC, get "cat: in_voltage0_raw: Device or resource busy"

2015-10-27 Thread Rick Mann
So, I just noticed that only reading channel 0 do I get the busy error: # cat /sys/bus/iio/devices/iio\:device0/in_voltage0_raw cat: /sys/bus/iio/devices/iio:device0/in_voltage0_raw: Device or resource busy # cat /sys/bus/iio/devices/iio\:device0/in_voltage1_raw 109 # cat /sys/bus/iio/devices/iio\