[yocto] beagleboard not booting to SATO interface

2012-12-08 Thread Edward Vidal
Hello This is the first time that I have created and MMC for the beagleboard on a RHELx86_64 6.3. The beagleboard boots and the YOCTO display comes up but never goes to the SATO display. WARNING: Host distribution "Red Hat Enterprise Linux Workstation release 6.3 (Santiago)" has not been validat

[yocto] beagleboard not booting to SATO interface

2012-12-08 Thread Edward Vidal
Hello, Checking I did no have the file /usr/lib/xorg/modules/drivers/omapfb_drv.so only the file /usr/lib/xorg/modules/drivers/omap_drv.so I copied the file /usr/lib/xorg/modules/drivers/omapfb_drv.so from a core-image-sato previous version that was working. Then I get the following in the /var/lo

[yocto] Fwd: wrong kernel is being downloaded

2012-12-23 Thread Edward Vidal
-- Forwarded message -- From: Edward Vidal Date: Sun, Dec 23, 2012 at 10:07 AM Subject: wrong kernel is being downloaded To: angstrom-distro-devel Hello, The command bitbake -v xfce-nm-image fails for the pandaboard but does create a kernel (uImage-3.1.0-r1a-pandaboard

[yocto] meta-ti with yocto

2012-12-31 Thread Edward Vidal
Hello, Any help will be appreciated.. Following the steps at site *http://maniacbug.wordpress.com/2012/08/03/pandayocto/* with minor changes. Not using poky-denzil-7.0 instead using latest version as of 12/22/12 (see below). Did not git checkout 30fb40ebc13614a74c2e237927c60ac43e01d1bc instead us

[yocto] meta-ti with yocto

2013-01-01 Thread Edward Vidal
-- Forwarded message -- From: Edward Vidal Date: Mon, Dec 31, 2012 at 12:49 PM Subject: meta-ti with yocto To: yocto@yoctoproject.org Hello, Any help will be appreciated.. Following the steps at site *http://maniacbug.wordpress.com/2012/08/03/pandayocto/* with minor changes

[yocto] Fwd: bitbake problem or a meta-ti problem.

2013-01-05 Thread Edward Vidal
-- Forwarded message -- From: Edward Vidal Date: Sat, Jan 5, 2013 at 7:20 AM Subject: bitbake problem or a meta-ti problem. To: Discussion of the angstrom distribution development < angstrom-distro-de...@linuxtogo.org> Hello, Any and all help will be appreciated. With An

[yocto] adt-manual.pdf

2013-01-09 Thread Edward Vidal
Hello, I was testing the example 4.1 Autotools-Based Projects should the file "configure".in be "configure.ac" this is the error that I get when I execute aclocal aclocal aclocal: warning: autoconf input should be named 'configure.ac', not ' configure.in' Any help will be appreciated. Ed Vidal Jr.

[yocto] recipes for git gfortran java

2013-01-10 Thread Edward Vidal
All, what is the best way to install git gfortran and java to beagleboards and pandaboards. With angstrom builds you use opkg. Since Yocto is rpm base are there repo that have compiled software. Any and all help will be appreciated. Thanks ___ yocto mai

[yocto] mouse issue qemuarm

2013-02-09 Thread Edward Vidal
Hello, Version of qemuarm built on 01/30/13 works okay but the version built on 02/08/13 exhibits the following problem: When clicking the mouse to switch between panels nothing happens. See the details of 2 builds below. How would you use git to bisect what caused the issue. Any help will be a

[yocto] yocto beaglebone build no uImage on DOS partition.

2013-03-01 Thread Edward Vidal
Hello, Any and all help will be appreciated. yocto beaglebone build no uImage to DOS partition. My questions are do you need the a uImage on DOS partition and should you use core-image-sato-sdk with the beaglebone since it has no display on board, but you want the SDK? My beaglebone booted okay b

[yocto] core-image-sato

2013-04-02 Thread Edward Vidal
Hello, I have been using the bitbake core-image-sato with EXTRA_IMAGE_FEATURES = "debug-tweaks tools-sdk" which adds the sdk to the image. I since have done bitbake boost (added about 14 RPMs) and bitbake qt-mobility-x11 (which appears to have added many RPMs). After creating the boost libs I in

[yocto] boost & qt-mobility-x11 added to core-image-sato

2013-04-03 Thread Edward Vidal
Hello, I have been using the bitbake core-image-sato with EXTRA_IMAGE_FEATURES = "debug-tweaks tools-sdk" which adds the sdk to the image. I since have done bitbake boost (added about 14 RPMs) and bitbake qt-mobility-x11 (81 RPMs). After creating the boost libs I installed the 14 RPMs on the tar

[yocto] gcc enable-languages

2013-04-04 Thread Edward Vidal
Hello, I want to add support for FORTRAN in my image. On target gcc -v shows --enable-languages=c,c++ This needs to --enable-languages=c,c++,fortran.based on my host system. How does the variable FORTRAN in /home/vidal/POKY/build032813_panda/poky/meta/recipes-devtools/gcc/gcc-configure-common.inc g

[yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
Hello, I want to add support for FORTRAN in my image. On target gcc -v shows --enable-languages=c,c++ This needs to --enable-languages=c,c++,fortran.based on my host system. How does the variable FORTRAN in /home/vidal/POKY/build032813_panda/poky/meta/recipes-devtools/gcc/gcc-configure-common.inc g

Re: [yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
5, 2013 at 11:00 AM, Khem Raj wrote: > > On Apr 5, 2013, at 8:51 AM, Edward Vidal wrote: > > Hello, > I want to add support for FORTRAN in my image. > On target gcc -v shows --enable-languages=c,c++ > This needs to --enable-languages=c,c++,fortran.based on my host system. > Ho

Re: [yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
I believe that the error was in gcc-configure-common.inc it should of been f95 not fortran. I am do a clean build now for beagleboard and beaglebone. On Fri, Apr 5, 2013 at 3:06 PM, Khem Raj wrote: > > On Apr 5, 2013, at 2:02 PM, Edward Vidal wrote: > > ERROR: This autoconf l

Re: [yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
I went back to fortran but also changed FORTRAN ?= fortran 14,15c14,15 < FORTRAN ?= ",fortran" < LANGUAGES ?= "c,c++,fortran${JAVA}" --- > FORTRAN ?= ",f77" > LANGUAGES ?= "c,c++${FORTRAN}${JAVA}" On Fri, Apr 5, 2013 at 5:00 PM, Khem Raj

Re: [yocto] gcc enable-languages

2013-04-05 Thread Edward Vidal
le (see /home/vidal/POKY/build032813_panda/poky/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gcc-runtime/4.7.2-r19/temp/log.do_compile.4820 for further information) On Fri, Apr 5, 2013 at 5:07 PM, Edward Vidal wrote: > I went back to fortran but also changed FORTRAN ?= fortran > 14,15c14,15

Re: [yocto] gcc enable-languages

2013-04-06 Thread Edward Vidal
If I don't set libgfortran my image completes okay. When libgfortran in gcc-config-runtime.inc I get do_compile error On Apr 5, 2013 5:49 PM, "Edward Vidal" wrote: > > diff gcc-configure-common.inc gcc-configure-common.inc.orig > 14c14 > < FORTRAN ?= ",

[yocto] beagleboard, qemuarm, beaglebone, and pandaboard images.

2013-04-15 Thread Edward Vidal
Hello, I recently downloaded a new version of yocto and created core-images-sato-sdk-ex for the beagleboard, qemuarm, beaglebone, and pandaboard. Each of these had a different number of RPMs installed. These images all booted okay on the various platforms and emulator. Is this normal that the RP

Re: [yocto] beagleboard, qemuarm, beaglebone, and pandaboard images.

2013-04-16 Thread Edward Vidal
The does reduce the capabilities of the systems? Can the complementary-pkgs.txt be installed with a flag? Thanks any and all help is appreciated. Ed On Tue, Apr 16, 2013 at 2:54 AM, Burton, Ross wrote: > On 16 April 2013 01:00, Edward Vidal wrote: > > beagleboard 1949 RPMs &g

Re: [yocto] beagleboard, qemuarm, beaglebone, and pandaboard images.

2013-04-16 Thread Edward Vidal
different builds. I would expect several different RPMs but not hundreds as was the case. Thanks On Tue, Apr 16, 2013 at 8:03 AM, Burton, Ross wrote: > On 16 April 2013 15:01, Edward Vidal wrote: > > I did a search for installed-pkgs.txt and complementary-pkgs.txt neither > of >

[yocto] Repository to upgrade images

2013-04-16 Thread Edward Vidal
Hello, Are there any plans to provide a repo of pkgs where systems can be upgraded and new pkgs installed like other distro Fedora, CentOS, and rhel? This would also require yum or the new software that is replacing yum. Also for my Fedora, CentOS, and rhel systems I use cobbler for network inst

Re: [yocto] Repository to upgrade images

2013-04-16 Thread Edward Vidal
are some dependencies that I need for GNURADIO? Thanks Any and all help is appreciated Ed On Tue, Apr 16, 2013 at 1:15 PM, Trevor Woerner wrote: > On Tue, Apr 16, 2013 at 3:02 PM, Edward Vidal > wrote: > > Are there any plans to provide a repo of pkgs where systems can be > u

Re: [yocto] Repository to upgrade images

2013-04-16 Thread Edward Vidal
On Tue, Apr 16, 2013 at 1:54 PM, Martin Jansa wrote: > On Tue, Apr 16, 2013 at 01:49:13PM -0600, Edward Vidal wrote: > > With that said how does Angstrom which uses opkg upgrades images that are > > build with Angstrom. I prefer Yocto but I had some pre-built image that > >

Re: [yocto] Repository to upgrade images

2013-04-16 Thread Edward Vidal
Martin, I should be able to add meta-openembedded like I added meta-ti by adding to bblayers.conf is that correct? I fetch with git clone git://openembedded.org/meta-openembedded Thanks On Tue, Apr 16, 2013 at 3:06 PM, Martin Jansa wrote: > On Tue, Apr 16, 2013 at 02:40:21PM -0600, Edward Vi

[yocto] netbase upgrade with meta-ti

2013-05-08 Thread Edward Vidal
Hello, I am using Yocto with meta-ti to create beaglebone and pandaboard core-image-sato files. The following version of poky commit 84d45db4ddced96c736f106f8122eefadf925c41 Author: Darren Hart Date: Wed May 1 13:43:33 2013 -0700 grub-efi-native: Cleanup whitespace A few of the recent

[yocto] recipe gsl-1.15

2013-05-09 Thread Edward Vidal
Hello, I am trying to write the recipe to add gsl-1.15 to core-image-sato. First I did mdkir poky/meta/recipes-support/gsl Is this the correct location for this recipe? cp ~/POKY/gsl_1.15.bb ../meta/recipes-support/gsl/ This is the gsl_1.15.bb file **

Re: [yocto] recipe gsl-1.15

2013-05-09 Thread Edward Vidal
_neon.rpm My question do I have to install the RPMS manually or when I do bitbake core-image-sato-sdk-ex will these become part of the core-image-sato-sdk-ex-beagleboard-20130506115850.rootfs.tar.bz2 or do I have do something else. What is the procedure to make this part of the Yocto project. Any a

Re: [yocto] recipe gsl-1.15

2013-05-09 Thread Edward Vidal
ders and libraries to \ form a standalone SDK." IMAGE_FEATURES += "dev-pkgs tools-sdk qt4-pkgs \ tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh " IMAGE_INSTALL += "kernel-dev boost qt-mobility-x11" Thanks Ed Vidal On

[yocto] libstdc++-static impacts yocto builds fedora18

2013-06-02 Thread Edward Vidal
Hello, I recently installed libstdc++-static-4.7.2-8.fc18.x86_64.rpm on a Fedora 18 system which appears to cause problems in Yocto builds. This package was installed when trying to add meta-java to Yocto builds In the meta-java README Please note that libstdc++ static is needed on your host to com

[yocto] gcc enable-languages

2013-06-03 Thread Edward Vidal
*Dat Tran* dtran11 at gmail.comwrote >* Hello,*>* I want to add support for FORTRAN in my image.*>* On target gcc -v >shows --enable-languages=c,c++*>* This needs to >--enable-languages=c,c++,fortran.based on my host system.*>* How does the >variable FORTRAN in >*/home/vidal/POKY/build032813_p

[yocto] beaglebone beagleboard pandaboard

2013-06-04 Thread Edward Vidal
All, I just built an image for these systems and I noticed that the when logging in they all came up in / not at /home/root. I checked /etc/passwd root:x:0:0:root:/home/root:/bin/sh. This just occurred after a new git clone of all meta-data. The build information all builds is below. I also noti

[yocto] yocto with meta-ti

2013-06-04 Thread Edward Vidal
e post [yocto] beaglebone beagleboard pandaboard <https://lists.yoctoproject.org/pipermail/yocto/2013-June/016393.html> *Edward Vidal * *Let me know if this helps I am using dylan branch with an older version of meta-ti commit d61bfa88ed3df9190ac9fd5643c27f77b34c5f01 Author: Denys Dmytriyenko Date: Mon Feb 25

[yocto] gnuradio on beagleboard beagleone & pandaboard

2013-06-07 Thread Edward Vidal
Hello all, I built a core-image-sato with boost-1.53.0, qt-mobility-x11-1.2.0, gsl-1.15, gnuplot-4.6.3, and gnuradio-3.6.4.1. This had the EXTRA_IMAGE_FEATURES = "debug-tweaks tools-sdk dev-pkgs dbg-pkgs" set for tools-sdk dev-pkgs dbg-pkgs in the local.conf. This required adding meta-oe for the be

[yocto] Yocto branches with other meta-data sets

2013-06-11 Thread Edward Vidal
Hello all I am trying to understand the various branches of poky. It appears that 1.4_M6 became dylan-9.0.0 which is DISTRO_VERSION= "1.4". Is this correct? top level of meta-oe git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/danny remotes/origin/danny-next

Re: [yocto] libstdc++-static impacts yocto builds fedora18

2013-06-16 Thread Edward Vidal
a-yocto= "dylan:73f103bf9b2cdf985464dc53bf4f1cfd71d4531f" meta-oe = "master:ed84e64d22400595b68da4e75b48ab7ecc342aa9" meta-java = "master:59696d89fd33df6953dcb2dd54ccd3b362513f28" meta-yocto-bsp= "dylan:73f103bf9b2cdf985464dc53bf4f1cfd71d4531f&quo

Re: [yocto] libstdc++-static impacts yocto builds fedora18

2013-06-17 Thread Edward Vidal
un 2, 2013 at 2:35 PM, Edward Vidal > wrote: > > Please note that libstdc++ static is needed on your host to compile > > icedtea6/7-native > > (install libstdc++-static on a Fedora). > > is that still valid ? I dont have it installed and it builds without > issues

[yocto] Fedora 18 CentOS 6.4 yocto difference

2013-07-01 Thread Edward Vidal
Hello, I build images for beagleboard, pandaboard, and beaglebone. The base core-image-sato-sdk with the additonal boost qt-mobility-x11 gsl gnuplot gnuradio openjdk-7-jdk openjdk-7-jre openjdk-7-vm-jamvm openjdk-7-vm-cacao python-netserver Build Configuration: BB_VERSION= "1.18.0" BUILD_

[yocto] Fwd: Fedora 18 CentOS 6.4 yocto difference

2013-07-01 Thread Edward Vidal
-- Forwarded message -- From: Edward Vidal Date: Mon, Jul 1, 2013 at 7:16 AM Subject: Re: [yocto] Fedora 18 CentOS 6.4 yocto difference To: "Burton, Ross" /usr/bin/gfortran -Wall -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed build/temp.linux-x86_64-2.7/nu

[yocto] Fwd: Fedora 18 CentOS 6.4 yocto difference

2013-07-01 Thread Edward Vidal
-- Forwarded message -- From: Burton, Ross Date: Mon, Jul 1, 2013 at 8:23 AM Subject: Re: [yocto] Fedora 18 CentOS 6.4 yocto difference To: Edward Vidal On 1 July 2013 14:45, Edward Vidal wrote: > Ross, > I am attaching the recent file. I had to re-run the command since

[yocto] Fedora 18 CentOS 6.4 yocto difference zc702

2013-07-03 Thread Edward Vidal
Hello, I recently built core-image-minimal for zc702. This generated a file with a dtb extension that I have not seen before uImage--3.8-xilinx+git0+6a0bedad60-r1-zynq-zc702-20130703173428.dtb. Can anyone tell me more about the this extension. Where do you find the boot.scr or uEnv.txt for the z

Re: [yocto] Fedora 18 CentOS 6.4 yocto difference zc702

2013-07-03 Thread Edward Vidal
Hello, *Where do you find the boot.scr or uEnv.txt for the zc702? * On Wed, Jul 3, 2013 at 1:35 PM, Elvis Dowson wrote: > Hi Edward, > > On Jul 3, 2013, at 11:05 PM, Edward Vidal > wrote: > > Hello, > I recently built core-image-minimal for zc702. > This gene

[yocto] Fedora 18 x86_64 and make 3.82 & make 3.81

2013-07-08 Thread Edward Vidal
Hello, Is this a bitbake or poky error? My poky was pulled pull on 07/03/13. Fedora 18 x86_64 which has been used to build with branch dylan for the past couple of months or longer. The build below used make-3.82-13.fc18.x86_64.rpm MACHINE=beagleboard bitbake core-image-sato-sdk-ex Build Configur

Re: [yocto] Fedora 18 x86_64 and make 3.82 & make 3.81

2013-07-08 Thread Edward Vidal
of downgrading to make > 3.81 (that's a Fedora 13 make...) > > Anyway, all that doesn't matter because a few days ago Fedora pushed an > update to make which fixes the problem: > make-3.82-14.fc18.x86_64 > > You should just yum update and you're set. > > Ch

[yocto] poky and gnuradio

2013-07-09 Thread Edward Vidal
Hello, What is the best method to you the dylan branch of meta-oe with an gnuradio from meta-oe = "(nobranch):ed84e64d22400595b68da4e75b48ab7ecc342aa9"? Any and all help will be appreciated. Build Configuration: BB_VERSION= "1.18.0" BUILD_SYS = "x86_64-linux" NATIVELSBST

Re: [yocto] poky and gnuradio

2013-07-09 Thread Edward Vidal
anks On Tue, Jul 9, 2013 at 6:49 PM, Philip Balister wrote: > It is not clear from your email if the failure is only with dylan. Does > one work and another build fail? > > Can you wget the url it is trying to fetch? > > Philip > > On 07/09/2013 08:38 PM, Edward Vidal w

[yocto] zedboard & gnuradio

2013-07-15 Thread Edward Vidal
Hello, Any and all help will be appreciated. I am trying to build gnuradio for the zedboard. After removing poky to clean out older builds cd ~/POKY/build071513_zedboard/ cp -R ~/POKY/meta_data_from_remotes/poky/ . cd poky/ cp -R ~/POKY/meta_data_from_remotes/meta-xilinx/ . cp -R ~/POKY/meta_data

[yocto] zedboard & gnuradio

2013-07-16 Thread Edward Vidal
Hello, Any and all help will be appreciated. testing not having to revert back to boost-1.53.0 The new pull of poky, meta-oe, boost-1.54.0 compiled okay. pull on 07/16/13 of all meta_data_from_remotes cd POKY/build071613_zedboard/ cp -R ~/POKY/meta_data_from_remotes/poky/ . cd poky/ cp -R ~/POKY/me

Re: [yocto] zedboard & gnuradio

2013-07-16 Thread Edward Vidal
. Thanks not working with the variables would have made this extremely difficult to find and fix. On Tue, Jul 16, 2013 at 11:50 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > Hi Edward, > > On Tuesday 16 July 2013 08:47:03 Edward Vidal wrote: > > ERROR: QA Issu

Re: [yocto] zedboard & gnuradio

2013-07-16 Thread Edward Vidal
er/libqwt_designer_plugin.so NOTE: Tasks Summary: Attempted 4333 tasks of which 3960 didn't need to be rerun and all succeeded Thanks for all the help.. On Tue, Jul 16, 2013 at 1:18 PM, Edward Vidal wrote: > Paul, > I opted for options b.) modifying > /home/vidal/POKY/build

[yocto] Qt4.8 - qt4-x11-free does not compile if host has qt-mobility installed

2013-07-17 Thread Edward Vidal
Hello, see my post zedboard & gnuradio. see the reply provided by Paul I know gnuradio depends on qt-mobile Let me know if this helps. cheers ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Fwd: zedboard & gnuradio

2013-07-18 Thread Edward Vidal
-- Forwarded message -- From: Edward Vidal Date: Thu, Jul 18, 2013 at 12:21 PM Subject: Re: [yocto] zedboard & gnuradio To: Paul Eggleton Hello Any and all help is appreciated. This is for java and core-image-sato-ex build Adding additional packages to my build Is th

[yocto] yocto armhf & armel on zedboard

2013-09-18 Thread Edward Vidal
Hello While trying to add additional software I came across a problem. Ubuntu uses armhf and the packages I had built with Yocto use armel. Is there a license issue with building with armhf instead of armel with Yocto? I just received my zedboard this past week. Testing has been going okay so fa

[yocto] state machine for X86_64 beaglebone zedboard & pic32.

2013-09-18 Thread Edward Vidal
hilo_thinking 00 Intern : Obj=l_philo[1] Sig=EAT_SIG Source=Philo_thinking 00 Disp==>: Obj=l_philo[0] Sig=EAT_SIG Active=Philo_thinking 00 Intern : Obj=l_philo[0] Sig=EAT_SIG Source=Philo_thinking 00 PHILO_STAT: 4 eating 00 Intern : Obj=l_ta

[yocto] preempt-rt zedboard

2013-10-11 Thread Edward Vidal
Hello, I am working on a zedboard and trying to use preempt-rt patch. The working kernel (Linux zedboard 3.6.0-digilent-13.01-2-g06b3889-dirty #4 SMP PREEMPT Sun Oct 6 12:23:48 MDT 2013 armv7l GNU/Linux) that I have is from a repository maintain by digilent git remote show origin * remote origi

[yocto] preempt-rt zedboard

2013-10-11 Thread Edward Vidal
Hello, after many attempts I create a script to test if the patch would work. #!/bin/bash echo "removing older version" rm -rf linux-stable-rt echo "extracting a clean version" tar xfz linux-stable-rt.tgz echo "going to toplevel dir" cd linux-stable-rt echo "checkout of version before the patch" gi

[yocto] meta-xilinx

2013-10-16 Thread Edward Vidal
Hello, I built a zedboard core-image-sato on 09/21/13 with meta-xilinx at that time I had the following folders. meta-kc705 meta-zc702 meta-zedboard Build Configuration: BB_VERSION= "1.19.1" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Fedora-18" TARGET_SYS= "arm-poky-l

Re: [yocto] meta-xilinx

2013-10-16 Thread Edward Vidal
wrote: > > On Oct 16, 2013, at 2:57 PM, Edward Vidal > wrote: > > > Hello, > > I built a zedboard core-image-sato on 09/21/13 with meta-xilinx at that > time I had the following folders. > > > > meta-kc705 > > meta-zc702 > > meta-zedboard >

Re: [yocto] meta-xilinx

2013-10-17 Thread Edward Vidal
all help. Regards On Wed, Oct 16, 2013 at 5:06 PM, Edward Vidal wrote: > Hello Khem, > Thanks for the help after modifying my local.conf > MACHINE ?= "zedboard-zynq7" > My build "MACHINE=zedboard-zynq7 bitbake core-image-sato" is in the > process now 295 of 5076 t

[yocto] uImage instead of zImage

2013-10-18 Thread Edward Vidal
hello all, I am trying to get a uImage instead of zImage My beagleboard before created a uImage now with dora I get a zImage. in the mega-manual I see the following . KERNEL_IMAGETYPE The type of kernel to build for a device, usually set by the machine configuration files and defaults to "zImage"

[yocto] Fwd: uImage instead of zImage

2013-10-18 Thread Edward Vidal
-- Forwarded message -- From: Robert P. J. Day Date: Fri, Oct 18, 2013 at 9:44 AM Subject: Re: [yocto] uImage instead of zImage To: Edward Vidal On Fri, 18 Oct 2013, Edward Vidal wrote: > Hello > When I changed the uEnv.txt file I get the same error. > I also have

[yocto] threads set in local.conf

2013-10-19 Thread Edward Vidal
Hello all, Is this loading what others on a similar system are experiencing (see below)? I first was setting my threads to 6 on a AMD 6 core system. In the mega-manual i found 5.4. Configuring the local.conf File Briefly, set BB_NUMBER_THREADS and PARALLEL_MAKE to twice your host processor's numb

[yocto] uimage instead of zImage

2013-10-19 Thread Edward Vidal
Hello all, I made some changes to my uEnv.txt mpurate=auto bootcmd="mmc rescan 0; fatload mmc 0:1 0x8030 uImage; bootm 0x8030" dvimode="hd720 omapfb.vram=0:8M,1:4M,2:4M" vram=16M optargs="consoleblank=0" console="ttyO2 console=tty0,115200n8" chgs uImage to zImage in the bootcmd line above

Re: [yocto] uimage instead of zImage

2013-10-20 Thread Edward Vidal
Hello, I see some values when I do printenv These are the files on my dos partition MLO u-boot.img uEnv.txtzImage zImage-omap3-beagle-xm.dtb This is what I have in the uEnv.txt file bootcmd="" bootfile="zImage" ethact="" loadaddr="" nandboot="" nandroot="" nandrootfstype="" nandargs="" l

Re: [yocto] threads set in local.conf

2013-10-21 Thread Edward Vidal
was taking close to 4 hours with 6 threads and 8GB of RAM. Regards On Sun, Oct 20, 2013 at 7:39 AM, Philip Balister wrote: > On 10/19/2013 08:59 AM, Edward Vidal wrote: > > Hello all, > > Is this loading what others on a similar system are experiencing (see > > below)? > &

[yocto] uimage instead of zImage

2013-10-23 Thread Edward Vidal
Hello, Still struggling with zImage not booting on my beagleboard. Any help with this issue will be appreciated. With a zImage the follow was the error I was getting. VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0): error -19 Please append a correct "root=" boot option; here are

Re: [yocto] uimage instead of zImage

2013-10-24 Thread Edward Vidal
Hello, My 2nd partition on the mmc is linux ext3. This is what I have been using to transfer the rootfs to my mmc tar jxvf beagleboard/core-image-minimal-beagleboard-20131024171447.rootfs.tar.bz2 Did something change since the 21 st of last month. Testing dora which was not part of dylan? No mat

[yocto] adding a udev entry for a camera

2013-10-30 Thread Edward Vidal
Hello, I am trying to add a c920 camera to my systems. I am not getting a /dev/video0. lsusb --verbose shows the HD Pro Webcam C920 Bus 001 Device 007: ID 046d:082d Logitech, Inc. Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass

Re: [yocto] adding a udev entry for a camera

2013-10-30 Thread Edward Vidal
30, 2013 at 1:51 PM, Edward Vidal > wrote: > > Hello, > > I am trying to add a c920 camera to my systems. I am not getting a > > /dev/video0. > > lsusb --verbose shows the HD Pro Webcam C920 > > Bus 001 Device 007: ID 046d:082d Logitech, Inc. > > Device D

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Edward Vidal
kmod_init: load module index add_matching_files: unable to open '/var/run/udev/rules.d': No such file or directory parse_file: reading '/etc/udev/rules.d/10-c920.rules' as rules file add_rule: unknown key 'BUS' in /etc/udev/rules.d/10-c920.rules:1 add_rule: invalid rule

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Edward Vidal
andard #1 Mon Oct 28 21:58:22 MDT 2013 armv7l GNU/Linux Thanks On Thu, Oct 31, 2013 at 10:23 AM, Khem Raj wrote: > On Thu, Oct 31, 2013 at 8:45 AM, Edward Vidal > wrote: > > > > Do I add RUN+="/bin/mknod /dev/video0 c 81 0" see below new version of > >

Re: [yocto] adding a udev entry for a camera

2013-10-31 Thread Edward Vidal
appreciated. Thanks to all On Thu, Oct 31, 2013 at 11:08 AM, Khem Raj wrote: > On Thu, Oct 31, 2013 at 9:54 AM, Edward Vidal > wrote: > > hello, > > I removed the bus > > udevadm test --action=add /usr/src/kernel/sysfs > > > > run_command: calling: test > > adm

Re: [yocto] adding a udev entry for a camera

2013-11-01 Thread Edward Vidal
; Is uvcvideo module loaded? > What is lsmod and dmesg output when webcam is connected? > > Regards, > > -- > *dS > Diego Sueiro > > /*long live rock 'n roll*/ > > > 2013/10/31 Edward Vidal > >> Hello, >> I had just recently built angstrom a few

[yocto] dora 1.5 builds for beagleboard no lsusb, /dev/fb0, networking, or sato display on monitor.

2013-11-02 Thread Edward Vidal
Hello All, This is a continued effort with adding a "udev entry for a camera" & "uImage instead of zImage" posting in Oct 13. 2 of my with dora 1.5 are showing same problem lsusb --verbose unable to initialize libusb: -99 Error opening /dev/fb0: No such file or directory during boot. These builds

[yocto] zImage MLO u-boot.

2013-11-07 Thread Edward Vidal
hello, What is the relation between MLO u-boot.bin & u-boot.img and uimage.&zImage? I have been try to get the module uvcvideo.ko meta-beagleboard is used in Angstrom. I had built previously. . /opt/poky/1.4.1/environment-setup-armv7a-vfp-neon-poky-linux-gnueabi was getting errors with these LDFL

[yocto] Yocto zedboard v4l-utils & 3.6.0 kernel with C920 webcam sucess

2013-11-09 Thread Edward Vidal
Hello all, I finally was able to get the modules needed to support the C920 webcam. The modules needed were a total of eight. tree 3.6.0-digilent-13.01-2-g06b3889 3.6.0-digilent-13.01-2-g06b3889 ├── kernel │ └── drivers │ └── media │ └── video │ ├── gspca │

[yocto] meta data sources

2013-11-14 Thread Edward Vidal
Hello, I am trying to determine which meta data to use. I am currently using meta-oe/meta-oe and meta-oe/meta-multimedia see below git log at meta-oe commit ed84e64d22400595b68da4e75b48ab7ecc342aa9 Author: Martin Jansa Date: Tue Jun 11 18:44:22 2013 +0200 openssh: Rename bbappend to match

[yocto] wrong version of busybox after adding new layers.

2013-11-17 Thread Edward Vidal
Hello, MACHINE=zedboard bitbake core-image-sato builds okay. Build Configuration: BB_VERSION= "1.19.1" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Fedora-18" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE = "zedboard" DISTRO= "poky" DISTRO_VERSION

Re: [yocto] wrong version of busybox after adding new layers.

2013-11-18 Thread Edward Vidal
help will be appreciated. thanks On Sun, Nov 17, 2013 at 5:17 PM, Edward Vidal wrote: > Hello, > MACHINE=zedboard bitbake core-image-sato builds okay. > > Build Configuration: > BB_VERSION= "1.19.1" > BUILD_SYS = "x86_64-linux" > NATI

Re: [yocto] wrong version of busybox after adding new layers.

2013-11-18 Thread Edward Vidal
hope this helps. As always all help is appreciated. Thanks On Mon, Nov 18, 2013 at 1:09 PM, Edward Vidal wrote: > Hello, > Gary Thomas recommended that I do a refresh meta-oe. > I did git pull on poky & meta-oe.both of these are dylan branch > poky > commit 4e399f08d5961978

Re: [yocto] wrong version of busybox after adding new layers.

2013-11-18 Thread Edward Vidal
879b82 Downloaded manually and in fact the md5sum is shown below Can someone please pass to meta-oe since this site is currently blocked to new u sers. md5sum uhd-images_003.005.002-release.tar.gz 2912c1c7cde099f2671f2f8f24879b82 uhd-images_003.005.002-release.tar.gz Any and all help is appreciate

Re: [yocto] wrong version of busybox after adding new layers.

2013-11-18 Thread Edward Vidal
morning trying to find fixes Any and all help will be appreciated Thanks On Sun, Nov 17, 2013 at 5:17 PM, Edward Vidal wrote: > Hello, > MACHINE=zedboard bitbake core-image-sato builds okay. > > Build Configuration: > BB_VERSION= "1.19.1" > BUILD_SY

[yocto] [meta-raspberrypi] Using the camera

2013-11-19 Thread Edward Vidal
Hello, To get my C920 camera to work with the zedboard I needed to add v4l-utils and then I need several modules that I add to 3.6 kernel https://github.com/Digilent/linux-digilent.git 3.6.0-digilent-13.01-2-g06b3889/ ├── kernel │ └── drivers │ ├── media │ │

[yocto] dbus-glib gdk-pixbuf and python-pygobject errors

2013-11-20 Thread Edward Vidal
Hello all, My question is if the errors are in meta what does the priority of meta-xilinx play in the build? Also who should determine the priority of layers? The error would not manifest until the custom-image was used. The custum-image extended core-image-sato-sdk with v4l-utils boost qt-mobilit

[yocto] chkconfig

2013-11-22 Thread Edward Vidal
Hello all, Is chkconfig part of any image? Also to force what is the best procedure? In my /etc/network/interfaces I have tried the following auto eth0 iface eth0 inet static address 192.168.0.29 hwaddress ether 00:0A:35:00:00:00 netmask 255.255.255.0 network 192.168

[yocto] firefox

2013-12-08 Thread Edward Vidal
Hello, I am trying to add firefox to my build cd meta-browser git checkout -b dylan origin/dylan Below is my bblayers.conf where I added meta-browser # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VERSION = "6" BBPATH = "${TOPDIR}" BBFILES ?= ""

Re: [yocto] firefox

2013-12-08 Thread Edward Vidal
; SECTION = "x11/gnome" inherit gnome lib_package perlnative SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" What would be the steps to correct these errors. Thanks On Sun, Dec 8, 2013 at 12:2

[yocto] same recipe name which is correct

2013-12-09 Thread Edward Vidal
Hello, meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb and meta-oe/meta-gnome/recipes-gnome/libgnome/libgnome-keyring_2.32.0.bb on the dylan branch have the same name but one is r0 and the other is r3. diff meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bbmeta-oe/meta-gnome/recipes-gnome/li

[yocto] poky tree

2013-12-10 Thread Edward Vidal
Hello, I have a poky tree that I have used for several builds. What is the command to clean out the poky/build/tmp area. I am on the dylan branch. My conf files are configured and my custom-image are okay. I want to pull meta-oe, meta-broswer, and meta-xiiinx, and poky with a clean work area. Can

Re: [yocto] poky tree

2013-12-12 Thread Edward Vidal
, Ross wrote: > On 10 December 2013 20:38, Edward Vidal wrote: > > Hello, > > I have a poky tree that I have used for several builds. > > What is the command to clean out the poky/build/tmp area. > > I am on the dylan branch. My conf files are configured and my > cu

[yocto] Fedora19

2013-12-12 Thread Edward Vidal
Hello, I addedFedora-19 \n \ to poky/meta-yocto/conf/distro/poky.conf. MACHINE=zedboard bitbake custom-image Pseudo is not present but is required, building this first before the main build ERROR: OE-core's config sanity checker detected a potential misconfiguration. Either fix th

[yocto] deploy/images

2013-12-18 Thread Edward Vidal
Hello all, I have a few questions about the files in deploy/images. When working with beagleboard I would see MLO u-boot and uImage. I would copy these to DOS partition. Now Working with ZedBoard I have been using the BOOT.bin, devicetree.dtb and zImage. The BOOT.bin was created with xilinx FSBL a

[yocto] file format

2013-12-20 Thread Edward Vidal
Hello, what is the contents of custom-image-zedboard-20131214212545.rootfs.ext2.gz.u-boot. How do transfer to mmc? What files are needed from the deploy/images to boot a zedboard? Thanks ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctopr

[yocto] Development of Yocto Project Kernel outside of Intel?

2013-12-23 Thread Edward Vidal
Hello Bob, Bob wrote Can someone please share with me the forecast (or any info) on whether the Yocto Project Kernel methodology will be picked up by additional non Intel cores / companies in 2014 or beyond? I am currently using the dylan branch with the zedboard. Build Configuration: BB_VERSION

[yocto] boot zedboard with dylan yocto

2013-12-29 Thread Edward Vidal
Hello, Has anyone booted with the following files built with bitbake. custom-image-zedboard-20131223033354.rootfs.cpio custom-image-zedboard-20131223033354.rootfs.ext2 custom-image-zedboard-20131223033354.rootfs.ext2.gz custom-image-zedboard-20131223033354.rootfs.ext2.gz.u-boot custom-image-zedboar

[yocto] toolchain

2014-01-03 Thread Edward Vidal
Hello all, I am currently working with the zedboard using a rootfs generated with a dylan branch of yocto (gsl, gnuplot, gnuradio, java, vlc, v4l-utils, and openCV with C920 camera). My zImage and devicetree.dtb were built with yocto sdk. My BOOT.BIN (FSBL system.bit and u-boot) were built with 1

[yocto] zedboard & gnuradio already stripped error

2014-01-06 Thread Edward Vidal
Hello All, I just built a dora custom-image for the Zedboard. Back in July and error appeared zedboard & gnuradio *Tue Jul 16 07:47:03 PDT 2013* Paul helped with the following Hi Edward, On Tuesday 16 July 2013 08:47:03 Edward Vidal wrote: >* ERROR: QA Issue: File '/usr/plug

[yocto] booting zedboard dora build

2014-01-07 Thread Edward Vidal
hello All, My boot starts to boot then I get a data abort see below. md5sums of files where they source to be put on /run/media/vidal/ZED_BOOT/ These should match the md5sums on /run/media/vidal/ZED_BOOT/ d34217fdf453c318a11bada96464a014 yocto010514/BOOT.BIN 7a1525c3a1a63fcffbb172348cdd4221 zedb

[yocto] Fwd: meta-topic meta-zynq

2014-01-23 Thread Edward Vidal
-- Forwarded message -- From: Edward Vidal Date: Wed, Jan 22, 2014 at 9:37 AM Subject: meta-topic meta-zynq To: meta-xil...@yoctoproject.org Hello All Not able to source or . in a bitbake receipe. When source is used the error is source not found. When . is used the path is

  1   2   >