Skip to content

Commit 85c4b2f

Browse files
committed
EXAMPLES: Document flashing eeprom
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 74042d2 commit 85c4b2f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

EXAMPLES_ADVANCED.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,19 @@ This command has not been thoroughly tested on all Framework Computer systems
7979
# EC will boot back into RO if the system turned off for 30s
8080
> framework_tool --reboot-ec jump-rw
8181
```
82+
83+
## Flashing Expansion Bay EEPROM (Framework 16)
84+
85+
This will render your dGPU unsuable if you flash the wrong file!
86+
It's intended for advanced users who build their own expansion bay module.
87+
The I2C address of the EEPROM is hardcoded to 0x50.
88+
89+
```
90+
# Update just the serial number
91+
> framework_tool --flash_gpu_descriptor GPU FRAKMQCP41500ASSY1
92+
> framework_tool --flash_gpu_descriptor 13 FRAKMQCP41500ASSY1
93+
> framework_tool --flash_gpu_descriptor 0x0D FRAKMQCP41500ASSY1
94+
95+
# Update everything from a file
96+
> framework_tool --flash-gpu-descriptor-file pcie_4x2.bin
97+
```

0 commit comments

Comments
 (0)