Advertisement
Guest User

Quanta Revert

a guest
Jan 17th, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. (In brocade BL)
  2. ip address 192.168.1.50/24
  3. copy tftp flash 192.168.49 uboot.bin quanta
  4. copy flash memory 08000000 quanta
  5. dd 08000000 (check that it matches)
  6. dd 080001f0 (check that it matches)
  7. copy memory boot 08000000 524288
  8. dd fff80000 (check that it matches)
  9. (pull power, then re-apply)
  10.  
  11. (now we're back in uboot)
  12. setenv ethact TSEC0
  13. setenv ipaddr 192.168.1.50
  14. setenv serverip 192.168.1.49
  15. setenv ethaddr 00:E0:0C:00:01:FD (might not be needed if you haven't dicked around with EEPROM in brocade's OS, try without this)
  16. saveenv
  17. reset
  18. tftpboot 192.168.1.8:lb6m.1.0.0.10.bin (later images will not update the flash FS properly from scratch)
  19. boot
  20. login with admin/nopass
  21. enable
  22. serviceport protocol none
  23. serviceport ip 192.168.1.50 255.255.255.0
  24. copy tftp://192.168.1.8/lb6m.1.2.0.18.img image1
  25. (console will freeze for a little bit during this probably)
  26. reload
  27. will reboot into latest fastpath 1.2.0.18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement