/* ------------------------------------------------------------------------------------------------ */
/* FILE :        readme.txt                                                                         */
/*                                                                                                  */
/* CONTENTS :                                                                                       */
/*               Abassi RTOS: dEMO description for SMP ARM Cortex A9 / SABRE LITE                   */
/*                                                                                                  */
/*                                                                                                  */
/* Copyright (c) 2014, Code-Time Technologies Inc. All rights reserved.                             */
/*                                                                                                  */
/* Code-Time Technologies retains all right, title, and interest in and to this work                */
/*                                                                                                  */
/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS                          */
/* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                                       */
/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL                          */
/* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR                             */
/* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,                            */
/* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR                            */
/* OTHER DEALINGS IN THE SOFTWARE.                                                                  */
/*                                                                                                  */
/*                                                                                                  */
/*  $Revision: 1.1 $                                                                                */
/*  $Date: 2014/07/11 13:20:54 $                                                                    */
/*                                                                                                  */
/* ------------------------------------------------------------------------------------------------ */
/*                                                                                                  */
/*              Demo for the i.MX6 Sabre Lite development board                                     */
/*              Operation of the RTOS shown on the serial port                                      */
/*              Tasks info & configuration through the serial port                                  */
/*              Serial port settings:                                                               */
/*                          Baud Rate: 115200                                                       */
/*                          Data bits:      8                                                       */
/*                          Stop bits:      1                                                       */
/*                          Parity:      none                                                       */
/*                          Flow Ctrl:   none                                                       */
/*                          Emulation: VT-100                                                       */
/*                                                                                                  */
/* ------------------------------------------------------------------------------------------------ */


Procedure:

    The boot switches should be left to the factory setting (both @ 0 for FUSES boot)
    The serial port used is the same as the one used by Linux (labelled Debug")
    Format (FAT32) a SD/MMC card.
    Copy the files "uImage" and "6q_bootscript" to the SD/MMC.
    Insert the SD/MMC on the Sabre Lite.
    Reset the Sabre Lite board.
    There is no needs to stop UBOOT; the demo will start automatically.

    The file "Demo_3_SMP_SABRELITE_A9_GCC.c" is the demo code.


/* ------------------------------------------------------------------------------------------------ */

    Refer to Code Time Technologies website for the meaning of the letters on the right of
    display and to have a description of the syntax for the commands to modify the
    operating set-up of mAbassi.
    e.g.
       Info        : dumps the current configuration of each task
       RRA RR 100  : sets task RRA's round robin time slice  to 1.00 s 

/* EOF */
