Skip to main content

Questions tagged [embedded-linux]

For questions related to Linux on embedded systems (e.g. mobile, consumer electronics, networking) or single-board computers (e.g Raspberry Pi)

2 votes
0 answers
58 views

How to run a 68000 binary (68376 binary) on a modern version of embedded Linux?

We are developing an embedded product, using Yocto Linux on an ARM architecture, a STM32 from ST. For the current release, we aim to re-use, as quick and dirty as possible, the code originally written ...
GozzoMan's user avatar
  • 121
0 votes
0 answers
632 views

Configure amount of reserved memory for Linux kernel

I am running Linux on an embedded device with 64MB of physical RAM. Linux prints the following message when it boots: [ 0.000000] Memory: 58944K/65536K available (3072K kernel code, 576K rwdata, 832K ...
utnd03's user avatar
  • 1
0 votes
0 answers
13 views

cdrtools and dvd+rw tools installing issue in am5728 linux kernel?

I am installing dvd+rw-tools-7.1 and Cdrtools-3.02a09 in am335x using below commands 1.dvd+rw-tools-7.1 root@am57xx-evm:/dvd+rw-tools-7.1#sed -i '/stat.h/a #include <sys/sysmacros.h>' growisofs....
pc.ramachandra's user avatar
1 vote
2 answers
331 views

How to recover a bricked D-LINK DAP-1360 wifi access point using TFTP and the TBS Bootloader?

I have a D-LINK DAP-1360 WiFi access point (Hardware version F2) that seems to be bricked. I have terminal access through the RX and TX ports and via a screen session using the screen /dev/ttyACM0 ...
Number235711's user avatar
1 vote
0 answers
278 views

How can I enable the 4 SPI interfaces on BeagleBoard X15 so that they are visible in the /dev directory?

I have configured and compiled the Linux kernel using buildroot. I want to have access to spi buses on this board in user mode. Here are the steps I've take to compile the kernel. 1- clone the ...
Mohammad's user avatar
2 votes
1 answer
727 views

How do I determine how much power a USB device has negotiated?

I know that when a USB device first connects to a computer/hub it can only draw 100mA (150mA if it is USB 3.0). It must negotiate for higher power via a Configuration Descriptor's bMaxPower field. ...
David C.'s user avatar
  • 1,035
0 votes
0 answers
209 views

Can we ditch the Linux initial ramdisk if we don't use loadable modules?

I'd like to boot an embedded machine without using a ramdisk image. I understand one of the reasons for the ramdisk is so it can load the filesystem module needed for accessing the root partition (to ...
Synthetix's user avatar
  • 259
0 votes
0 answers
446 views

"udevadm info" command is not showing ID_BUS data

I am working on an embedded board having ARM cortex-a53. To add support of "udevadm" on this board, I have downloaded "buildroot-2022.02" (https://buildroot.org/downloads/buildroot-...
beparas's user avatar
  • 123
0 votes
0 answers
179 views

Memory optimization of redis-server in an embedded Linux distribution

I'm trying to optimize a redis-server version 6.0.5 installed in an embedded Linux distribution with 2 GByte of RAM. At the moment there aren't particular failure of the redis-server. The output of ...
User051209's user avatar
2 votes
0 answers
1k views

How to monitor file changes on a Linux device using inotify and cpp? [closed]

I have cpp application running on an embedded-linux device. Now, I want the application to report if there is a change in a file on the device. I came across std::filesystem library and inotify(...
Preeti 's user avatar
  • 131
0 votes
0 answers
249 views

DVR error: kex_exchange_identification: read: Connection reset by peer

My DVR is connected to internet but when ssh, the error is kex_exchange_identification: read: Connection reset by peer. It is port 22 and I cannot access the Linux terminal. The system cannot be ...
Anhad Chugh's user avatar
0 votes
0 answers
3k views

How can we debug SSH logs apart from the verbose (-vvv) command?

SSH connection is getting closed by port 6655 when trying to SSH into the board using board's IP address using Putty. How can I debug the SSH logs and the process apart from the verbose command? ...
Jahnavi's user avatar
  • 13
0 votes
2 answers
1k views

dhcpd doesn't issue the same lease after reboot

I am running 4.14.149 built by Yocto (Zeus, 3.0.0), and we are pulling the OpenEmbedded version of dhcpd (I think it is version 4.4.1). Here is my conf file: # # DHCPd config for private network # # ...
Eskimoalva's user avatar
0 votes
1 answer
2k views

How can I know If a USB 3 device connected to a Linux computer actually uses the SuperSpeed lanes?

I've got an embedded platform running Linux on ARM processor. There is a USB3 camera connected via a USB3 HUB (the kind of Hub that is embedded on a PCB permanently, not the one that you manually ...
user's user avatar
  • 15
1 vote
1 answer
937 views

EMMC with unblanced block erase count

We developed some embedded Linux products which write data log 24h*7 to 8GB eMMC chips. When reading the block erase counts of every block inside the eMMC chips by sending the CMD56 command. We found ...
tj2298's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
9