Results 1 to 28 of 28

Thread: Kali 2.0 on Raspberry Pi with Adafruit 3.5" PiTFT - Help

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #9
    Join Date
    2015-Nov
    Location
    Australia
    Posts
    445
    Quote Originally Posted by hossein3soot View Post
    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
    Last edited by re4son; 2016-06-24 at 12:31.

Similar Threads

  1. Kali Linux on Raspberry Pi 3 w/ PiTFT
    By Maxin8r95 in forum ARM Archive
    Replies: 3
    Last Post: 2016-11-15, 08:46
  2. Kali linux problem (Adafruit pitft)
    By callmesolo in forum Installing Archive
    Replies: 0
    Last Post: 2016-03-27, 04:08

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •