Wt32-eth #605
Replies: 15 comments 10 replies
-
that is a supported platform. I found and fixed a crash that is present in b4 so you may want to try the latest build on the google drivr |
Beta Was this translation helpful? Give feedback.
-
Here is the latest build.
dist.zip
|
|
| |
dist.zip
|
|
|
On Tuesday, December 13, 2022 at 04:56:13 AM EST, Francesco-Rugg ***@***.***> wrote:
Ok, thank you. Where I can find the google drive?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Any reason not to use the CI builds instead? https://github.com/forkineye/ESPixelStick/actions/workflows/build.yaml |
Beta Was this translation helpful? Give feedback.
-
Hi Shelby Three reasons:
So I have gotten into the habit of making sure the dist.zip on the google drive is always up-to-date and then point people to it. If the CI build also generated a dist.zip then things would get simpler and we could simply point people to it. It would be really great if the CI build ran on any push to a derived branch and created a dist on that branch. I have a script that comes close. It puts all generated bin files into a firmware dir as part of the build process but I still manually move it to the dist dir to make the zip file |
Beta Was this translation helpful? Give feedback.
-
It looks like the link to the google drive was damaged. |
Beta Was this translation helpful? Give feedback.
-
Download the file from google drive. unzip it in any location you like. Read the readme in the unziped directory. Connect your device to the PC using a USB cable, start the flashtool. fill in the fields and upload the image |
Beta Was this translation helpful? Give feedback.
-
Yes you can post your questions in this forum. |
Beta Was this translation helpful? Give feedback.
-
Thank you! @MartinMueller2003 |
Beta Was this translation helpful? Give feedback.
-
This came out when try to flash wt32 |
Beta Was this translation helpful? Give feedback.
-
I use online esptool for erasing and in it I can erase the flash |
Beta Was this translation helpful? Give feedback.
-
My WT32 does not have a USB interface and I have to manually put the device into programming mode three times when using the FlashTool. |
Beta Was this translation helpful? Give feedback.
-
The flash tool performs three operations: Clear flash, write fs, write program. If the USB is present then the device is reset into programming mode three times. If there is no USB on the device then you need to pull gpio0 low (and keep it that way). Then reset the device each time you see the "connecting ..." message coming out. After it is done you remove the wire on GPIO 0 and do a final reset |
Beta Was this translation helpful? Give feedback.
-
No. You do not need to explicitly erase the flash. You need to put the device into programming mode every time you see the "Connecting ....." message. When using the flash tool you will see that message three times and you should do a reset (with gpio0 low) if you see the dots and dashes coming out. |
Beta Was this translation helpful? Give feedback.
-
@MartinMueller2003 Sorry but I receiving the same error, while in wled web istaller I don't have this issue. I see that the erase function works but the firmware flash don't go ahead |
Beta Was this translation helpful? Give feedback.
-
That means the first step passed and you failed to put the device back into programming mode for the next step. I just did it using my ET32 and it is a pita. I had to power cycle the device three times in the process and you have to do it at the right time and quickly. |
Beta Was this translation helpful? Give feedback.
-
Can I test ESPixelStick v4.0-beta4
For WT32-ETH01?
Beta Was this translation helpful? Give feedback.
All reactions