Advertisement
Guest User

Petalinux SD Card Step 2

a guest
Dec 19th, 2017
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.57 KB | None | 0 0
  1. Xilinx Zynq MP First Stage Boot Loader
  2. Release 2017.2 Dec 18 2017 - 22:45:52
  3. NOTICE: ATF running on XCZU3EG/silicon v4/RTL5.1 at 0xfffea000, with PMU firmware
  4. NOTICE: BL31: Secure code at 0x0
  5. NOTICE: BL31: Non secure code at 0x8000000
  6. NOTICE: BL31: v1.3(release):0d9d51a
  7. NOTICE: BL31: Built : 07:07:49, Dec 19 2017
  8.  
  9.  
  10. U-Boot 2017.01 (Dec 18 2017 - 23:08:24 -0800) Xilinx ZynqMP ZCU102 revB
  11.  
  12. I2C: Error, wrong i2c adapter 0 max 0 possible
  13. Error, wrong i2c adapter 0 max 0 possible
  14. ready
  15. DRAM: 2 GiB
  16. EL Level: EL2
  17. Chip ID: xczu3eg
  18. MMC: sdhci@ff160000: 0 (eMMC), sdhci@ff170000: 1 (SD)
  19. SF: Detected n25q256a with page size 512 Bytes, erase size 128 KiB, total 64 MiB
  20. Error, wrong i2c adapter 0 max 0 possible
  21. Error, wrong i2c adapter 0 max 0 possible
  22. In: serial
  23. Out: serial
  24. Err: serial
  25. Net: ZYNQ GEM: ff0e0000, phyaddr 9, interface rgmii-id
  26. eth0: ethernet@ff0e0000
  27. Hit any key to stop autoboot: 0
  28. Device: sdhci@ff160000
  29. Manufacturer ID: 13
  30. OEM: 14e
  31. Name: Q2J55
  32. Tran Speed: 25000000
  33. Rd Block Len: 512
  34. MMC version 5.0
  35. High Capacity: Yes
  36. Capacity: 7.1 GiB
  37. Bus Width: 8-bit
  38. Erase Group Size: 512 KiB
  39. HC WP Group Size: 8 MiB
  40. User Capacity: 7.1 GiB WRREL
  41. Boot Capacity: 16 MiB ENH
  42. RPMB Capacity: 4 MiB ENH
  43. reading image.ub
  44. 13336344 bytes read in 901 ms (14.1 MiB/s)
  45. ## Loading kernel from FIT Image at 10000000 ...
  46. Using 'conf@2' configuration
  47. Trying 'kernel@0' kernel subimage
  48. Description: Linux Kernel
  49. Type: Kernel Image
  50. Compression: uncompressed
  51. Data Start: 0x100000d8
  52. Data Size: 13302272 Bytes = 12.7 MiB
  53. Architecture: AArch64
  54. OS: Linux
  55. Load Address: 0x00080000
  56. Entry Point: 0x00080000
  57. Hash algo: sha1
  58. Hash value: 422bdb7172abc96bb2a74ba16528a0899ed91eb6
  59. Verifying Hash Integrity ... sha1+ OK
  60. ## Loading fdt from FIT Image at 10000000 ...
  61. Using 'conf@2' configuration
  62. Trying 'fdt@0' fdt subimage
  63. Description: Flattened Device Tree blob
  64. Type: Flat Device Tree
  65. Compression: uncompressed
  66. Data Start: 0x10cafbd0
  67. Data Size: 32766 Bytes = 32 KiB
  68. Architecture: AArch64
  69. Hash algo: sha1
  70. Hash value: 9a0b8978f2731b691d4ee8e3e3c9c3ad69dddc32
  71. Verifying Hash Integrity ... sha1+ OK
  72. Booting using the fdt blob at 0x10cafbd0
  73. Loading Kernel Image ... OK
  74. Loading Device Tree to 0000000007ff5000, end 0000000007fffffd ... OK
  75.  
  76. Starting kernel ...
  77.  
  78. [ 0.000000] Booting Linux on physical CPU 0x0
  79. [ 0.000000] Linux version 4.9.0-xilinx-v2017.2 (jon@jon-VirtualBox) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #1 SMP Mon Dec 18 22:52:06 PST 2017
  80. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  81. [ 0.000000] earlycon: cdns0 at MMIO 0x00000000ff000000 (options '115200n8')
  82. [ 0.000000] bootconsole [cdns0] enabled
  83. [ 0.000000] efi: Getting EFI parameters from FDT:
  84. [ 0.000000] efi: UEFI not found.
  85. [ 0.000000] cma: Reserved 128 MiB at 0x0000000078000000
  86. [ 0.000000] psci: probing for conduit method from DT.
  87. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  88. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  89. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  90. [ 0.000000] percpu: Embedded 21 pages/cpu @ffffffc077f7a000 s48152 r8192 d29672 u86016
  91. [ 0.000000] Detected VIPT I-cache on CPU0
  92. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  93. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 517120
  94. [ 0.000000] Kernel command line: earlycon earlyprintk clk_ignore_unused root=/dev/mmcblk1p2 rw rootwait console=ttyPS0,115200
  95. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  96. [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
  97. [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
  98. [ 0.000000] Memory: 1920336K/2097152K available (9020K kernel code, 574K rwdata, 2820K rodata, 512K init, 394K bss, 45744K reserved, 131072K cma-reserved)
  99. [ 0.000000] Virtual kernel memory layout:
  100. [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
  101. [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
  102. [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008950000 ( 9024 KB)
  103. [ 0.000000] .rodata : 0xffffff8008950000 - 0xffffff8008c20000 ( 2880 KB)
  104. [ 0.000000] .init : 0xffffff8008c20000 - 0xffffff8008ca0000 ( 512 KB)
  105. [ 0.000000] .data : 0xffffff8008ca0000 - 0xffffff8008d2fa00 ( 575 KB)
  106. [ 0.000000] .bss : 0xffffff8008d2fa00 - 0xffffff8008d9252c ( 395 KB)
  107. [ 0.000000] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)
  108. [ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
  109. [ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
  110. [ 0.000000] 0xffffffbf00000000 - 0xffffffbf01c00000 ( 28 MB actual)
  111. [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc080000000 ( 2048 MB)
  112. [ 0.000000] Hierarchical RCU implementation.
  113. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  114. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  115. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
  116. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  117. [ 0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
  118. [ 0.000000] GIC: Using split EOI/Deactivate mode
  119. [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 99.99MHz (phys).
  120. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x171015c90f, max_idle_ns: 440795203080 ns
  121. [ 0.000003] sched_clock: 56 bits at 99MHz, resolution 10ns, wraps every 4398046511101ns
  122. [ 0.008267] Console: colour dummy device 80x25
  123. [ 0.012538] Calibrating delay loop (skipped), value calculated using timer frequency.. 199.99 BogoMIPS (lpj=399996)
  124. [ 0.022897] pid_max: default: 32768 minimum: 301
  125. [ 0.027591] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
  126. [ 0.034148] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
  127. [ 0.041853] ASID allocator initialised with 65536 entries
  128. [ 0.047616] zynqmp_plat_init Power management API v0.3
  129. [ 0.052641] EFI services will not be available.
  130. [ 0.057422] Detected VIPT I-cache on CPU1
  131. [ 0.057451] CPU1: Booted secondary processor [410fd034]
  132. [ 0.057736] Detected VIPT I-cache on CPU2
  133. [ 0.057755] CPU2: Booted secondary processor [410fd034]
  134. [ 0.058026] Detected VIPT I-cache on CPU3
  135. [ 0.058045] CPU3: Booted secondary processor [410fd034]
  136. [ 0.058083] Brought up 4 CPUs
  137. [ 0.088368] SMP: Total of 4 processors activated.
  138. [ 0.093045] CPU features: detected feature: 32-bit EL0 Support
  139. [ 0.098842] CPU: All CPU(s) started at EL2
  140. [ 0.102914] alternatives: patching kernel code
  141. [ 0.108053] devtmpfs: initialized
  142. [ 0.115863] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  143. [ 0.128354] xor: measuring software checksum speed
  144. [ 0.173031] 8regs : 2111.000 MB/sec
  145. [ 0.213062] 8regs_prefetch: 1882.000 MB/sec
  146. [ 0.257431] 32regs : 2594.000 MB/sec
  147. [ 0.297463] 32regs_prefetch: 2181.000 MB/sec
  148. [ 0.301891] xor: using function: 32regs (2594.000 MB/sec)
  149. [ 0.307343] pinctrl core: initialized pinctrl subsystem
  150. [ 0.313090] NET: Registered protocol family 16
  151. [ 0.335562] cpuidle: using governor menu
  152. [ 0.339508] Failed to initialise IOMMU /amba/smmu@fd800000
  153. [ 0.345011] vdso: 2 pages (1 code @ ffffff8008957000, 1 data @ ffffff8008ca4000)
  154. [ 0.352219] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  155. [ 0.359557] DMA: preallocated 256 KiB pool for atomic allocations
  156. [ 0.376153] reset_zynqmp reset-controller: Xilinx zynqmp reset driver probed
  157. [ 0.383423] ARM CCI_400_r1 PMU driver probed[ 0.390791] zynqmp-pinctrl ff180000.pinctrl: zynqmp pinctrl initialized
  158. [ 0.425469] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  159. [ 0.496753] raid6: int64x1 gen() 373 MB/s
  160. [ 0.568762] raid6: int64x1 xor() 405 MB/s
  161. [ 0.640775] raid6: int64x2 gen() 617 MB/s
  162. [ 0.712814] raid6: int64x2 xor() 549 MB/s
  163. [ 0.784867] raid6: int64x4 gen() 901 MB/s
  164. [ 0.856921] raid6: int64x4 xor() 677 MB/s
  165. [ 0.929005] raid6: int64x8 gen() 1050 MB/s
  166. [ 1.001021] raid6: int64x8 xor() 684 MB/s
  167. [ 1.073150] raid6: neonx1 gen() 662 MB/s
  168. [ 1.145123] raid6: neonx1 xor() 695 MB/s
  169. [ 1.217228] raid6: neonx2 gen() 1069 MB/s
  170. [ 1.289243] raid6: neonx2 xor() 948 MB/s
  171. [ 1.361285] raid6: neonx4 gen() 1379 MB/s
  172. [ 1.433341] raid6: neonx4 xor() 1082 MB/s
  173. [ 1.505390] raid6: neonx8 gen() 1453 MB/s
  174. [ 1.577448] raid6: neonx8 xor() 1119 MB/s
  175. [ 1.581524] raid6: using algorithm neonx8 gen() 1453 MB/s
  176. [ 1.586886] raid6: .... xor() 1119 MB/s, rmw enabled
  177. [ 1.591816] raid6: using intx1 recovery algorithm
  178. [ 1.596896] GPIO IRQ not connected
  179. [ 1.600109] XGpio: /amba_pl@0/gpio@80000000: registered, base is 504
  180. [ 1.606638] GPIO IRQ not connected
  181. [ 1.609849] XGpio: /amba_pl@0/gpio@80010000: registered, base is 496
  182. [ 1.616214] Bad mode in Error handler detected on CPU1, code 0xbf000000 -- SError
  183. [ 1.623605] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.9.0-xilinx-v2017.2 #1
  184. [ 1.630695] Hardware name: xlnx,zynqmp (DT)
  185. [ 1.634849] task: ffffffc075866c00 task.stack: ffffffc075868000
  186. [ 1.640736] PC is at xgpio_save_regs+0x1c/0x38
  187. [ 1.645143] LR is at of_mm_gpiochip_add_data+0x60/0xc8
  188. [ 1.650245] pc : [<ffffff80084217ac>] lr : [<ffffff800841ee20>] pstate: 60000045
  189. [ 1.657596] sp : ffffffc07586bbb0
  190. [ 1.660884] x29: ffffffc07586bbb0 x28: ffffff8008421000
  191. [ 1.666160] x27: ffffff8008421000 x26: ffffff8008421000
  192. [ 1.671437] x25: ffffff8008421000 x24: ffffff8008421000
  193. [ 1.676713] x23: ffffff8008421000 x22: ffffffc0753d3c18
  194. [ 1.681990] x21: 0000000000000000 x20: ffffffc077ff6d78
  195. [ 1.687266] x19: ffffffc0753d3c18 x18: 0000000000000001
  196. [ 1.692543] x17: 0000000000000001 x16: 0000000000000019
  197. [ 1.697820] x15: ffffffffffffffff x14: ffffffc075a2068a
  198. [ 1.703096] x13: ffffffc075a20689 x12: 0000000000000000
  199. [ 1.708373] x11: 0088000000000000 x10: 0000000000000801
  200. [ 1.713649] x9 : ffffff8008cbf000 x8 : ffffff8008e0ffff
  201. [ 1.718926] x7 : ffffff8008e0ffff x6 : ffffff8008ba0000
  202. [ 1.724202] x5 : ffffff8008e10000 x4 : 0000008077220000
  203. [ 1.729479] x3 : 0000000000000000 x2 : 0000000000000000
  204. [ 1.734755] x1 : ffffff8008e00000 x0 : ffffffc0753d3c18
  205. [ 1.740031]
  206. [ 1.741505] Internal error: Oops - bad mode: 0 [#1] SMP
  207. [ 1.746693] Modules linked in:
  208. [ 1.749722] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.9.0-xilinx-v2017.2 #1
  209. [ 1.756813] Hardware name: xlnx,zynqmp (DT)
  210. [ 1.760966] task: ffffffc075866c00 task.stack: ffffffc075868000
  211. [ 1.766850] PC is at xgpio_save_regs+0x1c/0x38
  212. [ 1.771260] LR is at of_mm_gpiochip_add_data+0x60/0xc8
  213. [ 1.776363] pc : [<ffffff80084217ac>] lr : [<ffffff800841ee20>] pstate: 60000045
  214. [ 1.783715] sp : ffffffc07586bbb0
  215. [ 1.787002] x29: ffffffc07586bbb0 x28: ffffff8008421000
  216. [ 1.792279] x27: ffffff8008421000 x26: ffffff8008421000
  217. [ 1.797555] x25: ffffff8008421000 x24: ffffff8008421000
  218. [ 1.802832] x23: ffffff8008421000 x22: ffffffc0753d3c18
  219. [ 1.808108] x21: 0000000000000000 x20: ffffffc077ff6d78
  220. [ 1.813385] x19: ffffffc0753d3c18 x18: 0000000000000001
  221. [ 1.818661] x17: 0000000000000001 x16: 0000000000000019
  222. [ 1.823938] x15: ffffffffffffffff x14: ffffffc075a2068a
  223. [ 1.829214] x13: ffffffc075a20689 x12: 0000000000000000
  224. [ 1.834491] x11: 0088000000000000 x10: 0000000000000801
  225. [ 1.839767] x9 : ffffff8008cbf000 x8 : ffffff8008e0ffff
  226. [ 1.845044] x7 : ffffff8008e0ffff x6 : ffffff8008ba0000
  227. [ 1.850321] x5 : ffffff8008e10000 x4 : 0000008077220000
  228. [ 1.855597] x3 : 0000000000000000 x2 : 0000000000000000
  229. [ 1.860874] x1 : ffffff8008e00000 x0 : ffffffc0753d3c18
  230. [ 1.866149]
  231. [ 1.867622] Process swapper/0 (pid: 1, stack limit = 0xffffffc075868020)
  232. [ 1.874283] Stack: (0xffffffc07586bbb0 to 0xffffffc07586c000)
  233. [ 1.879992] bba0: ffffffc07586bbe0 ffffff8008421f18
  234. [ 1.887778] bbc0: ffffffc07502a010 ffffffc077ff6d78 0000000000000000 ffffffc0753d3c18
  235. [ 1.895563] bbe0: ffffffc07586bc60 ffffff8008502430 00000000fffffffe ffffffc07502a010
  236. [ 1.903348] bc00: ffffff8008ce1f20 ffffff8008ce1f48 0000000000000000 ffffff8008c606f8
  237. [ 1.911133] bc20: ffffff8008c20458 ffffff8008d33000 ffffff8008c6d480 0000000000000000
  238. [ 1.918918] bc40: 0000000000000000 ffffff8008504870 ffffffc07586bc60 0000000308502410
  239. [ 1.926703] bc60: ffffffc07586bc90 ffffff80085008d4 ffffffc07502a010 ffffff8008d74000
  240. [ 1.934488] bc80: 0000000000000000 ffffff8008d74000 ffffffc07586bcd0 ffffff8008500a2c
  241. [ 1.942273] bca0: ffffffc07502a010 ffffff8008ce1f48 ffffffc07502a070 ffffff8008cf1ae0
  242. [ 1.950059] bcc0: ffffff8008cf1000 ffffff80080830a0 ffffffc07586bd00 ffffff80084fe924
  243. [ 1.957843] bce0: 0000000000000000 ffffff8008ce1f48 ffffff8008500980 ffffff8008cf1ae0
  244. [ 1.965629] bd00: ffffffc07586bd40 ffffff80085000c0 ffffff8008ce1f48 ffffffc0753e3300
  245. [ 1.973414] bd20: 0000000000000000 00000000ffffffe0 ffffffc0758330a8 ffffffc075020368
  246. [ 1.981199] bd40: ffffffc07586bd50 ffffff80084ffc10 ffffffc07586bd90 ffffff8008501210
  247. [ 1.988984] bd60: ffffff8008ce1f48 ffffffc075868000 0000000000000000 ffffff8008c60718
  248. [ 1.996769] bd80: ffffff8008c0d968 0000000000000000 ffffffc07586bdb0 ffffff8008502368
  249. [ 2.004554] bda0: ffffff8008c40578 ffffffc075868000 ffffffc07586bdc0 ffffff8008c40590
  250. [ 2.012339] bdc0: ffffffc07586bdd0 ffffff80080830b8 ffffffc07586be40 ffffff8008c20c94
  251. [ 2.020124] bde0: 0000000000000129 ffffff8008d33000 0000000000000004 ffffff8008c60718
  252. [ 2.027909] be00: ffffff8008c6d300 0000000000000000 0000000000000000 ffffff8008ad5fa0
  253. [ 2.035694] be20: 0000000400000004 ffffff8008c20458 0000000000000000 ffffff8008c0d968
  254. [ 2.043479] be40: ffffffc07586bea0 ffffff80089359a0 ffffff8008935990 0000000000000000
  255. [ 2.051264] be60: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  256. [ 2.059049] be80: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  257. [ 2.066835] bea0: 0000000000000000 ffffff8008082e80 ffffff8008935990 0000000000000000
  258. [ 2.074619] bec0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  259. [ 2.082404] bee0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  260. [ 2.090189] bf00: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  261. [ 2.097974] bf20: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  262. [ 2.105760] bf40: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  263. [ 2.113545] bf60: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  264. [ 2.121330] bf80: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  265. [ 2.129115] bfa0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  266. [ 2.136900] bfc0: 0000000000000000 0000000000000005 0000000000000000 0000000000000000
  267. [ 2.144685] bfe0: 0000000000000000 0000000000000000 ffffffffffffffff ffffffffffffffff
  268. [ 2.152468] Call trace:
  269. [ 2.154894] [<ffffff80084217ac>] xgpio_save_regs+0x1c/0x38
  270. [ 2.160342] [<ffffff8008421f18>] xgpio_of_probe+0x180/0x478
  271. [ 2.165881] [<ffffff8008502430>] platform_drv_probe+0x58/0xc0
  272. [ 2.171588] [<ffffff80085008d4>] driver_probe_device+0x1fc/0x2a8
  273. [ 2.177556] [<ffffff8008500a2c>] __driver_attach+0xac/0xb0
  274. [ 2.183005] [<ffffff80084fe924>] bus_for_each_dev+0x64/0xa0
  275. [ 2.188541] [<ffffff80085000c0>] driver_attach+0x20/0x28
  276. [ 2.193818] [<ffffff80084ffc10>] bus_add_driver+0x110/0x230
  277. [ 2.199354] [<ffffff8008501210>] driver_register+0x60/0xf8
  278. [ 2.204804] [<ffffff8008502368>] __platform_driver_register+0x40/0x48
  279. [ 2.211207] [<ffffff8008c40590>] xgpio_init+0x18/0x20
  280. [ 2.216223] [<ffffff80080830b8>] do_one_initcall+0x38/0x128
  281. [ 2.221758] [<ffffff8008c20c94>] kernel_init_freeable+0x140/0x1e0
  282. [ 2.227813] [<ffffff80089359a0>] kernel_init+0x10/0x100
  283. [ 2.233002] [<ffffff8008082e80>] ret_from_fork+0x10/0x50
  284. [ 2.238280] Code: b9410002 8b030021 b9000022 d5033e9f (b9410802)
  285. [ 2.244370] ---[ end trace 69241642aafa0322 ]---
  286. [ 2.248930] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
  287. [ 2.248930]
  288. [ 2.257999] SMP: stopping secondary CPUs
  289. [ 2.261895] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
  290. [ 2.261895]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement