Unverified Commit 27dbe11f authored by Arnie97's avatar Arnie97 Committed by GitHub
Browse files

Fix dead link (#3518)

The header files were moved into `include` in the commit https://review.coreboot.org/plugins/gitiles/flashrom/+/87d7b110d6ed6d4ef0b61e777f2fee3c10808f0b
parent fe74f776
......@@ -86,4 +86,4 @@ If this data gets corrupted or you are upgrading major SDK versions, then the fi
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.
`esptool.py --port <serial-port> flash_id`
The chip ID can then be looked up in <https://review.coreboot.org/plugins/gitiles/flashrom/+/refs/heads/master/flashchips.h>.
The chip ID can then be looked up in <https://review.coreboot.org/plugins/gitiles/flashrom/+/master/include/flashchips.h>.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment