GANESH-ICMC / esp32-deauther

180 stars 19 forks source link

Install Help #11

Open tonysoprano187 opened 3 years ago

tonysoprano187 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 notifications@github.com 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 https://github.com/GANESH-ICMC/esp32-deauther/issues/11#issuecomment-760164060, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNS75TMG6YPD5XLOHCFTZTSZ3PCPANCNFSM4WBR5U6Q .

EParisot commented 3 years ago

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

EParisot commented 3 years ago

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 commented 3 years ago

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 notifications@github.com 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 https://github.com/GANESH-ICMC/esp32-deauther/issues/11#issuecomment-760552320, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNS75QYUUC66HMANZ7U6QLSZ6ADHANCNFSM4WBR5U6Q .

EParisot commented 3 years ago

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 commented 3 years ago

@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 commented 3 years ago

@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 commented 4 hours ago

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