Top "Embedded-linux" questions

Embedded Linux is the use of Linux in embedded computer systems such as mobile phones, personal digital assistants, media players, set-top boxes, and other consumer electronics devices, networking equipment, machine control, industrial automation, navigation equipment and medical instruments.

Detailed explanation for profile from "adb shell dumpsys meminfo my-app-name"?

Can anyone give me a detailed explanation about the profile gotten by adb shell dumpsys meminfo my-app-name? The result is …

android android-emulator android-ndk embedded-linux
Kernel panic - not syncing: No working init found

I'm trying to work a Linaro Ubuntu desktop on a zynq 7000 through an SD Card. After making the two partitions …

ubuntu operating-system kernel embedded-linux zynq
How to add a Linux kernel driver module as a Buildroot package?

I am currently building an Embedded Linux for my Zybo Board from Xilinx. For this I use Buildroot. Now I …

c embedded-linux xilinx buildroot
Kernel Panic : No working init found. Try passing init= option to kernel

I have just started to understand the kernel working and internals and to begin with, I am trying to build …

linux-kernel embedded-linux qemu boot bsp
BlueZ on i.MX25 : Can't connect RFCOMM socket: Operation now in progress

I'm trying to connect to a bluetooth device on embedded linux. BlueZ version is 4.101. Local bluetooth adapter is an USB …

linux bluetooth embedded-linux bluez rfcomm
loading u-Boot in memory instead of flashing it

In my ARM based custom board, I flash u-boot to NAND whenever I do changes on that. (putting some debug …

linux embedded-linux u-boot
how can build single board computer like Raspberry Pi for run OS?

my question is : how can build single board computer like Raspberry Pi for run OS ? user ARM micro processor and …

embedded arm embedded-linux microprocessors
arm-linux-gnueabihf-gdb versus gdb-multiarch

I'm trying to perform cross platform remote debugging from my x86 computer to a remote ARM device. (ex: Beagle Bone …

gcc gdb arm embedded-linux
Building a minimal Linux for Raspberry Pi

Now I got my Raspberry Pi. I am an experienced application software developer, but I've never done hardware stuff or …

embedded-linux raspberry-pi
Why Device Tree Structure (DTS) file is needed both in bootloader and kernel source code?

Bootloaders like U-Boot that do not implement the Open Firmware API, are expected to pass to the kernel a binary …

linux-kernel arm embedded-linux u-boot device-tree