From 67d57720bd0f11c83499cc9796f731a330790ab7 Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Tue, 29 Oct 2019 03:32:35 -0400 Subject: [PATCH] fix bootloader name for 6610 jtag --- documentation/jtag6610.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/jtag6610.md b/documentation/jtag6610.md index 540ff56..82b7e1c 100644 --- a/documentation/jtag6610.md +++ b/documentation/jtag6610.md @@ -83,7 +83,7 @@ erase 0xfff80000 0x20000 4 ``` Now we copy the bootloader from the TFTP server to onboard flash: ``` -prog 0xfff80000 brocadeboot.bin bin +prog 0xfff80000 grz10100.bin bin ``` When that finishes, connect a serial console cable to the switch (while it is still running and connected to JTAG). Open up a serial program so you can watch it's output. We will tell the switch to reset and run like normal (run the following command in the JTAG telnet console): ```