Menu

Instruction:

Instruction:

This is image of VMplayer suport build and emulator linux for ARM.
+CROSS_COMPILE arm-none-linux-gnueabi for ARM
+Source & Build uboot for ARM
+Source & Build linux kernel for ARM
+Source & Build busybox for ARM
+Source & Build rootfilesytem for ARM

Source & Build Uboot
cd /home/hqbui/work/arm/u-boot-2010.03
Makeconfig for board versatilepb_config
hmake config
Build uboot image
hmake all
emulator with qemu
hmake qemu

Source & Build Kernel

cd /home/hqbui/work/arm/linux-3.7.8
Makeconfig for board versatilepb_config
hmake config
Build uImage image
hmake uImage
emulator with qemu
hmake qemukernel

Source & Build uRamdisk:

Source Uboot
cd /home/hqbui/work/arm/buildroot-2013.02
Makeconfig for board versatilepb_config
hmake config
Build rootfs.cpio image
hmake
emulator with qemu
hmake qemu

Posted by quanghuyen1301 2013-05-16

Log in to post a comment.