Hi all,
I ran below command in u-boot console:
- nand erase 0xa0000 0x180000
- tftp 80700000 uImage
- nand write 80700000 0xa0000 0x180000
- all return ok!!
- reboot EVM board
then got below error:
DM646x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid magicnum, 0xA1ACED66, found in block 0x0000001D.
DONE
Jumping to entry point at 0x81080000.
DM646x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid magicnum, 0xA1ACED66, found in block 0x0000001D.
DONE
Jumping to entry point at 0x81080000.
DM646x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid magicnum, 0xA1ACED66, found in block 0x0000001D.
DONE
Jumping to entry point at 0x81080000.
DM646x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid magicnum, 0xA1ACED66, found in block 0x0000001D.
DONE
Jumping to entry point at 0x81080000.
DM646x initialization passed!
TI UBL Version: 1.50
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid magicnum, 0xA1ACED66, found in block 0x0000001D.
DONE
Jumping to entry point at 0x81080000.
................................. keep repeat ..... never stop !!!!!
why?
Tai