Changes between Version 38 and Version 39 of Developer/Simulators/QEMU/CANEmulation


Ignore:
Timestamp:
08/14/13 09:12:38 (11 years ago)
Author:
C Rempel
Comment:

/* Build a root file system in ~/qemu */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU/CANEmulation

    v38 v39  
    287287==  Build a root file system in ~/qemu  ==
    288288
     289
     290 *  Build the basic commands through busybox
     291   tar -xf busybox-1.20.0.tar.bz2
     292   cd busybox-1.20.0
     293   make defconfig
     294   make menuconfig
     295   make
     296   make install CONFIG_PREFIX=~/qemu/rootfs
     297
    289298This can be done through the following commands.
    290299   mkdir ~/qemu
     
    298307   ...... and some config files. <!-- please list config files -->
    299308
    300  *  Build the basic commands through busybox
    301    tar -xf busybox-1.20.0.tar.bz2
    302    cd busybox-1.20.0
    303    make defconfig
    304    make menuconfig
    305    make
    306    make install CONFIG_PREFIX=~/qemu/rootfs
     309
    307310
    308311 *  Start qemu