[beagleboard] Sub GHz cape for Beaglebone

2016-08-30 Thread Raulp
Hi, Is there any Sub Ghz cape for beaglebone/board? references for Sub Ghz devices from TI and NXP : http://www.ti.com/lsds/ti/wireless_connectivity/sub-1_ghz/overview.page

Re: [beagleboard] Right way to get the gpio values from the device tree in the device driver for BeagleboneBlack

2016-08-19 Thread Raulp
Thanks , I figured it out ! I was not putting the valid gpio in the < 0> On Friday, August 19, 2016 at 2:45:03 PM UTC+5:30, William Hermans wrote: > > http://linux.die.net/man/3/strerror > > On Thu, Aug 18, 2016 at 9:03 PM, Jane > wrote: > >> Hello, >> >> This topic

[beagleboard] Re: Packages for VGA converter display

2016-08-16 Thread Raulp
:30, Dennis Lee Bieber wrote: > > On Tue, 16 Aug 2016 02:19:03 -0700 (PDT), Raulp > <raulpb...@gmail.com > declaimed the > following: > > >Hello, > >I am using micro HDMI(connected to micro HDMI of BBB) to Male HDMI cable > on > >BBB which I have inse

[beagleboard] Packages for VGA converter display

2016-08-16 Thread Raulp
Hello, I am using micro HDMI(connected to micro HDMI of BBB) to Male HDMI cable on BBB which I have inserted to female HDMI to VGA converter which is connected to my VGA Monitor.But I cant see anything except the first few logs after that it goes black. Do I need to install any packages to

[beagleboard] How to know which beagleblackBone version I am using?

2016-08-15 Thread Raulp
Hi, How can I know from the command prompt which BBB version(Rev A,B or C?) I am using?Or by looking at its PCB? Thanks in advance ! Rgds, Rp -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard"

Re: [beagleboard] What all needs to be flashed on SD Card after rebuilding the kernel ,Following link : Linux on ARM

2016-08-10 Thread Raulp
Sorry WHen I pressed S1 , boot happens fine.! On Wednesday, August 10, 2016 at 1:31:44 PM UTC+5:30, Raulp wrote: > > Thanks William , Robert ! > I pressed removed the power supply , reconnected it , pressed the S3 > switch and it booted with the changed kernel image. >

Re: [beagleboard] What all needs to be flashed on SD Card after rebuilding the kernel ,Following link : Linux on ARM

2016-08-10 Thread Raulp
that matter you never mention if you have a first stage uEnv.xt file >> ( /uEnv.txt ). Granted this assumes redoing form a blank rootfs. But if >> this is not a blank rootfs then your step #3 should not be necessry. >> >> On Tue, Aug 9, 2016 at 9:31 PM, Raulp <raulpb...@gmail.com &g

Re: [beagleboard] What all needs to be flashed on SD Card after rebuilding the kernel ,Following link : Linux on ARM

2016-08-09 Thread Raulp
I did get the minicom logs but it shows only uboot# prompt. What I did was this : 1-->modified one dtb and ran rebuild.sh 2-->Copy Kernel Image Kernel Image: ~/ sudo cp -v ./bb-kernel/deploy/${kernel_version}.zImage /media/rootfs/boot/vmlinuz-${kernel_version} 3--->Copy Kernel Device Tree

Re: [beagleboard] Weird Problem using GPIOs on BBB

2016-07-13 Thread Raulp
ing the code would probably help a lot. > > On Wed, Jul 13, 2016 at 2:41 AM, Raulp <imsaura...@gmail.com > > wrote: > >> I have interfaced a hardware using the 5 Gpios on BBB.I can talk to this >> device using GPIOs by manually (echoing 0 and 1 to the GPIOS) writing to

[beagleboard] Weird Problem using GPIOs on BBB

2016-07-13 Thread Raulp
I have interfaced a hardware using the 5 Gpios on BBB.I can talk to this device using GPIOs by manually (echoing 0 and 1 to the GPIOS) writing to it in the sys/class/gpio directory by first exporting the Gpios and configuring their directions and value.It works perfectly fine. But, When I try

[beagleboard] Changing the default state of the GPIOs on BBB

2016-07-01 Thread Raulp
Is there a software way to get and change the default state of the GPIOs? Thanks in advance ! Rgds, Rp -- 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

[beagleboard] Free GPIOS to be Used Safely on BeagleBoneBlack

2016-07-01 Thread Raulp
HI, I am interfacing an external peripheral to the BBB and require 5-6 free GPIO which are not being used or multiplexed with any other signal.I have chosen these GPIOs P9_14/15/16/12/25 which maps to gpios - 48,49,43,51,60,117 ( not in order) . I have developed a small application which

[beagleboard] BBB mounted as RO !

2016-06-29 Thread Raulp
I have followed this famous link : https://eewiki.net/display/linuxonarm/BeagleBone+Black I am able to boot the BBB using pre-compiled kernel but I found that the file-system has been mounted as Read Only and I am not able to read/write/mkdir/delete any thing. Restarting the BBB doesnt solve