add carrier, bios, sym, readme

This commit is contained in:
yuyouliang
2026-09-01 14:22:21 +08:00
parent fccbea9a0e
commit acfbc4de81
19 changed files with 8536 additions and 2854 deletions

View File

@@ -0,0 +1,71 @@
*This mini carrier board was developed alongside the LattePanda Mu Ultra compute module (based on the Intel Lunar Lake processor). The carrier board is code-named Lunar Lake IO Board, or LIO for short, which is the origin of the "LIO" suffix in the BIOS name.*
**These BIOS firmwares enable the LattePanda Mu N100 / N305 compute module to be compatible with the DFR1293 Mini Carrier Board.**
💡**Note:** The LattePanda Mu compute module is available in 8GB and 16GB memory versions. It is essential to select the correct BIOS firmware as described below.
- For LattePanda Mu N100 **8GB** RAM Model:
- S70NC1R200-8G-B-LIO-001
- For LattePanda Mu N100 / N305 **16GB** RAM Model:
- S70NC1R200-16G-B-LIO-001
---
# BIOS Release Notes
## [2026-07] Initial Release
### 📂 BIOS Files
| Compatible Model | Filename | Build Date |
| :--- | :--- | ---- |
| LattePanda Mu N100 **8GB** | `S70NC1R200-8G-B-LIO-001.bin` | 2026/07/30 |
| LattePanda Mu N100 / N305 **16GB** | `S70NC1R200-16G-B-LIO-001.bin` | 2026/07/30 |
### 📝 Changelog
- Initial BIOS firmware release: Based on `S70NC1R200-8G-B`, enabling the LattePanda Mu compute module to be compatible with the DFR1293 Mini Carrier Board.
---
## Interface Configuration
### Special Notes
- **USB2_P5**: Dedicated for USB Type-C, must be used in conjunction with a PD controller, **cannot be used as a standard USB port**.
- **USB2_P6**: Dedicated for USB Type-C, must be used in conjunction with a PD controller, **cannot be used as a standard USB port**.
### HSIO (High-Speed Input/Output)
- **HSIO0**: USB 3.2 10Gbps
- **HSIO1**: USB 3.2 10Gbps
- **HSIO2**: PCIe 3.0 x1
- **HSIO3**: PCIe 3.0 x1
- ==========
- **HSIO8**: PCIe 3.0 x4 (Lane 0)
- **HSIO9**: PCIe 3.0 x4 (Lane 1)
- **HSIO10**: PCIe 3.0 x4 (Lane 2)
- **HSIO11**: PCIe 3.0 x4 (Lane 3)
- ==========
- **HSIO6**: PCIe 3.0 x1
### DDI/TCP
- **DDIA**: eDP 1.4b (eDP interface on LattePanda Mu)
- **DDIB**: HDMI 2.0
- **TCP0**: USB Type-C (requires external PD controller)
- **TCP1**: USB Type-C (requires external PD controller)
### GPIOs
- **I2C1**: Touch panel (touch connector on LattePanda Mu)
- **I2C2**: Communication with Type-C PD controller
- **GPP_D1**: Communication interrupt with Type-C PD controller
- **GPP_E0**: Communication interrupt with Type-C PD controller
- **GPP_D3**: Output blink signal in sleep state
Other GPIOs not listed are not allocated specific functions.

View File

@@ -0,0 +1,7 @@
# Carrier Board BIOS
This repository provides BIOS firmware specifically adapted for specific carrier boards.
- **[DFR1293] Mini-Carrier**
- Make the LattePanda Mu compatible with the Mini Carrier.
- The LattePanda Mu Ultras default firmware already works perfectly.

View File

@@ -3,8 +3,9 @@
This repository includes official releases and beta versions of BIOS for various branches, as well as related tools.
- ⚠ Generally, you should only upgrade the BIOS of the same branch. Cross-branch upgrades should only be performed when testing different BIOS features.
- ⚠ Upgrading the BIOS across different branches will invalidate the Secure Boot keys.
- ⚠ Upgrading the BIOS across different branches may invalidate the Secure Boot keys.
- ⚠ Upgrading to the incorrect BIOS branch may result in some functions of the carrier board not working properly.
- ⚠ BIOS files under `Carrier-Boards` are designed exclusively for the specific carrier boards. Do NOT flash them onto a LattePanda Mu paired with any other carrier board or no carrier board.
------
@@ -72,10 +73,11 @@ This repository includes official releases and beta versions of BIOS for various
## Folder Description
- Beta: Beta version BIOS, not specific to any branch, intended for professional developers to assess new features.
- DFLT: Default version BIOS, which is the BIOS branch that comes pre-installed on the LattePanda Mu.
- SATA: A BIOS branch that provides SATA interface signal.
- Tools: Tools for BIOS maintenance.
- **Beta**: Beta version BIOS, not specific to any branch, intended for professional developers to assess new features.
- **DFLT**: Default version BIOS, which is the BIOS branch that comes pre-installed on the LattePanda Mu.
- **SATA**: A BIOS branch that provides SATA interface signal.
- **Carrier-Boards**: BIOS branches dedicated to specific carrier boards. Flash only the BIOS matching your carrier board.
- **Tools**: Tools for BIOS maintenance.
------

View File

@@ -2,7 +2,7 @@
Within this repository, you will find a range of software resources specifically related to the LattePanda Mu, including BIOS updates, firmware, and a variety of drivers.
Please be aware that this repository is dedicated to providing materials relevant to the LattePanda Mu. For firmware and drivers related to expansion carrier boards, refer to the respective carrier board documentation pages for more details.
For BIOS firmware specific to carrier boards, refer to the respective carrier board documentation or [carrier-board branch](./BIOS/Carrier-Boards) for more details.
## Resource Categories