Hello Sean,
First of all please make sure your MCU and project are both in LSM mode.
If the modes are the same can you possibly try to add this line into the .tcl script:
....
# env setup
envsetup
puts "Original memory access type:"
cmdwin::mcu::gdi nexus_rwa
puts "Memory access set to normal load/store"
cmdwin::mcu::gdi nexus_rwa 0
puts "New memory access type verification:"
cmdwin::mcu::gdi nexus_rwa
# main entry
mpc567xK_init
if it does not help can you please sen us the log from the console View?
Thanks!
Stan