Advertisement
Guest User

Untitled

a guest
Feb 28th, 2024
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. U-Boot 1.1.3 (Dec 30 2013 - 13:54:46)
  2.  
  3.  
  4. Board: Ralink APSoC DRAM:
  5.  
  6. The Addr[88000000],do back ring i=0
  7.  
  8. get_ram_size: size=8000000, maxsize=10000000
  9.  
  10.  
  11. Return Real size =134217728 !!
  12.  
  13. 0xb0000700=2
  14.  
  15. 128 MB
  16.  
  17. relocate_code Pointer at: 87fb4000
  18.  
  19. enable ephy clock...done. rf reg 29 = 5
  20.  
  21. SSC disabled.
  22.  
  23. spi_wait_nsec: 29
  24.  
  25. spi device id: ef 40 18 0 0 (40180000)
  26.  
  27. find flash: W25Q128FV
  28.  
  29. raspi_read: from:30000 len:1000
  30.  
  31. *** Warning - bad CRC, using default environment
  32.  
  33.  
  34. ============================================
  35.  
  36. Ralink UBoot Version: 4.1.0.0
  37.  
  38. --------------------------------------------
  39.  
  40. ASIC 7620_MP (Port5<->None)
  41.  
  42. DRAM component: 256 Mbits DDR, width 16
  43.  
  44. DRAM bus: 16 bit
  45.  
  46. Total memory: 32 MBytes
  47.  
  48. Flash component: SPI Flash
  49.  
  50. Date:Dec 30 2013 Time:13:54:46
  51.  
  52. ============================================
  53.  
  54. icache: sets:512, ways:4, linesz:32 ,total:65536
  55.  
  56. dcache: sets:256, ways:4, linesz:32 ,total:32768
  57.  
  58.  
  59. ##### The CPU freq = 580 MHZ ####
  60.  
  61. estimate memory size =128 Mbytes
  62.  
  63.  
  64. Please choose the operation:
  65.  
  66. 2: Load linux kernel then write to Flash via TFTP, auto select kernel
  67.  
  68. 3: Boot system code via Flash, auto select kernel(default)
  69.  
  70. 4: Entr boot command line interface.
  71.  
  72. 9: Load Boot Loader code then write to Flash via TFTP.
  73.  
  74. raspi_read: from:e10000 len:200
  75.  
  76.  0 raspi_read: from:50000 len:40
  77.  
  78. raspi_read: from:6f0000 len:40
  79.  
  80.  
  81. raspi_read: from:40028 len:6
  82.  
  83.  
  84.  
  85.  
  86. 2: upgrade kernel, auto select kernel
  87.  
  88. raspi_read: from:50000 len:40
  89.  
  90. raspi_read: from:6f0000 len:40
  91.  
  92. Warning!! Erase Linux in Flash then burn new one. Are you sure?(Y/N)
  93.  
  94. Please Input new ones /or Ctrl-C to discard
  95.  
  96. Input device IP (192.168.20.11) ==:192.168.20.11
  97.  
  98. Input server IP (192.168.20.105) ==:192.168.20.105
  99.  
  100. Input Linux Kernel filename () ==:
  101.  
  102.  
  103. netboot_common, argc= 3
  104.  
  105.  
  106. NetTxPacket = 0x87FE5FC0
  107.  
  108.  
  109. KSEG1ADDR(NetTxPacket) = 0xA7FE5FC0
  110.  
  111.  
  112. NetLoop,call eth_halt !
  113.  
  114.  
  115. NetLoop,call eth_init !
  116.  
  117. Trying Eth0 (10/100-M)
  118.  
  119.  
  120. Waitting for RX_DMA_BUSY status Start... done
  121.  
  122.  
  123.  
  124. ETH_STATE_ACTIVE!!
  125.  
  126. *** Warning: no boot file name; using 'test.bin'
  127.  
  128. TFTP from server 192.168.20.105; our IP address is 192.168.20.11
  129.  
  130. Filename 'test.bin'.
  131.  
  132.  
  133. TIMEOUT_COUNT=10,Load address: 0x80100000
  134.  
  135. Loading: *Got ARP REPLY, set server/gtwy eth addr (00:00:00:04:f1:c7)
  136.  
  137. Got it
  138.  
  139. #################################################################
  140.  
  141. #################################################################
  142.  
  143. #################################################################
  144.  
  145. #################################################################
  146.  
  147. #################################################################
  148.  
  149. #################################################################
  150.  
  151. #################################################################
  152.  
  153. #################################################################
  154.  
  155. #################################################################
  156.  
  157. #################################################################
  158.  
  159. #################################################################
  160.  
  161. #################################################################
  162.  
  163. #################################################################
  164.  
  165. #################################################################
  166.  
  167. #################################################################
  168.  
  169. #################################################################
  170.  
  171. #################################################################
  172.  
  173. ################################################
  174.  
  175. done
  176.  
  177. Bytes transferred = 5898531 (5a0123 hex)
  178.  
  179. NetBootFileXferSize= 005a0123
  180.  
  181. Bad image magic: it is not a valid image
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement