add new BIOS for Windows GPIO support

This commit is contained in:
yuyouliang
2026-07-06 12:26:19 +08:00
parent 938831b1a1
commit f954bf0275
7 changed files with 44 additions and 14 deletions

View File

@@ -3,18 +3,33 @@
### For LattePanda Mu N100 **8GB** RAM Model: ### For LattePanda Mu N100 **8GB** RAM Model:
- LP-BS-S70NC1R200-SR-B - LP-BS-S70NC1R200-SR-B
- S70NC1R200-8G-A **(Latest)** - S70NC1R200-8G-A
- S70NC1R200-8G-B **(Latest)**
### For LattePanda Mu N100 / N305 **16GB** RAM Model: ### For LattePanda Mu N100 / N305 **16GB** RAM Model:
- LP-BS-S70NC1R200-DR-B - LP-BS-S70NC1R200-DR-B
- S70NC1R200-16G-A **(Latest)** - S70NC1R200-16G-A
- S70NC1R200-16G-B **(Latest)**
--- ---
# BIOS Release Notes # BIOS Release Notes
## [2025-12] Latest Release ## [2026-06] Latest Release
### 📂 BIOS Files
| Variant | Compatible Model | Filename | Build Date |
| :------- | :--------------------------------- | :-------------------------- | ---------- |
| **PCIe** | LattePanda Mu N100 **8GB** | `S70NC1R200-8G-B.bin` | 2026/06/03 |
| **PCIe** | LattePanda Mu N100 / N305 **16GB** | `S70NC1R200-16G-B.bin` | 2026/06/03 |
| **SATA** | LattePanda Mu N100 **8GB** | `S70NC1R200-8G-B-SATA.bin` | 2026/06/03 |
| **SATA** | LattePanda Mu N100 / N305 **16GB** | `S70NC1R200-16G-B-SATA.bin` | 2026/06/03 |
### 📝 Changelog
1. Fixed a security bypass where pressing Enter with an empty password allowed read-only BIOS access.
2. Added support for controlling GPIO and I2C drivers directly within Windows.
## [2025-12] Second Release
### 📂 BIOS Files ### 📂 BIOS Files
| Variant | Compatible Model | Filename | Build Date | | Variant | Compatible Model | Filename | Build Date |
| :--- | :--- | :--- | ---- | | :--- | :--- | :--- | ---- |

Binary file not shown.

Binary file not shown.

View File

@@ -82,12 +82,12 @@ This repository includes official releases and beta versions of BIOS for various
## Release Timeline ## Release Timeline
```text ```text
2024-06/07 2025-12 (Latest) 2024-06/07 2025-12 2026-06
│ │ │ │ |
●──────────────────────────● ●──────────────────────────●──────────────────────────●
│ │ │ │ |
[Initial Release] [Current Recommended] [Initial Release] [Second Release] [Current Recommended]
DFLT,SATA DFLT,SATA DFLT,SATA DFLT,SATA DFLT,SATA
``` ```
For specific model compatibility and functional changes, please refer to the `BOS Release Notes` located in each branch's folder. For specific model compatibility and functional changes, please refer to the `BOS Release Notes` located in each branch's folder.

View File

@@ -3,19 +3,34 @@
### For LattePanda Mu N100 **8GB** RAM Model: ### For LattePanda Mu N100 **8GB** RAM Model:
- LP-BS-S70NC1R200-SR-B - LP-BS-S70NC1R200-SR-B-SATA
- S70NC1R200-8G-A **(Latest)** - S70NC1R200-8G-A-SATA
- S70NC1R200-8G-B-SATA **(Latest)**
### For LattePanda Mu N100 / N305 **16GB** RAM Model: ### For LattePanda Mu N100 / N305 **16GB** RAM Model:
- LP-BS-S70NC1R200-DR-B - LP-BS-S70NC1R200-DR-B-SATA
- S70NC1R200-16G-A **(Latest)** - S70NC1R200-16G-A-SATA
- S70NC1R200-16G-B-SATA **(Latest)**
--- ---
# BIOS Release Notes # BIOS Release Notes
## [2025-12] Latest Release ## [2026-06] Latest Release
### 📂 BIOS Files
| Variant | Compatible Model | Filename | Build Date |
| :------- | :--------------------------------- | :-------------------------- | ---------- |
| **PCIe** | LattePanda Mu N100 **8GB** | `S70NC1R200-8G-B.bin` | 2026/06/03 |
| **PCIe** | LattePanda Mu N100 / N305 **16GB** | `S70NC1R200-16G-B.bin` | 2026/06/03 |
| **SATA** | LattePanda Mu N100 **8GB** | `S70NC1R200-8G-B-SATA.bin` | 2026/06/03 |
| **SATA** | LattePanda Mu N100 / N305 **16GB** | `S70NC1R200-16G-B-SATA.bin` | 2026/06/03 |
### 📝 Changelog
1. Fixed a security bypass where pressing Enter with an empty password allowed read-only BIOS access.
2. Added support for controlling GPIO and I2C drivers directly within Windows.
## [2025-12] Second Release
### 📂 BIOS Files ### 📂 BIOS Files
| Variant | Compatible Model | Filename | Build Date | | Variant | Compatible Model | Filename | Build Date |
| :--- | :--- | :--- | ---- | | :--- | :--- | :--- | ---- |

Binary file not shown.

Binary file not shown.