Questions tagged [buildroot]

Buildroot is a set of Makefiles and patches that makes it easy to generate a complete embedded Linux system, from the cross-compilation toolchain to the complete image for flashing.

Buildroot is a set of Makefiles and patches that makes it easy to generate a complete embedded Linux system. Buildroot can generate any or all of a cross-compilation toolchain, a root filesystem, a kernel image and a bootloader image.

Whenever you post a question about a Buildroot build failure, please always specify the Buildroot version you're using, and attach the complete Buildroot .config file. Without these details, there is absolutely nothing that the Buildroot developers can do to help you.

810 questions
0
votes
2 answers

Is there a way to add kexec functionality to busybox initrd?

I have 3 MB of SPI flash on my board and I am able to pack the bzImage, busybox initrd and coreboot ROM into this SPI flash. I am also able to boot to the shell , all using the ROM kernel-as-bootloader. I have bigger kernel on the USB device. I am…
Naveen
  • 7,944
  • 12
  • 78
  • 165
0
votes
0 answers

Can't ping device through hostname (and avahi installed) from pc

I need to ping and establish communication with an embedded device through its hostname. I'm using the latest buildroot and I enabled avahi and mDNS. The first problem is that my hostname at startup is always buildroot and the problem is how change…
F.Guerinoni
  • 277
  • 2
  • 12
0
votes
1 answer

Cross compiling DTC compiler for ARM target

I need to use DTC on the running ARM target. I've got the sources for the DTC compiler by : git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git Is there any way I can compile the dtc executable statically with cross compiler ? I need DTC to…
0
votes
1 answer

How to add Dconf Package to buildroot

I am very new to buildroot. I want to use GSetting in my project. It turns out that Gsettings need backend implementation called GConf to save the config. Because of not having this module installed in ROOT-FS, I keep getting this error message when…
0
votes
1 answer

buildroot: No rootfs in rootfs.iso9660 image file

I am trying to build my own USB Bootable Linux. As far as I have understood the buildroot documentation, buildroot should give me ready-for-use images. My output folder contains the following images: build@build:~/buildroot_usb/output/images$…
StMu
  • 3
  • 3
0
votes
2 answers

Buildroot packages summary

I have built Embedded system image using buildroot. I want to know what all packages built for the rootfs. Buildroot will create any file with the summary of packages built and their versions?
user3693586
  • 1,227
  • 5
  • 18
  • 40
0
votes
1 answer

embedded linux buidling/booting issue

I am trying to cross compile the Linux for a dual-core ARM Cortex A9 device. While booting I got the following prints on the UART which is showing some sync issue when Core-1 is starting. I remember I have enabled multi programming while compiling…
0
votes
1 answer

Buildroot ".stamp_images_installed" Failed After Folder Name Change

I fire up the Buildroot by make. Compilation progress was successful. In the installation progress, it tried to copy /output/build/uboot/SPL but that folder does not exist. Instead, /output/build/uboot/spl exists. I changed the spl folder name to…
furkantokac
  • 311
  • 4
  • 17
0
votes
0 answers

ifup eth0 already configured

I'm building an operating system for my device with buildroot-2017.08. The operating system that I got started successfully on my device except one big problem:I have no ipv4 address for eth0. I have an initial script that configures all interfaces…
Polina Bodnar
  • 171
  • 3
  • 15
0
votes
2 answers

buildroot - how to build tool v4l2-ctl?

I want to build v4l2-ctl tool in buildroot (from 2019.02.4) linux system. But v4l2-ctl is legacy (has been deprecated and replaced by a single option to build all the libv4l utilities). I try to setup BR2_PACKAGE_LIBV4L_UTILS, to get v4l2-ctl, but…
Sergey
  • 71
  • 12
0
votes
0 answers

"ModuleNotFoundError: No module named 'zlib'” when I add python3 support with buildroot

When I build the linux image with buildroot, I have enable the python3 and python zlib in the config like…
sureone
  • 831
  • 2
  • 14
  • 25
0
votes
0 answers

Font used in Qt5 application looks different in Ubuntu Linux desktop and embedded Linux built using buildroot

In Qt Application I have loaded the QtFont as below QFont arialFont("Arial Unicode MS", 15); QGuiApplication::setFont(arialFont); In Qml I have a text component Text { id: txt font.pointSize:10 color: "#1E1E1E" …
0
votes
3 answers

"apt-get: command not found" issue raspberrry pi os built using Buildroot

I have built a sdcard.img for raspberry pi using Buildroot. When I run apt-get command it throws error "apt-get: command not found". I did not find apt-get/dpkg package to enable in 'make menuconfig' options. Now I'm trying to run cross-compiled…
0
votes
2 answers

Building a glibc cross compiler with Buildroot 2019.05

I would like to distribute my application in binary format. However, as I compile on Fedora 30 (which has glibc-2.29) my binary and required dependencies have multiple references to symbols in glibc-2.29. There seems to be too many to effectively…
Amanda
  • 321
  • 2
  • 12
0
votes
0 answers

Missing udhcpc in /sbin in busybox-1.29

I'm using buildroot-2017 with busybox-1.26.2 to build filesystem image for my embedded board using Linux kernel and udhcpc still work fine. But when I change to use buildroot-2019 with busybox-1.29.3, I can't see udhcpc in /sbin anymore, also the…
E. Kjd
  • 5
  • 3