Closed anthonyangel closed 6 years ago
I'd start by checking following things:
check your FTDI to see if it's true 3v3 (or actually a 5v board that would fry your esp)
can your FTDI flash another type of board above two would make sure that your FTDI is working good and that your PC is properly configured to use it.
are you supplying 12v via barrel connector?
is your MagicHome LED controller working with its stock firmware? if all above is good, it would imply that board is good and working, so it's only about communication between PC and a board...
so, final check/attempt:
Thanks, I'll double-check and give this another shot, but I'm not so confident:
I'll try with swapping the tx & rx lines to make a straight-though connection, rather than a crossover.
The stock firmware doesn't have update functionality, so I doubt there's any chance of an OTA update
You know that GPIO0 needs to be tied to GND to go into flash mode, right? Hope you didn't forget that ;)
On 18 December 2017 at 14:53, anthonyangel notifications@github.com wrote:
Thanks, I'll double-check and give this another shot, but I'm not so confident:
- I've used the same FTDI before to successfully flash a Sonoff,
- I'm powering the magic-home from the 12V barrel connector, not the FTDI
- Stock firmware works
I'll try with swapping the tx & rx lines to make a straight-though connection, rather than a crossover.
The stock firmware doesn't have update functionality, so I doubt there's any chance of an OTA update
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/arendst/Sonoff-Tasmota/issues/1337#issuecomment-352431377, or mute the thread https://github.com/notifications/unsubscribe-auth/AcWpOrZI8EbTZ2xPqDrUAVeP9s2RzALFks5tBm5lgaJpZM4Q8eF6 .
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem.
I'm trying to flash an Arilux LED controller v1.4 board, but I can't get it to boot in flash mode. I have it connected up as follows (as per this wiki page):
FTDI Board Rx --> Tx
Tx --> Rx
GND --> GND GND --> GPIO0
Using ESPtool I'm getting the error:
A fatal error occurred: Invalid head of packet ('\x00')
, when I use a serial debugger through PIO I can only see a NULL character and no other output.Not sure if anyone has had any issues with this board before or if something has changed, but I'm pretty much out of ideas.