Skip to content
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

Open
tonysoprano187 opened this issue Jan 13, 2021 · 9 comments
Open

Install Help #11

tonysoprano187 opened this issue Jan 13, 2021 · 9 comments

Comments

@tonysoprano187
Copy link

Hey, anyone got any advice in installing this on a m5stack? Ideally I would like to install this on the lovyan launcher

many thanks!

@EParisot
Copy link

EParisot commented Jan 14, 2021

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 will have built 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

@bootdsc
Copy link

bootdsc commented Jan 14, 2021 via email

@EParisot
Copy link

That's fun your message felt right left to the "Unsubscribe" button ;)

@EParisot
Copy link

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....

@bootdsc
Copy link

bootdsc commented Jan 15, 2021 via email

@EParisot
Copy link

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
Copy link
Author

tonysoprano187 commented Jan 15, 2021

@bootdsc haha how did you even get involved.....

@EParisot my only thing is I use a Mac Osx... ideally would love to set this up on a menu system basically, so I guess creating a .bin file...

Many thanks :)

@tobozo
Copy link

tobozo commented Feb 18, 2021

@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

@ghaythbataineh06
Copy link

can anyone send it as .bin file i cant flash it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants