Skip to content

Commit

Permalink
Fix typo in 2021.03.01 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: David Abdurachmanov <[email protected]>
  • Loading branch information
David Abdurachmanov committed Apr 9, 2021
1 parent 4b08698 commit c508c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReleaseNotes/2021.03.01.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This release includes major changes compared previous Freedom Unleashed SDK and thus is **experimental** at this stage. The main changes include:

- OpenSBI was updated to support ``gpio-poweroff` on HiFive Unmatched using SBI v0.1 legacy `sbi_shutdown()` call.
- OpenSBI was updated to support `gpio-poweroff` on HiFive Unmatched using SBI v0.1 legacy `sbi_shutdown()` call.
- U-Boot was updated for HiFive Unmatched:
+ Modified device tree to include `gpio-poweroff` node needed for OpenSBI.
+ Added reset for USB Hub, PCIe-USB bridge, ULPI device via GPIOs.
Expand Down Expand Up @@ -45,4 +45,4 @@ This release includes major changes compared previous Freedom Unleashed SDK and
6. If the desktop is unresponsive/frozen (i.e. the keyboard doesn't work or/and the mouse doesn't work, the clock is not updating, etc.) try `systemctl restart display-manager` from the serial console.
7. If the keyboard or/and mouse is not responsive/frozen check if the input device is available under `libinput list-devices` and if events are registered by`libinput debug-events` in the console. If events are registered try the command from #6 above otherwise manually unplug and plug the keyboard or/and mouse.
8. If your desktop is very slow check Mesa OpenGL rendered (`glxinfo | grep OpenGL`). If it is `OpenGL renderer string: llvmpipe` restart the system. In rare cases Mesa might fallback to `llvmpipe`, but restart usually resolved the issue.
9. Restart is not implemented in software for HiFive Unmatched.
9. Restart is not implemented in software for HiFive Unmatched.

0 comments on commit c508c6a

Please sign in to comment.