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
1 answer

custom libdrm for buildroot

We are building a minimal FS on our platform using buildroot. We want libdrm version 2.4.60 to test our driver while buildroot is downloading libdrm version 2.4.66. Is there any way in which we can tell buildroot to use a custom library? Thanks in…
0
votes
1 answer

hcidump binary not found

I'm setting up the BlueZ protocol stack on a custom system using linux 3.3. I'm using buildroot to setup the filesystem, and specifically am using BlueZ-4.101. I'm attempting to use the hcidump utility to get some logs, but the binary has not been…
zeus_masta_funk
  • 1,388
  • 2
  • 11
  • 34
0
votes
1 answer

Does anyone know how to build dpdk on buildroot (generated system)

trying to build an x86_64 dpdk on a buildroot generated file system .. any guide ... i searched thoughtlessly on the internet before asking for couple of days with no avail Best Regards rama
0
votes
1 answer

How to use git master of gst-omx (gstreamer1) for the buildroot package?

I'm testing the current buildroot 2016.02-rc2 release. It contains gstreamer1 packages for version 1.6.3, but I would like to build 1.7.2 instead. I successfully updated package definitions for gstreamer1 and the most important plugins to use 1.7.2.…
Gamadril
  • 907
  • 14
  • 32
0
votes
0 answers

straight from host-mkpasswd to generating root file system

I appear to have dug my self a reasonably deep hole and am hoping for some help before resorting to a fresh clone and then manually copying in files. When I attempt to build things look pretty normal as all the host utilities are built then the make…
LovesTha
  • 1,663
  • 1
  • 14
  • 17
0
votes
1 answer

buildroot X server set RGB value

I would set RGB color on my screen using X server. I already installed on my arm board buildroot with X server and all X11r7 application. I would set color by code rgb ( example #FFe3a1 or color name), I tried by rgb.txt file but I cant found rgb…
LiberoVip
  • 29
  • 1
  • 3
0
votes
2 answers

How to statically build kernel module with buildroot?

Is there an example package somewhere on how you might go about statically compiling in a device driver? I know that obj-y is used for static compilation vs obj-m. I have a dynamically loadable module being built in my buildroot package right now.…
Adam Miller
  • 1,756
  • 1
  • 25
  • 44
0
votes
1 answer

Issue with Linux Patch: directory paths not enforced

I've run into an issue with patch (version 2.6) and was wondering if anyone else has run into this problem: System A: Virtual Machine (VBOX) with FC21. diff == 3.3, patch == 2.7.5 Generate a Linux kernel patch for ixgbe driver (updating driver to…
0
votes
1 answer

buildroot & DT overlays (ADS7846)

maybe someone of you can help me: I have to make a custom linux build via buildroot. I have to use an attached LCD, which uses the ADS7846 driver, and I struggle to get it working. I included the resp. settings in config.txt, as provided by the LCD…
0
votes
1 answer

make implies new Extracting

I created a Buidroot package with the both following files : .mk AVM_VERSION = $(BR2_PACKAGE_AVM_TARGET)-V00.00.01 AVM_SITE_METHOD = git AVM_SITE = ssh://git@myownserver.com/App/AVM.git AVM_INSTALL_TARGET = YES define AVM_BUILD_CMDS …
ogs
  • 1,139
  • 8
  • 19
  • 42
0
votes
1 answer

buildroot re-downloading packages

I am new to buildroot, I built a simple OS and it took a lot of time downloading the kernel and the packages. The next time I built it (after doing some changes) buildroot downloaded the kernel and the packages again. I want to save the kernel and…
drpilot
  • 1
  • 1
  • 1
0
votes
1 answer

How to install transmission bittorrent client busybox function

I found my WD MyPassport Wireless is running Buildroot Linaro linux with busybox; It doesn't have aptitude package manager. I don't know much about busybox; I came to know the commands provided by the busybox are called defined functions. How can I…
Necktwi
  • 2,483
  • 7
  • 39
  • 62
0
votes
1 answer

Permission denied with sudo

in a buildroot environment I added one user to the group wheel. Now I can execute commands with the root's privileges using sudo. It seems it works but when I try to export a pin on my RPi I always get Permission denied: rpi:~$ sudo echo 4 >…
Mark
  • 4,338
  • 7
  • 58
  • 120
0
votes
1 answer

Update package version (openocd) in buildroot

I'm working in a project that uses buildroot-2012.11 to generate a Linux image for an embedded system. I need to configure openocd for a JTAG debugger that uses an FTDI chip (FT2232D). I realized that this buildroot version integrate openocd-0.5.0…
0
votes
2 answers

arm-buildroot-linux-uclibcgnueabihf-gcc: erreur: unrecognized command line option ‘-mno-tls-direct-seg-refs’

I tried to use the defconfig of raspberrypi2 of buildroot then I run the command make.Until now all things are good,but when I added some target packages then I run make I got this error: arm-buildroot-linux-uclibcgnueabihf-gcc: erreur: unrecognized…