Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

suggestion for README.md #157

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
Kali-ARM-Build-Scripts
======================

Offensive Security Kali Linux ARM build scripts. We use these to build our official Kali Linux ARM images,
as can be found at http://www.kali.org/downloads/
Offensive Security Kali Linux ARM build scripts are used to build our official Kali Linux ARM images which can be found at http://www.kali.org/downloads/

- These scripts have been tested on a Kali Linux 32 and 64 bit installations only, after making sure
that all the dependencies have been installed.
- Make sure you run the build-deps.sh script first, which installs all required dependencies.
• These scripts have been tested on a Kali Linux 32- and 64-bits installations, after making sure that all the dependencies have been installed.
• Do run the build-deps.sh script first which installs all required dependencies.
• The cross compilers from our github account is necessary.

For armel images (RPi), use:

- You will need to use the cross compilers from our github account.
https://github.com/offensive-security/gcc-arm-eabi-linaro-4.6.2

armel images (RPi) will use https://github.com/offensive-security/gcc-arm-eabi-linaro-4.6.2
For armhf images, use:

armhf images will use https://github.com/offensive-security/gcc-arm-linux-gnueabihf-4.7
https://github.com/offensive-security/gcc-arm-linux-gnueabihf-4.7

For arm64 images (ODROID-C2), use:

https://releases.linaro.org/archive/14.09/components/toolchain/binaries/gcc-linaro-aarch64-linux-gnu-4.9-2014.09_linux.tar.xz

arm64 images (ODROID-C2) will use https://releases.linaro.org/archive/14.09/components/toolchain/binaries/gcc-linaro-aarch64-linux-gnu-4.9-2014.09_linux.tar.xz

A sample workflow would look similar to (armhf):

Expand Down