AM67A: Failure to flash TPS65987DDK over i2c on boot

Part Number: AM67A
Other Parts Discussed in Thread: TPS65987DDK, TPS65981

Tool/software:

Hi,

I'm trying to load TPS65987DDK over i2c with Linux driver ti,tps6598x.

I'm getting a response:
kernel: tps6598x 3-0020: Update completion failed (-16)

Basically, I saved a "Full Flash Image" using the TPS65981 Application Customization software.

Is this binary the correct binary to use? It calls:
tps6598x_exec_cmd(tps, "PTCc", 0, NULL, TPS_PTCC_OUT_BYTES, out);

And this has the wrong bits set:

out[TPS_PTCC_DEV] || out[TPS_PTCC_APP]

Also, after I see the firmware update fails, I see that it's trying to activate the usb tty on this device:
cdc_acm 1-1.4:1.0: skipping garbage
cdc_acm 1-1.4:1.1: ttyACM0: USB ACM device

Any tips for how to resolve this issue?