I have a Rocket M2, brand new that was donated to me. I am trying to flash it to Aredn using my Mac Terminal on TFTP. When I send the file I get the following back:
Error Code 514: Firmware check failed.
When I log into the ubiquity firmware it confirms it is a M2 XM, which is the firmware I downloaded. This leaves me questioning if I need to downgrade it before I can TFTP the aredn factory file to it?
Status settings in AIR OS are:
version: 5.6.11 (XM)
Device Model: Rocket M2
Any thoughts would be helpful.
Thanks in Advance
kf7ebx
1) using bin mode option to transfer the file with tftp
2) integrity of psychical cables and connections
options to try:
1) another laptop and cable
2) send the output from AirOS "dmesg", might spot a reason
Joe AE6XE
>>>>>end of tftp output in the terminal window.
sent DATA <block=12416, 512 bytes>
received ACK <block=12416>
sent DATA <block=12417, 412 bytes>
received ERROR <code=2, msg=Firmware check failed>
Error code 512: Firmware check failed
Sent 6356992 bytes in 1.6 seconds
tftp>
yes, using bin mode, change dout cables etc. Verified the unit was in reset. Note that this does not wipe out the original firmware in the device. I can still get the AirOS login page.
--Brian, KF6HI
Using Windows 10 TFTP. Unit is in TFTP mode (1&3 then 2&4 lights blinking). After initiating transfer lights continue in 1&3/2&4 pattern for about a minute then failure to connect message. Air OS still on unit - no change.
C:\Users\Sharon>tftp -i 192.168.1.20 put c:\AREDN\aredn-3.20.3.0-ath79-ubnt_bullet-m-xw-factory.bin
Anybody got any suggestions?
Thanks
Earl
K4ZSW
Then, ping 192.168.1.20
Only proceed if the ping responds.
cat /dev/mtd0 | grep -i u-boot
If that doesn't work, then try
strings /dev/mtd0
and look through all the output to find u-boot version string.
Note, if Ubiquiti added more restrictions in a new release of the bootloader, then to roll back the bootloader, you have to install the next AirOS version back from within the AirOS UI (the bootloader is not updated with tftp install of AirOS). One version roll back at a time to get to the right bootloader version that accepts the current AREDN images.
Joe AE6XE
Made my day!
Thanks
Earl
K4ZSW