Advertisement
Guest User

Untitled

a guest
Jun 5th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. U-Boot SPL 2016.03-00002-g5b53c41-dirty (Jan 01 1970 - 00:00:00)
  2. DRAM: 1024 MiB
  3. Failed to set core voltage! Can't set CPU frequency
  4. Trying to boot from
  5.  
  6.  
  7. U-Boot 2016.03-00002-g5b53c41-dirty (Jan 01 1970 - 00:00:00 +0000) Allwinner Technology
  8.  
  9. CPU: Allwinner H3 (SUN8I)
  10. I2C: ready
  11. DRAM: 1 GiB
  12. MMC: SUNXI SD/MMC: 0
  13. *** Warning - bad CRC, using default environment
  14.  
  15. In: serial
  16. Out: serial
  17. Err: serial
  18. Net: No ethernet found.
  19. starting USB...
  20. USB0: USB EHCI 1.00
  21. USB1: USB OHCI 1.0
  22. USB2: USB EHCI 1.00
  23. USB3: USB OHCI 1.0
  24. USB4: USB EHCI 1.00
  25. USB5: USB OHCI 1.0
  26. scanning bus 0 for devices... 1 USB Device(s) found
  27. scanning bus 2 for devices... 1 USB Device(s) found
  28. scanning bus 4 for devices... 1 USB Device(s) found
  29. Hit any key to stop autoboot: 0
  30. (FEL boot)
  31. ## Executing script at 43100000
  32. ## Booting kernel from Legacy Image at 42000000 ...
  33. Image Name: Linux-3.4.39+
  34. Image Type: ARM Linux Kernel Image (uncompressed)
  35. Data Size: 7045824 Bytes = 6.7 MiB
  36. Load Address: 40008000
  37. Entry Point: 40008000
  38. Verifying Checksum ... OK
  39. Loading Kernel Image ... OK
  40. Using machid 0x1029 from environment
  41.  
  42. Starting kernel ...
  43.  
  44. [sun8i_fixup]: From boot, get meminfo:
  45. Start: 0x40000000
  46. Size: 1024MB
  47. ion_carveout reserve: 160m@0 256m@0 130m@1 200m@1
  48. ion_reserve_common: ion reserve: [0x70000000, 0x80000000]!
  49. [ 6.236915] failed to get normal led pin assign
  50. [ 6.236945] failed to get standby led pin assign
  51. [ 6.777453] sunxikbd_init failed.
  52. [ 6.781360] ls_fetch_sysconfig_para: type err device_used = 0.
  53. [ 6.790151] tscdev_init: tsc driver is disabled
  54. [ 6.798655] [cpu_freq] ERR:get cpu extremity frequency from sysconfig failed, use max_freq
  55. [ 6.819713] no green_led, ignore it!
  56. [ 6.823696] no blue_led, ignore it!
  57. [ 6.830326] request gpio failed!
  58. [ 6.878408] ths_fetch_sysconfig_para: type err device_used = 1.
  59. Starting logging: OK
  60. Initializing random number generator... done.
  61. Starting network...
  62. This is a simple textured cube demo from the lima driver and
  63. a memtester. Both combined in a single program. The mali400
  64. hardware is only used to stress RAM in the background. But
  65. this happens to significantly increase chances of exposing
  66. memory stability related problems.
  67.  
  68. Kernel driver is version 14
  69. Detected 1 Mali-400 GP Cores.
  70. Detected 2 Mali-400 PP Cores.
  71. FB: 1280x720@32bpp at 0x70200000 (0x00708000)
  72. Using dual buffered direct rendering to FB.
  73.  
  74. memtester version 4.3.0 (32-bit)
  75. Copyright (C) 2001-2012 Charles Cazabon.
  76. Licensed under the GNU General Public License version 2 (only).
  77.  
  78. pagesize is 4096
  79. pagesizemask is 0xfffff000
  80. want 50MB (52428800 bytes)
  81. got 50MB (52428800 bytes), trying mlock ...locked.
  82. Loop 1/2:
  83. Stuck Address : testing 1FAILURE: possible bad address line at offset 0x000184a8.
  84. Skipping to next test...
  85. Random Value : ok
  86. Compare XOR : ok
  87. Compare SUB : ok
  88. Compare MUL : ok
  89. Compare DIV : ok
  90. Compare OR : ok
  91. Compare AND : ok
  92. Sequential Increment: ok
  93. Bit Flip : ok
  94. Block Sequential : ok
  95. Checkerboard : ok
  96. Bit Spread : seteok
  97. Solid Bits : setting 35
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement