mirror of
https://github.com/ZitaoTech/Hackberry-Pi_Zero.git
synced 2026-01-01 00:29:39 +00:00
Update README.md
This commit is contained in:
parent
7d2ba56811
commit
bc406facf6
1 changed files with 16 additions and 1 deletions
|
|
@ -10,3 +10,18 @@ And the `config.txt` file will look like this:
|
||||||
Now you can insert the TF card in to the slot and your HackberryPi will run Raspberry Pi OS on the screen.
|
Now you can insert the TF card in to the slot and your HackberryPi will run Raspberry Pi OS on the screen.
|
||||||
|
|
||||||
# Kali Linux
|
# Kali Linux
|
||||||
|
|
||||||
|
Add the following lines in `/boot/config.txt` in your TF card
|
||||||
|
|
||||||
|
`dtoverlay=hyperpixel4
|
||||||
|
overscan_left=0
|
||||||
|
overscan_right=0
|
||||||
|
overscan_top=0
|
||||||
|
overscan_bottom=0
|
||||||
|
framebuffer_width=720
|
||||||
|
enable_dpi_lcd=1
|
||||||
|
display_default_lcd=1
|
||||||
|
dpi_group=2
|
||||||
|
dpi_mode=87
|
||||||
|
dpi_output_format=0x5f026
|
||||||
|
dpi_timings=720 0 20 20 40 720 0 15 15 15 0 0 0 60 0 36720000 4`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue