Skip to main content

Questions tagged [embedded]

The use of Unix in embedded computer systems such as networking equipment, mobile phones, media players, set-top boxes, etc.

0 votes
0 answers
116 views

Linux USB gadget configured through configfs

I have successfully configured USB On-The-Go (OTG) on an STM32 MPU (Linux) to support both Abstract Control Model (ACM) and Human Interface Device (HID) protocols. I utilized the ...
Barak1's user avatar
  • 1
2 votes
3 answers
46 views

Is Linux /usr/share/zoneinfo/ Platform Agnostic?

I am working with an embedded Linux (ARM/busybox) system. It has systemd and the timedatectl system executable, but it does not have /etc/timezone, /usr/share/zoneinfo, nor the zic timezone data ...
f1fan44's user avatar
  • 33
0 votes
0 answers
37 views

How can I force systemd journalctl to output log in sequential order in case of frequent clock changes?

I have a standalone debian-based system that -- for the simplicity -- can be taken as not having RTC. The system clock can be set during operation, both forwards and backwards. I thought that ...
Ferenc's user avatar
  • 101
-1 votes
1 answer
88 views

Which SD card journaling file system for Windows and Linux?

I have to make a choice between all SD card file system for an embedded device under Linux. The goals are : Read and Write under Windows and Linux Journaling file system to prevent system crash or ...
oBe's user avatar
  • 1
0 votes
1 answer
169 views

shutdown now extremely slow due to service with DefaultDependencies=no

I have an embedded Linux system that takes a really long time to shutdown when a specific service that I've made is running. It needs to start running as soon as possible thats why it has the ...
owndampu's user avatar
0 votes
1 answer
32 views

How to route sgtl5000 audio within the chip?

I have an embedded device with an sgtl5000 audio codec, linked to an iMX8 CPU via SPI. According to the datasheet, there is a direct route from LINE_IN to HP_OUT, which avoids sound travelling through ...
fadedbee's user avatar
  • 971
-1 votes
1 answer
64 views

I am trying to emulate a board which has a OLED display, but can't see anything. Can you tell me if there is something important I am not considering? [closed]

I am just a newbie that is trying to learn. I can't see anything in the OLED display (ssd0303). I am just using this demo: https://www.freertos.org/portlm3s811keil.html as you can see it says that: ...
Allexj's user avatar
  • 265
0 votes
0 answers
31 views

rotating the screen with boot args

I have an embedded linux system which doesn't run a display server/compositor. Instead I run apps through drm/gbm/opengl. One of the issues however is that the screen is upside down in some ...
owndampu's user avatar
1 vote
0 answers
163 views

Is it possible to specify sleep mode "freeze, mem, suspend and etc." using systemctl?

As far as i know we can know we can check which low power configurations are available for our Linux computer by reading /sys/power/state file. We can turn low power mode by writing one of this ...
snowonthemoon's user avatar
0 votes
0 answers
50 views

Display works when U-Boot loads but not with Arch Linux ARM

guys. I installed Arch Linux ARM on my old Allwinner A31s tablet. I can use it via UART/serial console but I can't get the display to work. The tablet turns on, U-Boot loads and shows your submarine ...
fr2z93's user avatar
  • 1
0 votes
0 answers
78 views

Yocto Project for a New Board

I am trying to hunt down specifics on Yocto in regards to how to set up the filesystem before the build of poky. I have a new board that I wanted to try Yocto on. I have this FS so far after source oe-...
De Funct's user avatar
  • 105
0 votes
1 answer
93 views

How do I remove ntpd from the final image with my own recipe?

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

Handle Partition Changes Embedded System

I have to update some outdated embedded systems. But the RAUC Update contains four partitions, while the old systems have only three partitions. The additional Partition is at the start of the disk ...
Cellcon's user avatar
  • 135
0 votes
0 answers
66 views

Accessing internet from device connected to AP

I have two interfaces uap0 and eth0 in my embedded Linux device. uap0 acts as an access point for other devices to connect to Linux Device. eth0 interface is connected to my router. And my router is ...
G-Smart's user avatar
  • 11
0 votes
1 answer
314 views

Unable to ping or ssh into embedded Linux device: eno1 has no IPv4 address

I am trying to ssh into an embedded Linux device (let's call it petalinux) connected to my Ubuntu server running 22.04 (let's call it oip). petalinux and oip are connected by a direct ethernet cable ...
rkshthrmsh's user avatar

15 30 50 per page
1
2
3 4 5
54