Hello VinothS,
use the script in <your installation directory>\demo\powerpc64bit\hardware\qoriq_t4\all_boards\flash_cfi.cmm to prepare the flash process.
Answer the dialog "program now" with no and you will see the memory map of the flash in the Flash.List window.
You will see your 128MB flash, starting at F8000000 and ending at the end of the 32bit address range.
As your PC will start at 0xFFFFFFFC you have to flash your u-boot binary at the end of this 32bit address range.
The size of u-boot is 512KB, which means your starting address to flash this binary will be 0xFFF80000.
Use "FLASH.ReProgram ALL" to activate flash programming with check of sectors, then
Data.LOAD.Binary <path to u-boot binary> 0xFFF80000
You will then see changing sectors as "pending now" in the Flash.List window.
Using another "FLASH.ReProgram" command afterwards, the "pending" sectors will be flashed.
For more questions about the debugger, please contact us directly via support@lauterbach.com
Best regards,
Matthias