Changes between Version 35 and Version 36 of CSPFL_OpenEmbedded

Show
Ignore:
Author:
hardert (IP: 67.169.210.177)
Timestamp:
11/06/09 12:26:41 (2 weeks ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CSPFL_OpenEmbedded

    v35 v36  
    8686 
    8787== Start building == 
    88  
    89 Try this: 
     88To build the standard Radix image use the following command: 
    9089 
    9190{{{ 
    9291#!sh 
    93 $ bitbake radix-image 
     92bitbake radix-image 
    9493}}} 
    9594 
    96 It should crank around for about four to eight hours, and eventually produce a kernel image and rootfs. 
     95The build process should run for a long time (depending on how fast your machine is this can take anywhere between about three and twenty hours) and eventually produce a kernel image and rootfs. 
    9796 
    9897----