This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Get image (Debian Bookworm): | |
- http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-Zero-2W.html | |
- Orangepizero2w_1.0.0_debian_bookworm_desktop_xfce_linux6.1.31.img | |
2. Use Etcher to burn the image on SD card | |
3. Edit the /boot/orangepi_first_run.txt.template file and rename it | |
4. Insert SD card into board/beepy and boot up | |
5. SSH into the system and run `sudo apt update && sudo apt upgrade` | |
6. Clone repo: | |
$ git clone https://github.com/LuRenJiasWorld/Beepy-OrangePi-Zero2W-Tweaks.git | |
7. Install Linux headers: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Help from here: http://gitm8.com/running-awus036nhr-in-virtualbox-kali/ | |
and here: http://www.fixedbyvonnie.com/2015/04/welcome-to-kali-linux-part-2-of-3/#.VkPK8q6rTdQ | |
Adapter: http://www.amazon.com/gp/product/B0035APGP6 | |
1. Download the VirtualBox image for Kali 2.0 | |
2. Import it into VirtualBox | |
3. Set up the machine as normal | |
4. In the network tab disable the network interfaces | |
5. Change to the Ports tab | |
6. Change to the USB portion of the Ports tab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### | |
IF YOU'RE COMING HERE BECAUSE OF PROBLEMS MAKE SURE YOU HAVE THE PROPPER ADAPTER | |
I tried several adapters and the one from Tripplite works the best. Some don't work at all, others create a lot of gibberish on the VT220. | |
Link: http://www.amazon.com/gp/product/B0000VYJRY/ref=oh_aui_detailpage_o02_s00?ie=UTF8&psc=1 | |
##### | |
1. Installed drivers for USB -> Serial adapter | |
2. Run ls /dev/tty.* | |
I see my adapter as: '/dev/tty.usbserial' |