Category: beaglebone

Configuring Wireless in Buildroot [buildroot part-5]

In previous post we already cover about how we can Enable the Wi-Fi. Until then, we still unable to use them in our linux. In this part, we shall cover how to configure and connect to Wi-Fi hotspot using some tools we will enable and configure these tools using configuration file. Here we go: $ […]

Using rootfs overlay in buildroot [buildroot part-4]

If we wanted buildroot to automatically copy some file in root file system in our target, we can use feature called “rootfs overlay”. This feature of buildroot enable us automate copying some file into root file system, usually it’s a configuration file. $ make menuconfig System configuration – () Root filesystem overlay we should fill […]