Quantcast
Channel: Processors forum - Recent Threads
Viewing all articles
Browse latest Browse all 17527

RTOS/OMAP-L138: How to copy app converted by tools (out2rprc & MulticoreImageGen) to a sd card?

$
0
0

Part Number:OMAP-L138

Tool/software:TI-RTOS

Hi Champs,

I'm trying MMCSD boot mode using SBL in PDK according to the procedure below.

  o Processor SDK RTOS Developer Guide
    (software-dl.ti.com/.../index.html)

    4. Foundational Components

      4.5. Boot

        4.5.6. OMAPL137/OMAPL138/C6748

I used out2rprc.exe and MulticoreImageGen.exe tools and converted a .out file to the SBL loadable format.
Then I have to copy it to a sd card according to a description below

  ... MLO needs to be flashed onto SD card un-formatted area and app should be copied onto SD card.

I was able to flash MLO into the sd card, but I'm not sure how to copy the app file to the card.
Do I have to use a Linux host to do it? I'd like to know the steps in detail.

The below was a console log when I flashed MLO.

  *** PDK MMCSD Flash Writer ***
  Opening MMCSD handle...
  MMCSD handle opened!
  Parsing config file and flashing content to MMCSD...
  Parsed config line, received parameters: filename = MLO, address = 0x200
          Size of MLO is 0xc060
          Loading binary to memory ...
          Finished loading binary to memory!
          Flashed MLO to offset 0x200!
          Read flash memory at 0x200, checking flashed content...
          Verified flash data equal expected data!
  Successfully flashed memory content!

And, the below was a console log when booting.

  **** PDK SBL ****
  SBL Revision: 01.00.09.00 (Mar 23 2018 - 21:09:37)

   SD Boot - File open fails
  Error while copying the images

Regards,
j-breeze


Viewing all articles
Browse latest Browse all 17527

Trending Articles