-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't download intermeadiate firware #18
Comments
No, it is down. But I followed the steps in the README.md to build it myself and it worked fine! :) I didn't flash it using OTA, but using a USB-UART dongle. I build the 0x7000 and 0x1000 version for you; see the attached files. Use them at your own risk (but the 0x1000 worked for me) |
I actually found a copy of the file on an old PC and flashed it OTA. Ended up with a semi-dead Dimmer 2 that I needed to get out the serial programmer to resolve. Thanks for your effort above. |
Can you please share your fw_1000.zip if you still have it on your pc? |
You have to be careful. You can't flash a zip file. If your device did not check the file first, you would have bricked it by now! If you want to do it over the air, you have to create the bin file yourself. You can still use my zip files, but you have to extract all the files and build one bin file based on the manifest.json. The positions are all there; if nothing is defined, fill with zeros. If "fill" is defined, fill with 255/0xff. If 'bin' file is defined, fill with the data of the corresponding bin file. It would probably be quicker to just flash it over UART. But if your device is physically inaccessible, you could try to flash 'my' zip file to another esp-board using mos flash, extract a bin file from that esp and then flash that bin file OTA. |
|
I compiled the 1000 version and tried to flash but same error, should I upload only tasmota-to-mgos.bin from zip file or to extract all files and create an archive in bin format? |
I flashed a Shelly 1L with v1000 via serial and I get a hotspot named mg-xxxxxxx, then I connect to it and flash a shelly original firmware with success and rebooting confirmation but the hotspot remain active for ever. I reconnected power supply and the same hotspot is there. |
Sadly doesn't work for me. Device doesn't do anything anymore. No Wifi no nothing :( |
But you can simply clone this repository and there are the files in the folder 'binaries'. Flashing those does work. I had to shellys to flash to stock. |
I ended by flashing devices by serial because no more wifi connection. |
Anyone else unable to dowload the this?
https://dl.dasker.eu/firmware/mgos512k-0x7000.bin
The text was updated successfully, but these errors were encountered: