[yocto] Application Development

2013-06-05 Thread Satya Swaroop Damarla
Hi Guys, I have an issue... I created a custom image based on NVIDIA Tegra2 with a custom kernel. I installed packages specific Tegra board and application specific. Now we want to send the baord and the new linux image for application development... As I went through ADT manual, I only found qe

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Satya Swaroop Damarla
Hi, Please remove the $ sign in SRC_URI and retry building the package.. I think it is the issue On Tue, May 28, 2013 at 1:46 PM, Zafrullah Syed wrote: > Hi all, > > I am trying to add Hello world recipe, everything was going good but after > giving bitbake command it breaks with the following

Re: [yocto] lmsensors

2013-05-14 Thread Satya Swaroop Damarla
Gentlemen, that actually worked.. Hurray Have a wonderful day guys :-) On Tue, May 14, 2013 at 12:44 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Tuesday 14 May 2013 11:21:49 Satya Swaroop Damarla wrote: > > It has been a month I have been fighting with

Re: [yocto] lmsensors

2013-05-14 Thread Satya Swaroop Damarla
Gentlemen, that actually worked.. Hurray Have a wonderful day guys :-) On Tue, May 14, 2013 at 12:44 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Tuesday 14 May 2013 11:21:49 Satya Swaroop Damarla wrote: > > It has been a month I have been fighting with

[yocto] lmsensors

2013-05-14 Thread Satya Swaroop Damarla
Hi Guys, It has been a month I have been fighting with installing the package "lmsensors" and had no success till today I would really appreciate much help The background goes like this.. *bitbake lmsensors * works perfectly but when I add the package into the rootfs I get the following

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Satya Swaroop Damarla
Hey, Please post your bblayers.conf file.. On Mon, Apr 29, 2013 at 12:21 PM, Zafrullah Syed wrote: > After setting MACHINE and adding the meta-gumstix and meta-gumstix-extras > path to conf/bblayers.conf and when building again, i get the following: > > WARNING: gumstix-repo-task: task.bbclass

[yocto] lm_sensors

2013-04-22 Thread Satya Swaroop Damarla
Hey Guys, I have some issues installing lm_sensors... I copied the package from from meta-oe/recipes-support into meta/recipes-support... The normal "bitbake lmsensors" worked perfectly without any errors but then when I wanted to add it to the rootfs then I get the following error I tried to

Re: [yocto] Tools for measuring temperature on Tegra-Harmony board or in general

2013-04-22 Thread Satya Swaroop Damarla
RROR message shown, returning a non-zero exit code. On Mon, Apr 15, 2013 at 6:40 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Monday 15 April 2013 16:17:20 Satya Swaroop Damarla wrote: > > I have successfully compiled and am so happy the way poky is working on

[yocto] Package which sets Background Image

2013-04-22 Thread Satya Swaroop Damarla
Hi Guys, I hope everyone had a nice weekend.. Back to work ;-) I would like to know what package is used to set a background image. Greets, Satya ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Adding prebuilt binaries to /usr/bin on rootfs

2013-04-18 Thread Satya Swaroop Damarla
Of Burton, Ross > > Sent: יום ד 17 אפריל 2013 21:55 > > To: Satya Swaroop Damarla > > Cc: yocto@yoctoproject.org > > Subject: Re: [yocto] Adding prebuilt binaries to /usr/bin on rootfs > > > > On 17 April 2013 19:10, Satya Swaroop Damarla > > > wrot

Re: [yocto] Adding prebuilt binaries to /usr/bin on rootfs

2013-04-17 Thread Satya Swaroop Damarla
Hi.. If I dont avoid this error.. I cant build the rootfilesystem On Wed, Apr 17, 2013 at 5:56 PM, Burton, Ross wrote: > On 17 April 2013 16:11, Satya Swaroop Damarla > wrote: > > WARNING: File '/usr/bin/sdusb-cmd' from skidata-tools was already > stripped, >

Re: [yocto] Adding prebuilt binaries to /usr/bin on rootfs

2013-04-17 Thread Satya Swaroop Damarla
ERROR: Task 10 (/home/damarla/yocto/poky/meta/recipes-extended/skidata-tools/ skidata-tools.bb, do_package) failed with exit code '1' Greets, Satya On Wed, Apr 17, 2013 at 5:05 PM, Burton, Ross wrote: > On 17 April 2013 16:00, Satya Swaroop Damarla > wrote: > > I have few pre

[yocto] Adding prebuilt binaries to /usr/bin on rootfs

2013-04-17 Thread Satya Swaroop Damarla
Hi Guys, I have few prebuilt binaries and I want to add them to the rootfs at the build itself. So, I created a recipe... but I get an error .. Can you please tell me what the error could be? DESCRIPTION = "Skidata Tools" LICENSE = "CLOSED" SRC_URI = "file:///home/damarla/yocto/skidata-tools.zi

Re: [yocto] Exporting variables and extending PATH for Embedded Java

2013-04-17 Thread Satya Swaroop Damarla
/etc/profile with your > custom file... > > > > In data mercoledì 17 aprile 2013 10:57:54, Satya Swaroop Damarla ha > scritto: > > Hi Guys, > > > I am planning to install embedded java runtime environment and it just > needs the following steps > > 1. Creation

[yocto] Exporting variables and extending PATH for Embedded Java

2013-04-17 Thread Satya Swaroop Damarla
Hi Guys, I am planning to install embedded java runtime environment and it just needs the following steps 1. Creation of directory /usr/share/java 2. Copy the files to this directory 3. Creating a environment variable JAVA_HOME=/usr/share/java/ejre1.7.0_10/bin 4. Extending the variable PATH=$PATH:

[yocto] Fwd: Keyboard support and Europen Font Support

2013-04-16 Thread Satya Swaroop Damarla
Hi Guys, I have German keyboard and my company can install the embedded machines anywhere in the world (mostly Europe). So, I would like to support all european languages both in keyboard and font, both in X and VT. So, for the moment I would like to know if it is possible to have a German Keyboar

[yocto] Tools for measuring temperature on Tegra-Harmony board or in general

2013-04-15 Thread Satya Swaroop Damarla
Hi, I have successfully compiled and am so happy the way poky is working on my Tgera-Harmony modified version board... I have a new requirement which is to find temperature of CPU so that we can control the fan.. I think it comes with NCT1008-i2c-4-4C temperature sensor and has Tegra i2C adapter

Re: [yocto] systemd vs sysvinit

2013-04-09 Thread Satya Swaroop Damarla
Hello Martin, I didnot find it.. Is it possible to send me a link so that I can work on it Greets, Satya On Tue, Apr 9, 2013 at 2:54 PM, Martin Jansa wrote: > On Tue, Apr 09, 2013 at 01:21:31PM +0200, Satya Swaroop Damarla wrote: > > Hi, I created two images first by using sysvini

[yocto] systemd vs sysvinit

2013-04-09 Thread Satya Swaroop Damarla
Hi, I created two images first by using sysvinit and the other using systemd... The image using sysvinit works perfectly but the image with systemd works only from the second boot. In the first boot it hangs. What could be the possible reasons? Greets, Satya ___

[yocto] Calibrating touchscreen and the default display

2013-04-08 Thread Satya Swaroop Damarla
Hi Guys, I have a TSC2007 touchscree for my tegra-harmony board The problem is calibration of the board Let me explain a bit better. I successfully compiled a basic X11 image. On the boot, the Linux penguins appear in the landscape mode on the display. Is it possible to rotate so that the

[yocto] Installing foreign fonts into the yocto build

2013-04-03 Thread Satya Swaroop Damarla
Hi Guys, I have a small issue. On my device, I would like to have Chinese, Japanese, Russian, Hebrewish, Greek fonts and all European language special characters available for java application based on X. In general I would like to know a method of adding custom fonts which are scalable to X serv

Re: [yocto] Problem with core-image-sato at init

2013-03-15 Thread Satya Swaroop Damarla
Actually the problem is with splash. I solved it by removing it in the init. Go to /etc/rc5 and either disable the splash or remove it. Then your image may run. Try this and let me know :) On 15 Mar 2013 17:58, "Marco" wrote: > Il 06/03/2013 16:32, Satya Swaroop Damarla ha scritto:

Re: [yocto] Problem with Xserver freezing

2013-03-12 Thread Satya Swaroop DAMARLA
ing acceleration scheme 1 (**) TSC2007 Touchscreen: (accel) acceleration profile 0 (**) TSC2007 Touchscreen: (accel) acceleration factor: 2.000 (**) TSC2007 Touchscreen: (accel) acceleration threshold: 4 (II) config/udev: Adding input device TSC2007 Touchscreen (/dev/input/mouse0) (II) No input driver

Re: [yocto] Trying to bitbake core-image-minimal on Archlinux

2013-03-08 Thread Satya Swaroop Damarla
hey Biao, The sanity information is provided in the directory meta-yocto/conf/distro/ ... Here there are several distributions and in their conf file you have the sanity tested ditro .. :) Greets, Satya On Thu, Mar 7, 2013 at 4:22 PM, Biao wrote: > > > > > > > 在 2013-03-04 06:16:55,"Jack Mitc

[yocto] Problem with Xserver freezing

2013-03-07 Thread Satya Swaroop Damarla
Hi Guys, I created a X11 image and I found that the init is freezing. Advice regarding configuring Xorg is very much appreciated. If I remove Xinitialization from init then its properly starting. my board is a specialized version of Nvidia Tegra Harmony board. Current version of pixman: 0.29.2

[yocto] Problem with core-image-sato at init

2013-03-06 Thread Satya Swaroop Damarla
Hey Guys, Hi Rudy, Hi Hans As promised I am coming with the problem again.. I successfully made core-image-minimal working and boot after chnaging the boot parameters... but my core-image-sato is hanging at the boot. I looked in the init files of core-image minimal and core-image-sato and they ar

[yocto] Kernel compiled using linux-yocto-3.2 not Starting

2013-03-04 Thread Satya Swaroop Damarla
My kernel is not starting.. I compiled it fora modified version of Avionic Tamonten board... May I know the potential reasons U-Boot 2009.11.1-dirty (Nov 03 2011 - 10:04:17) TEGRA2 Board: Tegra2 Harmony board DRAM: 512 MB NAND: Chip Id: 0x20 (Handheld SOC) Major: 0x1 Minor: 0x3 SKU: 0x8

Re: [yocto] uboot.bin and rootfs but not uImage

2013-03-03 Thread Satya Swaroop DAMARLA
S}/skidata-carrier_defconfig ${S}/defconfig > } > > :rjs > > > On Sat, Mar 2, 2013 at 7:37 AM, Satya Swaroop DAMARLA > wrote: > >> Hi Bruce and Hi Rudy, >> >> You are right and it works until it failes at the do_configure. >> Suggestions please. Here is t

Re: [yocto] uboot.bin and rootfs but not uImage

2013-03-02 Thread Satya Swaroop DAMARLA
do_configure (see /home/damarla/yocto/poky/buildSkidata/tmp/work/skidata_carrier-poky-linux-gnueabi/linux-skidata/3.2-r0/temp/log.do_configure.29911 for further information) ERROR: Task 766 (/home/damarla/yocto/poky/meta/recipes-kernel/linux/ linux-skidata.bb, do_configure) failed with exit code '1&

Re: [yocto] uboot.bin and rootfs but not uImage

2013-03-01 Thread Satya Swaroop Damarla
nfiguration settings. Your kernel GIT repo may contain a > .config that is good for your hardware. In that case you do not need a > defconfig but is still a good practice and will allow you to easily change > the settings. > > Then you need to adjust your machine configuration file: &g

Re: [yocto] Updating uboot to v2013.01

2013-02-26 Thread Satya Swaroop Damarla
rnel recipes say? > > Rudi > > > On Mon, Feb 25, 2013 at 11:36 PM, Satya Swaroop Damarla < > swaroop.dama...@gmail.com> wrote: > >> hey hans, >> >> I think you are right about the kernel device tree.. I think it should >> come with the kernel but I

Re: [yocto] Updating uboot to v2013.01

2013-02-25 Thread Satya Swaroop Damarla
... Diid you complete generating the image for the board? Greets, Satya On Mon, Feb 25, 2013 at 5:05 PM, Hans Beckérus wrote: > > > 25 feb 2013 kl. 15:58 skrev Satya Swaroop DAMARLA : > > Guys. I found the solution to this problem > > I think if you already install uboot-t

[yocto] uboot.bin and rootfs but not uImage

2013-02-25 Thread Satya Swaroop Damarla
Hello Guys... I think uImage is important but it is not being generated by the yocto project. It only generated the rootfs and uboot.bin. Is there any variable that has to be introduced in the machine.conf (in my case it is skidata-tamonten.conf) Here is the configuration file #@TYPE: Machine

Re: [yocto] Updating uboot to v2013.01

2013-02-25 Thread Satya Swaroop Damarla
e great to know as there is not sufficient literature avilable to explain this on the internet... On Mon, Feb 25, 2013 at 3:58 PM, Satya Swaroop DAMARLA wrote: > Guys. I found the solution to this problem > > I think if you already install uboot-tools or uboot-mkimage packes from

Re: [yocto] Updating uboot to v2013.01

2013-02-25 Thread Satya Swaroop DAMARLA
; I will look into it later today. I am currently at the Linux Foundation's > Embedded Linux Conference. > > Rudi > > > On Thu, Feb 21, 2013 at 2:10 AM, Satya Swaroop DAMARLA > wrote: > >> Hello Guys, >> >> I have not received any reply from you. If you c

Re: [yocto] Updating uboot to v2013.01

2013-02-21 Thread Satya Swaroop DAMARLA
Hello Guys, I have not received any reply from you. If you can help me to figure out what the errors mean when adding a new .bb or recipe file then I can learn the mistake and take care in the new recipes I request your time On Wed, Feb 20, 2013 at 7:19 PM, Satya Swaroop Damarla

Re: [yocto] Updating uboot to v2013.01

2013-02-20 Thread Satya Swaroop Damarla
that I only copied/edited the u-boot .bb but never the > mkimage. Still my kernel successfully builds the kernel uImage!? > Some magic that I have missed :) > > Hans > > > > On Wed, Feb 20, 2013 at 5:17 AM, Satya Swaroop Damarla > > wrote: > >> > >>

[yocto] Updating uboot to v2013.01

2013-02-20 Thread Satya Swaroop Damarla
Hi Guys, I need support for uboot on Tamonten board but the version on it is v2012.04 but I came to know that v2012.10 or v2013.01 supports the Tamontenboard through some guys here.. It would be great if you can tell me how can I accomplish v2013.01 or v2012.10 into the build system and make it a

Re: [yocto] Avionic Tamonten Board - Uboot problem

2013-02-19 Thread Satya Swaroop Damarla
and 1 failed. On Tue, Feb 19, 2013 at 3:58 PM, Gary Thomas wrote: > On 2013-02-19 06:28, Satya Swaroop Damarla wrote: > >> Hi, >> >> I want to build a basic image for the Avionic Tamonten board using Yocto. >> SO, I created a skidata-tamonten.conf in the list of

[yocto] Avionic Tamonten Board - Uboot problem

2013-02-19 Thread Satya Swaroop Damarla
Hi, I want to build a basic image for the Avionic Tamonten board using Yocto. SO, I created a skidata-tamonten.conf in the list of machines based on the beagleboard.conf but I dont know what to add for the UBOOT_MACHINE= . I tried my best to use the same "omap_beagle_conf" but it doesnot boot prop