Advertisement
WiredLuddite

Wise Tiger RT-8501 TFTP Boot + Write Log

Dec 30th, 2020 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. U-Boot 1.1.3 (Aug 1 2017 - 14:19:32)
  2.  
  3. Board: Ralink APSoC DRAM: 64 MB
  4. relocate_code Pointer at: 83fb8000
  5. enable ephy clock...done. rf reg 29 = 5
  6. SSC disabled.
  7. spi_wait_nsec: 29
  8. spi device id: c2 20 17 c2 20 (2017c220)
  9. find flash: MX25L6405D
  10. raspi_read: from:30000 len:1000
  11. raspi_read: from:30000 len:1000
  12. ============================================
  13. Ralink UBoot Version: 5.0.0.0
  14. --------------------------------------------
  15. ASIC 7620_MP (Port5<->None)
  16. DRAM component: 512 Mbits DDR, width 16
  17. DRAM bus: 16 bit
  18. Total memory: 64 MBytes
  19. Flash component: SPI Flash
  20. Date:Aug 1 2017 Time:14:19:32
  21. ============================================
  22. icache: sets:512, ways:4, linesz:32 ,total:65536
  23. dcache: sets:256, ways:4, linesz:32 ,total:32768
  24.  
  25. ##### The CPU freq = 580 MHZ ####
  26. estimate memory size =64 Mbytes
  27.  
  28. Please choose the operation:
  29. 1: Load system code to SDRAM via TFTP.
  30. 2: Load system code then write to Flash via TFTP.
  31. 3: Boot system code via Flash (default).
  32. 4: Entr boot command line interface.
  33. 7: Load Boot Loader code then write to Flash via Serial.
  34. 9: Load Boot Loader code then write to Flash via TFTP. 4
  35. You choosed 2
  36. 0
  37. raspi_read: from:40028 len:6
  38.  
  39.  
  40. 2: System Load Linux Kernel then write to Flash via TFTP.
  41. Warning!! Erase Linux in Flash then burn new one. Are you sure?(Y/N)
  42. Please Input new ones /or Ctrl-C to discard
  43. Input device IP (192.168.9.233) ==:192.168.9.233
  44. Input server IP (192.168.9.234) ==:192.168.9.234
  45. Input Linux Kernel filename (openwrt-initramfs.bin) ==:openwrt-squashfs.bin
  46.  
  47. NetTxPacket = 0x83FE5D80
  48.  
  49. KSEG1ADDR(NetTxPacket) = 0xA3FE5D80
  50.  
  51. NetLoop,call eth_halt !
  52.  
  53. NetLoop,call eth_init !
  54. Trying Eth0 (10/100-M)
  55.  
  56. Waitting for RX_DMA_BUSY status Start... done
  57.  
  58.  
  59. ETH_STATE_ACTIVE!!
  60. TFTP from server 192.168.9.234; our IP address is 192.168.9.233
  61. Filename 'openwrt-squashfs.bin'.
  62.  
  63. TIMEOUT_COUNT=10,Load address: 0x80100000
  64. Loading: Got ARP REPLY, set server/gtwy eth addr (54:e1:ad:fb:10:bb)
  65. Got it
  66. #################################################################
  67. #################################################################
  68. #################################################################
  69. #################################################################
  70. #################################################################
  71. #################################################################
  72. #################################################################
  73. #################################################################
  74. #################################################################
  75. #################################################################
  76. #################################################################
  77. #################################################################
  78. #################################################################
  79. #################################################################
  80. #################################################################
  81. ##################################################
  82. done
  83. Bytes transferred = 5243677 (50031d hex)
  84. LoadAddr=80100000 NetBootFileXferSize= 0050031d
  85.  
  86.  
  87. U-Boot 1.1.3 (Aug 1 2017 - 14:19:32)
  88.  
  89. Board: Ralink APSoC DRAM: 64 MB
  90. relocate_code Pointer at: 83fb8000
  91. enable ephy clock...done. rf reg 29 = 5
  92. SSC disabled.
  93. ******************************
  94. Software System Reset Occurred
  95. ******************************
  96. spi_wait_nsec: 29
  97. spi device id: c2 20 17 c2 20 (2017c220)
  98. find flash: MX25L6405D
  99. raspi_read: from:30000 len:1000
  100. raspi_read: from:30000 len:1000
  101. ============================================
  102. Ralink UBoot Version: 5.0.0.0
  103. --------------------------------------------
  104. ASIC 7620_MP (Port5<->None)
  105. DRAM component: 512 Mbits DDR, width 16
  106. DRAM bus: 16 bit
  107. Total memory: 64 MBytes
  108. Flash component: SPI Flash
  109. Date:Aug 1 2017 Time:14:19:32
  110. ============================================
  111. icache: sets:512, ways:4, linesz:32 ,total:65536
  112. dcache: sets:256, ways:4, linesz:32 ,total:32768
  113.  
  114. ##### The CPU freq = 580 MHZ ####
  115. estimate memory size =64 Mbytes
  116.  
  117. Please choose the operation:
  118. 1: Load system code to SDRAM via TFTP.
  119. 2: Load system code then write to Flash via TFTP.
  120. 3: Boot system code via Flash (default).
  121. 4: Entr boot command line interface.
  122. 7: Load Boot Loader code then write to Flash via Serial.
  123. 9: Load Boot Loader code then write to Flash via TFTP.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement