I am having issues with the BSL scripter, it fails with the unhelpful message "[ACK_ERROR_MESSAGE]Unknown Error!"
I believe using Wireshark that only a small proportion of the data is being transferred approx 25% of a 1000k text file.
I've tracked the fault down to the function
void BslE4xxEthernetResponseHandler::processResponse(uint8_t ack, std::vector<uint8_t> *response)
the response is not TFTP_ACK or TFTP_ERROR but NULL.
Any suggestions as to how to progress would be appreciated