Flash ESP-S3 how to... #158
Replies: 10 comments 14 replies
-
From the above it looks like git isn't installed? Most of these instructions are for Linux or Mac, not sure how well Windows itself would work. Might be easier to either try WLS (windows Linux subsystem) or maybe spin up a Linux vm? 🙂 |
Beta Was this translation helpful? Give feedback.
-
Yes, or add yourself to the docker group slightly preferred :)
…On Sat, 10 Jun 2023, 00:23 tombloemker, ***@***.***> wrote:
I figured it out, I change the step to <sudo ./utils.sh build-docker>
—
Reply to this email directly, view it on GitHub
<#158 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBRBFHYNSJAVOKWIH5YBNTXKOV6DANCNFSM6AAAAAAZABTQ5I>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I created a Ubuntu 23 VM and got to the Any suggestions? EDIT I rm -rf the willow directory and redid the steps. Install step working now. |
Beta Was this translation helpful? Give feedback.
-
looks like you've already done the install step previously?
if you want to do it again from scratch try
rm -rf deps
hth
h
…On Fri, 16 Jun 2023 at 21:31, kimocal ***@***.***> wrote:
I created a Ubuntu 23 VM and got to the ./utils.sh install step but it
gives me this message: You already have a deps directory - exiting
Any suggestions?
—
Reply to this email directly, view it on GitHub
<#158 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBRBFHHDJQ34OHFQKHBNW3XLS7AHANCNFSM6AAAAAAZABTQ5I>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
*Hamish Cunningham*
Professor of Computer Science, University of Sheffield, UK
*I used to hope that as time passed I would get older and wiser,
but it seems that in fact I just get odder and wider.*
*Phone: 07740 149 842 / 0114 222 1891 * *unphone.net*
<https://unphone.net/>
***@***.*** ***@***.***
https://hamish.gate.ac.uk *https://iot.unphone.net
<https://iot.unphone.net/>*
https://gate.ac.uk https://pi.gate.ac.uk
*https://www.sheffield.ac.uk/dcs/people/academic/hcunningham
<https://www.sheffield.ac.uk/dcs/people/academic/hcunningham>*
|
Beta Was this translation helpful? Give feedback.
-
It is very difficult / impossible to get WSL2 to pass through the com port.
(It was possible in WSL1...)
So a VM that will pass the port through, or copying the .bin and flashing
from Windows are better options.
…On Sat, 17 Jun 2023 at 09:23, DustyMustard ***@***.***> wrote:
I tried in WSL2 and gave up at the part where you try to find the com port.
If I were you I would install Linux on a flash drive abd do it that way.
Install on Windows needs prior experience.
—
Reply to this email directly, view it on GitHub
<#158 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBRBFBF6PBQ5J45VBGXHHLXLVSOPANCNFSM6AAAAAAZABTQ5I>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
*Hamish Cunningham*
Professor of Computer Science, University of Sheffield, UK
*I used to hope that as time passed I would get older and wiser,
but it seems that in fact I just get odder and wider.*
*Phone: 07740 149 842 / 0114 222 1891 * *unphone.net*
<https://unphone.net/>
***@***.*** ***@***.***
https://hamish.gate.ac.uk *https://iot.unphone.net
<https://iot.unphone.net/>*
https://gate.ac.uk https://pi.gate.ac.uk
*https://www.sheffield.ac.uk/dcs/people/academic/hcunningham
<https://www.sheffield.ac.uk/dcs/people/academic/hcunningham>*
|
Beta Was this translation helpful? Give feedback.
-
Another option people have been doing is to use the dist build, then flash using the esphome web tool. May be worth looking into for your use case? I think most of these issues are going to go away though when release 1.0 comes as it will support flashing similar to esphome via web browser. 🙂 |
Beta Was this translation helpful? Give feedback.
-
I tried going the WSL route and hit too many roadblocks. Ended up spinning up a Ubuntu 23 VM in unRaid and got to the flashing part but had some USB communications issues. Then I found a comment in the Issues section and used the willow-dist.bin and flashed it on my Win 10 laptop. Lots of good info to help get people through the process. Its helping me learn too. |
Beta Was this translation helpful? Give feedback.
-
My hope is to answer my original question for anyone who can't wait for the July release. (Don't rely on this alone) ESPTool... It worked the first time I used it, something happened when I re-flashed. Your device will reboot... notes: making configuration changes required re-initiating the configuration menu. |
Beta Was this translation helpful? Give feedback.
-
Great, well done!
|
Beta Was this translation helpful? Give feedback.
-
I am using https://github.com/ublue-os specifically the main cinnamon image and I managed to install the docker image and get in, but on launch it gives these errors:
It seems the permissions of
Also when I su to build it does not seem to help, also Any ideas would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
-
I'm missing something in the read me file.
SYSTEM DEPENDANCIES
Install Tio instruction mentions Mac, Linux but not windows
I followed instructions on the Tio page which is installed via MSYS2
I can list devices but no ID is listed
dev/tty0
dev/tty3
(unplugging the ESP makes tty3 disappear)
the following code git clone https://github.com/toverainc/willow.git && cd willow
result -bash: git: command not found
I assume I need to build a container via docker? No link...
Can someone add clarification?
==============================================
I woke up the next morning thinking...
"Hey, are these instructions meant to install tio onto my Home Assistant Pi and flash from there?"
Beta Was this translation helpful? Give feedback.
All reactions