From 812c9227f477d891776e193d24c18623d38910f6 Mon Sep 17 00:00:00 2001 From: kelvin2468 <36216704+kelvin2468@users.noreply.github.com> Date: Fri, 22 Mar 2019 21:22:34 -0700 Subject: [PATCH 1/3] updated first paragraph --- README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2d686df..ae6ea1e 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,18 @@ 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-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: +https://github.com/offensive-security/gcc-arm-eabi-linaro-4.6.2 +For armhf images, use: +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 -- 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. - -- You will need to use the cross compilers from our github account. - -armel images (RPi) will use https://github.com/offensive-security/gcc-arm-eabi-linaro-4.6.2 - -armhf images will use https://github.com/offensive-security/gcc-arm-linux-gnueabihf-4.7 - -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): From ffeac544c01ae2475490ca385452c5b67d2c59ab Mon Sep 17 00:00:00 2001 From: kelvin2468 <36216704+kelvin2468@users.noreply.github.com> Date: Fri, 22 Mar 2019 21:23:12 -0700 Subject: [PATCH 2/3] updated first paragraph --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ae6ea1e..a8f9877 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,17 @@ Kali-ARM-Build-Scripts ====================== 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-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: https://github.com/offensive-security/gcc-arm-eabi-linaro-4.6.2 + For armhf images, use: 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 From 5d4bd871b4b485bad34eeac49a2f13ee6690a4f8 Mon Sep 17 00:00:00 2001 From: kelvin2468 <36216704+kelvin2468@users.noreply.github.com> Date: Fri, 22 Mar 2019 21:24:00 -0700 Subject: [PATCH 3/3] updated first paragraph --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a8f9877..9a3aaff 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,15 @@ Offensive Security Kali Linux ARM build scripts are used to build our official K • The cross compilers from our github account is necessary. For armel images (RPi), use: + https://github.com/offensive-security/gcc-arm-eabi-linaro-4.6.2 For armhf images, use: + 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