I'm using Buildroot to create a file system to run on a ARM target.
After a few attempts, I managed to make it work but I noticed a few problems.
- There wasn't any package manager.
It's impossible to install new utilities. I've found this question about opkg and I'll try to include it before the compilation of Buildroot
- The keyboard has been set with the us_US layout.
Is it possible to set the default keyboard layout to it_IT from buildroot instead of loading a configuration file with loadkmap in /etc/rcS?
- The ping and the wget commands show
ping www.google.com
ping: bad address google.com
Is there any specific configuration to do in Buildroot in order to solve this problem?
The network point is the most important.
Here is the output of the ifconfig command:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:25702 errors:0 dropped:0 overruns:0 frame:0
TX packets:25702 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 MB) TX bytes:0 (0.0 MB)