Changes between Version 23 and Version 24 of QuickStartSoclib
- Timestamp:
- Feb 17, 2010, 8:19:35 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStartSoclib
v23 v24 13 13 14 14 == The SoCLib platform == 15 16 The MutekH kernel source code is fully configurable and can be tweaked to adapt hardware platform17 and application needs. Configuration is handled by a dedicated tool which check dependencies and18 other relationships between the large set of available configuration tokens.19 15 20 16 === Getting SoCLib === … … 41 37 Note: This example is available directly from {{{examples/hello_het}}} directory in source tree: [source:trunk/mutekh/examples/hello_het] 42 38 39 The MutekH kernel source code is fully configurable and can be tweaked to adapt hardware platform 40 and application needs. Configuration is handled by a dedicated tool which check dependencies and 41 other relationships between the large set of available configuration tokens. 42 43 43 What you need to do: 44 44 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. 48 49 49 50 === Getting the cross-compilers ===