Skip to content

Commit 74281f3

Browse files
committed
EXAMPLES: Add system firmware example
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent d488a1f commit 74281f3

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

EXAMPLES.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
## Check firmware versions
44

5+
### BIOS (Mainboard, UEFI, EC, PD)
6+
7+
Example on Framework 13 AMD Ryzen AI 300 Series:
8+
9+
```
10+
> framework_tool --versions
11+
Mainboard Hardware
12+
Type: Laptop 13 (AMD Ryzen AI 300 Series)
13+
Revision: MassProduction
14+
UEFI BIOS
15+
Version: 03.00
16+
Release Date: 03/10/2025
17+
EC Firmware
18+
Build version: "lilac-3.0.0-1541dc6 2025-05-05 11:31:24 zoid@localhost"
19+
RO Version: "lilac-3.0.0-1541dc6"
20+
RW Version: "lilac-3.0.0-1541dc6"
21+
Current image: RO
22+
PD Controllers
23+
Right (01)
24+
Main: 0.0.0E (Active)
25+
Backup: 0.0.0E
26+
Left (23)
27+
Main: 0.0.0E (Active)
28+
Backup: 0.0.0E
29+
[...]
30+
```
31+
532
### Camera (Framework 12, Framework 13, Framework 16)
633

734
Example on Framework 12:

0 commit comments

Comments
 (0)