You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the instructions in the start_flash script. It will install our flash loader onto the ESP and connect to the access point created by your wifi adapter.
50
-
51
-
WIFI: vtrust-flash
52
-
IP: 10.42.42.42
53
-
A backup of the original firmware will be created and stored locally
54
-
55
-
### Device information
56
-
After the firmware backup procedure, the retrieved device information will be shown.
57
-
Please make sure to write down your devices flash mode and size!
58
-
You can show this information again by executing:
59
-
60
-
# curl http://10.42.42.42
61
-
### BACKUP only and UNDO
62
-
You can use the flash loader to create a backup only.
63
-
If you want to delete the FLASH loader out of the flash again and go back to the stock software just do following:
64
-
65
-
# curl http://10.42.42.42/undo
66
-
### FLASH loader to user2
67
-
The FLASH loader only allows flashing the third party firmware if the loader is running in the userspace user2 starting from 0x81000.
68
-
This will flash the FLASH loader in user2 if it is not already there.
69
-
It will destroy your ability to undo and go back to the original firmware
70
-
71
-
# curl http://10.42.42.42/flash2
72
46
73
47
### FLASH third-party firmware
74
48
BE SURE THE FIRMWARE FITS YOUR DEVICE!
75
-
1. Place or link your binary file to ./files/thirdparty.bin.
49
+
1. Place your binary file in the `/files/` directory or use one of the included firmware images.
76
50
77
51
Currently a Tasmota [v7.0.0.3](https://github.com/arendst/Tasmota/releases) `tasmota-wifiman.bin` build is included. You can update to a [current version](http://thehackbox.org/tasmota) via OTA after the Tuya-Convert process completes successfully. Please note that while we include this for your convenience, we are not affiliated with the Tasmota project and cannot provide support for post installation issues. Please refer to [the respective project](https://github.com/arendst/Tasmota) for configuration and support.
78
-
52
+
79
53
An ESPurna [1.13.5](https://github.com/xoseperez/espurna/releases/tag/1.13.5) binary is also included (`espurna-base.bin`). Like before, the binary included does not have any specific hardware defined. Once flashed using Tuya-Convert you can update to the device-specific version via any of the means that ESPurna provides (OTA, web interface update, update via telnet or MQTT). Please refer to the [ESPurna project page](http://espurna.io) for more info and support.
80
54
81
55
Binary requirements:
82
-
* full binary including first-stage bootloader
56
+
* full binary including first-stage bootloader (tested with Arduino eboot and Open-RTOS rBoot)
83
57
* maximum filesize 512KB for first flash
84
58
85
59
2. Start flashing process
86
60
87
-
# curl http://10.42.42.42/flash3
88
-
89
-
Alternatively you can request a certain file to be requested and flashed by the device:
0 commit comments