|
System is booting to "emergency/rescue mode"
Hello All, This may not be the issue with Yocto itself but rather related to properly booting up Linux on Avenger96(STM32MP1) board. I am currently working on Avenger96 with Yocto(Dunfell). Aim is to
Hello All, This may not be the issue with Yocto itself but rather related to properly booting up Linux on Avenger96(STM32MP1) board. I am currently working on Avenger96 with Yocto(Dunfell). Aim is to
|
By
Sourabh Hegde
· #56700
·
|
|
How to manage disk space while working with Yocto?
Yes, I am building Yocto inside docker containers. But previously, I did not face this issue with docker container.
Yes, I am building Yocto inside docker containers. But previously, I did not face this issue with docker container.
|
By
Sourabh Hegde
· #56466
·
|
|
How to manage disk space while working with Yocto?
Hi Alex, Below is the output of "df":
Hi Alex, Below is the output of "df":
|
By
Sourabh Hegde
· #56464
·
|
|
How to manage disk space while working with Yocto?
Hello, Thanks for the update. Even after deleting build/tmp and build/sstate-cache and setting `INHERIT += "rm_work"` in the build/conf/local.conf. But still I am facing same issue. Is there any way t
Hello, Thanks for the update. Even after deleting build/tmp and build/sstate-cache and setting `INHERIT += "rm_work"` in the build/conf/local.conf. But still I am facing same issue. Is there any way t
|
By
Sourabh Hegde
· #56462
·
|
|
How to manage disk space while working with Yocto?
Hello All, I am using Yocto for one of my project. I know that Yocto needs a good amount of disk space for build activities. And also I am working as non-root user in Ubuntu 20.04. But I often run int
Hello All, I am using Yocto for one of my project. I know that Yocto needs a good amount of disk space for build activities. And also I am working as non-root user in Ubuntu 20.04. But I often run int
|
By
Sourabh Hegde
· #56456
·
|
|
How to disable Bluetooth of Raspberry Pi from Yocto?
Hello Tomasz, Thanks for quick reply. I forgot to mention, I am on "Honister" release. Yes, I added rpi_config_git.bbappend file Yes, I tried that, but it's not working. May be it's fails to respond f
Hello Tomasz, Thanks for quick reply. I forgot to mention, I am on "Honister" release. Yes, I added rpi_config_git.bbappend file Yes, I tried that, but it's not working. May be it's fails to respond f
|
By
Sourabh Hegde
· #56400
·
|
|
How to disable Bluetooth of Raspberry Pi from Yocto?
Hello All, I have a question regarding disabling bluetooth of my Raspberry Pi Compute Module 4. I know that we need to set "dtoverlay=disable-bt" in config.txt But how to do it from Yocto? Should I in
Hello All, I have a question regarding disabling bluetooth of my Raspberry Pi Compute Module 4. I know that we need to set "dtoverlay=disable-bt" in config.txt But how to do it from Yocto? Should I in
|
By
Sourabh Hegde
· #56398
·
|
|
Building Yocto images for RPi CM4
Hello Khem, I got my hands on Raspberry Pi Compute Module 4 IO Board and also I could access serial console now. Below is the log message I got while booting: [ 0.000000] Booting Linux on physical CPU
Hello Khem, I got my hands on Raspberry Pi Compute Module 4 IO Board and also I could access serial console now. Below is the log message I got while booting: [ 0.000000] Booting Linux on physical CPU
|
By
Sourabh Hegde
· #56298
·
|
|
Building Yocto images for RPi CM4
Hello Khem, I am already using Raspberry Pi compatible screen. Can you please let me know how to enable verbose options for kernel and bootloader? Thanks in advance
Hello Khem, I am already using Raspberry Pi compatible screen. Can you please let me know how to enable verbose options for kernel and bootloader? Thanks in advance
|
By
Sourabh Hegde
· #56271
·
|
|
Building Yocto images for RPi CM4
Hello Khem, I agree. But since there is no serial console support available on my IO carrier board, I can't see what it prints. Is there any other way to debug? Kind Regards, Sourabh
Hello Khem, I agree. But since there is no serial console support available on my IO carrier board, I can't see what it prints. Is there any other way to debug? Kind Regards, Sourabh
|
By
Sourabh Hegde
· #56258
·
|
|
Building Yocto images for RPi CM4
Hello All, I am building a basic image (core-image-base) for RPi CM4(Lite) on "Honister" release with "uboot" as bootloader. In my conf/local.conf file MACHINE = "raspberrypi4-64" and also I have set
Hello All, I am building a basic image (core-image-base) for RPi CM4(Lite) on "Honister" release with "uboot" as bootloader. In my conf/local.conf file MACHINE = "raspberrypi4-64" and also I have set
|
By
Sourabh Hegde
· #56253
·
|
|
coreutils-native-8.32-r0 do_configure: configure failed
Hello All, I am facing an issue while building images for Raspberry Pi CM4. Earlier I was working with Dunfell release and now upgraded to Honister. And now I am getting an error like: . . checking wh
Hello All, I am facing an issue while building images for Raspberry Pi CM4. Earlier I was working with Dunfell release and now upgraded to Honister. And now I am getting an error like: . . checking wh
|
By
Sourabh Hegde
· #56221
·
|
|
Error: Transaction check error: while doing do_rootfs task
Hello Khem, Doing "bitbake -e core-image-swupdate | grep ^INIT_MANAGER=" shows INIT_MANAGER="none". And "bitbake -e core-image-swupdate | grep ^DISTRO_FEATURES=" shows DISTRO_FEATURES="acl alsa argp b
Hello Khem, Doing "bitbake -e core-image-swupdate | grep ^INIT_MANAGER=" shows INIT_MANAGER="none". And "bitbake -e core-image-swupdate | grep ^DISTRO_FEATURES=" shows DISTRO_FEATURES="acl alsa argp b
|
By
Sourabh Hegde
· #56135
·
|
|
Error: Transaction check error: while doing do_rootfs task
Hello All, While bitbaking an image recipe with systemd configured in "local.conf", I am facing an error while doing do_rootfs task. In the local.conf : DISTRO_FEATURES_append = " systemd" #DISTRO_FEA
Hello All, While bitbaking an image recipe with systemd configured in "local.conf", I am facing an error while doing do_rootfs task. In the local.conf : DISTRO_FEATURES_append = " systemd" #DISTRO_FEA
|
By
Sourabh Hegde
· #56118
·
|
|
run.do_compile error on poky-dunfell release
Hello Chuck, Thanks for the hint. @Khem, when I checked the "sources/poky/meta/recipes-core/kbd", above patch is already available and included in "kbd_2.2.0.bb" recipe. And same patch is also present
Hello Chuck, Thanks for the hint. @Khem, when I checked the "sources/poky/meta/recipes-core/kbd", above patch is already available and included in "kbd_2.2.0.bb" recipe. And same patch is also present
|
By
Sourabh Hegde
· #56110
·
|
|
run.do_compile error on poky-dunfell release
Hello Khem, Thanks for quick response. Can you please let me know where to include this patch file? Thanks in advance.
Hello Khem, Thanks for quick response. Can you please let me know where to include this patch file? Thanks in advance.
|
By
Sourabh Hegde
· #56108
·
|
|
run.do_compile error on poky-dunfell release
Hello All, When I am bitbaking my custom image for STM32MP1 based Avenger96 board I am facing some errors related to "analyze.l:466:19: error: format not a string literal and no format arguments [-Wer
Hello All, When I am bitbaking my custom image for STM32MP1 based Avenger96 board I am facing some errors related to "analyze.l:466:19: error: format not a string literal and no format arguments [-Wer
|
By
Sourabh Hegde
· #56103
·
|
|
Building of warrior branch fails when building with Ubuntu 20.04 LTS
#linux
#qemu
#yocto
Hello Bernd, I am facing same issue. Did the patch worked for you? I tried to apply the patch and still have the same issue. Thanks in advance
Hello Bernd, I am facing same issue. Did the patch worked for you? I tried to apply the patch and still have the same issue. Thanks in advance
|
By
Sourabh Hegde
· #56056
·
|
|
Build error:undefined reference to `stime' on Yocto Warrior
Hello, I applied the patch https://patchwork.openembedded.org/patch/172282/ like below: Downloaded patch file from above link and deleted below part from patch file: diff --git a/meta/recipes-devtools
Hello, I applied the patch https://patchwork.openembedded.org/patch/172282/ like below: Downloaded patch file from above link and deleted below part from patch file: diff --git a/meta/recipes-devtools
|
By
Sourabh Hegde
· #56055
·
|
|
Build error:undefined reference to `stime' on Yocto Warrior
Hello @Khem, Thanks for the quick response. Can you please let me know where and how to include this patch in poky/meta? Thanks in advance
Hello @Khem, Thanks for the quick response. Can you please let me know where and how to include this patch in poky/meta? Thanks in advance
|
By
Sourabh Hegde
· #56047
·
|