In this video tutorial, we are showing how to use Buildroot build system to configure Linux kernel and generate root file system supported target board. For this tutorial we will use ARM versatile virtual board on QEMU emulator.
#buildroot #qemu #EmbeddedCraft
Topics covered in this video tutorial ...
Introduction to Buildroot
Build Linux Kernel with Rootfs
Booting Linux in Virtual Board in QEMU
Running Linux Application on Virtual Board
Referred Video - Building Linux Kernel for QEMU for ARM Board
• Building Linux Kernel for QEMU for ARM Board
Links used
Buildroot link
https://buildroot.org/download.html
sudo apt-get install qemu-system-arm
tar -xvzf buildroot-2020.02.3.tar.gz
sudo apt-get install libncurses5-dev libncursesw5-dev
make menuconfig
make list-defconfigs
make qemu_arm_versatile_defconfig
export PATH=$PATH:/home/embeddedcraft/buildroot-2020.02.3/output/host/bin
arm-buildroot-linux-uclibcgnueabi-gcc hello.c -o hello
sudo mount -t ext2 -o rw,loop rootfs.ext2 /mnt/try
sudo cp hello /mnt/try/root/
Other Important videos
LED Blinking Application for STM32 Board on QEMU
• LED Blinking for STM32 Board on QEMU
Run and Debug Embedded Linux Application using GDBServer and GDB
• Run and Debug Embedded Linux Application u...
Building Linux Kernel for QEMU for ARM Board
• Building Linux Kernel for QEMU for ARM Board
Building Linux Kernel, Kernel Modules and Device Tree for Beaglebone Black Board
• Building Linux Kernel, Kernel Modules and ...
Eclipse and GCC Compiler - Configuring Eclipse to use GCC Compiler for QEMU
• Eclipse and GCC Compiler - Configuring Ecl...
Beaglebone Black Board: Serial Port Interfacing, Connecting Beaglebone Black board with Serial Port
• Beaglebone Black Board: Serial Port Interf...
Embedded Linux - Building Tool chain with Crosstool-NG
• Embedded Linux - Building Tool chain with...
Preparing bootable Micro SD card using command line on Linux Host
• Preparing bootable Micro SD card using com...
Raspberry PI remote desktop access | Using VNC Viewer on Linux Host to access Raspbian OS Desktop
• Raspberry PI remote desktop access | Using...
Using QEMU to Emulate Cortex M based board and Running LED Blinking Program
• Using QEMU to Emulate Cortex M based board...
Follow us ...
Facebook: / embeddedcraft
Twitter: / embeddedcraft
Linkedin : / embeddedcraft-craft-99a47617
More videos on Embedded System and related topics can be found at:
http://embeddedcraft.org/