Hello, everybody.
I’m trying to update my CPE’s firmware with the following command:
curl -i ‘http://localhost:7557/files/new_firmware.bin’
-X PUT
–data-binary @“./new_firmware.bin”
–header “fileType: 1 Firmware Upgrade Image”
–header “oui: 552D8Y”
–header “productClass: CPE”
–header “version: 2.0”
I can guarantee that the information in header is correct. I’m receiving the following response and nothing happens with my CPE:
HTTP/1.1 100 Continue
HTTP/1.1 201 Created
GenieACS-Version: 1.2.0+20200901200336
Date: Tue, 07 Nov 2023 19:38:16 GMT
Connection: keep-alive
Transfer-Encoding: chunked