- You will need to use the cross compilers from github
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
A sample workflow would look similar to (armhf):
Steps:-
1.open Terminal Type The following Codes:-
mkdir ~/arm-stuff
cd ~/arm-stuff
git clone https://github.com/offensive-security/gcc-arm-linux-gnueabihf-4.7
export PATH=${PATH}:/root/arm-stuff/gcc-arm-linux-gnueabihf-4.7/bin
git clone https://github.com/offensive-security/kali-arm-build-scripts
cd ~/arm-stuff/kali-arm-build-scripts
./build-deps.sh
./chromebook-arm-samsung.sh 1.0
If you are on 32bit, after the script finishes running, you will have an image
file located in ~/arm-stuff/kali-arm-build-scripts/chromebook-1.0/ called
kali-1.0-chromebook.img and a sha1sum file for it. **_You will need to use your own
preferred compression if you want to distribute it._**
that's It
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
A sample workflow would look similar to (armhf):
Steps:-
1.open Terminal Type The following Codes:-
mkdir ~/arm-stuff
cd ~/arm-stuff
git clone https://github.com/offensive-security/gcc-arm-linux-gnueabihf-4.7
export PATH=${PATH}:/root/arm-stuff/gcc-arm-linux-gnueabihf-4.7/bin
git clone https://github.com/offensive-security/kali-arm-build-scripts
cd ~/arm-stuff/kali-arm-build-scripts
./build-deps.sh
./chromebook-arm-samsung.sh 1.0
If you are on 32bit, after the script finishes running, you will have an image
file located in ~/arm-stuff/kali-arm-build-scripts/chromebook-1.0/ called
kali-1.0-chromebook.img and a sha1sum file for it. **_You will need to use your own
preferred compression if you want to distribute it._**
that's It