doc: explain what a JEDEC ID is

The bscan_jedec command and tutorial referenced the JEDEC ID without
defining it. Describe the 0x9F RDID command and the manufacturer +
device byte layout, in the tutorial and the command help.
This commit is contained in:
2026-05-23 17:18:09 +02:00
parent f1c8a8aac7
commit 1814c4cf0c
2 changed files with 20 additions and 4 deletions

View File

@@ -2954,6 +2954,8 @@ static int cmd_bscan_load_bitstream(script_ctx *ctx, char *line)
const char *cmd_bscan_jedec_help[] = {
"<device>",
"Read the SPI flash JEDEC ID (0x9F) through the loaded BSCAN proxy.",
"JEDEC ID = 1 manufacturer byte (e.g. 0x20 Micron) + 2 device bytes;",
"identifies which flash chip is wired to the FPGA.",
"Requires a proxy bitstream already loaded (bscan_load_bitstream).",
""};
static int cmd_bscan_jedec(script_ctx *ctx, char *line)