Wong Thank you
Following your comment I have tried to check the location at which the application is being loaded to...
according to the application menu it seems to be 0xC1080000
sfh_OMAP-L137 <Command> [-targetType <Target>] [-flashType <FlashType>] [<Options>] [<InputFiles]
<Command> is required and can be one of the following:
-erase Global erase of the flash memory device (no input files)
-flash_noubl Place single bootable image in the flash memory device (single input file)
-flash Place a secondary user boot loader (UBL) and application image in the
flash memory device (first input file is UBL binary, second input
file is the binary application image)
-flash_dsp Place a DSP secondary user boot loader (UBL), an ARM secondary user boot loader
and the application image in the flash memory device (first input file is DSP
UBL binary, the second file is ARM UBL binary, and the third input file is
the binary application image). This is only used for OMAP-L137 devices.
-targetType <Target> Specify the exact target type within the OMAP-L137 family.
<Target> One of OMAPL137_v2, OMAPL137_v1, C6747, AM1707 (default is OMAPL137_v2)
-flashType <Flash> Specify exact flash type among supported types for the platform.
<Flash> One of SPI_MEM, NAND, NOR (default is SPI_MEM)
<Options> can be the following:
-h Display this help screen.
-v Display more verbose output returned from the target device
-p <PortName> Use <PortName> as the serial port (e.g. COM2, /dev/ttyS1).
-baud <BaudRate> Uses <BaudRate> as the serial port baud rate (defaults to 115200)
-appStartAddr <Application entry point address> Specify in hex (defaults to 0xC1080000)
-appLoadAddr <Application image load address> Specify in hex (defaults to 0xC1080000)
-appFlashBlock <Block to flash application image> Specify in decimal (default depends on device)
I have tried changing this to 0x10000 as below but still no succses still BAD MAGIC
sfh_OMAP-L137.exe -v -appLoadAddr 0x10000 -appStartAddr 0x10000 -targetType AM1707 -flash ubl_AM1707_SPI_MEM.bin OMAPL137-ARM-DOVe.bin
Any other suggestion to try ??
Best regards
Yehuda