Hackberry-Pi_Zero/Screen/README.md

38 lines
894 B
Markdown
Raw Normal View History

2024-07-29 21:45:49 +02:00
# This page will tell you the ways to install the display driver in different operating system
2024-07-29 21:40:51 +02:00
2024-07-29 21:45:49 +02:00
# Raspberry Pi OS
2024-07-29 21:51:17 +02:00
Add the following line in `/boot/config.txt` in your TF card
`dtoverlay=vc4-kms-dpi-hyperpixel4sq`
And the `config.txt` file will look like this:
2024-07-29 21:55:32 +02:00
![image](https://github.com/user-attachments/assets/33139e0d-2477-4732-8ff5-a3e2bce9d383)
2024-07-29 21:52:18 +02:00
Now you can insert the TF card in to the slot and your HackberryPi will run Raspberry Pi OS on the screen.
# Kali Linux
2024-07-29 21:55:32 +02:00
Add the following lines in `/boot/config.txt` in your TF card
2024-07-29 21:56:40 +02:00
`dtoverlay=hyperpixel4`
2024-07-29 21:56:48 +02:00
`overscan_left=0`
2024-07-29 21:56:05 +02:00
2024-07-29 21:55:48 +02:00
overscan_right=0
2024-07-29 21:56:05 +02:00
2024-07-29 21:55:48 +02:00
overscan_top=0
2024-07-29 21:56:05 +02:00
2024-07-29 21:55:48 +02:00
overscan_bottom=0
2024-07-29 21:56:05 +02:00
2024-07-29 21:55:48 +02:00
framebuffer_width=720
2024-07-29 21:56:05 +02:00
2024-07-29 21:55:48 +02:00
enable_dpi_lcd=1
2024-07-29 21:56:05 +02:00
2024-07-29 21:55:48 +02:00
display_default_lcd=1
2024-07-29 21:56:05 +02:00
2024-07-29 21:55:48 +02:00
dpi_group=2
2024-07-29 21:56:05 +02:00
2024-07-29 21:55:48 +02:00
dpi_mode=87
2024-07-29 21:56:05 +02:00
2024-07-29 21:55:48 +02:00
dpi_output_format=0x5f026
2024-07-29 21:56:05 +02:00
2024-07-29 21:55:32 +02:00
dpi_timings=720 0 20 20 40 720 0 15 15 15 0 0 0 60 0 36720000 4`