Compare commits

..

2 Commits

Author SHA1 Message Date
Tom Alexander
6fb321834d foo
All checks were successful
semver Build semver has succeeded
build-staging Build build-staging has succeeded
build Build build has succeeded
2025-11-25 23:27:41 -05:00
Tom Alexander
36b494b8a4 Add riscv videos. 2025-11-25 23:25:44 -05:00
2 changed files with 24 additions and 2 deletions

0
foo Normal file
View File

View File

@@ -1,5 +1,8 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<style type="text/css">
div {
padding: 20px;
@@ -16,6 +19,12 @@
.support {
background: #C3B299;
}
.textattach {
max-height: 800px;
overflow: auto;
padding: 5px;
border: 1px solid #333;
}
</style>
</head>
<body>
@@ -112,7 +121,7 @@
<div class="me">
<p>The log is attached</p>
<pre>
<pre class="textattach">
gpio init!
usb pweren
pll config ok
@@ -2002,5 +2011,18 @@ The system will power off now!
[ 127.92036
</pre>
</div>
<div class="support">
<p>Hey guy,</p>
<p>Based on the troubleshooting log, we've identified the cause: the reason for no video output could be either the monitor or the docking station. However, you previously verified that the monitor is working normally. Therefore, we suspect the docking station might be faulty. You may need to replace it with another docking station to support video output.</p>
<p>Best regards,<br>
DC support team</p>
</div>
<div class="support">
<p>Additionally, connect the docking station to an Intel NUC device to test and determine whether the docking station is faulty.</p>
</div>
</body>
</html>