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): ```