Tuesday, April 9, 2013

VMware Image build uboot kernel uRamdisk for ARM emulator QEMU


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
VMware info:
Source:  http://goo.gl/C39Ha
user:hqbui Pass:nothing
user:root   Pass:nothing
SW install:
openssh-server
samba

Uboot:

Source 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


Kernel

Source Uboot 
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

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


Monday, April 8, 2013

VMWare Image Ubuntu OS 12.10 desktop i386


Instruction:
This is image run Ubuntu OS on VMware Player 5.0 
Download:
    File: 
              ubuntu-12.10-desktop-i386.vmdk     Size: 3.76 GB
              ubuntu-12.10-desktop-i386.vmx       Size: 3.84 KB
    Link: Dropbox http://goo.gl/M6cty
OS info: 
   Image install : ubuntu-12.10-desktop-i386.iso
   uname -a      : Linux ubuntu 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:32:08 UTC 2012 i686 i686 i686 GNU/Linux
User info:
     User:hqbui  Pass:nothing
         User:hqbui  Pass:nothing
    Add user:
           sudo su
           useradd -m -G root,users,sambashare -s /bin/bash user_new
           passwd user_new
           echo  'user_new ALL=(ALL) ALL' >> /etc/sudoers
3.     Hardware info:

4
Program installed:
  1. Samba                                                [see config ]
  2. Openssh-server                                   [see config ]
  3. sshfs                                                    [see config ]
  4. expect                                                 [see config ]
Overview:





VMware Player

VMware Player is a virtualization software package from VMware, Inc.. VMware Player can run existing virtual appliances and create its own virtual machines (which require an operating system to be installed to be functional). It uses the same virtualization core as VMware Workstation, a similar program with more features, but not free of charge. VMware Player is available for personal non-commercial use, or for distribution or other use by written agreement. No support is provided by VMWare, but there is an active community website for discussing and resolving issues. [Source wikipedia.org]