From ca5eb625d8892212838c4b3b972d9e7e03bfcb29 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Mon, 24 Jun 2024 10:43:37 +0100 Subject: [PATCH] Enable DWC2 host mode support for CM5 by default --- stage1/00-boot-files/files/config.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stage1/00-boot-files/files/config.txt b/stage1/00-boot-files/files/config.txt index 621637a..2a64594 100644 --- a/stage1/00-boot-files/files/config.txt +++ b/stage1/00-boot-files/files/config.txt @@ -42,5 +42,7 @@ arm_boost=1 # (e.g. for USB device mode) or if USB support is not required. otg_mode=1 -[all] +[cm5] +dtoverlay=dwc2,dr_mode=host +[all]