Originally Posted by
hossein3soot
nice work.can you share completed img with us?for email it for me i will share here.
[email protected]
Hi hossein3soot,
Good idea, thanks.
I have created an image, available here:
https://whitedome.com.au/re4son/download/10447/
Everything is pre-installed, you only have to set it up for your particular screen via:
Code:
cd /usr/local/src/re4son_kali-pi-tft_kernel_*
mount /dev/mmcblk0p1 /boot
./re4son-pi-tft-setup -d #(updates re4son-pi-tft-setup to the latest version)
./re4son-pi-tft-setup -h #(lists all options - pick your screen from the list)
./re4son-pi-tft-setup -t <your screen> -u /root
reboot
Thats all if you want to stick with Vanilla Kali.
Optionally you can enable “Automatic boot into Sticky Finger’s Touch Interface” via:
Code:
cd /usr/local/src/re4son_kali-pi-tft_kernel_*
./re4son-pi-tft-setup -b cli # Boot into command line interface
./re4son-pi-tft-setup -a pi # Enable auto-login for user "pi"
Optimize Sticky Finger’s Touch Interface for your screen size and installation
Pick one from the following (default is 3.5″ Kali-Pi MSF):
cd /home/pi/pitft
Code:
cd /home/pi/pitft
git checkout 2.8-MSF #for 2.8" screen with basic controls, or
git checkout 2.8-Full #for 2.8" screen with basic controls & OpenVAS, or
git checkout 2.8 #for 2.8" screen with all controls, or
git checkout 3.5-MSF #for 3.5" screen with basic controls, or
git checkout 3.5-Full #for 3.5" screen with basic controls & OpenVAS, or
git checkout 3.5 #for 3.5" screen with all controls
The complete walk through can be found here:
https://whitedome.com.au/re4son/stic...stalled-image/
Have fun,
Re4son