HI all
I try to use sfh_DM36x.exe to flash UBL & U-boot to nand follow this link http://processors.wiki.ti.com/index.php/Serial_Boot_and_Flash_Loading_Utility
And It seemed success. But after I set SW4 &SW5 to Nand flash boot and then power on the DM365 EVM ,there are no message from debug port.
My EVM is DM36X EVM, ASSY 51084 .
The UBL file was "ubl_297arm_270ddr_ipnc_dm365_1.0.0.bin ".
The U-boot file was "u-boot-1.3.4_ipnc_dm365_1.0.0.bin " .
My command on WinXP was "sfh_DM36x -nandflash ubl_297arm_270ddr_ipnc_dm365_1.0.0.bin u-boot-1.3.4_ipnc_dm365_1.0.0.bin" .
And its last result are following:
Target: Erasing block 0x0000002F through 0x00000030.
Target: Writing header and image data to Block 0x0000002F, Page 0x000000
00
Target: Erasing block 0x00000031 through 0x00000032.
Target: Writing header and image data to Block 0x00000031, Page 0x000000
00
Target: Protecting the entire NAND flash.
Target: DONE
Operation completed successfully.
Can someone give me some suggestions?
Thanks