Advertisement
ghoffman

dir3060 u-boot console from image boot

Apr 18th, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Image1: OK Image2: OK
  2.  
  3. =================================================
  4.  
  5. Please choose the operation:
  6. 1: Load system code to SDRAM via TFTP.
  7. 2: Load system code then write to Flash via TFTP.
  8. 3: Boot system code via Flash (default).
  9. 4: Entr boot command line interface.
  10. 6: System Enter UBoot to Update Img or Bin.
  11. 7: Load Boot Loader code then write to Flash via Serial.
  12. 9: Load Boot Loader code then write to Flash via TFTP.
  13. default: 3
  14.  
  15. You choosed 4
  16. 0
  17.  
  18.  
  19. 4: System Enter Boot Command Line Interface.
  20.  
  21. U-Boot 1.1.3 (Apr 25 2019 - 14:47:34)
  22. MT7621 #
  23. MT7621 # ifconfig
  24. Unknown command 'ifconfig' - try 'help'
  25. MT7621 # help
  26. ? - alias for 'help'
  27. bootm - boot application image from memory
  28. go - start application at address 'addr'
  29. help - print online help
  30. loadb - load binary file over serial line (kermit mode)
  31. md - memory display
  32. mdio - Ralink PHY register R/W command !!
  33. mm - memory modify (auto-incrementing)
  34. nand - nand command
  35. nm - memory modify (constant address)
  36. printenv- print environment variables
  37. reset - Perform RESET of the CPU
  38. saveenv - save environment variables to persistent storage
  39. setenv - set environment variables
  40. tftpboot- boot image via network using TFTP protocol
  41. version - print monitor version
  42. MT7621 # printenv
  43. bootcmd=tftp
  44. bootdelay=1
  45. baudrate=57600
  46. ethaddr="00:AA:BB:CC:DD:10"
  47. ipaddr=192.168.0.1
  48. serverip=192.168.0.101
  49. stdin=serial
  50. stdout=serial
  51. stderr=serial
  52. Image1Stable=1
  53. BootType=3
  54.  
  55. Environment size: 177/4092 bytes
  56. MT7621 #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement