ossiozac / Raspberry-Pi-Zero-Rubber-Ducky-Duckberry-Pi

A £10 Rubber Ducky USB HID! A USB device which emulates a keyboard and automates key entry.
MIT License
255 stars 34 forks source link

Step 5 Error #8

Open cmwentzel opened 5 years ago

cmwentzel commented 5 years ago

hello! Hopefully you are still willing to assist in troubleshooting this ..

The only difference here is that I am doing the setup on a Raspberry Pi 2 B+. Brand new 16GB microSD

  1. Download the ISO for Rasbian Lite 2016-02-29 {DONE}

  2. Burn the ISO to the Micro SD Card - {DONE w/ETCHER}

  3. Version 1 includes a setup script that automates the setting up from version 0.5. Download this using wget. {DONE)

  4. Make the script executable chmod +x duckysetup.sh {DONE}

  5. Run the script sudo ./duckysetup.sh {DONE}

This is where things started off looking good, then about halfway through, all hell broke loose because a 16GB microSD was apparently full. Now, admittedly I am still rather a noobie when it comes to the whole raspberry pi business but I'm slowly learning. But I feel I missed something somewhere because I don't think 16gb should fill up with this purported "lite" version. Log file is attached.

Please advise. thank you!

logfile.txt

Cm0nsters commented 5 years ago

you need to expand your filesystem. to do so, run sudo raspi-config, go to Advanced Settings, and select Expand Filesystem and follow the basic instructions from there

DoItAllAgain commented 2 years ago

By the way cmwentzel, did you get it to work? I'm doing the same with my Pi 3b and I'm wondering how you plugged it into the target computer, since the power port doesn't carry data. Did you use a male to male USB?