Skip to main content

Questions tagged [yocto]

Framework for building installable images

Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

Having mostly used Yocto to get stuff done, rather than learning it proper, I figure I'm coming at the task of configuring display settings all wrong. I have a custom board with a STM32MP157 and a ...
Heath Raftery's user avatar
0 votes
0 answers
57 views

I’m trying to manage my wireless LAN interface using wpa_supplicant on my i.MX8 running Yocto Scarthgap. I can scan for available networks and connect successfully using the wpa_cli utility. However, ...
Meghana's user avatar
0 votes
1 answer
142 views

I'm developing a custom Linux distribution with yocto (Zeus Release). I'm using systemd-timesyncd as NTP Client. I need to substitute its default configuration file (/etc/systemd/timesyncd.conf) with ...
User051209's user avatar
0 votes
0 answers
189 views

The goal is to sign the mender yocto image and run it on secure boot enabled raspberry pi. I have raspberrypi-4 and the yocto image from mender (open source OTA platform). To give a quick try here is ...
URegal's user avatar
  • 1
0 votes
0 answers
39 views

system hang with G2/G3 NIC card after resuming from S3 suspend. But it works with G1 NIC & ethernet. What is the culprit here xhci_hcd 0000:03:00.3: Controller not ready at resume -19 xhci_hcd ...
Malin Shaik's user avatar
0 votes
0 answers
32 views

Issue with Custom CMOS Sensor on IPU1 CSI0 - No /dev/media0 Node, VIDIOC_STREAMON Fails I also tried to follow below link: https://trac.gateworks.com/wiki/linux/media Hi, I’m working on a custom i....
Jay ganatra's user avatar
0 votes
0 answers
111 views

I use the Yocto release Zeus to build my custom Linux image. I have many problems to understand how the recipe procps_3.3.16.bb works. It controls the installation of many important applications into ...
User051209's user avatar
0 votes
0 answers
53 views

I add a pure-ftpd package in yocto build, and I tried to add a virtual user by following command: #pure-pw useradd #pure-pw mkdb After that, I tried to login with FileZilla. But I always got ...
Eric Hsieh's user avatar
1 vote
1 answer
218 views

I have a Yocto (kirkstone release) bootable image for x86_64 machine. While booting, I'm able to see the grub menu showing the default boot will be executed after the timeout, as shown in the image ...
Rajesh's user avatar
  • 23
0 votes
0 answers
184 views

I am working with Yocto Thud OS on an embedded device and need to automatically unlock and mount a LUKS-encrypted partition at boot. Here are the details of my setup: The partition is /dev/mmcblk2p6, ...
Topper's user avatar
  • 101
0 votes
0 answers
120 views

I need to install on my Yocto distribution the application iwlist. I'm using the release Zeus of Yocto. In other Linux distribution I can install it by a package called wireless-tools (for example on ...
User051209's user avatar
0 votes
1 answer
137 views

I'm trying to enable a RTC driver for DS1337. I specifed a cfg file to contains CONFIG_CMD_DATE=y CONFIG_RTC_DS1337=y When I look at the .config output I see # CONFIG_RTC_DS1337 is not set How do I ...
tyleax's user avatar
  • 101
1 vote
1 answer
512 views

I'm using version 2.2 (morty) of Yocto and I'm struggling to get a couple of my services to be enabled on boot. This is my current setup: I don't want all services to be enabled by default, so I've ...
amac's user avatar
  • 13
1 vote
0 answers
203 views

I am using Yocto Kirkstone to create a Linux image for a i.MX8 device. It successfully builds the Linux kernel version 5.15.71. I have also integrated RAUC (https://github.com/rauc/rauc) for firmware ...
PhilBot's user avatar
  • 101
1 vote
0 answers
83 views

I am currently working with NXP's iMX8MP-EVK and I created a custom image using yocto. The image is 6.6GB in size and after flashing this image into eMMC and booting through it, I found the remaining ...
G-Smart's user avatar
  • 11
0 votes
1 answer
365 views

I am getting this below error snippet when I try to run pipeline build from Azure. 2024-06-18T06:02:45.1075555Z Your configuration files at build have not been touched. 2024-06-18T06:02:45.3914362Z ...
Nathan's user avatar
  • 41
0 votes
1 answer
271 views

When I run fw_printenv, I get: Cannot read environment, using default Cannot read default environment from file However, if I run: u-boot=> saveenv Saving Environment to MMC... Writing to MMC(2)......
antitivoization's user avatar
2 votes
0 answers
185 views

I have a Raspberry Pi 5. I want to get chromium to run on it. I want to build Linux via Yocto. I'm using the Kirkstone branch of Yocto. My local.conf relating to chromium IMAGE_INSTALL:append = " ...
Matt Ellen's user avatar
1 vote
0 answers
290 views

I'm new to Yocto, and I'm trying to add the pwquality PAM module to the image, but I'm struggling with it. Initially, I added this line to the local.conf file: DISTRO_FEATURES:append = " pam"...
R -'s user avatar
  • 11
0 votes
1 answer
105 views

Context, I have an stm32mp135d odyssey board running my own linux image made with yocto and booting from an SD Card. I have a cheap ath9k wifi USB dongle plugged into it and have a nuisance issue ...
robo1340's user avatar
1 vote
1 answer
584 views

What are all the possible reasons that the shell would respond with "not found" when trying to run an executable? The executable definitely exists and has execute permission (chmod +x). ldd ...
Dane's user avatar
  • 113
1 vote
1 answer
409 views

I'm having difficulties installing an image I've built with Yocto. In the past I've always used u-boot, MBR, and legacy boot. Installing Yocto meant creating boot and rootfs partitions, installing the ...
Dave's user avatar
  • 45
0 votes
1 answer
783 views

I'm using yocto to build my custom Linux distribution. I need to add hiredis to my distribution. hiredis is a minimalistic C client library for the Redis database, and I need it to access Redis by a C ...
User051209's user avatar
1 vote
0 answers
391 views

I have a Linux system with a storage device containing multiple partitions. Specifically, the device (/dev/sdX) has three partitions (sda1, sda2, and sda3). The third partition (sda3) is intended for ...
Aravind Ekan's user avatar
1 vote
1 answer
299 views

I want to get rid of all ntpd related stuff from my yocto linux image. Currently I include the meta-openembedded layer, which is responsible that the NTP service ntpd is installed on my final image. ...
schande's user avatar
  • 115

1
2 3 4 5 6