Lines Matching full:download
89 return 1; // No firmware file abort download in doUpdate()
91 bool downloadFwFailed = false; // Download Firmware status in doUpdate()
101 downloadFwFailed = true; // Download Firmware status in doUpdate()
112 downloadFwFailed = false; // Download Firmware status in doUpdate()
119 downloadFwFailed = true; // Download Firmware Failed in doUpdate()
126 // Start PSU firmware download. in doUpdate()
137 // One of the block write commands failed, retry download in doUpdate()
144 {"UPDATE_FAILED", "Download firmware failed"}}; in doUpdate()
165 // Download completed successful in doUpdate()
171 // Retry the whole download process starting with the key and in doUpdate()
268 "Download firmware failed during writeIspMode due to I2C exception"}}; in writeIspMode()
285 "Download firmware failed during writeIspMode due to exception"}, in writeIspMode()
299 "Download firmware failed during writeIspMode"}}; in writeIspMode()
309 // Reset ISP status register before firmware download. in writeIspStatusReset()
541 // Log final download status in downloadPsuFirmware()
545 "Firmware download failed after retries at FW block {BYTESREAD}", in downloadPsuFirmware()
616 "Download firmware failed block: " + std::to_string(bigEndianValue)}}; in performI2cWriteReadWithRetries()
638 // Read and verify firmware download status. in verifyDownloadFWStatus()
643 lg2::error("Firmware download failed - status: {ERR}", "ERR", in verifyDownloadFWStatus()