SPRUIL2A February   2019  – September 2019 OMAP-L132 , OMAP-L138 , TMS320C6742 , TMS320C6746 , TMS320C6748

 

  1.   OMAP-L138/C6748 Low-Cost Development Kit (LCDK)
    1.     Trademarks
    2. 1 Introduction
      1. 1.1 Features
      2. 1.2 Getting Started
    3. 2 Included in the Box
      1. 2.1 OMAP-L138/C6748 Low-Cost Development Kit Contents
      2. 2.2 Development Support
      3. 2.3 Embedded Linux Application Development Support
    4. 3 Setting up the OMAP-L138/C6748 Development Kit (LCDK)
      1. 3.1 User Interface
        1. 3.1.1 Push Buttons
        2. 3.1.2 LEDs
        3. 3.1.3 Power
        4. 3.1.4 USB-to-UART Port (J3)
      2. 3.2 Setup the Out of the Box Demonstration on LCDK
      3. 3.3 Initial Setup
      4. 3.4 Running the Face Detect Demo
      5. 3.5 Procedure to Flash and Boot the LCDK
    5. 4 LCDK Features
      1. 4.1 Video
      2. 4.2 Memory
      3. 4.3 Connectivity
      4. 4.4 LCD Connector
    6. 5 Power Sequencing
    7. 6 Online Resources
      1. 6.1 C6748/ OMAP-L138 Product Information
      2. 6.2 LCDK Hardware and Software Documentation
        1. 6.2.1 LCDK Board Revision History
      3. 6.3 CCS XML and GEL Files
      4. 6.4 Hardware Setup With CCS
      5. 6.5 Software
    8. 7 Projects
      1. 7.1 Finger Printing Demonstration
      2. 7.2 Face Detection Demonstartion
    9. 8 Support
    10. 9 References
  2.   Revision History

Procedure to Flash and Boot the LCDK

The NAND may be flashed either through the USB-serial port or through CCS. The software provided in the following application note provides both tools.

OMAPL138/C6748 ROM Bootloader Resources and FAQ

The following AISgen config file has the correct settings for NAND16 boot, with the CPU running at 300 MHz, and DDR2 at 150 MHz.

  1. Determine what serial port is assigned to the on-board UART->USB IC as show in Section 3.1.4.
  2. Set the boot pins to UART2 boot mode as shown in Section 3.1.
  3. Perform the following actions, where "COMx" refers to the COM port found in the previous step (COM8). For C6748 boards, replace "OMAPL138_LCDK" with "C6748_LCDK".
    1. Erase the entire NAND (optional):
    2. sfh_OMAP-L138.exe -targettype OMAPL138_LCDK -flashtype NAND -p COMx -erase
    3. Flash bootable AIS image (ais_image.bin) to block 1 of the NAND
    4. sfh_OMAP-L138.exe -targettype OMAPL138_LCDK -flashtype NAND -p COMx -flash_noubl ais_image.bin

      Run the commands and then power cycle or reset the board to initiate the process.

    5. CCS Method
  4. SD/MMC Flashing
    1. Connect to the Arm or DSP with the GEL file loaded, which auto-initializes the DDR.
    2. Open (CCS3) or import (CCS4, CCS5) the NANDWriter_ARM or the NANDWriter_DSP project.
    3. Modify the #define "NANDWIDTH_8" to "#define NANDWIDTH_16" in nandwriter.c.
    4. Rebuild and run the code.
  5. For more information, see the OMAPL138/C6748 ROM Bootloader Resources and FAQ