From dfda948096a08551c0680908c3043082d1169df5 Mon Sep 17 00:00:00 2001 From: yoyojacky Date: Mon, 20 Nov 2023 14:52:47 +0800 Subject: [PATCH] Update README.md adding installation script for bookworm --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index db19335..d903b8a 100644 --- a/README.md +++ b/README.md @@ -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 ~