Skip to content

Commit d0ddcc6

Browse files
Arnie97marcelstoer
authored andcommitted
Fix dead link (#3518)
The header files were moved into `include` in the commit https://review.coreboot.org/plugins/gitiles/flashrom/+/87d7b110d6ed6d4ef0b61e777f2fee3c10808f0b
1 parent 6f9e994 commit d0ddcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ If this data gets corrupted or you are upgrading major SDK versions, then the fi
8686
The easiest way to determine the flash capacity is to load the firmware and then `print(node.info'hw'.flash_size)` which reports the flash size in Kb. Alternatively, if you want to determine the capacity of the flash chip _before_ a firmware is installed then you can run the following command. This will return a 2 hex digit **Manufacturer** ID and a 4 digit **Device** ID and the detected flash size.
8787

8888
`esptool.py --port <serial-port> flash_id`
89-
The chip ID can then be looked up in <https://review.coreboot.org/plugins/gitiles/flashrom/+/refs/heads/master/flashchips.h>.
89+
The chip ID can then be looked up in <https://review.coreboot.org/plugins/gitiles/flashrom/+/master/include/flashchips.h>.

0 commit comments

Comments
 (0)