RC-11 IAP binary issue
-
@Imlbrown said in RRF 3.01-RC11, DWC 2.1.6 and DSF 2.1.3 released:
@dc42 Great boards and SW! I just tried to install the latest firmware on my Duet2 WiFi board and after uploading the SW and clicking "yes" to the install I receive an error "M997 S0".
The console log shows this "M997 S0
Error: M997: In-application programming binary "Duet2CombinedIAP.bin" not found".I downloaded and attempted to install this file from the release page "Duet2CombinedFirmware.bin".
I am currently running 3.01-RC10 and I have installed every 3.01 RC up to this point without issue.
Thanks!
This file didn't change between the two afaik. can you check your sd card while i do some digging?
-
I do not see that file on my SD card looking at the system directory via DWC. If that is the issue, what is the correct process to get it back?
-
just checked what files the two versions are looking for, and its the same. I.e if you upgraded to RC10 going to RC11 should have worked.
pi@raspberrypi:~ $ strings ./3.01-RC11/Duet2CombinedFirmware.bin | grep -i iap Duet2CombinedIAP.bin iapFileNameSD IAP file 'Duet2CombinedIAP.bin' not found pi@raspberrypi:~ $ strings ./3.01-RC10/Duet2CombinedFirmware.bin | grep -i iap iapFileNameSD Duet2CombinedIAP.bin IAP file 'Duet2CombinedIAP.bin' not found
would suggest an issue with your sd card, please try downloading
itthe file from herehttps://github.com/dc42/RepRapFirmware/releases/tag/3.01-RC7
-
In the middle of a print But will do that first thing when it is completed and respond.
Thanks!
-
Hi DC42,
I received your email stating that you can't jump directly from 2.x to 3.x without first installing the 3.0 release first. This did not apply to me as I did follow the extensive instructions to get 3.0 installed and config upgrades.
I was able to grab Duet2CombinedIAP.bin from 3.1 RC10 release page, upload it then upload 3.01 RC11 and it flashed ok. That is the first file that dropped from my SD card, if I have any other issues I will look to replace it.
Thanks.
-
I just tried the RC11 upgrade (from RC10) on my Duet2Wifi and I had to send
M997 S0
from console to force the upgrade, uploading from DWC yields the message "operation cancelled" -
@whosrdaddy said in RC-11 IAP binary issue:
"operation cancelled"
sounds like a different issue, it specifically says its missing the IAP binary if thats the case. probably hard to troubleshoot, but still worth while leaving a (one line) note in the release thread so the devs will find it (and create a new topic if its something that is repeatable)
-
@Imlbrown said in RC-11 IAP binary issue:
Hi DC42,
I received your email stating that you can't jump directly from 2.x to 3.x without first installing the 3.0 release first. This did not apply to me as I did follow the extensive instructions to get 3.0 installed and config upgrades.
I was able to grab Duet2CombinedIAP.bin from 3.1 RC10 release page, upload it then upload 3.01 RC11 and it flashed ok. That is the first file that dropped from my SD card, if I have any other issues I will look to replace it.
That's fine. The IAP file hasn't changed since release 3.0. If you installed release 3.0 from the zip file provided for that release, the IAP file was included in that zip file, so it should have been uploaded already.
-
(hope i didn't step on any toes (too hard) just didn't want to see the new thread locked if the trend continued)