This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAP-L138: slh_OMAP-L138.exe output log

Part Number: OMAP-L138

hello, i use slh_OMAP-L138.exe

i do


slh_omap-l138 -p COM1  -waitForDevice "c:\boot\u-boot.ais"

from command prompt im getting the following:

Entering AIS Parser

Waiting for the OMAP-L138...
(AIS Parse): Read magic word 0x41504954.
(AIS Parse): Waiting for BOOTME... (power on or reset target now)
(AIS Parse): BOOTME received!
(AIS Parse): Performing Start-Word Sync...
(AIS Parse): Performing Ping Opcode Sync...
(AIS Parse): Processing command 0: 0x58535901.
(AIS Parse): Performing Opcode Sync...
(AIS Parse): Loading section...
(AIS Parse): Loaded 15236-Byte section to address 0x80000000.

.........

however i wish to save the output above, for example save all those output into a text file, i tried the following command but it crash

slh_omap-l138 -p COM1  -waitForDevice "c:\boot\u-boot.ais" >c:\boot\log.txt

do anyone know how to log the output into a file?

thank you