Probably there is problem with your tftp server.
You could use CodeWarrior to program image to LS1046ARDB.
After installing CodeWarrior, you could refer to section "7.7 Using flash programmer from eclipse IDE" in C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\Help\PDF\ARMv8_Targeting_Manual.pdf to do flash programing with CodeWarrior.
1. In "Target Connections" panel, duplicate LS1046A_RDB.
2. Double click "LS1046A_RDB(1)", In "Target Initialization File", do the following modification and save it.
USE_SAFE_RCW = False
=>
USE_SAFE_RCW = True
3. Please click "flash programing" icon in "Target Connections" panel to do flash programing.
You could program images to QSPI or NAND flash.