File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -79,3 +79,19 @@ This command has not been thoroughly tested on all Framework Computer systems
79
79
# EC will boot back into RO if the system turned off for 30s
80
80
> framework_tool --reboot-ec jump-rw
81
81
```
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
+ ```
You can’t perform that action at this time.
0 commit comments