Advertisement
phsx

entering uboot

May 16th, 2018
958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. DU Setting Cal Done
  2.  
  3.  
  4. U-Boot 1.1.3 (Apr 21 2017 - 10:57:16)
  5.  
  6. Board: Ralink APSoC DRAM: 8 MB
  7. relocate_code Pointer at: 807b8000
  8. flash manufacture id: c2, device id 20 15
  9. find flash: MX25L1605D
  10. ============================================
  11. Ralink UBoot Version: 4.3.0.0
  12. --------------------------------------------
  13. ASIC 7628_MP (Port5<->None)
  14. DRAM component: 64 Mbits DDR, width 16
  15. DRAM bus: 16 bit
  16. Total memory: 8 MBytes
  17. Flash component: SPI Flash
  18. Date:Apr 21 2017 Time:10:57:16
  19. ============================================
  20. icache: sets:512, ways:4, linesz:32 ,total:65536
  21. dcache: sets:256, ways:4, linesz:32 ,total:32768
  22.  
  23. ##### The CPU freq = 575 MHZ ####
  24. estimate memory size =8 Mbytes
  25.  
  26. Please choose the operation:
  27. 1: Load system code to SDRAM via TFTP.
  28. 2: Load system code then write to Flash via TFTP.
  29. 3: Boot system code via Flash (default).
  30. 4: Entr boot command line interface.
  31. 7: Load Boot Loader code then write to Flash via Serial.
  32. 9: Load Boot Loader code then write to Flash via TFTP.
  33. 4
  34. You choosed 4
  35.  
  36. 0
  37.  
  38.  
  39. 4: System Enter Boot Command Line Interface.
  40.  
  41. U-Boot 1.1.3 (Apr 21 2017 - 10:57:16)
  42. MT7628 # help
  43. ? - alias for 'help'
  44. bootm - boot application image from memory
  45. cp - memory copy
  46. erase - erase SPI FLASH memory
  47. go - start application at address 'addr'
  48. help - print online help
  49. loadb - load binary file over serial line (kermit mode)
  50. md - memory display
  51. mdio - Ralink PHY register R/W command !!
  52. mm - memory modify (auto-incrementing)
  53. nm - memory modify (constant address)
  54. printenv- print environment variables
  55. reset - Perform RESET of the CPU
  56. rf - read/write rf register
  57. saveenv - save environment variables to persistent storage
  58. setenv - set environment variables
  59. spi - spi command
  60. tftpboot- boot image via network using TFTP protocol
  61. version - print monitor version
  62. MT7628 # printenv
  63. bootcmd=tftp
  64. bootdelay=5
  65. baudrate=115200
  66. ethaddr="00:AA:BB:CC:DD:10"
  67. ipaddr=10.10.10.123
  68. serverip=10.10.10.3
  69. miio_token_seed=xxxxxxxxxxxxxxxxxxxxxx
  70. ecos_version=2.2.14
  71. ecos_channel=release
  72. flag_ota_reboot=0
  73. flag_boot_success=1
  74. flag_try_sys1_failed=0
  75. flag_try_sys2_failed=0
  76. flag_last_success=0
  77. flag_boot_rootfs=0
  78. stdin=serial
  79. stdout=serial
  80. stderr=serial
  81.  
  82. Environment size: 356/4092 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement