Matheus-Garbelini / braktooth_esp32_bluetooth_classic_attacks

A Series of Baseband & LMP Exploits against Bluetooth Classic Controllers
https://braktooth.com
448 stars 85 forks source link

Can't flash firmware / having trouble getting started #32

Closed townhen closed 1 year ago

townhen commented 1 year ago

Probably not an actual problem with the code, could someone help me with an error I'm getting? I'm on literally the second step where I have to flash the firmware and I am getting an error no matter which serial port I use (both show up when I use ls) and regardless of if my esp is in boot mode. Not a big coder, someone pls help me out!

Screenshot 2023-09-28 230527

Kali Linux VM (most recent vers) thru VMWare on a Windows 11 machine plugged into a wrover kit

Matheus-Garbelini commented 1 year ago

Hi @townhen

This is due to your python evironment missing virtualenv package. You can run sudo pip3 install virtualenv or sudo apt-get install python3-venv to install it.

townhen commented 1 year ago

thanks for the quick reply!