[yocto] driver for piTFT 2.8 resistive display

2015-07-23 Thread abhishek srivastava
Hi allCan anyone please tell how to interface raspberrypi with pitft 2.8 resistive screen. notro tft driver is available in stagging mode but how to use that to make display functional, is not clear.Have any one succeeded in running pitft with yocto ?  please help to make pitft display

[yocto] how to activate piTFT stagging driver?

2015-06-04 Thread abhishek srivastava
HiI need to interface raspberrypi with piTFT 2.8 resistive. I can find the driver in stagging directory in linux.I have enabled the driver from $make menuconfig option but could not get the display working. Is their some more settings needed to be done in other files in linux kernel ? please

[yocto] How to interface piTFT2.8 with Raspberrypi using fbtft driver?

2015-05-20 Thread abhishek srivastava
Hii need to interface piTFT2.8 resistive display with raspberrypi using fbtft driver. i want to insert this driver in Yocto Image that I have built.But I really dont know how? I can find fbtft driver under stagging directory (in linux3.18.11+) but when it would be officially available as

[yocto] piTFT support in yocto

2015-05-06 Thread abhishek srivastava
Hi all I am looking for piTFT 2.8 resistive screen in yocto. Even though, i can see those fbtft drivers in stagging mode in linux 3.18.11 but i do not know how to use it? when i can expect these drivers to be included in Linux kernel? I have checked notro's github but it doesn't go in sync with

[yocto] package build for raspberrypi for armel not armhf

2015-05-01 Thread abhishek srivastava
Hi all I want to build armhf package for raspberrypi but bitbake is always giving me armel packages. I have made changes in ~/yocto/poky-dizzy-12.0.1/meta-raspberrypi/conf/raspberrypi file at DEFAULTTUNE ?= arm1176jzfshf I have also changes in

[yocto] error while inserting driver as recipe in raspberrypi kernel

2015-04-15 Thread abhishek srivastava
I am getting following error when i try to include driver as recipe in raspberrypi kernel NOTE: Executing write_package_manifest ... | DEBUG: Executing python function write_package_manifest | DEBUG: Python function write_package_manifest finished | NOTE: Executing license_create_manifest ... |

[yocto] error on gtk-sato-engine

2015-04-07 Thread abhishek srivastava
Hi Please help me to find solution of this error in yocto-dizzy for raspberrypi Log data follows: | DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common'] | DEBUG: Executing shell function do_compile | NOTE: make -j

[yocto] remove package from sdimg

2015-03-31 Thread abhishek srivastava
hi i have created core-image-sato sdimg for my project on raspberrypi. actually, i want to run few applications that need python. i want to remove unnecessary packages that were required for smooth compilation of those applications since I downloaded entire python and gcc packages which had

[yocto] addiding external driver to minimal image

2014-12-21 Thread abhishek srivastava
Hi How to add external driver (ex:TFT driver) to core-minimal-image. After building core -minimal-image, in case I need to add additional package to existing image, do i need to modify in .conf file and REBUILD IT..every time ? please clarify ! Thank you  --

[yocto] basic questions on LINUX costomization for raspberrypi

2014-12-18 Thread abhishek srivastava
Hi allPlease answer to these questions regarding LINUX kernel image build using yocto project: 1) What basic LINUX packages needed for raspberrypi ? any list for reference ? 2) What if I want to add any package after my image is build ? Do i need to repeat the complete process again? 3) How

[yocto] adding drivers to rpi-basic-image

2014-12-15 Thread abhishek srivastava
Hi allI have generated image for raspberrypi basic image rpi-basic-image using hob Now How can i add my TFT drivers or any other driver to the rpi-basic-image? I am also willing to know some more details on package importance in building raspberrypi image such that what those packages would do,