I tried that with these options.

And I get this console output.
fl::target -lc "test-core00_RAM_T2080_Download"
fl::target -b 0x0 0x80000
fl::target -v off -l off
cmdwin::fl::device -d "MT29F4G08ABBDA-IFC" -o "512Mx8x1" -a 0x0 0x1fffffff
cmdwin::fl::image -f "C:\\Users\\dsiebert\\Documents\\Yocto\\flash-image\\QorIQ_SDK_V2.0_T2080QDS-64B_20160527_NOR_Flash.bin" -t "Auto Detect" -re on -r 0x0 0x1fffffff -oe on -o 0xe8000000
cmdwin::fl::erase image
Beginning Operation ...
-------------------------
Auto-detection is successful.
File is of type Binary/Raw Format.
Image size is 0 bytes, nothing to erase.
Nothing to erase. No sectors selected
Performing target initialization ...
Erase Command Succeeded.
cmdwin::fl::write verify
Beginning Operation ...
-------------------------
Using restricted address range 0x00000000 to 0x1FFFFFFF
Programming file C:\Users\dsiebert\Documents\Yocto\flash-image\QorIQ_SDK_V2.0_T2080QDS-64B_20160527_NOR_Flash.bin
Auto-detection is successful.
File is of type Binary/Raw Format.
0 Bytes Programmed, Check Restricted Address Range
Program Command Succeeded
So I tried to change the range.

And I got the same results.
fl::target -lc "test-core00_RAM_T2080_Download"
fl::target -b 0x0 0x0
fl::target -v off -l off
cmdwin::fl::device -d "MT29F4G08ABBDA-IFC" -o "512Mx8x1" -a 0x0 0x1fffffff
cmdwin::fl::image -f "C:\\Users\\dsiebert\\Documents\\Yocto\\flash-image\\QorIQ_SDK_V2.0_T2080QDS-64B_20160527_NOR_Flash.bin" -t "Auto Detect" -re on -r 0xe8000000 0xefffffff -oe on -o 0xe8000000
cmdwin::fl::erase image
Beginning Operation ...
-------------------------
Auto-detection is successful.
File is of type Binary/Raw Format.
Restricted address range is not within flash.
Error: command failed
I will try the ram next.