Advertisement
Guest User

Asus RT-AC51U - OpenWRT Boot process loop - Francis

a guest
Sep 27th, 2015
656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. U-Boot 1.1.3 (Nov 7 2013 - 17:33:35)
  2.  
  3. RT-AC51U bootloader version: 1.0.0.0
  4. Board: Ralink APSoC DRAM: 64 MB
  5. ASUS RT-AC51U gpio init : wps / reset pin
  6. enable ephy clock...done. rf reg 29 = 5
  7. SSC enabled. swing=5000, upperbound=0
  8. ******************************
  9. Software System Reset Occurred
  10. ******************************
  11. Ralink SPI flash driver, SPI clock: 48MHz
  12. spi device id: ef 40 18 0 0 (40180000)
  13. find flash: W25Q128FV
  14. raspi_read: from:30000 len:1000
  15. Maximum malloc length: 1024 KBytes
  16. mem_malloc_start/brk/end: 0x83eaf000/83eb1000/83fb0000
  17. *** Warning - bad CRC, using default environment
  18.  
  19. ============================================
  20. Ralink UBoot Version: 4.1.1.0
  21. --------------------------------------------
  22. ASIC 7620_MP (Port5<->None)
  23. DRAM component: 512 Mbits DDR, width 16
  24. DRAM bus: 16 bit
  25. Total memory: 64 MBytes
  26. Flash component: SPI Flash
  27. Date:Nov 7 2013 Time:17:33:35
  28. ============================================
  29. icache: sets:512, ways:4, linesz:32 ,total:65536
  30. dcache: sets:256, ways:4, linesz:32 ,total:32768
  31.  
  32. Please choose the operation:
  33. 0: Load System code then write to Flash via Serial.
  34. 1: Load System code to SDRAM via TFTP.
  35. 2: Load System code then write to Flash via TFTP.
  36. 3: Boot System code via Flash (default).
  37. 4: Entr boot command line interface.
  38. 5: Load Boot Loader code to SDRAM via Serial.
  39. 7: Load Boot Loader code then write to Flash via Serial.
  40. 8: Load Boot Loader code to SDRAM via TFTP.
  41. 9: Load Boot Loader code then write to Flash via TFTP.
  42. 0
  43.  
  44. 3: System Boot System code via Flash.
  45. raspi_read: from:4018a len:4
  46.  
  47. RT-AC51U bootloader version: 1.0.0.0
  48. raspi_read: from:40004 len:6
  49. MAC Address: 1C:B7:2C:7B:42:70
  50. raspi_read: from:40004 len:6
  51.  
  52. ## Checking 1st firmware at bc050000 ...
  53. raspi_read: from:50000 len:40
  54. Image Name:
  55. Image Type: MIPS Linux Kernel Image (lzma compressed)
  56. Data Size: 3094274 Bytes = 3 MB
  57. Load Address: 80000000
  58. Entry Point: 8000c150
  59. raspi_read: from:50040 len:2f3702
  60. Verifying Checksum ... OK
  61. Uncompressing Kernel Image ... OK
  62. ## Giving linux ramsize: 67108864 (64 MB)
  63.  
  64. Starting kernel ...
  65.  
  66. [ 0.000000] Linux version 3.18.21 (vico@Vico-OpenWRT) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r46832) ) #1 Sun Sep 27 12:53:50 CEST 2015
  67. [ 0.000000] Board has DDR2
  68. [ 0.000000] Analog PMU set to hw control
  69. [ 0.000000] Digital PMU set to hw control
  70. [ 0.000000] SoC Type: MediaTek MT7620A ver:2 eco:6
  71. [ 0.000000] bootconsole [early0] enabled
  72. [ 0.000000] CPU0 revision is: 00019650 (MIPS 24KEc)
  73. [ 0.000000] Linux version 3.18.21 (vico@Vico-OpenWRT) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r46832) ) #1 Sun Sep 27 12:53:50 CEST 2015
  74. [ 0.000000] Board has DDR2
  75. [ 0.000000] Analog PMU set to hw control
  76. [ 0.000000] Digital PMU set to hw control
  77. [ 0.000000] SoC Type: MediaTek MT7620A ver:2 eco:6
  78. [ 0.000000] bootconsole [early0] enabled
  79. [ 0.000000] CPU0 revision is: 00019650 (MIPS 24KEc)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement