Re: [yocto] [dbus] [meta-raspberrypi] using dbus with system verilog

2018-05-07 Thread Sherif Omran
r libpulsecore sbc pulseaudio-module-bluetooth-discover pulseaudio-module-bluez5-device pulseaudio-module-bluez5-discover pulseaudio-$ DISTRO_FEATURES_remove = " x11 " IMAGE_INSTALL_append= " screen " On Mon, May 7, 2018 at 12:18 AM, Khem Raj wrote: > > On Sun, May 6, 201

[yocto] [dbus] [meta-raspberrypi] using dbus with system verilog

2018-05-06 Thread Sherif Omran
hi i created an os for raspberry pi 0 w, it uses system v, but dbus does not start automatically and when i started it using a startup script and exported its parameters, i still get the following when i start pulseaudio -. Unknown interface org.freedesktop.DBUS.Introspectable Unknown interfa

[yocto] [yocot] bluez5 not included in image

2018-04-09 Thread Sherif Omran
In local.conf i have DISTRO_FEATURES_append += " bluez5 bluetooth wifi" IMAGE_INSTALL_append += " linux-firmware-bcm43430 bluez5 bridge-utils wpa-supplicant python-smbus i2c-tools " and when i run bluetoothd -v it is not found it seems for some reason bluez5 is not included. -- ___

Re: [yocto] how to add pulseaudio

2018-04-02 Thread Sherif Omran
in IMAGE_INSTALL_append since it not necessarily mapped to > package but I could be wrong since bitbake and OE surprises me all the time > on what it can figure out on it's own. > > BR > Mans Zigher > > 2018-03-26 22:17 GMT+02:00 Sherif Omran : > >> hello

[yocto] pulseaudio without x11

2018-04-02 Thread Sherif Omran
I have the same issue here, where i need to run pulseaudio without x11. My setup in yocto, is a follows, it compiles fine but dbus has a problem : IMAGE_INSTALL_append= " pulseaudio-server libpulsecore sbc pulseaudio-module-bluetooth-discover pulseaudio-module-bluez5-device pulseaudio-module-bluez

[yocto] [meta-raspberrypi] change to armhf

2018-03-29 Thread Sherif Omran
i created a standard image with meta-raspberrypi with dpkg and tried to install some packages from the raspbian, but then i faced packaging is armhf and we have armel. any body know how to change our system into armhf? i read someinfo about defaulttune but how to use it, it is arm1176jzfshf here?

Re: [yocto] [Yocto][meta-raspberrypi] raspberrypi3 model B+ not booting

2018-03-28 Thread Sherif Omran
Please use Morty, it works fine. On Wed, Mar 28, 2018 at 11:41 AM, Måns Zigher wrote: > Hi, > > I am using the meta-raspberrypi layer in my build currently on the rocko > branch. When powering on the rpi3 Model B+ the power led turns red then > when the green led is turned on the red is turned o

[yocto] how to install pulseaudio

2018-03-27 Thread Sherif Omran
hello guys i want to install pulseaudio but i don't get it installed. any body knows how to do it? thanks in advance -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] how to add pulseaudio

2018-03-26 Thread Sherif Omran
hello i am trying to add pulse audio to an image but i don't get pulse audio being installed in the image I am using the following DISTRO_FEATURES_append += " ext2 pam usbhost ${DISTRO_FEATURES_LIBC} pulseaudio pulseaudio-module-dbus-protocol pulseaudio-module-bluetooth" IMAGE_INSTALL_append += "

[yocto] [meta-raspberrypi] Bluetooth speaker headset - GINIVI?

2018-01-30 Thread Sherif Omran
Hello guys i am trying to play audio on a raspberry pi 0 W using bluetooth. Any body know how to do it from the command line ! Is there any previous experience with Ginivi, may be somebody can help with it? thank you -- ___ yocto mailing list yocto@y

Re: [yocto] [meta-raspberrypi] linux kernel rt

2017-12-21 Thread Sherif Omran
t; >>>> 2017-12-14 9:41 GMT+01:00 Andreas Müller : >>>> > On Thu, Dec 14, 2017 at 2:58 AM, Sherif Omran < >>>> sherifomran2...@gmail.com> >>>> > wrote: >>>> >> >>>> >> hey guys, >>>> >&

Re: [yocto] rfkill cannot open control device

2017-12-20 Thread Sherif Omran
as: > > IMAGE_INSTALL_append += "rfkill" (my best guess, easiest way). > > Zoran > ___ > > On Tue, Dec 19, 2017 at 7:03 PM, Sherif Omran > wrote: > >> how can i add rfkill recipe? >> >> On Tue, Dec 19, 2017 at 4:23 PM, Sherif Omran >&

Re: [yocto] rfkill cannot open control device

2017-12-20 Thread Sherif Omran
i have it now installed as a kernel module but still i get can not open rfkill control device at boot time On Wed, Dec 20, 2017 at 5:28 AM, Sherif Omran wrote: > Bluez5 is already added to local.conf. It gets installed, if i instal > rpi-basic-image > with no changes to local.conf,

Re: [yocto] rfkill cannot open control device

2017-12-19 Thread Sherif Omran
how can i add rfkill recipe? On Tue, Dec 19, 2017 at 4:23 PM, Sherif Omran wrote: > i used core-image-minimal for a raspberry pi 0w. But i get rfkill can not > open control device. when i give rfkill , i get the syntanx output, this > means it exists. > the wifi driver is installed.

Re: [yocto] rfkill cannot open control device

2017-12-19 Thread Sherif Omran
> On Tue, Dec 19, 2017 at 10:23 AM, Sherif Omran > wrote: > > i used core-image-minimal for a raspberry pi 0w. But i get rfkill can not > > open control device. when i give rfkill , i get the syntanx output, this > > means it exists. > > the wifi driver is installe

[yocto] rfkill cannot open control device

2017-12-19 Thread Sherif Omran
i used core-image-minimal for a raspberry pi 0w. But i get rfkill can not open control device. when i give rfkill , i get the syntanx output, this means it exists. the wifi driver is installed. What is the rfkill device? is it /dev/rfkill ? -- ___ yocto

Re: [yocto] [meta-raspberrypi] core-image-minimal vs rpi-hwup-image

2017-12-19 Thread Sherif Omran
interface wlan0 up. it looks like additional packages are mandatory thanks On Wed, Dec 13, 2017 at 3:38 PM, Sherif Omran wrote: > to include it, I added > IMAGE_INSTALL += "linux-firmware-bcm43430" > > is there a bluetooth driver to be added as well? > > in raspb

[yocto] replace hciattach with a compiled binary

2017-12-18 Thread Sherif Omran
hello guys, i am working with Bluetooth, and thus installed Bluez5. But the installed hciattach file has size of 108760 and does not work, where as the one from raspbian has size of 120636 and is working. is there a way to replace it? thanks -- ___ yo

Re: [yocto] [meta-raspberrypi] Bluetooth binding timeout cause ..

2017-12-17 Thread Sherif Omran
: hciattach /dev/ttyAMA0 bcm43xx 300 flow - b8:27:eb:c2:e4:41 On Sun, Dec 17, 2017 at 9:06 AM, Sherif Omran wrote: > i got it now working .. > remove the -n in the hciattach command and use 300 as speed. This is > what raspbian is using. > but this means that there are missing

Re: [yocto] Bluetooth

2017-12-17 Thread Sherif Omran
i got it now working .. remove the -n in the hciattach command and use 300 as speed. This is what raspbian is using. but this means that there are missing drivers that were needed .. On Sun, Dec 17, 2017 at 8:14 AM, Sherif Omran wrote: > hi Dengke, > > i could go one step further,

Re: [yocto] Bluetooth

2017-12-16 Thread Sherif Omran
, so i made ctrl+c since then i get now time out when i give hciattach again .. but when i start the raspbian, it works normally, it seems for me there is something else to do to initialize it now. regards, Sherif On Sat, Dec 16, 2017 at 11:29 AM, Sherif Omran wrote: > I tried to duplicate at

Re: [yocto] Bluetooth

2017-12-16 Thread Sherif Omran
017 at 7:00 AM, Dengke Du wrote: > > > On 2017年12月15日 13:55, Sherif Omran wrote: > > when i do hciattach, i get initialization timeout. > > > This is a bug for initialization timeout: > > https://github.com/agherzan/meta-raspberrypi/issues/148 > > Sometimes i

Re: [yocto] [meta-raspberrypi] error executing python function in linux-raspberrypi-dev

2017-12-15 Thread Sherif Omran
herif/yocto/poky/meta- openembedded/meta-networking/recipes-support/nis/ypbind-mt_1.38.bb sherif@sherif-virtual-machine:~/yocto-rocko/poky/build$ ls note that i am not mixing branches On Fri, Dec 15, 2017 at 10:32 AM, Paul Barker wrote: > On Fri, Dec 15, 2017 at 5:00 AM, Sherif Omran >

[yocto] Bluetooth

2017-12-14 Thread Sherif Omran
hello i ve been strugggeling since couple of days with raspberry pi 0 board and can not figure out how to enable the chip, whether it is enabled by default or it needs some intervention. I generated the rpi-basic-image and tested with the hiconfigure -a but the chip is not detected. Any body had

[yocto] [meta-raspberrypi] bluetooth device not available with rpi0w

2017-12-14 Thread Sherif Omran
guys, i tried to get the bluetooth to work but i get no default controller available hciconfig hci0 -> does not find the device i installed it with rpi-basic-image do i need to flash the bluetooth intell firmware? could you please help ! -- ___ yocto m

Re: [yocto] recipe to clean up files from rootfs

2017-12-14 Thread Sherif Omran
hi Andre thank you for your mail. I tried to remove this package but i don't know where it is installed from, i can not find it and got lost. On Thu, Dec 14, 2017 at 9:11 AM, Sherif Omran wrote: > hi Martin, > > thank you for help .. well done .. it should now work.. > > On

Re: [yocto] recipe to clean up files from rootfs

2017-12-14 Thread Sherif Omran
hi Martin, thank you for help .. well done .. it should now work.. On Thu, Dec 14, 2017 at 8:17 AM, Martin Hundebøll < martin.hundeb...@prevas.dk> wrote: > Hi Sherif, > > On 2017-12-14 08:06, Sherif Omran wrote: > >> Here is my recipe, it runs suceeds but d

Re: [yocto] recipe to clean up files from rootfs

2017-12-13 Thread Sherif Omran
te: > ${D} won't work here, grep on ROOTFS_POSTPROCESS_COMMAND for recipes that > get it right. > > And, much much much better would be to just not install psplash into your > image! > > On 13-12-17 09:10, Sherif Omran wrote: > >> here is my recipe, the aim was t

[yocto] [meta-raspberrypi] linux kernel rt

2017-12-13 Thread Sherif Omran
hey guys, any body tried the real time kernel? I get an error, it is snot in the compatibility list. can we skip it? thanks -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] recipe to clean up files from rootfs

2017-12-13 Thread Sherif Omran
my_postprocess_function; " On Wed, Dec 13, 2017 at 7:22 AM, Mike Looijmans wrote: > Well, start by sharing yours first. > > Be careful when naming your shell routine, sometimes OE considers parts > behind the underscore as overrides and then it cannot find it. > >

Re: [yocto] recipe to clean up files from rootfs

2017-12-12 Thread Sherif Omran
hi Mike, i could not get it to work, if you have a recipe that works, please share it. ROOTFS_POSTPROCESS_COMMAND seems to be buggy. thank you > > On Tue, Dec 12, 2017 at 1:58 PM, Mike Looijmans wrote: > On 11-12-17 15:18, Sherif Omran wrote: > >> i want to create a recipe t

[yocto] [meta-raspberrypi] core-image-minimal vs rpi-hwup-image

2017-12-12 Thread Sherif Omran
hello guys, Core-image-minimal has 75 MB and boots in max 12 sec but lacks wifi drivers. rpi-hwup-image has 142.MB and boots in 18 sec. how to add wifi drivers to core-image-minimal? thanks -- ___ yocto mailing list yocto@yoctoproject.org https://list

[yocto] recipe to clean up files from rootfs

2017-12-11 Thread Sherif Omran
i want to create a recipe to clean some files from the rootfile system, but i don't know how to let this recipe run the last one before building the rootfile system. any idea? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.o

Re: [yocto] disable psplash

2017-12-10 Thread Sherif Omran
lt;https://maps.google.com/?q=Vaihinger+Stra%C3%9Fe+2/1&entry=gmail&source=g> > D-71634 Ludwigsburg > > Email: ayoub.z...@embexus.com > Homepage : https://embexus.com > VAT No. : DE313902634 > > > > On 10.12.2017 22:43, Sherif Omran wrote: > >> |i f

Re: [yocto] disable psplash

2017-12-10 Thread Sherif Omran
/mnt/.psplash On Sun, Dec 10, 2017 at 8:37 PM, Sherif Omran wrote: > thank you for your reply. I don't find these parameters in any recipe. I > am still confused, how to approach. > > > On Sun, Dec 10, 2017 at 5:45 PM, Zoran Stojsavljevic < > zoran.stojsavlje...@gmail.

Re: [yocto] disable psplash

2017-12-10 Thread Sherif Omran
://community.nxp.com/thread/460796 > > Zoran > > On Sun, Dec 10, 2017 at 1:02 PM, Sherif Omran > wrote: > >> hi >> >> any body knows how to diable the psplash? as per documentation it says >> pass psplash=false to the kernel. But how to pass it to the kern

[yocto] disable psplash

2017-12-10 Thread Sherif Omran
hi any body knows how to diable the psplash? as per documentation it says pass psplash=false to the kernel. But how to pass it to the kernel? I tried adding it to kernel.cfg but does not seem to be correct. As far as i understood, we can pass it from uboot, but how? thanks for your help -- _

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-12-06 Thread Sherif Omran
d quotes from another language. By writing it, it worked. thank you On Thu, Dec 7, 2017 at 6:45 AM, Sherif Omran wrote: > I trid the rpi-sdimg as mentioned but i get IMAGE_CMD defined for > IMAGE_FSTYOE entry 'rpi-sdimg' possibly invalid type name or missing > support class.

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-12-06 Thread Sherif Omran
which can be dd’ed into a sd card > ​poky tiny by default generates an initramfs image only. ​ > ​ > ​you can add > > IMAGE_FSTYPES_append = " rpi-sdimg​" > > ​in local.conf and see if you get a rpi-sdimag​ > > > > On Sat, Nov 18, 2017 at 10:47 AM Sher

[yocto] [poky-tiny] [meta-raspberry] Create rpi-img from generated cpio archive

2017-12-06 Thread Sherif Omran
hi yocto community, i have been testing the poky-tiny with meta-raspberry pi, i successfully compiled the kernel and all the underlying components, but the output is a cpio archive. However, the rpi-image has 2 partitions, a windows and linux partition. I am now stopping at this point, where i ne

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-11-18 Thread Sherif Omran
I have it now being compiled and created a file called rpi-basic-image-raspberrypi0-wifi-20171118102213.rootfs.cpio.gz but how can i burn it? it is not an img file. Any clue is appreciated. On Sat, Nov 18, 2017 at 12:21 PM, Sherif Omran wrote: > it worked well w

Re: [yocto] tiny-linux distribution with raspberrypi error

2017-11-18 Thread Sherif Omran
RED_VERSION_linux-yocto-tiny ?= "4.12%" > > > > please submit this patch with sign off and git format, its good for > inclusion upstream > > > # We can use packagegroup-core-boot, but in the future we may need a new > > packagegroup-core-tiny > > > > > &

[yocto] tiny-linux distribution with raspberrypi error

2017-11-16 Thread Sherif Omran
hi i am trying to compile the yocto-tiny for raspberry pi by adding the distro to my local.conf DISTRO = "poky-tiny" and i get the following ERROR: nothing provides 'virtual/kernel' ERROR: linux-yocto-tiny Provides virtual/kernel but was skipped: incompatible with machine raspberrypi0-wifi (n