You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| USB-C Port (JUSB1) | - USB 3.1 with Role-Switching Capabilities<br></br>- DisplayPort Alt-Mode via the ANX7625 DSI-to-DP bridge (U3001) (SuperSpeed differential pairs on the Type-C are routed for DP Alt Mode)<br></br>- USB Power Delivery negotiation requests a **5 V / 3 A** contract only (no higher-voltage profiles)<br></br>- VBUS load-switch/back-drive protection (Q2801) |
81
81
82
82
@@ -86,15 +86,15 @@ The wireless module uses SDIO for Wi-Fi® data and a UART for Bluetooth® contro
| JMEDIA (JMEDIA1) | 1.8 V signals, 60-pin | - High-speed camera/display lanes (MIPI DSI, CSI) <br></br>- Camera control bus (CCI I²C) - dedicated, not general-purpose GPIO <br></br>- Camera clocks (SOC_CAM_MCLK0/1) <br></br>- Also carries power rails (+3V3 OUT, VIN IN) and GND |
| JMEDIA (JMEDIA1) | 1.8 V signals, 60-pin | - High-speed camera/display lanes (MIPI DSI, CSI) <br></br>- Camera control bus (CCI I²C) - dedicated, not general-purpose GPIO <br></br>- Camera clocks (SOC_CAM_MCLK0/1) <br></br>- Also carries power rails (+3V3 OUT, VIN IN) and GND |
92
92
| JMISC (JMISC1) | Mixed 1.8 V / 3.3 V, 60-pin | - Mixed GPIO and SDIO <br></br>- MCU peripherals: SDMMC1, TRACE, PSSI (parallel camera), I²C4, MCO/CRS_SYNC, OPAMP1 pins <br></br>- Audio endpoints: Mic2 INP/INM/BIAS, Headphone L/R + REF, LineOut P/M, Earpiece P/R, HS_DET <br></br>- MPU (SoC) GPIO banks (SE0) at 1.8 V <br></br>- Also carries power rails (+5V USB OUT, +3V3 OUT, +1V8 OUT, VBAT IN, VCOIN IN) and GND |
PWM refresh is approximately 2 kHz to support smooth color transitions.
198
+
199
+
By default, RGB LED 2 indicates system status, `PANIC`, `WLAN`, and `BT`, but it can also be user-controlled. PWM frequency is approximately 2 kHz for smooth color transitions.
199
200
200
201
-**RGB LEDs (MCU-controlled):** Two tri-color LEDs are driven by the STM32U585.
The RGB LEDs are active-low, meaning they turn on when driven to logic `0`.
208
+
</div>
209
+
205
210
-**LED matrix (D27001..D27104):** 8 × 13 monochrome blue LED matrix (104 pixels) driven by the STM32U585. It displays the boot logo for approximately 20–30 seconds during Linux startup. Accessing the matrix before startup completes may interfere with MCU operation.
206
211
207
212
-**Power LED (D27201):** Green indicator tied to the 3.3 V rail and illuminated whenever the board is powered.
@@ -478,7 +483,7 @@ JMISC handles both domains: 1.8 V MPU lines sit alongside 3.3 V MCU signals (e.g
@@ -605,19 +610,16 @@ Use a 5 V / 3 A USB-C source and cable, or power from the 5 V or VIN pins as spe
605
610
606
611
<divstyle="page-break-after: always;"></div>
607
612
608
-
### User Button
613
+
### Power Button
609
614
610
-
<pstyle="text-align: justify;">UNO Q includes a <strong>user button (JBTN1)</strong> you can use for basic device control or custom actions from your App.</p>
615
+
<pstyle="text-align: justify;">UNO Q includes a <strong>power button (JBTN1)</strong> you can use to reboot the board.</p>
611
616
612
-

617
+

613
618
614
-
<ul>
615
-
<li><strong>Short press:</strong> reserved for user-defined actions (e.g., toggling an App feature). <em>Support for custom short-press handling is under development.</em></li>
616
-
<li><strong>Long press (≥ 5 s):</strong> reboots the Linux system (MPU). This does not cut power to the board.</li>
617
-
</ul>
619
+
<strong>Long press (≥ 5 s):</strong> reboots the Linux system (MPU). This does not cut power to the board.
<strong>Note:</strong> A long-press reboot restarts the Linux environment and may interrupt running Apps. Save work and ensure safe shutdown of external processes where applicable. The MCU continues running unless your firmware explicitly resets it.
622
+
<strong>Note:</strong> A long-press reboot restarts the Linux environment and may interrupt running Apps. Save work and ensure safe shutdown of external processes where applicable. The board boots up automatically when power is supplied. Pressing the button is not required for normal boot.
0 commit comments