Skip to content

Commit

Permalink
Merge pull request #165 from DeskPi-Team/master
Browse files Browse the repository at this point in the history
modify readme and fix a typo.
  • Loading branch information
yoyojacky authored Nov 23, 2023
2 parents 2e136fd + 5d19a6e commit 1f44635
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ The DeskPi Pro is a hardware kit for converting a standard Raspberry Pi 4 from a
* Before you install this script, please make sure your Raspberry Pi can access internet and can access github website.

## How to install it.
### For Raspbian OS 64bit (bookworm)
* Step 1. Enable Front USB port
Edit /boot/firmware/config.txt file and adding following parameter:
```bash
dtoverlay=dwc2,dr_mode=host
```
Save it and reboot your Raspberry Pi.
* Step 2. Install fan driver
TO BE DONE, we are working on it...

### For Raspbian and RetroPie OS.
```bash
cd ~
Expand Down

0 comments on commit 1f44635

Please sign in to comment.