We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b470e3f commit a752647Copy full SHA for a752647
EXAMPLES.md
@@ -439,3 +439,28 @@ The scancodes are the same.
439
### Framework 16
440
441
It's not controlled by the EC, use https://keyboard.frame.work.
442
+
443
+## Advanced commands
444
445
+Mostly for debugging firmware.
446
447
+### Check EFI Resource Table
448
449
+On Framework Desktop:
450
451
+```
452
+> sudo framework_tool --esrt
453
+ESRT Table
454
+ ResourceCount: 1
455
+ ResourceCountMax: 1
456
+ ResourceVersion: 1
457
+ESRT Entry 0
458
+ GUID: EB68DBAE-3AEF-5077-92AE-9016D1F0C856
459
+ GUID: DesktopAmdAi300Bios
460
+ Type: SystemFirmware
461
+ Version: 0x204 (516)
462
+ Min FW Version: 0x100 (256)
463
+ Capsule Flags: 0x0
464
+ Last Attempt Version: 0x108 (264)
465
+ Last Attempt Status: Success
466
0 commit comments