[beagleboard] Re: Installing SGX drivers - omaplfb & pvrsrvkm not loaded

2017-06-20 Thread Gurpartap Singh
Could you please post how to set up cross compile environment with quick and qml support.It will be very beneficial for all newbies who wants to work on your image. Regards Gurpartap Singh -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

[beagleboard] Re: @Robert Nelson SGX modules not found in latest Robert Nelson image 8.7

2017-06-20 Thread Gurpartap Singh
version is * 4.4.73-bone18*On Tuesday, June 20, 2017 at 10:58:22 AM UTC+5:30, Gurpartap Singh wrote: > > I am using latest image bone-debian-8.7-lxqt-4gb-armhf-2017-03-19-4gb.img > Then I followed the link: > http://elinux.org/BeagleBoardDebian#SGX_BeagleBone.2FBeag

[beagleboard] @Robert Nelson SGX modules not found in latest Robert Nelson image 8.7

2017-06-19 Thread Gurpartap Singh
I am using latest image bone-debian-8.7-lxqt-4gb-armhf-2017-03-19-4gb.img Then I followed the link: http://elinux.org/BeagleBoardDebian#SGX_BeagleBone.2FBeagleBone_Black ./sgx_create_package.sh and installed the tar.gz package from deploy folder to BeagleBone. But After Rebooting Board when I do

[beagleboard] Re: how to set pins for "gpio-matrix-keypad" in am335x-boneblack-emmc-overlay.dts

2017-02-12 Thread Gurpartap Singh
I resolved the issue and use correct values according to gpio banks: matrix_keypad@0 { compatible = "gpio-matrix-keypad"; debounce-delay-ms = <0x50>; col-scan-delay-us = <0x2>; keypad,num-rows = <4>; keypad,num-columns=

Re: [beagleboard] how to set pins for "gpio-matrix-keypad" in am335x-boneblack-emmc-overlay.dts

2017-02-10 Thread Gurpartap Singh
I facing problem while doing keymap for matrix_keypad for beaglebone. I am refering Linux/Documentation/devicetree/bindings/input/matrix-keymap.txt *how to decode linux,keymap = < 0x00030012 >;* I want to write keymap for 16 keys in 4 x 4 matrix. -- For more options, visit http://beagleboard.org

Re: [beagleboard] how to set pins for "gpio-matrix-keypad" in am335x-boneblack-emmc-overlay.dts

2017-02-10 Thread Gurpartap Singh
I have successfully compiled .dts file into .dtb file including these additions: 1.matrix_keypad@0 { compatible = "gpio-matrix-keypad"; debounce-delay-ms = <0x5>; col-scan-delay-us = <0x2>; row-gpios = <0x5a 0x19 0x0 0x5a 0x1a 0x0 0x5

Re: [beagleboard] how to set pins for "gpio-matrix-keypad" in am335x-boneblack-emmc-overlay.dts

2017-02-10 Thread Gurpartap Singh
thanks John, But I need only GPIO based keypad not i2c based. Please help what should be my next step after modprobing the driver. How can I define rows and columns pins. Someone had posted this link https://groups.google.com/forum/#!searchin/beagleboard/matrix_keypad|sort:relevance/beag

[beagleboard] how to set pins for "gpio-matrix-keypad" in am335x-boneblack-emmc-overlay.dts

2017-02-10 Thread Gurpartap Singh
I want to use matrix-keypad with beaglebone black.I completed these steps: 1.Modprobe matrix_keypad *output of zcat /proc/config.gz | grep MATRIX* CONFIG_INPUT_MATRIXKMAP=m CONFIG_KEYBOARD_MATRIX=m I am looking into am335x-evm.dts It has pin settings as: matrix_keypad@0 { compatible = "gpio-matrix

[beagleboard] How to use matrix-keypad driver for interfacing 4 x 4 keypad

2017-02-09 Thread Gurpartap Singh
I have successfully loaded matrix-keypad driver by using: *modprobe matrix-keypad* *But *I don't know how to use it in c program -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubs

[beagleboard] Re: Building Beagleboard xM u-boot from (Mainline?) sources

2015-05-28 Thread Gurpartap Singh
Hello Porkupan sir, Have you solved the Issue involved with pin muxing.I stuck at same problem. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscrib

[beagleboard] Re: how to activate LED on BB xM using gpio?

2015-05-28 Thread Gurpartap Singh
Hello RobertCNelson Sir,, I am stuck at same problem.please help on activating GPIO in mode 7 so that I can connect one of them to some Leds. I only knows that It is possible by editing dtb filefor omap3-beagle-xm.dtb I decompile the dtb file with device-tree-compiler..Now it avai

Re: [beagleboard] how to install non-gui vlc on beagleboard

2015-05-18 Thread Gurpartap Singh
how to get static ip on beagleboard Xm. On Fri, May 15, 2015 at 11:33 PM, bzk0711 via BeagleBoard < beagleboard@googlegroups.com> wrote: > Gurpartap Singh wrote: > > Hi, I am using debian jessie on Beagleboard Xm.I want to know how i can > > install vlc non-gui version o

[beagleboard] how to install non-gui vlc on beagleboard

2015-05-14 Thread Gurpartap Singh
Hi, I am using debian jessie on Beagleboard Xm.I want to know how i can install vlc non-gui version on board using apt-get . -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscri

[beagleboard] netinstall method - no disk drive detected

2015-05-14 Thread Gurpartap Singh
I am using netinstall method for beagleboard Xm.I successfully write boot partition and put card in board.It recognizes ethernet and downloads required packages. my problem is after password prompt in Disk detect prompt - installer displaying* No disk Drive Detected.If you know the name of the d

[beagleboard] how to figure out pin numbers on expansion board and gpio pin in software

2015-05-13 Thread Gurpartap Singh
I want to read input from a switch.But I am unable to calculate gpio number based on physical pin on expansion connector.Please help me. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group.

[beagleboard] Re: I can't read GPIO port on BBxM RevC2

2015-05-13 Thread Gurpartap Singh
which pin now you are using.. On Tuesday, April 14, 2015 at 8:10:13 PM UTC+5:30, Erkan Güzeler wrote: > > Hi everyone, > I'm using BBxM Rev C2 board and trying to read GPIO_159 that is in > expansion header. I successfully used it as output(Turn On LED and TURN OFF > LED). But I can't read a