Results 1 to 9 of 9

Thread: Kali for Raspberry Pi 7inch Display

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2015-Nov
    Location
    Australia
    Posts
    445
    Just add the following line to your "/boot/config.txt":

    Code:
    # Rotate screen 180 for 7" touch screen
    lcd_rotate=2

    don't forget to mount /boot first via

    Code:
    mount /dev/mmcblk0p1 /boot
    Hope that helps,
    Re4son

  2. #2
    Join Date
    2016-Apr
    Posts
    2
    Quote Originally Posted by re4son View Post
    Just add the following line to your "/boot/config.txt":

    Code:
    # Rotate screen 180 for 7" touch screen
    lcd_rotate=2

    don't forget to mount /boot first via

    Code:
    mount /dev/mmcblk0p1 /boot
    Hope that helps,
    Re4son
    Great!
    It worked.
    Thank you.

    I did not mount /dev/mmcblk0p1 /boot.
    So I did not see the "right" boot folder with the right config.txt.
    Without the mounting there is a boot folder but with another config.txt and it seems to be the wrong config.txt. But after the mounting everything went the way I wanted to.


    Thank you.
    Last edited by mcfly777; 2016-04-11 at 16:31.

Similar Threads

  1. Using kali on Raspberry Pi, using LG smart tv to display
    By tmf33uk in forum Installing Archive
    Replies: 0
    Last Post: 2021-11-06, 07:35
  2. Kali Linyux + Raspberry Pi 4 + i2c 0.96 OLED Display
    By bobster316 in forum ARM Archive
    Replies: 0
    Last Post: 2021-10-16, 08:13
  3. Kali Linux + Raspberry Pi 4 + 0.96 OLED Display
    By bobster316 in forum Installing Archive
    Replies: 0
    Last Post: 2021-10-16, 07:44
  4. Replies: 0
    Last Post: 2017-08-18, 17:19

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
  •