Dear all:
Per another post, it seems my TMDXICE3359 board comes with older version bootloader (1.00.00.02) and I try to burn the boot loader into NOR Flash.
It seems I can burn it successfully, but after power on reset, I got nothing (no message shown on terminal, only D3 light on, others off). Below is what shown on console when burning.
[CortxA8] NOR Flashing Tool Started
[CortxA8] Error Type1 : 0
[CortxA8] Enter Operation [1 - Flash ] [2 - Erase] :
1
[CortxA8] Enter the File Name
c:\boot_NOR.bin
[CortxA8] Enter the Sector [0-15] :
0
[CortxA8] Load .bin file to 0x80100000 and Enter 0 to continue
0
[CortxA8] Erasing sectorBase 8000000
[CortxA8] Erasing sectorBase 8004000
[CortxA8] Erasing sectorBase 8006000
[CortxA8] Erasing sectorBase 8008000
[CortxA8] NOR Write complete.
The question is:
1. The second line shows "Error Type1: 0", which not mentioned on user manual. Is it a normal message?
2. What's the option should I select when loading boot_NOR.bin into memory 0x80100000, 8/16/32 bits? swap should check or not?
3. How to dump NOR flash data to check if it properly burned?
4. What further steps I can do to check the flow?