Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.62 KB | None | 0 0
  1. U-Boot SPL 2018.01-07885-g27d76700ed-dirty (Jul 20 2019 - 09:49:04)
  2. DRAM: 64 MiB
  3. Trying to boot from sunxi SPI
  4.  
  5.  
  6. U-Boot 2018.01-07885-g27d76700ed-dirty (Jul 20 2019 - 09:49:04 -0700) Allwinner Technology
  7.  
  8. CPU: Allwinner F Series (SUNIV)
  9. Model: Lichee Pi Nano
  10. DRAM: 64 MiB
  11. MMC: SUNXI SD/MMC: 0
  12. SF: Detected w25q80bl with page size 256 Bytes, erase size 4 KiB, total 1 MiB
  13. In: serial@1c25400
  14. Out: serial@1c25400
  15. Err: serial@1c25400
  16. Net: No ethernet found.
  17. starting USB...
  18. No controllers found
  19. Hit any key to stop autoboot: 0
  20. => mmc dev 0
  21. switch to partitions #0, OK
  22. mmc0 is current device
  23. => fatload mmc 0 80007800 uImage
  24. reading uImage
  25. 3802688 bytes read in 382 ms (9.5 MiB/s)
  26. => fatload mmc 0 80808000 suniv-f1c100s-licheepi-nano.dtb
  27. reading suniv-f1c100s-licheepi-nano.dtb
  28. 7632 bytes read in 32 ms (232.4 KiB/s)
  29. => setenv bootargs "earlyprintk=sunxi-uart,0x01c25400 loglevel=8 console=ttyS1,115200 init=/init root=/dev/mmcblk0p2"
  30. => bootm 80007800 - 80808000
  31. ## Booting kernel from Legacy Image at 80007800 ...
  32. Image Name: Linux-4.14.0-licheepi-nano+
  33. Image Type: ARM Linux Kernel Image (uncompressed)
  34. Data Size: 3802624 Bytes = 3.6 MiB
  35. Load Address: 80008000
  36. Entry Point: 80008000
  37. Verifying Checksum ... OK
  38. ## Flattened Device Tree blob at 80808000
  39. Booting using the fdt blob at 0x80808000
  40. Loading Kernel Image ... OK
  41. Loading Device Tree to 816fb000, end 816ffdcf ... OK
  42.  
  43. Starting kernel ...
  44.  
  45. [ 0.000000] Booting Linux on physical CPU 0x0
  46. [ 0.000000] Linux version 4.14.0-licheepi-nano+ (swhite@moyo) (gcc version 7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4] (Linaro GCC 7.4-2019.02)) #1 Sat Jul 20 11:45:31 PDT 2019
  47. [ 0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=0005317f
  48. [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
  49. [ 0.000000] OF: fdt: Machine model: Lichee Pi Nano
  50. [ 0.000000] Memory policy: Data cache writeback
  51. [ 0.000000] On node 0 totalpages: 16384
  52. [ 0.000000] free_area_init_node: node 0, pgdat c0a34448, node_mem_map c3f7a000
  53. [ 0.000000] Normal zone: 128 pages used for memmap
  54. [ 0.000000] Normal zone: 0 pages reserved
  55. [ 0.000000] Normal zone: 16384 pages, LIFO batch:3
  56. [ 0.000000] random: fast init done
  57. [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  58. [ 0.000000] pcpu-alloc: [0] 0
  59. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16256
  60. [ 0.000000] Kernel command line: earlyprintk=sunxi-uart,0x01c25400 loglevel=8 console=ttyS1,115200 init=/init root=/dev/mmcblk0p2
  61. [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  62. [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  63. [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  64. [ 0.000000] Memory: 55164K/65536K available (6144K kernel code, 211K rwdata, 1372K rodata, 1024K init, 249K bss, 10372K reserved, 0K cma-reserved, 0K highmem)
  65. [ 0.000000] Virtual kernel memory layout:
  66. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  67. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  68. [ 0.000000] vmalloc : 0xc4800000 - 0xff800000 ( 944 MB)
  69. [ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB)
  70. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  71. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  72. [ 0.000000] .text : 0xc0008000 - 0xc0700000 (7136 kB)
  73. [ 0.000000] .init : 0xc0900000 - 0xc0a00000 (1024 kB)
  74. [ 0.000000] .data : 0xc0a00000 - 0xc0a34fa0 ( 212 kB)
  75. [ 0.000000] .bss : 0xc0a3a10c - 0xc0a78524 ( 250 kB)
  76. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  77. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  78. [ 0.000044] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  79. [ 0.000106] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  80. [ 0.000619] Console: colour dummy device 80x30
  81. [ 0.000708] Calibrating delay loop... 203.16 BogoMIPS (lpj=1015808)
  82. [ 0.070221] pid_max: default: 32768 minimum: 301
  83. [ 0.070548] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  84. [ 0.070585] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  85. [ 0.071970] CPU: Testing write buffer coherency: ok
  86. [ 0.073532] Setting up static identity map for 0x80100000 - 0x80100058
  87. [ 0.075943] devtmpfs: initialized
  88. [ 0.082141] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  89. [ 0.082197] futex hash table entries: 256 (order: -1, 3072 bytes)
  90. [ 0.082446] pinctrl core: initialized pinctrl subsystem
  91. [ 0.084374] NET: Registered protocol family 16
  92. [ 0.085719] DMA: preallocated 256 KiB pool for atomic coherent allocations
  93. [ 0.087482] cpuidle: using governor menu
  94. [ 0.111290] SCSI subsystem initialized
  95. [ 0.111607] usbcore: registered new interface driver usbfs
  96. [ 0.111740] usbcore: registered new interface driver hub
  97. [ 0.111953] usbcore: registered new device driver usb
  98. [ 0.112365] pps_core: LinuxPPS API ver. 1 registered
  99. [ 0.112392] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  100. [ 0.112448] PTP clock support registered
  101. [ 0.112878] Advanced Linux Sound Architecture Driver Initialized.
  102. [ 0.115758] clocksource: Switched to clocksource timer
  103. [ 0.140936] NET: Registered protocol family 2
  104. [ 0.142300] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  105. [ 0.142378] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  106. [ 0.142429] TCP: Hash tables configured (established 1024 bind 1024)
  107. [ 0.142684] UDP hash table entries: 256 (order: 0, 4096 bytes)
  108. [ 0.142737] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  109. [ 0.143174] NET: Registered protocol family 1
  110. [ 0.144113] RPC: Registered named UNIX socket transport module.
  111. [ 0.144152] RPC: Registered udp transport module.
  112. [ 0.144169] RPC: Registered tcp transport module.
  113. [ 0.144184] RPC: Registered tcp NFSv4.1 backchannel transport module.
  114. [ 0.145213] NetWinder Floating Point Emulator V0.97 (double precision)
  115. [ 0.147053] Initialise system trusted keyrings
  116. [ 0.147594] workingset: timestamp_bits=30 max_order=14 bucket_order=0
  117. [ 0.163743] NFS: Registering the id_resolver key type
  118. [ 0.163829] Key type id_resolver registered
  119. [ 0.163846] Key type id_legacy registered
  120. [ 0.176287] Key type asymmetric registered
  121. [ 0.176326] Asymmetric key parser 'x509' registered
  122. [ 0.176530] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  123. [ 0.176558] io scheduler noop registered
  124. [ 0.176575] io scheduler deadline registered
  125. [ 0.177292] io scheduler cfq registered (default)
  126. [ 0.177325] io scheduler mq-deadline registered
  127. [ 0.177342] io scheduler kyber registered
  128. [ 0.178358] sun4i-usb-phy 1c13400.phy: Couldn't request ID GPIO
  129. [ 0.187687] suniv-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  130. [ 0.349986] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  131. [ 0.376591] 1c25000.serial: ttyS0 at MMIO 0x1c25000 (irq = 22, base_baud = 6250000) is a 16550A
  132. [ 0.399171] 1c25400.serial: ttyS1 at MMIO 0x1c25400 (irq = 23, base_baud = 6250000) is a 16550A
  133. [ 0.918617] console [ttyS1] enabled
  134. [ 0.927799] SCSI Media Changer driver v0.25
  135. [ 0.933266] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  136. [ 0.939908] ehci-platform: EHCI generic platform driver
  137. [ 0.945387] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  138. [ 0.951668] ohci-platform: OHCI generic platform driver
  139. [ 0.957305] usbcore: registered new interface driver usb-storage
  140. [ 0.964139] udc-core: couldn't find an available UDC - added [g_cdc] to list of pending drivers
  141. [ 0.973157] i2c /dev entries driver
  142. [ 1.035883] sunxi-mmc 1c0f000.mmc: base:0xc4857000 irq:18
  143. [ 1.043186] usbcore: registered new interface driver usbhid
  144. [ 1.048878] usbhid: USB HID core driver
  145. [ 1.070097] NET: Registered protocol family 17
  146. [ 1.074766] Key type dns_resolver registered
  147. [ 1.081385] Loading compiled-in X.509 certificates
  148. [ 1.096392] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
  149. [ 1.108046] ------------[ cut here ]------------
  150. [ 1.112736] WARNING: CPU: 0 PID: 3 at drivers/usb/musb/sunxi.c:411 sunxi_musb_ep_offset+0x3c/0x54
  151. [ 1.121700] sunxi_musb_ep_offset called with non 0 offset
  152. [ 1.127137] Modules linked in:
  153. [ 1.130213] CPU: 0 PID: 3 Comm: kworker/0:0 Not tainted 4.14.0-licheepi-nano+ #1
  154. [ 1.137625] Hardware name: Allwinner suniv Family
  155. [ 1.142348] Workqueue: events deferred_probe_work_func
  156. [ 1.147596] [<c010e560>] (unwind_backtrace) from [<c010b6b0>] (show_stack+0x10/0x14)
  157. [ 1.155351] [<c010b6b0>] (show_stack) from [<c0116674>] (__warn+0xd4/0xfc)
  158. [ 1.162285] [<c0116674>] (__warn) from [<c01166d4>] (warn_slowpath_fmt+0x38/0x48)
  159. [ 1.169825] [<c01166d4>] (warn_slowpath_fmt) from [<c046414c>] (sunxi_musb_ep_offset+0x3c/0x54)
  160. [ 1.178594] [<c046414c>] (sunxi_musb_ep_offset) from [<c0457c2c>] (ep_config_from_hw+0xc4/0x158)
  161. [ 1.187438] [<c0457c2c>] (ep_config_from_hw) from [<c04598a0>] (musb_probe+0x8d8/0xbe8)
  162. [ 1.195454] [<c04598a0>] (musb_probe) from [<c03e1578>] (platform_drv_probe+0x50/0xac)
  163. [ 1.203429] [<c03e1578>] (platform_drv_probe) from [<c03dfd8c>] (driver_probe_device+0x234/0x2f0)
  164. [ 1.212347] [<c03dfd8c>] (driver_probe_device) from [<c03de3a4>] (bus_for_each_drv+0x48/0x94)
  165. [ 1.220909] [<c03de3a4>] (bus_for_each_drv) from [<c03dfa74>] (__device_attach+0xac/0x114)
  166. [ 1.229224] [<c03dfa74>] (__device_attach) from [<c03df07c>] (bus_probe_device+0x84/0x8c)
  167. [ 1.237465] [<c03df07c>] (bus_probe_device) from [<c03dd4fc>] (device_add+0x370/0x58c)
  168. [ 1.245395] [<c03dd4fc>] (device_add) from [<c03e138c>] (platform_device_add+0x100/0x218)
  169. [ 1.253629] [<c03e138c>] (platform_device_add) from [<c03e1d64>] (platform_device_register_full+0xec/0x100)
  170. [ 1.263420] [<c03e1d64>] (platform_device_register_full) from [<c0463da8>] (sunxi_musb_probe+0x244/0x408)
  171. [ 1.273030] [<c0463da8>] (sunxi_musb_probe) from [<c03e1578>] (platform_drv_probe+0x50/0xac)
  172. [ 1.281508] [<c03e1578>] (platform_drv_probe) from [<c03dfd8c>] (driver_probe_device+0x234/0x2f0)
  173. [ 1.290415] [<c03dfd8c>] (driver_probe_device) from [<c03de3a4>] (bus_for_each_drv+0x48/0x94)
  174. [ 1.298975] [<c03de3a4>] (bus_for_each_drv) from [<c03dfa74>] (__device_attach+0xac/0x114)
  175. [ 1.307276] [<c03dfa74>] (__device_attach) from [<c03df07c>] (bus_probe_device+0x84/0x8c)
  176. [ 1.315448] [<c03df07c>] (bus_probe_device) from [<c03df4b8>] (deferred_probe_work_func+0x48/0x140)
  177. [ 1.324543] [<c03df4b8>] (deferred_probe_work_func) from [<c0129aa4>] (process_one_work+0x1d8/0x3ec)
  178. [ 1.333727] [<c0129aa4>] (process_one_work) from [<c0129f54>] (worker_thread+0x29c/0x5b8)
  179. [ 1.341953] [<c0129f54>] (worker_thread) from [<c012effc>] (kthread+0x120/0x138)
  180. [ 1.349410] [<c012effc>] (kthread) from [<c0107dc8>] (ret_from_fork+0x14/0x2c)
  181. [ 1.356661] ---[ end trace 58242d5dddf4d73f ]---
  182. [ 1.361291] musb-sunxi 1c13000.usb: Error unknown readb offset 128
  183. [ 1.367607] musb-hdrc musb-hdrc.1.auto: musb_init_controller failed with status -22
  184. [ 1.375386] musb-hdrc: probe of musb-hdrc.1.auto failed with error -22
  185. [ 1.384905] ALSA device list:
  186. [ 1.388001] #0: Loopback 1
  187. [ 1.392454] VFS: Cannot open root device "mmcblk0p2" or unknown-block(0,0): error -6
  188. [ 1.400301] Please append a correct "root=" boot option; here are the available partitions:
  189. [ 1.408690] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
  190. [ 1.416946] CPU: 0 PID: 1 Comm: swapper Tainted: G W 4.14.0-licheepi-nano+ #1
  191. [ 1.425182] Hardware name: Allwinner suniv Family
  192. [ 1.429950] [<c010e560>] (unwind_backtrace) from [<c010b6b0>] (show_stack+0x10/0x14)
  193. [ 1.437706] [<c010b6b0>] (show_stack) from [<c011680c>] (panic+0xb8/0x230)
  194. [ 1.444605] [<c011680c>] (panic) from [<c09011a0>] (mount_block_root+0x170/0x250)
  195. [ 1.452096] [<c09011a0>] (mount_block_root) from [<c0901374>] (mount_root+0xf4/0x120)
  196. [ 1.459928] [<c0901374>] (mount_root) from [<c09014c8>] (prepare_namespace+0x128/0x188)
  197. [ 1.467932] [<c09014c8>] (prepare_namespace) from [<c0900dd0>] (kernel_init_freeable+0x174/0x1b8)
  198. [ 1.476795] [<c0900dd0>] (kernel_init_freeable) from [<c0644620>] (kernel_init+0x8/0x10c)
  199. [ 1.484971] [<c0644620>] (kernel_init) from [<c0107dc8>] (ret_from_fork+0x14/0x2c)
  200. [ 1.492534] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement