|
[meta-raspberrypi] Is Preempt-rt still supported in master / latest releases?
15 messages
#raspberrypi
Hello all, in case it helps someone else I found the dependency that was avoiding the RT patch to be applied to raspberrypi4-64 build. In bcm2711_defconfig for arm64 KVM is enabled. If KVM is disabled
Hello all, in case it helps someone else I found the dependency that was avoiding the RT patch to be applied to raspberrypi4-64 build. In bcm2711_defconfig for arm64 KVM is enabled. If KVM is disabled
|
By
Carles Sole
·
|
|
Apply Patching
6 messages
#dunfell
#patch
#yocto
#raspberrypi
#linux
In this case I have no idea unfortunately. Does a regular kernel work? Alex
In this case I have no idea unfortunately. Does a regular kernel work? Alex
|
By
Alexander Kanavin
·
|
|
How to apply Rt patch in Raspberry-pi image?
#raspberrypi
#yocto
#patch
#dunfell
#kernel
Hello all, I have created a basic image of raspberry pi4 with the help of yocto. That is only a bootable image nothing else there (rpi-basic-image). Now I wanted to apply Rt-patch in that. I searched
Hello all, I have created a basic image of raspberry pi4 with the help of yocto. That is only a bootable image nothing else there (rpi-basic-image). Now I wanted to apply Rt-patch in that. I searched
|
By
Nikita Gupta
·
|
|
#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
...
·
|
|
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
·
|
|
How to add WIFI debug tool to custom image
2 messages
#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
·
|
|
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@...
·
|
|
#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
...
·
|
|
Raspberrypi
2 messages
#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
·
|
|
raspberrypi GPIO
2 messages
#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
·
|
|
cross compile python
2 messages
#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
·
|
|
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@...
·
|
|
#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
Ed Watson
·
|
|
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
·
|
|
#av1 #armv6 #raspberrypi #neon
14 messages
#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
...
·
|
|
#yocto #armv6 #raspberrypi #neon
#raspberrypi
#neon
#yocto
#armv6
Hello folks, i am trying to compile my image but we could see that i am missing neon fpu in my image. I can't use this feature because i have a raspberry pi zero w and i have armv6 on this raspberrypi
Hello folks, i am trying to compile my image but we could see that i am missing neon fpu in my image. I can't use this feature because i have a raspberry pi zero w and i have armv6 on this raspberrypi
|
By
...
·
|
|
How to add pacemaker and corosync with yocto for aspberrypi with all it's dependencies
#dunfell
#raspberrypi
#yocto
Hello Team, I need to use High availability cluster in my project. I'm generating OS for Rpi using Ycot. I'm using dunfell poky version 3.1.3. I'm adding ntp tzdata pacemaker haveged and crmsh command
Hello Team, I need to use High availability cluster in my project. I'm generating OS for Rpi using Ycot. I'm using dunfell poky version 3.1.3. I'm adding ntp tzdata pacemaker haveged and crmsh command
|
By
@prashant2314
·
|
|
Raspberrypi CM3, u-boot console and kernel patch
#raspberrypi
#rpi
#cm3
#dunfell
#kernel
Dear all, I have 4 different topics on which I can't find a correct answer on internet. I am developing a new system base on the Raspberrypi CM3+ with our custom board. I am using Yocto with the meta-
Dear all, I have 4 different topics on which I can't find a correct answer on internet. I am developing a new system base on the Raspberrypi CM3+ with our custom board. I am using Yocto with the meta-
|
By
...
·
|
|
How to generate the SDK for RPI3
#dunfell
#raspberrypi
#sdk
Hi Team, I've built OS for rpi3 using dunfell yocto. I've also generated SDK for the same, for that I've added these info in my local.conf file- TOOLCHAIN_TARGET_TASK_append = " python3-dev kernel-dev
Hi Team, I've built OS for rpi3 using dunfell yocto. I've also generated SDK for the same, for that I've added these info in my local.conf file- TOOLCHAIN_TARGET_TASK_append = " python3-dev kernel-dev
|
By
@prashant2314
·
|
|
KeyError: 'getpwuid(): uid not found: 1000' during package nativesdk-glibc-locale
2 messages
#yocto
#raspberrypi
Hi, You should try a clean-up and then retry to build the package. I wrongly thought that that this error: ```Exception: KeyError: 'getpwuid(): uid not found: 1000'``` was due to the fact that I was w
Hi, You should try a clean-up and then retry to build the package. I wrongly thought that that this error: ```Exception: KeyError: 'getpwuid(): uid not found: 1000'``` was due to the fact that I was w
|
By
...
·
|