-
Notifications
You must be signed in to change notification settings - Fork 21
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
Install Help #11
Comments
Hi I absolutely know nothing about lovyan launcher but I struggled a bit to install as I'm on Windows10... |
how do I get it of this mail chain? please stop sending these to me.
…On Thu, Jan 14, 2021, 5:25 AM Eric Parisot ***@***.***> wrote:
Hi I absolutely know nothing about lovyan launcher but I struggled a bit
to install as I'm on Windows10...
So I used WSL2 to compile (had to "idf.py build": it will fail but build
some necessary files in the process, and then "make") after I installed
esp-idf on wsl2 (git clone esp-idf, then "./install.sh" and ".
./export.sh").
And ultimately, since I discovered WSL2 does not support USB Serial
communication, flashed it from the esptool.py from Windows directly...:
#!/bin/sh cd build esptool.py -p COM3 -b 460800 --before default_reset
--after hard_reset --chip esp32 write_flash --flash_mode dio --flash_freq
80m --flash_size 2MB 0x8000 partition_table/partition-table.bin 0x1000
bootloader/bootloader.bin 0x10000 deauther.bin
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALNS75TMG6YPD5XLOHCFTZTSZ3PCPANCNFSM4WBR5U6Q>
.
|
That's fun your message felt right left to the "Unsubscribe" button ;) |
EDIT: found out another way with use of this tool: https://matevarga.github.io/esp32/m5stack/esp-idf/wsl2/2020/05/31/flashing-esp32-under-wsl2.html |
please stop emailing me, this has been going on long enough. yes I've tried
to unsubscribe.
…On Thu, Jan 14, 2021, 4:56 PM Eric Parisot ***@***.***> wrote:
EDIT: found out another way with use of this tool:
https://matevarga.github.io/esp32/m5stack/esp-idf/wsl2/2020/05/31/flashing-esp32-under-wsl2.html
It streams the windows COM port over tcp and let you connect to it from
wsl... kinda simpler since you just start it from powershell and do the
rest (make, patch and flash) from wsl...
ps: Sorry if you are not on Windows, just wanted to be complete here....
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALNS75QYUUC66HMANZ7U6QLSZ6ADHANCNFSM4WBR5U6Q>
.
|
Man, I'm sorry to say that but this is an open area and if you received a mail notification, it's because you are somehow subscribed to it... Just unsubscribe from here (again ?) and stop "watching" the repo from its main page..., Or just quit GitHub... The world can't stop running because it bother you... |
@tonysoprano187 in order to get this on loadable from LovyanLauncher you need to implement OTA rollback in your deauther.bin while making sure you're using a compatible partition scheme |
can anyone send it as .bin file i cant flash it |
Hey, anyone got any advice in installing this on a m5stack? Ideally I would like to install this on the lovyan launcher
many thanks!
The text was updated successfully, but these errors were encountered: