Hi,all:
Now,I encountered a new problem,bother me. I use the development board is base on the OMAP3530 development board.Now, I want to X-Loader、U-boot、uImage、rootfs(file system) using tftp server to download to the development board in NandFlash. I am unsing Flash v1.4, X-loader and uboot will be programmed to NandFlash, but an error occurred:
Download the image file, OMAP3530 is set to UART3 start , that sys_boot[5:0] = 110011.
Flash v1.4 settings as shown below: (1) "choose target" : custom OMAP35xx Board (2) "UART Port" : 1 (3) "Choose the desired memory type" : NAND (4) "select memory options" : HWECC/ 1 bit ECC (5) "choose operating parametres" : download (6) "offset" : 0x0000 0000 ---> X-loader 0x0008 0000 ---> Uboot
-stdout
-omap 3
-com 1
-t 60
-p CUSTOM_OMAP35XX_BOARD
-2
chip_download NANDINFO E:\share\MLO
Leaving parameter file:temp_script.txt
@temp_script.txt
Looking for device (omap com1)
Please turn off device, then turn it on again
Awaiting ASIC id
AsicId items 04
AsicId id 01 05 01 34 30 07 57
AsicId secure_mode 13 02 01 00
AsicId public_id 12 15 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
AsicId root_key_hash 14 15 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Searching 2nd for: CUSTOM_OMAP35XX_BOARD 343007 57 GP
Loading second file Targets\2nd-Downloaders\dnld_startup_omap3_gp_512m.2nd
Entering parameter file:omapflash2nd.txt at line: 5
-pheriphalboot_reopen
Reading board configuration file Targets\Configurations\configuration_custom_omap35xx.txt
Reading definition file .\targets\definitions\definitions_omap3.txt
-board_config Targets\Configurations\configuration_custom_omap35xx.txt
Leaving parameter file:omapflash2nd.txt
Sending size of second file (0x00006804 bytes)
Transferring second file to target (0x6804 bytes)
Closing boot connection
Found device (omap com1)
Waiting for 2nd
Reception failed - timeout after 60 s during peripheral boot (waiting for 2nd)
Console program failed, exit code: 2
How can I do ? In addition, "Waiting for 2nd" means ...... ?????