fix bootloader name for 6610 jtag

This commit is contained in:
Jon Sands 2019-10-29 03:32:35 -04:00
parent 7f3d910b11
commit ad3d3cfbed

View File

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