Skip to content

Commit

Permalink
Add note about dwc2 to readme
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
GaryOderNichts committed Jun 13, 2022
1 parent a1aee53 commit 92a7563
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Exploits the Wii U's USB Host Stack descriptor parsing. Pronounced like "mud pie
The Pico is now flashed and can be used for udpih. Continue with ["Booting the recovery_menu"](#booting-the-recoverymenu) below.

### Raspberry Pi Zero (Linux)
> :information_source: To use USB gadgets on the Pi Zero you need to enable the `dwc2` module by running the commands below:
> `echo "dtoverlay=dwc2" | sudo tee -a /boot/config.txt`
> `echo "dwc2" | sudo tee -a /etc/modules`
> After running the commands reboot the system.
- Install the required dependencies:
```bash
sudo apt install build-essential raspberrypi-kernel-headers
Expand Down

0 comments on commit 92a7563

Please sign in to comment.