Changes between Version 23 and Version 24 of QuickStartSoclib


Ignore:
Timestamp:
Feb 17, 2010, 8:19:35 PM (14 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartSoclib

    v23 v24  
    1313
    1414== The SoCLib platform ==
    15 
    16 The MutekH kernel source code is fully configurable and can be tweaked to adapt hardware platform
    17 and application needs. Configuration is handled by a dedicated tool which check dependencies and
    18 other relationships between the large set of available configuration tokens.
    1915
    2016=== Getting SoCLib ===
     
    4137Note: This example is available directly from {{{examples/hello_het}}} directory in source tree: [source:trunk/mutekh/examples/hello_het]
    4238
     39The MutekH kernel source code is fully configurable and can be tweaked to adapt hardware platform
     40and application needs. Configuration is handled by a dedicated tool which check dependencies and
     41other relationships between the large set of available configuration tokens.
     42
    4343What you need to do:
    4444
    45  - Writing the source code in `hello.c`
    46  - Writing the `Makefile`
    47  - Writing the `platform-mips+arm.dts` to describe hardware, see [FlattenedDeviceTree Flattened device trees].
     45 - Write the source code in `hello.c`
     46 - Write the `Makefile`
     47 - Write the `platform-mips+arm.dts` to describe hardware, see FlattenedDeviceTree for details.
     48 - Write the source configuration file, see BuildSystem for details.
    4849
    4950=== Getting the cross-compilers ===