Hi,
I am working on omap-l138-experimenter-kit and try to test the UART boot mode.
I compiled the test_led_dip.prj either with OMAP138_DSP.gel included or without.
When the .out file was downloaded from CCSv3.3 through mini USB everything worked fine.
I used AISgen for D800K006 to produce the binary boot file. The only settings I was sure about was to choose D800K004 device type (that is my device's type) and Boot mode UART2.
I switched S7-7 and S7-8 to ON.
The output of UART Boot Host application that I get is this:
(File IO): Read 42904 bytes from file C:\CCStudio_v3.3\boards\evmomapl138_v1\tests\experimenter\led_dip\ccs\ais.bin.
(Serial Port): Opening COM1 at 115200 baud...
(AIS Parse): Waiting for BOOTME... (power on or reset target now)
(AIS Parse): BOOTME received!
(AIS Parse): Executing function...
(Serial Port): Closing COM1.
But I don’t see nothing to happen after that (the program to run)
What are the settings I am missing? Is there any detailed documentation besides Spraat2 (Using the TMS320C6748/C6746/C6742 Bootloader) ?