|
#yocto #vcgencmd #raspberrypi
#yocto
#vcgencmd
#raspberrypi
Hello everyone, i hope you are doing well. i am using the command vcgencmd with an image yocto on a raspberry pi zero. I get it by adding the userland recipe. I can get the camera status with the comm
Hello everyone, i hope you are doing well. i am using the command vcgencmd with an image yocto on a raspberry pi zero. I get it by adding the userland recipe. I can get the camera status with the comm
|
By
safouane maaloul
· #56185
·
|
|
Building yocto image for RPi CM4
#raspberrypi
Hello All, Advice on working with Yocto and Raspberry Pi CM4 Lite would be helpful. I recently got my hands on with CM4 and now I want to build Yocto image with u-boot as bootloader. I have few doubts
Hello All, Advice on working with Yocto and Raspberry Pi CM4 Lite would be helpful. I recently got my hands on with CM4 and now I want to build Yocto image with u-boot as bootloader. I have few doubts
|
By
Sourabh Hegde
· #55976
·
|
|
How to add WIFI debug tool to custom image
#raspberrypi
#ubuntu
#yocto
#devtool
#distro
Hi Mihir, You can use NetworkManager recipe (http://cgit.openembedded.org/meta-openembedded/tree/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.32.12.bb), and add networkmanager-
Hi Mihir, You can use NetworkManager recipe (http://cgit.openembedded.org/meta-openembedded/tree/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.32.12.bb), and add networkmanager-
|
By
Michał Kotyla
· #55723
·
|
|
How to add WIFI debug tool to custom image
#raspberrypi
#ubuntu
#yocto
#devtool
#distro
Hello, How can I add any generic WiFi debug tool to Yocto imgae? Thanks Mihir
Hello, How can I add any generic WiFi debug tool to Yocto imgae? Thanks Mihir
|
By
mihirdave36@...
· #55698
·
|
|
How to add Alsa loopback / Alsa lib support to custom image
#linux
#raspberrypi
#ubuntu
#yocto
#devtool
Hello, Happy New Year I am trying to learn Yocto, & implement it on NXP & RPI 4 dev boards. so, could you please guide me how can i add, 1- Alsa loopback or Alsa library. to my custom Yocto image. Tha
Hello, Happy New Year I am trying to learn Yocto, & implement it on NXP & RPI 4 dev boards. so, could you please guide me how can i add, 1- Alsa loopback or Alsa library. to my custom Yocto image. Tha
|
By
mihirdave36@...
· #55697
·
|
|
#dunfell #qt5 #raspberrypi #sdk #linux
#dunfell
#qt5
#raspberrypi
#sdk
#linux
Hello everybody, I come today to try to solve my problem. I am building a bsp and sdk for a raspberry pi (MACHINE = raspberrypi4-64) in the form of a compute module. I'm trying to compile this app: ht
Hello everybody, I come today to try to solve my problem. I am building a bsp and sdk for a raspberry pi (MACHINE = raspberrypi4-64) in the form of a compute module. I'm trying to compile this app: ht
|
By
...
· #55574
·
|
|
Raspberrypi
#raspberrypi
you will need python3 in image IMAGE_INSTALL+= "python3" might be minimally needed. > >
you will need python3 in image IMAGE_INSTALL+= "python3" might be minimally needed. > >
|
By
Khem Raj
· #54491
·
|
|
Raspberrypi
#raspberrypi
Hello everyone, Why I can't execute an executable python script in the raspberry? what should I add to the yocto image?
Hello everyone, Why I can't execute an executable python script in the raspberry? what should I add to the yocto image?
|
By
yasminebenghozzi6@...
· #54477
·
|
|
raspberrypi GPIO
#raspberrypi
There is a recipe for RPi.GPIO available in meta-raspberrypi [1]. I doubt that it's installed in any of the default images. You should add it to your image by appending to the IMAGE_INSTALL variable.
There is a recipe for RPi.GPIO available in meta-raspberrypi [1]. I doubt that it's installed in any of the default images. You should add it to your image by appending to the IMAGE_INSTALL variable.
|
By
Nicolas Jeker
· #54475
·
|
|
raspberrypi GPIO
#raspberrypi
Hello, I have a problem importing python RPi.GPIO in yocto, not found, while they should be there only by cloning the meta-raspberry right? Any answer please on how to get them? thank you
Hello, I have a problem importing python RPi.GPIO in yocto, not found, while they should be there only by cloning the meta-raspberry right? Any answer please on how to get them? thank you
|
By
yasminebenghozzi6@...
· #54474
·
|
|
cross compile python
#raspberrypi
Sure, you will have to write a recipe to package your python script. you can use devtool if your scripts are in a git repo then it can generate a template recipe for you which you can use as baseline
Sure, you will have to write a recipe to package your python script. you can use devtool if your scripts are in a git repo then it can generate a template recipe for you which you can use as baseline
|
By
Khem Raj
· #54319
·
|
|
cross compile python
#raspberrypi
Hello everyone, So m working on the yocto project, my image is ready, but i need to cross compile my python script from my pc to the image. Is that possible? because i ve been told that python doesn '
Hello everyone, So m working on the yocto project, my image is ready, but i need to cross compile my python script from my pc to the image. Is that possible? because i ve been told that python doesn '
|
By
yasminebenghozzi6@...
· #54303
·
|
|
Error while updating sources using "$ opkg update". [ opkg_verify_gpg_signature: GPG signature checking not supported ] [ pkg_src_verify: Signature verification failed for *. ]
#yocto
#raspberrypi
Hi everyone. I am trying to setup a Package Feed with signed ipk packages. For this, I first set up the key pair on my build host. This is the result of "$ gpg --list-keys" : /home/<username>/.gnupg/p
Hi everyone. I am trying to setup a Package Feed with signed ipk packages. For this, I first set up the key pair on my build host. This is the result of "$ gpg --list-keys" : /home/<username>/.gnupg/p
|
By
tokuchiprime@...
· #53673
·
|
|
#dunfell #raspberrypi #bitbake #gstreamer gstreamer-gl-1.0 found: NO ERROR: Subproject directory not found and gst-plugins-base.wrap file not found
#dunfell
#raspberrypi
#bitbake
#gstreamer
Hello, gstreamer1.0-plugins-bad-1.16.3-r0 do_configure fails with the error: | Found CMake: NO | Run-time dependency gstreamer-gl-1.0 found: NO (tried pkgconfig and cmake) | Looking for a fallback sub
Hello, gstreamer1.0-plugins-bad-1.16.3-r0 do_configure fails with the error: | Found CMake: NO | Run-time dependency gstreamer-gl-1.0 found: NO (tried pkgconfig and cmake) | Looking for a fallback sub
|
By
edmundwatson@...
· #53638
·
|
|
Adding USB modem support to Yocto
#raspberrypi
Hi! I'm a new Yocto user trying to develop a fork of Chirpstack's Gateway OS for Raspberry Pi based LoRaWAN gateways. Although I have successfully modified and added new recipes, I'm struggling with a
Hi! I'm a new Yocto user trying to develop a fork of Chirpstack's Gateway OS for Raspberry Pi based LoRaWAN gateways. Although I have successfully modified and added new recipes, I'm struggling with a
|
By
José Amador Demeneghi
· #52462
·
|
|
#av1 #armv6 #raspberrypi #neon
#av1
#armv6
#raspberrypi
#neon
Yeah it works. I have yet to test the image on my raspberry pi Monday in the office. But I finished the build. I will tested Monday and i will tell you. I have a warning : image-1.0-r0 do_rootfs: The
Yeah it works. I have yet to test the image on my raspberry pi Monday in the office. But I finished the build. I will tested Monday and i will tell you. I have a warning : image-1.0-r0 do_rootfs: The
|
By
safouane maaloul
· #52395
·
|
|
#av1 #armv6 #raspberrypi #neon
#av1
#armv6
#raspberrypi
#neon
Please try applying below patch to aom recipe in meta-openembedded repo https://lists.openembedded.org/g/openembedded-devel/topic/meta_multimedia_patch_aom/80743335?p=,,,20,0,0,0::recentpostdate%2Fsti
Please try applying below patch to aom recipe in meta-openembedded repo https://lists.openembedded.org/g/openembedded-devel/topic/meta_multimedia_patch_aom/80743335?p=,,,20,0,0,0::recentpostdate%2Fsti
|
By
Khem Raj
· #52393
·
|
|
#av1 #armv6 #raspberrypi #neon
#av1
#armv6
#raspberrypi
#neon
Sorry to annoying you with my question but how do i find where HAVE_NEON is set ? Best regards, Safouane
Sorry to annoying you with my question but how do i find where HAVE_NEON is set ? Best regards, Safouane
|
By
safouane maaloul
· #52392
·
|
|
#av1 #armv6 #raspberrypi #neon
#av1
#armv6
#raspberrypi
#neon
Well we do not enable neon for this tune but aom still seems to want it so I would suggest to look at the build and see if it’s disabling neon and have HAVE_NEON is not set properly
Well we do not enable neon for this tune but aom still seems to want it so I would suggest to look at the build and see if it’s disabling neon and have HAVE_NEON is not set properly
|
By
Khem Raj
· #52391
·
|
|
#av1 #armv6 #raspberrypi #neon
#av1
#armv6
#raspberrypi
#neon
I have an erreur: | /workdir/tep-cam-rpi-yocto/rpi-build-gatesgarth/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/aom/2.0.0-r0/git/av1/common/arm/mem_neon.h:525:24: note: called from here | 525 | cons
I have an erreur: | /workdir/tep-cam-rpi-yocto/rpi-build-gatesgarth/tmp/work/arm1176jzfshf-vfp-poky-linux-gnueabi/aom/2.0.0-r0/git/av1/common/arm/mem_neon.h:525:24: note: called from here | 525 | cons
|
By
safouane maaloul
· #52390
·
|