From 26b1fdb2632b31176318284f3ec52adb5374981c Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 15 Apr 2023 07:11:48 +0530 Subject: [PATCH] Bump MIN_UBOOT_FIRM_VER from v2.10.4 to v2.11.5 The previous versions of firmware including v2.10.4 had a bug related to power management where the board would not reboot properly. Just when the board would turn off, the voltage would drop from 10-ish volts to 5v. This would happen randomly and prevent the board from powering back up. Firmware provided in release v2.11.5 fixes this. This was included in the changelog and I have verified it using all the compatible cables that I have. More testing is needed to make sure that *this* firmware version fixes it or not. But making this change because more community members and/or testers use this as a minimum version and raise issues in regards of this version. --- docs/riscv64/visionfive2/visionfive2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/riscv64/visionfive2/visionfive2.md b/docs/riscv64/visionfive2/visionfive2.md index 7e90e73..1d12658 100644 --- a/docs/riscv64/visionfive2/visionfive2.md +++ b/docs/riscv64/visionfive2/visionfive2.md @@ -8,7 +8,7 @@ tags: - visionfive --- -[MIN_UBOOT_FIRM_VER]: v2.10.4 +[MIN_UBOOT_FIRM_VER]: v2.11.5 # The VisionFive 2 SBC's Wiki