The buildroot tag has no wiki summary.
2
votes
1answer
135 views
Adding Buildroot Package
I'm trying to add a package to buildroot, but I'm not having much success. The package I'm trying to add is an autotools package called scew. I've followed the buildroot guidelines about adding ...
1
vote
1answer
65 views
No make target “uImage” with Buildroot 2013.05
After enabling Linux Kernel option and setting the Kernel binary format to uImage, I always get the following error:
make[1]: * No rule to make target `uImage'. Stop.
My buildroot configuration is ...
0
votes
1answer
23 views
Linux via Buildroot doesn't include alsa-utils
After following these instructions from here and from here, my booted Linux does not include ALSA-Utils like "aplay". But I have set all ALSA options. Any idea what's wrong?
I also found this but I ...
2
votes
0answers
49 views
How to configure buildroot to add a sound device?
I've used a given board configuration to reconfigure it for my individual board. My board has a CS4270 sound device of Cirrus Logic. My uImage is booting successfully on my target hardware, but an ...
2
votes
0answers
234 views
Error cross compiling linux kernel using buildroot
I am trying to build a kernel bt in cross compiling the kernel when I ran following command
make CROSS_COMPILE=i686-linux- ARCH=x86
I got the following error:
UCLIB_EXTRA_CFLAGS="" \
...
0
votes
0answers
78 views
Buildroot: Unknown own user
I crated an image with buildroot. Everything went smooth. When I untarred the bz2 image in vmware and tried to boot into it then I observed an issue, in which, system is unable to recognize any user, ...
0
votes
0answers
55 views
Colour is not working with ncurses on target embedded system built with buildroot
I have built an embedded linux environment for AMD Geode target. The kernel, cross toolchain and root file system were built using buildroot and the root file system resides on my host machine and is ...