Questions tagged [yocto]
Framework for building installable images
288 questions
1
vote
1
answer
60
views
Samba authentication error: NT_STATUS_LOGON_FAILURE (linked with PAM: Account Validation Failed)
I would like to share a folder by a Samba server installed in my Linux (yocto) distribution.
The configuration of my Samba server (file /etc/samba/smb.conf)
The output of the command testparm -s is:
# ...
0
votes
0
answers
46
views
wpa_cli saves network configurations in an invalid format when attempting to write to the configuration file
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, ...
0
votes
0
answers
59
views
How to add init script with decrpt LUKS Logic in Initramfs without disturbing poky source?
Here is quick description what im trying to achieve, building this mender yocto image for raspberry pi want to encrypt the root partition, while secure boot, need to add the init script which can ...
0
votes
1
answer
120
views
In a yocto linux image how can I substitute the default timesyncd.conf file by a custom configuration file?
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 ...
0
votes
0
answers
33
views
Touchscreen sometimes stops registering inputs during kiosk mode
I am working on a project using a yocto build for a compulab module for the imx8 processor.
It contains a ft5x06 touchscreen, connected to using a custom out-of-tree usb-i2c bridge module.
This all ...
0
votes
0
answers
156
views
How to secure boot raspberry pi4 with u-boot yocto image
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 ...
1
vote
0
answers
36
views
System taking more time to resume from S3 sleep
Yocto System taking more time to resume from S3 sleep, it should take 2sec, but taking 12sec:
Suspend entry: [ 244.086061] PM: suspend entry (deep) Low-level resume complete: [ 246.900251] Suspend ...
0
votes
0
answers
39
views
system hang with G2/G3 NIC card after resuming from S3 suspend
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 ...
1
vote
1
answer
111
views
In a yocto distribution the ntfs file system of a USB key is mounted read-only?
To enable the mount of USB key formatted with file system ntfs I have created the following configuration fragment file:
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y
This file ...
0
votes
0
answers
31
views
imx6q-capture driver: mainline kernel + CMOS sensor
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....
0
votes
2
answers
239
views
On yocto distribution I'm not able to mount an USB key formatted with exfat filesystem
On my yocto distribution I can't mount USB key with exfat filesystem.
If I execute the command:
> blkid /dev/sda
/dev/sda: LABEL="my-label" UUID="FC4D-5949" BLOCK_SIZE=&...
0
votes
0
answers
107
views
The Yocto recipe procps doesn't deploy all the applications which it requires to compile
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 ...
0
votes
0
answers
135
views
In my Linux yocto-base distribution is not istalled the file sysctl.conf by the procps recipe
On my Linux Yocto-base distribution I don't find any sysctl.conf file. The proof of this is the execution of the command:
> find / -name "sysctl.conf"
which has an output empty.
On my ...
0
votes
0
answers
48
views
Pure-ftpd user cannot login
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 ...
0
votes
1
answer
403
views
"Login incorrect" after trying to set root password in yocto via custom recipe
I'm building a Yocto image for the Raspberry Pi CM4 with Yocto version 5.0 ('scarthgap') and the matching meta-raspberrypi layer.
I have added a custom layer where I try to set the root password to &...