|
Failed to load regulatory.db file and error whitlist initialise SD CARD
#imx6
#kirkstone
#yocto
#linux
#bitbake
This is provided by wireless-regdb https://git.yoctoproject.org/poky/tree/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.02.13.bb This is provided by linux-firmware-imx-sdma-imx7 https://git.y
This is provided by wireless-regdb https://git.yoctoproject.org/poky/tree/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.02.13.bb This is provided by linux-firmware-imx-sdma-imx7 https://git.y
|
By
Tim Orling
· #59467
·
|
|
Failed to load regulatory.db file and error whitlist initialise SD CARD
#imx6
#kirkstone
#yocto
#linux
#bitbake
Hello all, I have made linux image for IMX8MPLUS with the help of Yocto and flash the image on a custom board which is using IMX8MPLUS processor (Image made for IMX8MPLUS will be required for that boa
Hello all, I have made linux image for IMX8MPLUS with the help of Yocto and flash the image on a custom board which is using IMX8MPLUS processor (Image made for IMX8MPLUS will be required for that boa
|
By
Nikita Gupta
· #59462
·
|
|
Apply Patching
#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
· #58606
·
|
|
Apply Patching
#dunfell
#patch
#yocto
#raspberrypi
#linux
Hello Alex, Sorry for late reply. Actually i madert- image by setting the preferred virtual/kernel type. PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi-rt" and bake the recipe for following ta
Hello Alex, Sorry for late reply. Actually i madert- image by setting the preferred virtual/kernel type. PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi-rt" and bake the recipe for following ta
|
By
Nikita Gupta
· #58603
·
|
|
Apply Patching
#dunfell
#patch
#yocto
#raspberrypi
#linux
It is not possible to say what went wrong if I cannot see the changes you did, what commands you type, and what is the outcome (vs. what you expect). So you need to publish your code somewhere, and de
It is not possible to say what went wrong if I cannot see the changes you did, what commands you type, and what is the outcome (vs. what you expect). So you need to publish your code somewhere, and de
|
By
Alexander Kanavin
· #58455
·
|
|
Apply Patching
#dunfell
#patch
#yocto
#raspberrypi
#linux
Hello Alex Because i had cloned linux-yocto for 4.12 as stated in (https://docs.yoctoproject.org/3.1.20/kernel-dev/kernel-dev-common.html#using-traditional-kernel-development-to-patch-the-kernel) but
Hello Alex Because i had cloned linux-yocto for 4.12 as stated in (https://docs.yoctoproject.org/3.1.20/kernel-dev/kernel-dev-common.html#using-traditional-kernel-development-to-patch-the-kernel) but
|
By
Nikita Gupta
· #58454
·
|
|
Apply Patching
#dunfell
#patch
#yocto
#raspberrypi
#linux
There is a version mismatch. If you want to patch the 5.4 kernel, why is the bbappend for 4.12? Alex
There is a version mismatch. If you want to patch the 5.4 kernel, why is the bbappend for 4.12? Alex
|
By
Alexander Kanavin
· #58442
·
|
|
Apply Patching
#dunfell
#patch
#yocto
#raspberrypi
#linux
Hello List i want to apply rt-patch in raspberry-pi by following (using-traditional-kernel-development-to-patch-the-kernel) So in order to achieve that i created my own meta-layer and put that patch i
Hello List i want to apply rt-patch in raspberry-pi by following (using-traditional-kernel-development-to-patch-the-kernel) So in order to achieve that i created my own meta-layer and put that patch i
|
By
Nikita Gupta
· #58436
·
|
|
Run rt specific test in "core-image-rt"
#patch
#yocto
#qemu
#dunfell
#linux
Thanks Alexander, For guiding me in the right way. I did the same and was able to do testing my image previously all of those tests were skipping but now some of them are passing and some of the statu
Thanks Alexander, For guiding me in the right way. I did the same and was able to do testing my image previously all of those tests were skipping but now some of them are passing and some of the statu
|
By
Nikita Gupta
· #58281
·
|
|
Run rt specific test in "core-image-rt"
#patch
#yocto
#qemu
#dunfell
#linux
You can simply open the recipe file for core-image-rt (in poky/meta) to see what it does. The realtime-ness (of any image) is set by setting PREFERRED_PROVIDER_virtual/kernel to the realtime flavour,
You can simply open the recipe file for core-image-rt (in poky/meta) to see what it does. The realtime-ness (of any image) is set by setting PREFERRED_PROVIDER_virtual/kernel to the realtime flavour,
|
By
Alexander Kanavin
· #58266
·
|
|
Run rt specific test in "core-image-rt"
#patch
#yocto
#qemu
#dunfell
#linux
Hello Alexander But core-image-full-cmdline is not going to give real time exposure, isn't it? The requirement is to make real time image so core-image-full-cmdline will satisfy the requirement? And w
Hello Alexander But core-image-full-cmdline is not going to give real time exposure, isn't it? The requirement is to make real time image so core-image-full-cmdline will satisfy the requirement? And w
|
By
Nikita Gupta
· #58265
·
|
|
Run rt specific test in "core-image-rt"
#patch
#yocto
#qemu
#dunfell
#linux
The log file seems truncated? To enable the standard rt test, use TEST_SUITES:append = ' rt' as seen in https://git.yoctoproject.org/yocto-autobuilder-helper/tree/config.json#n1138 and build core-imag
The log file seems truncated? To enable the standard rt test, use TEST_SUITES:append = ' rt' as seen in https://git.yoctoproject.org/yocto-autobuilder-helper/tree/config.json#n1138 and build core-imag
|
By
Alexander Kanavin
· #58263
·
|
|
Run rt specific test in "core-image-rt"
#patch
#yocto
#qemu
#dunfell
#linux
Hello Alexander, Please find log.do_rootfs file for the image.
Hello Alexander, Please find log.do_rootfs file for the image.
|
By
Nikita Gupta
· #58250
·
|
|
Run rt specific test in "core-image-rt"
#patch
#yocto
#qemu
#dunfell
#linux
It helps if you show log.do_rootfs for the image, so it's possible to inspect what actually got installed into it. Alex
It helps if you show log.do_rootfs for the image, so it's possible to inspect what actually got installed into it. Alex
|
By
Alexander Kanavin
· #58247
·
|
|
Run rt specific test in "core-image-rt"
#patch
#yocto
#qemu
#dunfell
#linux
Hello All, I have made a preempt-rt image with "core-image-rt" by including the following line in local.conf file. PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt" IMAGE_CLASSES += "testimage test
Hello All, I have made a preempt-rt image with "core-image-rt" by including the following line in local.conf file. PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt" IMAGE_CLASSES += "testimage test
|
By
Nikita Gupta
· #58246
·
|
|
Error while testing "core-image-minimal" through "bitbake core-image-minimal -c testimage -v"
#linux
#warning
#toolchain
#bitbake
#dunfell
You need to rebuild the image: bitbake core-image-minimal Alex
You need to rebuild the image: bitbake core-image-minimal Alex
|
By
Alexander Kanavin
· #57869
·
|
|
Error while testing "core-image-minimal" through "bitbake core-image-minimal -c testimage -v"
#linux
#warning
#toolchain
#bitbake
#dunfell
Hello i was not able to find that how to force a no-graphical execution by unset Display before running bitbake . So i again tried to test my image by previous method bitbake rpm busybox curl run-post
Hello i was not able to find that how to force a no-graphical execution by unset Display before running bitbake . So i again tried to test my image by previous method bitbake rpm busybox curl run-post
|
By
Nikita Gupta
· #57868
·
|
|
#linux #kirkstone #yocto x86_64 machine bootloader
#linux
#kirkstone
#yocto
Hi community, I'm wondering how to manage the bootloader files contents in a X86_64 machine and if those files have a relation with the WKS.in file. By doing a bitbake -e <my_image> I can't figure out
Hi community, I'm wondering how to manage the bootloader files contents in a X86_64 machine and if those files have a relation with the WKS.in file. By doing a bitbake -e <my_image> I can't figure out
|
By
...
· #57857
·
|
|
Getting Error while trying to run graphical yocto build image
#yocto
#linux
#dunfell
#qemu
You need to run runqemu inside a graphical X11 session (we do not support pure wayland yet). Alternatively, use 'publicvnc' parameter, and connect with a vnc client (e.g. tigervnc) to port 5900 on the
You need to run runqemu inside a graphical X11 session (we do not support pure wayland yet). Alternatively, use 'publicvnc' parameter, and connect with a vnc client (e.g. tigervnc) to port 5900 on the
|
By
Alexander Kanavin
· #57798
·
|
|
Getting Error while trying to run graphical yocto build image
#yocto
#linux
#dunfell
#qemu
Hello Everyone here, I want to run the graphic image of qemux86-64 which I have built with yocto. When I am running command "runqemu qemux86-64" or "runqemu" or "runqemu core-image-minimal" I am getti
Hello Everyone here, I want to run the graphic image of qemux86-64 which I have built with yocto. When I am running command "runqemu qemux86-64" or "runqemu" or "runqemu core-image-minimal" I am getti
|
By
Nikita Gupta
· #57797
·
|