Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
adding installation script for bookworm
  • Loading branch information
yoyojacky authored Nov 20, 2023
1 parent 2e136fd commit dfda948
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 dfda948

Please sign in to comment.