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.
Please tell me what is the right spi image I should to put into SPI flash.
Start CCStudio and connect to the DSP. Once done, connect to the ARM.-----------What does the DSP mean? AM1707 evm is a DSP or ARM? Thanks Anna
Is the SW2 setting 11110? I have AM1707 EVM
Hi Anna,
anna said:mono sfh_OMAP-L137.exe -flash -targetType AM1707 ubl_AM1707_SPI_MEM.bin u-boot.bin [/quote[Your heading says that you are trying to flash it to NAND memory, there is an error in your command . The default flash memory selected is SPI and not NAND.
To specify the NAND, use the command something like below.
Flash the memory with a UBL and application image - This will place the UBL at address 0x0 and an application image, such as u-boot, at address 0x10000. This is used for the AM1707 device.
- >mono sfh_OMAP-L137.exe -flashType NAND -flash <UBL binary file> <binary application file>
Additional options are shown below:
-targetType : Specifies exact target type within OMAP-L137 family (OMAPL137_v2 [default], OMAPL137_v1, C6747, or AM1707) -flashType : Specifies exact flash type (default SPI_MEM) -p <COM PORT NAME> : Allows specifying com port other than default 'COM1' or '/dev/ttyS0'. -h : Show help text. -v : See verbose output from OMAP-L137. -baud <BAUD RATE> : Allows specifying baud rate other than default (115200) -APPStartAddr : Changes entry point of application (default 0xC1080000) -APPLoadAddr : Changes load address of application (default 0xC1080000)
Once any command is run, the "Waiting for BOOTME..." prompt shows. Power cycle the board or press the reset button to continue.
For more info please visit: http://processors.wiki.ti.com/index.php/Serial_Boot_and_Flash_Loading_Utility_for_OMAP-L137
Alternate option:
If you want to use the NAND writer from CCS, please visit :
Regards,
Shankari
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
--------------------------------------------------------------------------------------------------------