Changes between Version 40 and Version 41 of Developer/Simulators/QEMU/CANEmulation


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

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

Legend:

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

    v40 v41  
    294294   make menuconfig # Note: Busybox Settings -> Build options -> Build Busybox as a static binary
    295295   make
    296    make install CONFIG_PREFIX=~/qemu/rootfs
     296   make install CONFIG_PREFIX=~/qemu/rootfs # choose this hard coded value for simplicity when writing scripts
    297297
    298298This can be done through the following commands.