source: umon/README @ 8a80d54

Last change on this file since 8a80d54 was 87db514, checked in by Amar Takhar <amar@…>, on 04/16/15 at 19:26:21

Initial commit of the umon repository.

Prior to this three changes were made:

  • Remove umon_ prefix from parent directories.
  • Collapse main/target/ into main/
  • Remove ports/template/flashtest.scr.ucon script.
  • Property mode set to 100644
File size: 1.8 KB
Line 
1This is the top-level of the MicroMonitor source tree.
2
3There are three main directories:
4umon_main:
5  This is the common code reusable on various targets as the core
6  of MicroMonitor's functionality.
7umon_ports:
8  This directory contains the public ports of MicroMonitor.  Each
9  subdirectory contains the makefile and target-specific code for
10  one uMon port.
11umon_apps:
12  This code provides a few different application examples for use
13  after the bootmonitor is built and running on your target.  The
14  best place to go there is umon_apps/demo.  This directory contains
15  the source and makefile that support building a basic application
16  for any target supported by MicroMonitor. 
17
18For a quick introduction refer to:
19        http://www.umonfw.com/docs/white_paper.pdf
20For a lot more than you'll ever care to read about it refer to:
21        http://www.umonfw.com/docs/umon_user_manual.pdf
22OR...
23
24To get started, refer to umon_main/README.
25
26-----------------------------------------------------------------------
27
28Re-release of Micromonitor (aka uMon) under the Apache 2.0 license...
29
30Starting with the original umon1.19 code I referred to
31
32http://www.apache.org/dev/apply-license.html#new
33
34to do what was necessary to re-release a new smaller version of the
35uMon code under the Apache 2.0 license.  This was originally motivated
36by a request from a GSOC (Google Summer of Code) student wanting to
37port uMon to the BeagleBone Black board as an alternative bootloader
38for use by the RTEMS embedded operating system.
39
40I copied http://www.apache.org/licenses/LICENSE-2.0.txt
41to this local LICENSE file.
42
43I started with https://www.apache.org/licenses/example-NOTICE.txt
44to create an appropriate NOTICE file.
45
46This README file was last modified on Mar 28, 2015.
47
48Primary contact:
49Ed Sutter ed.sutter@alcatel-lucent.com
50
51-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.