joelsernamoreno / EvilCrow-Keylogger

WiFi keylogger with Micro SD slot, based on the Atmega32U4 microcontroller and the ESP32-PICO module
Creative Commons Attribution 4.0 International
208 stars 37 forks source link

Errors during Flash #12

Closed auyx closed 3 years ago

auyx commented 3 years ago

Hi I'm getting the following during the flashing process and I cant figure out what the problem is. Hoping you could help.

auyx@auyx-HP-635-Notebook-PC:~/keylogger-pio$ ./flash.sh Processing LilyPadUSB (platform: atmelavr; framework: arduino; board: LilyPadUSB)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/LilyPadUSB.html PLATFORM: Atmel AVR (3.2.0) > Arduino LilyPad USB HARDWARE: ATMEGA32U4 8MHz, 2.50KB RAM, 28KB Flash DEBUG: Current (simavr) On-board (simavr) PACKAGES:

Connecting to programmer: . Found programmer: Id = "CATERIN"; type = S Software Version = 1.0; No Hardware Version given. Programmer supports auto addr increment. Programmer supports buffered memory access with buffersize=128 bytes.

Programmer supports the following devices: Device code: 0x44

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x1e9587 (probably m32u4) avrdude: reading input file ".pio/build/LilyPadUSB/firmware.hex" avrdude: writing flash (4580 bytes):

Writing | ################################################## | 100% 0.44s

avrdude: 4580 bytes of flash written avrdude: verifying flash memory against .pio/build/LilyPadUSB/firmware.hex: avrdude: load data flash data from input file .pio/build/LilyPadUSB/firmware.hex: avrdude: input file .pio/build/LilyPadUSB/firmware.hex contains 4580 bytes avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 0.15s

avrdude: verifying ... avrdude: 4580 bytes of flash verified

avrdude: safemode: Fuses OK (E:CE, H:D8, L:FF)

avrdude done. Thank you.

========================= [SUCCESS] Took 6.28 seconds ========================= Processing keylogger (platform: espressif32@1.10.0; framework: arduino; board: pico32)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/pico32.html PLATFORM: Espressif 32 (1.10.0) > ESP32 Pico Kit HARDWARE: ESP32 80MHz, 320KB RAM, 4MB Flash DEBUG: Current (esp-prog) External (esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES:



joelsernamoreno commented 3 years ago

Hello!

You have keylogger-pio and EvilCrow-Keylogger in the same directory?

Can you run flash.sh without verbose, export the output to a text file and send it to me?

Thanks

joelsernamoreno commented 3 years ago

Fix?

auyx commented 3 years ago

I misread the instructions and moved EvilCrow-Keylogger into keylogger-pio. I shouldn't play with this stuff at 2am.