Guest User

Untitled

a guest
Jun 19th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. Booting from NAND flash
  2.  
  3. General initialization - Version: 1.0.0
  4. Detected Device ID 6810
  5. High speed PHY - Version: 2.0
  6.  
  7. Init RD NAS topology board SerDes lanes topology details:
  8. | Lane # | Speed | Type |
  9. --------------------------------
  10. | 0 | 06 | SATA0 |
  11. | 1 | 05 | USB3 HOST0 |
  12. | 2 | 06 | SATA1 |
  13. | 5 | 05 | USB3 HOST1 |
  14. --------------------------------
  15. High speed PHY - Ended Successfully
  16. DDR3 Training Sequence - Ver TIP-1.26.0
  17. mvSysEnvGetTopologyUpdateInfo: TWSI Read failed
  18. DDR3 Training Sequence - Switching XBAR Window to FastPath Window
  19. DDR3 Training Sequence - Ended Successfully
  20. Not detected suspend to RAM indication
  21. BootROM: Image checksum verification PASSED
  22.  
  23. __ __ _ _
  24. | \/ | __ _ _ ____ _____| | |
  25. | |\/| |/ _` | '__\ \ / / _ \ | |
  26. | | | | (_| | | \ V / __/ | |
  27. |_| |_|\__,_|_| \_/ \___|_|_|
  28. _ _ ____ _
  29. | | | | | __ ) ___ ___ | |_
  30. | | | |___| _ \ / _ \ / _ \| __|
  31. | |_| |___| |_) | (_) | (_) | |_
  32. \___/ |____/ \___/ \___/ \__|
  33. ** LOADER **
  34.  
  35.  
  36. U-Boot 2013.01-svn48206 (Dec 03 2015 - 02:50:37) Marvell version: 2014_T3.0p6
  37.  
  38. Board: RD-NAS-88F6820-DDR3
  39. SoC: MV88F6810 Rev A0
  40. running 1 CPUs
  41. CPU: ARM Cortex A9 MPCore (Rev 1) LE
  42. CPU 0
  43. CPU @ 1332 [MHz]
  44. L2 @ 666 [MHz]
  45. TClock @ 200 [MHz]
  46. DDR @ 666 [MHz]
  47. DDR 32 Bit Width, FastPath Memory Access, DLB Enabled, ECC Disabled
  48. DRAM: 512 MiB
  49.  
  50. Map: Code: 0x1fed0000:0x1ff95e28
  51. BSS: 0x1ffef2b4
  52. Stack: 0x1f9cff20
  53. Heap: 0x1f9d0000:0x1fed0000
  54. U-Boot Environment: 0x00200000:0x00280000 (NAND)
  55.  
  56. NAND: 256 MiB
  57. MMC: mv_sdh: 0
  58. *** Booting kernel from kernel 1 @0x00000000; run bootcmd_custom; ***
  59. USB2.0 0: Host Mode
  60. USB3.0 0: Host Mode
  61. USB3.0 1: Host Mode
  62. Board configuration detected:
  63. Net:
  64. | port | Interface | PHY address |
  65. |--------|-----------|--------------|
  66. | egiga0 | RGMII | 0x01 |
  67. egiga0 [PRIME]
  68. Hit any key to stop autoboot: 0
  69.  
  70. NAND read: device 0 whole chip
  71. Attempt to read outside the flash area
  72. 0 bytes read: ERROR
  73. Booting from USB ...
  74. (Re)start USB...
  75. USB0: Port (usbActive) : 0 Interface (usbType = 2) : USB EHCI 1.00
  76. scanning bus 0 for devices... 2 USB Device(s) found
  77. scanning usb for storage devices... 1 Storage Device(s) found
  78. scanning usb for ethernet devices... 0 Ethernet Device(s) found
  79. 5057632 bytes read in 512 ms (9.4 MiB/s)
  80. 19496 bytes read in 334 ms (56.6 KiB/s)
  81. 9488618 bytes read in 713 ms (12.7 MiB/s)
  82. * kernel: cmdline image address = 0x02000000
  83. ## Loading init Ramdisk from Legacy Image at 02900000 ...
  84. Image Name: initramfs-5.2.9-mvebu-tld-1
  85. Created: 2019-08-26 11:03:27 UTC
  86. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  87. Data Size: 9488554 Bytes = 9 MiB
  88. Load Address: 00000000
  89. Entry Point: 00000000
  90. ## Flattened Device Tree blob at 01000000
  91. Booting using the fdt blob at 0x01000000
  92. Loading Ramdisk to 1f0c2000, end 1f9ce8aa ... OK
  93. Loading Device Tree to 00ff8000, end 00fffc27 ... OK
  94.  
  95. Skipping Device Tree update ('fdt_skip_update' = yes)
  96.  
  97. Starting kernel ...
  98.  
  99. Uncompressing Linux... done, booting the kernel.
  100.  
  101. Error: invalid dtb and unrecognized/unsupported machine ID
  102. r1=0x00000210, r2=0x00ff8000
  103. r2[]=00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  104. Available machine support:
  105.  
  106. ID (hex) NAME
  107. ffffffff Generic DT based system
  108. ffffffff Marvell Berlin
  109. ffffffff Marvell Armada 39x (Device Tree)
  110. ffffffff Marvell Armada 380/385 (Device Tree)
  111. ffffffff Marvell Armada 375 (Device Tree)
  112. ffffffff Marvell Armada 370/XP (Device Tree)
  113. ffffffff Marvell Dove
  114.  
  115. Please check your kernel config and/or bootloader.
Add Comment
Please, Sign In to add comment