Skip to main content

Questions tagged [yocto]

Framework for building installable images

0 votes
0 answers
11 views

How do I make sure two entities manipulating the same SPI line with different linux modules don't collide, or is this handled by the kernel already?

TL;DR I am developing some code for my SPI display that also has an SD card reader on it for use on a Linux board. I'm trying to use mmc_spi with the SD card reader portion, concurrently with a ...
thecreamybeige's user avatar
1 vote
0 answers
20 views

Need to expand rootfs online. Looking for alternatives

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
0 answers
17 views

systemd-remount-fs randomly fails with "mount: /: mount point is busy."

I recently switched to a read-only root filesystem using Yocto (Kirkstone version) and use the Yocto volatiles feature to keep some directories writable - for instance the entire /etc, /home, etc... ...
ramacassis's user avatar
0 votes
0 answers
49 views

Devtool modify recipe not working correctly in Kirkstone

Facing issue using devtool modify recipe in Yocto kirsktone. Error Snippet: devtool modify nginx NOTE: Starting bitbake server... NOTE: Reconnecting to bitbake server... NOTE: Retrying server ...
Nathan's user avatar
  • 21
0 votes
1 answer
62 views

Unsupported Locale setting error when running Azure pipelines

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
  • 21
0 votes
0 answers
27 views

I couldn't find the cups file in /etc/init.d

I've built a Yocto image for BeagleBone, ensuring to include the cups package in the image recipe. However, after booting the OS, I noticed that the CUPS init script is missing from the /etc/init.d ...
Sanket Warhade's user avatar
0 votes
0 answers
14 views

Define GPIO name/status in Device Tree and have it accessible from userspace

I have a custom board with several GPIO. I'd like to: give them a friendly name be able to get the level at boot time define active high/low I defined the GPIO as hogs like this &gpio5 { ...
il_mix's user avatar
  • 101
0 votes
0 answers
17 views

Multiple I2C GPIO Expander give probing error due to shared reset pin

I'm editing the kernel device tree for a custom board. I have two GPIO expanders (pcal6416) connected to i2c3 bus. The two expanders share the same CPU pin as reset. Here is the initial device tree &...
il_mix's user avatar
  • 101
0 votes
0 answers
36 views

ALSA: How to duplicate audio so it comes out of two devices at once

I have two devices playback_bt (Connects to BT chip) and aduplex_rtp (which delivers audio to a device/speaker over rtp). I can use aplay to play sound to them individually. I want to be able to write ...
Cameron McFie's user avatar
0 votes
0 answers
32 views

Enable ARP Announcement on Linux built with yocto

When connecting my Linux computer (Ubuntu 22.04, Kernel 5.15) to the network I see an ARP Announcement according to the Wireshark print screen below. For an embedded device I build my Linux using ...
moudi's user avatar
  • 111
0 votes
0 answers
18 views

Problem adding onnxruntime python package to a yocto build

I'm trying to add the meta-st-x-linux-ai to my yocto build setup so that I can have the onnxruntime python package available on my linux, but I get the following errors : Notice that all my layers ...
SADALI Mohand's user avatar
0 votes
1 answer
41 views

Why can't I access UBoot variables?

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
0 votes
1 answer
43 views

systemd service for openvpn vs networkmanager-openvpn

I am using Yocto for a rpi4 target. I was using a systemd service to activate my VPN over openvpn at boot: [Unit] Description=OpenVPN connection to .ovpn file After=network.target [Service] Type=...
void_brain's user avatar
2 votes
0 answers
70 views

Running chromium on Rpi5 using Yocto

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
0 votes
0 answers
25 views

Why is my linux kernel showing as a "debug kernel"?

I have a fairly standard yocto (nanbield) system running on an intel machine. I see the following message when I boot: ********************************************************** ** NOTICE NOTICE ...
Dave's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
19