Hello,
I am new to flashing of ARM devices and I want to flash my demo code in SPI1 flash. I have .bin file available with me. I don't want U-boot or UBL. I tried using "sfh_OMAP-L138.exe -targetType AM1808 -flash_noubl uart_test-ais" but got the following error.
-----------------------------------------------------
TI Serial Flasher Host Program for OMAP-L138
(C) 2010, Texas Instruments, Inc.
Ver. 1.67
-----------------------------------------------------
Platform is Windows.
[TYPE] Single boot image
[BOOT IMAGE] uart_test-ais
[TARGET] AM1808
[DEVICE] SPI_MEM
Attempting to connect to device COM1...
Press any key to end this program at any time.
(AIS Parse): Read magic word 0x41504954.
(AIS Parse): Waiting for BOOTME... (power on or reset target now)
(Serial Port): Read error! (The operation has timed out.)
(Serial Port): Read error! (The operation has timed out.)
I followed the following steps:
1) Set the boot pins to UART2 boot mode.
2) Connect a serial cable from the host computer to the OMAP-L138 EVM
3) Open a command prompt on the host computer and change directory to where the SFH executable is located.
4) Run the flashing utility with this command:
..\OMAP-L138\gnu\sfh_OMAP-L138.exe [options]
5) Turn on the board When instructed.