Cubietruck - Kali Linux
BY.MICKY VERMA
Kali on Cubietruck – User Instructions:-
If all you want to do is install Kali on your Cubietruck, follow these instructions:
- Get a nice fast 8 GB micro SD card.
- Download the Kali Cubietruck image from our downloads area.
- Use the dd utility to image this file to your microSD card. In our example, we use a microSD which is located at /dev/sdb. Change this as needed.
Alert! This process will wipe out your SD card. If you choose the wrong storage device, you may wipe out your computers hard disk.
xzcat kali-$version-cubietruck.img.xz | dd of=/dev/sdb bs=512k
This process can take awhile depending on your device speed and image size.
Once the dd operation is complete, boot up the Cubietruck with the microSD plugged in. Log in to Kali (root / toor), that’s it, you’re done!
Kali on Cubietruck – Developer Instructions
If you are a developer and want to tinker with the Kali Cubietruck image, including changing the kernel configuration and generally being adventurous, check out the kali-arm-build-scriptsrepository on GitHub, and follow the README.md file’s instructions. The script to use is cubietruck.sh
No comments:
Post a Comment