[yocto] Device Tree Overlays

2014-02-24 Thread Raul Rosetto Munoz
Hello All, I just compile a Yocto linux for BeagleBone Black using dora branch. I would like to use device tree overlay to change the pin mux. But I think that this linux not enable this feature. I couldnt see this folders: root@beaglebone:/lib/firmware# export SLOTS=/sys/devices/bone_capemgr.

Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Raul Rosetto Munoz
ault 2.6.35 and works perfect. Thanks For all help, did you help me a lot! On Thu, Oct 3, 2013 at 11:22 AM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > On 13-10-03 10:09 AM, Raul Rosetto Munoz wrote: > >> Look all the time the modules of kernel 3.8 come. &

Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Raul Rosetto Munoz
hfi...@windriver.com> wrote: > On 13-10-03 09:32 AM, Raul Rosetto Munoz wrote: > >> I think that I found my problem, >> >> I tryed to use the kernel 3.8 before in this build system, but I decided >> to go back to the 2.6.35.3. >> >> But now I did bitbake -c cle

Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Raul Rosetto Munoz
the modules of kernel 3.8. How I clean the modules and force to use no 2.6.35.3 again. Which package or command do that? Thanks for all Help. On Thu, Oct 3, 2013 at 9:38 AM, Bruce Ashfield wrote: > On 13-10-03 08:34 AM, Raul Rosetto Munoz wrote: > >> Hello All, >> >> I

[yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Raul Rosetto Munoz
Hello All, I'm Trying to install the kernel modules inside my rootfs but I couldn't find an especific information that help me to do that! I have in my /tmp/images/ the tgz with all the modules that I need. modules--2.6.35.3-r32.23-imx28evk-20131002210958.tgz I just want that this tzg was extra

[yocto] xmlsec support

2013-08-14 Thread Raul Rosetto Munoz
Hello all, Some one know if there is any meta that support xmlsec? xmlsec source: http://www.aleksey.com/xmlsec/ Thanks for all Help. -- *Raul Rosetto Muñoz* ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-ti] Wifi Module + udev configs

2013-02-27 Thread Raul Rosetto Munoz
build system? There are another brach that this configuration work? Thanks For all Help. 2013/2/25 Denys Dmytriyenko > On Mon, Feb 18, 2013 at 08:56:06AM -0300, Raul Rosetto Munoz wrote: > > Any suggestions? > > > > I really do not know what to do, the file "/lib/ude

Re: [yocto] [meta-ti] Wifi Module + udev configs

2013-02-18 Thread Raul Rosetto Munoz
Any suggestions? I really do not know what to do, the file "/lib/udev/firmware" never appear. Thank you. 2013/2/14 Raul Rosetto Munoz > Now Im with 173 from meta-fsl bbapend, but I tryed with many others from > meta-oe and poky. > > > > > > > 2013/2/14 D

Re: [yocto] [meta-ti] Wifi Module + udev configs

2013-02-14 Thread Raul Rosetto Munoz
Now Im with 173 from meta-fsl bbapend, but I tryed with many others from meta-oe and poky. 2013/2/14 Denys Dmytriyenko > On Thu, Feb 14, 2013 at 02:23:14PM -0200, Raul Rosetto Munoz wrote: > > Denys, > > There are something strange, > > > > First there are no

Re: [yocto] [meta-ti] Wifi Module + udev configs

2013-02-14 Thread Raul Rosetto Munoz
Denys, There are something strange, First there are no linux-firmware-{rtl8192cu,rtl8192ce,rtl8192su} installed at rfs. raul@phi04:.../tmp/deploy/images$ find /media/ed86e6a2-20c2-464e-a2f3-f28ff48983ef/lib/firmware/ -name "*8192*" /media/ed86e6a2-20c2-464e-a2f3-f28ff48983ef/lib/firmware/RTL8192

Re: [yocto] [meta-ti] Wifi Module + udev configs

2013-02-14 Thread Raul Rosetto Munoz
this action. Thanks for all Help 2013/2/12 Denys Dmytriyenko > On Thu, Feb 07, 2013 at 06:26:46PM -0200, Raul Rosetto Munoz wrote: > > Hello All, > > I need to configure my yocto project to work with wifi dongle realteck > > rtl8192cu. > > > > My first problem i

[yocto] Wifi Module + udev configs

2013-02-07 Thread Raul Rosetto Munoz
Hello All, I need to configure my yocto project to work with wifi dongle realteck rtl8192cu. I'm using this building configuration: Build Configuration: BB_VERSION= "1.16.0" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beaglebone" DISTRO=

Re: [yocto] Mouse Keyboard don't work at sato Beagle Image

2013-01-21 Thread Raul Rosetto Munoz
Some one have any suggestion? I think that is a meta-ti configuration. I did the same for imx53 using meta-fsl and the mouse and keyboard working fine! Thanks 2013/1/19 Raul Rosetto Munoz > Hello All, > > I compiled a core-image-sato for a BeagleBone and BeagleBoard. > >

[yocto] Fwd: Mouse Keyboard don't work at sato Beagle Image

2013-01-19 Thread Raul Rosetto Munoz
Hello All, I compiled a core-image-sato for a BeagleBone and BeagleBoard. I'm using all layers at danny version. My bblayer is like this: BBLAYERS ?= " \ /home/prjs/video0001/linux/poky/meta \ /home/prjs/video0001/linux/poky/meta-yocto \ /home/prjs/video0001/linux/meta-ti \ /home/prjs/

[yocto] core-image-sato for beagleboard problem

2013-01-16 Thread Raul Rosetto Munoz
Hello all, I created a simple core-image-minimal for beagleboard using meta-ti, poky and meta-oe in danny version. For the core-image-minimal all work fine but for the core-image-sato I get this error: arm-poky-linux-gnueabi-libtool: link: `gtktreeview.lo' is not a valid libtool object make[4]:

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-20 Thread Raul Rosetto Munoz
-JAVA/philinux/meta-java/recipes-core/llvm/ llvm2.8_2.8.bb, do_compile Summary: There was 1 WARNING message shown. Summary: There was 1 ERROR message shown, returning a non-zero exit code. Some one can Help me? I thing that there is some thing with this: | ../../lib/libLLVMARMAsmPrinter.a(ARMInst

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-19 Thread Raul Rosetto Munoz
raul@phi04:/home/prjs/poky$ git branch * local/origin/denzil 2012/12/19 Raul Rosetto Munoz > raul@phi04:/home/prjs/newcom0001/workspace/philinux/philinux-imx28-newcom$ > bitbake --version > BitBake Build Tool Core version 1.15.2, bitbake version 1.15.2 > > > > 201

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-19 Thread Raul Rosetto Munoz
raul@phi04:/home/prjs/newcom0001/workspace/philinux/philinux-imx28-newcom$ bitbake --version BitBake Build Tool Core version 1.15.2, bitbake version 1.15.2 2012/12/19 Paul Eggleton > On Wednesday 19 December 2012 08:25:00 Raul Rosetto Munoz wrote: > > Hello all, > > I did s

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-19 Thread Raul Rosetto Munoz
Hello all, I did some things like this wiki. I added the meta-java layer but the only important diference is that I'm using meta poky (/poky/meta) and no meta oe-core (/oe-core/meta). https://github.com/woglinde/meta-java/wiki The fisrt probleme tha I have is that the package LLVM show me some e

[yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-18 Thread Raul Rosetto Munoz
Hello all, I'm using yocto project to create a linux for a IMX28. I currently insert these layers: poky/meta poky/meta-yocto meta-fsl-arm meta-openembedded/meta-oe I want to use JRE (Java Runtime) like openJDK, and I saw that have some existing layers that provide this features. Specifically:

Re: [yocto] Kernel Stop in Freeing init memory: 228K

2012-10-01 Thread Raul Rosetto Munoz
Some One Plz Can Help Me? 2012/9/30 Raul Rosetto Munoz > *Hello All,* > * > * > *Im using yocto with meta-ti and meta-openembedded.* > * > * > *I have some packeges in my local.conf.* > * > * > * > * > IMAGE_INSTALL_append = " \ >

[yocto] Kernel Stop in Freeing init memory: 228K

2012-09-30 Thread Raul Rosetto Munoz
*Hello All,* * * *Im using yocto with meta-ti and meta-openembedded.* * * *I have some packeges in my local.conf.* * * * * IMAGE_INSTALL_append = " \ tcc \ curl \ perl \ minicom \ libcap \ ppp \ ppp-dialin \ usbutils \ mtd-util

Re: [yocto] Create a .bb for my aplication

2012-09-17 Thread Raul Rosetto Munoz
stdir/home/prjs ./binutils-cross-2.22-r6/image/home/prjs ./binutils-cross-2.22-r6/sysroot-destdir/home/prjs now I don't know why this the prjs folder dont go to my root image in the SD card! Some suggest? Thanks 2012/9/17 Burton, Ross > On 17 September 2012 14:48, Raul Rose

Re: [yocto] Create a .bb for my aplication

2012-09-17 Thread Raul Rosetto Munoz
R = "r0" SRC_URI = "file://teste" S = "${WORKDIR}" do_install() { mkdir -p /home/prjs/ } 2012/9/4 Autif Khan > On Tue, Sep 4, 2012 at 1:14 PM, Raul Rosetto Munoz > wrote: > > Hello, > > I have some files that compose my application, and I want

Re: [yocto] Bitbake for list packages

2012-09-17 Thread Raul Rosetto Munoz
Thanks That is IT! 2012/9/17 Paul Eggleton > On Monday 17 September 2012 09:37:13 Raul Rosetto Munoz wrote: > > I know that habe a bitbake command that list all packages. > > Do you mean list all recipes? If so, one of the following may be helpful: > > bitbake -s >

[yocto] Bitbake for list packages

2012-09-17 Thread Raul Rosetto Munoz
Hello all I know that habe a bitbake command that list all packages. But now I can not find it. Some one can tell me? Thanks. -- *Raul Rosetto Muñoz* ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] yocto Digest, Vol 24, Issue 51

2012-09-12 Thread Raul Rosetto Munoz
I saw the same problem but Im found the solution at link * http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#changing-recipes-kernel * *in B.2.3. Changing the CONFIG_SMP Configuration Using menuconfig* Basic, do you need to do these commands: $ bitbake linux-yocto -c cleanssta

[yocto] imx28 u-boot without NAND command

2012-09-11 Thread Raul Rosetto Munoz
Hello All, I need to use the command NAND in the imx28 u-boot. I did a patch that put the line "#define COMFIG_CMD_NAND" in the "/include/configs/mx28evk.h" file, and if I look at "/tmp/work/imx28evk-poky-linux-gnueabi/u-boot-v2012.04.01-r3/git/include/configs/mx28evk.h" I can see that the patch

[yocto] BeagleBone U-boot

2012-09-06 Thread Raul Rosetto Munoz
Hello, I have de mux.h and pinmux.h file for a beaglebone. I want yo know what file the uboot use to configurate de pinmux for beaglebone. I saw that for particular machine this file have a particular name. SOme one can help me to configure de beaglebone mux? Thanks For all Help. -- *Raul R

[yocto] Create a .bb for my aplication

2012-09-04 Thread Raul Rosetto Munoz
Hello, I have some files that compose my application, and I want to put this files in the "/home/prjs" folder, I know That I need to install the prjs folder and the other files in this folder. What I dont know first, How to create a .bb file! And another question. I saw that if I do some things

[yocto] netbase_4.47.bbappend

2012-09-03 Thread Raul Rosetto Munoz
Hello, I'm try to create my inferface file to netbase. I have in the poky folder this files raul@phi04:/home/prjs/poky$ find . -name "*netbase*" ./meta/recipes-core/netbase ./meta/recipes-core/netbase/netbase-4.47 ./meta/recipes-core/netbase/netbase_4.47.bb ./meta-yocto/recipes-core/netbase ./me

[yocto] Add new package

2012-08-18 Thread Raul Rosetto Munoz
Hello All.. I need to use a minicom and curl in the beaglebone. I have a core-image-minimal that work fine in the board. Can some one help me and tell how to add this packages? Thanks for all help. -- *Raul Rosetto Muñoz* ___ yocto mailing list yoct

Re: [yocto] Re-Build virtual/kernel

2012-08-16 Thread Raul Rosetto Munoz
to also run a target that deploy's the kernel or at least run > the deploy command manuall > > bitbake core-image-minimal > > or > > bitbake virtual/kernel -c deploy > > -M > > On Thu, Aug 16, 2012 at 2:11 PM, Raul Rosetto Munoz > wrote: > > don&#x

Re: [yocto] Re-Build virtual/kernel

2012-08-16 Thread Raul Rosetto Munoz
don't work. 2012/8/16 McClintock Matthew-B29882 > What about the -f? > > -M > > On Thu, Aug 16, 2012 at 2:02 PM, Raul Rosetto Munoz > wrote: > > I did all de comands with -c and do not work! > > > > Some one no some thing that I can try to upda

Re: [yocto] Re-Build virtual/kernel

2012-08-16 Thread Raul Rosetto Munoz
I did all de comands with -c and do not work! Some one no some thing that I can try to update de uImage file? Thanks for the sugestion. 2012/8/16 McClintock Matthew-B29882 > On Thu, Aug 16, 2012 at 7:11 AM, Raul Rosetto Munoz > wrote: > > Hello All, > > > > I'

[yocto] Re-Build virtual/kernel

2012-08-16 Thread Raul Rosetto Munoz
Hello All, I'm use yocto to create a linux for imx28, with meta-fsl-arm and meta-openembedded. Until now, every thing is ok, I Have a core-image-minimal-imx28evk.sdcard that working in the machine. My problem is that when I try to add some things in the kernel configuration, I feel like the syst