Skip to content

Commit

Permalink
Describe the EDID reading failure
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Clarke <jrtc27@jrtc27.com>
  • Loading branch information
kwitaszczyk and jrtc27 committed Nov 6, 2023
1 parent 8776074 commit 8eb0f27
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/morello-issues/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ CheriBSD on Morello:
```
hw.tda19988.broken_hpd="1"
```
While the screen itself should be working with this workaround, the user can
still experience EDID reading failures described below.

- The HDMI transmitter on the board might fail to detect the monitor's
resolution.
The CheriBSD kernel writes the following message to the console in such a
case:
```
tda0: Failed to read EDID
```
Currently, there is no workaround for this issue and it is likely to occur
with the HDMI transmitter issue described above.

- The ZFS port is unstable with pure-capability kernels. While it does
support creation of file systems it hangs while mounting a ZFS root file
Expand Down

0 comments on commit 8eb0f27

Please sign in to comment.