Advertisement
Guest User

Untitled

a guest
Jan 12th, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.23 KB | None | 0 0
  1.  
  2. BootROM 1.34
  3. Booting from NAND flash
  4. BootROM: Image checksum verification PASSED
  5.  
  6. __ __ _ _
  7. | \/ | __ _ _ ____ _____| | |
  8. | |\/| |/ _` | '__\ \ / / _ \ | |
  9. | | | | (_| | | \ V / __/ | |
  10. |_| |_|\__,_|_| \_/ \___|_|_|
  11. _ _ ____ _
  12. | | | | | __ ) ___ ___ | |_
  13. | | | |___| _ \ / _ \ / _ \| __|
  14. | |_| |___| |_) | (_) | (_) | |_
  15. \___/ |____/ \___/ \___/ \__|
  16. ** LOADER **
  17.  
  18.  
  19. U-Boot 2009.08 (May 22 2014 - 18:26:38) Marvell version: 2.1.6_NQ
  20.  
  21. Board: MI424WR-I
  22. SoC: 88F6560 A0
  23. CPU: Marvell Feroceon (Rev 1) - LE
  24. CPU @ 1200Mhz, L2 @ 480Mhz
  25. DDR3 @ 400Mhz, TClock @ 200Mhz
  26. PEX 0: Root Complex Interface, Detected Link X1
  27. PEX 1: Detected No Link.
  28. DRAM: 128 MB
  29. CS 0: base 0x00000000 size 128 MB
  30. Addresses 10M - 0M are saved for the U-Boot usage.
  31. NAND: 1bit HM ECC, Size: 128 MiB
  32. USB 0: Host Mode
  33. Shutting down unused interfaces:
  34. PON
  35. SATA
  36. 3xFE-PHY
  37. Modules Detected:
  38. No PON module.
  39. RGMIIA Module on Switch port #6.
  40. RGMIIB Module on MAC0.
  41. Ethernet Switch on MAC1.
  42. QSGMII Module.
  43. Initialized 1545 PHY
  44. Net: egiga0, egiga1 [PRIME]
  45. Hit any key to stop autoboot: 1  0
  46. Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset'
  47.  
  48. Marvell>> printenv
  49.  
  50. baudrate=115200
  51. loads_echo=0
  52. ipaddr=192.168.1.1
  53. serverip=192.168.1.10
  54. rootpath=/mnt/ARM_FS/
  55. netmask=255.255.255.0
  56. jfs=fsload 0x2000000 openrg1.img; fsload 0x3000000 openrg2.img; dualimage 0x2000000 0x3000000
  57. jnet=tftp 0x2000000 openrg.img; set openrg_start 0x2000000
  58. jrun=set bootargs $(console); bootm $(openrg_start)
  59. openrg_net=ru jnet; ru jrun
  60. console=console=ttyS0,115200
  61. CASset=min
  62. MALLOC_len=3
  63. ethprime=egiga1
  64. bootargs_root=root=/dev/nfs rw
  65. bootargs_end=:::DB88FXX81:eth0:none
  66. image_name=uImage
  67. standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
  68. ethaddr=00:50:43:00:02:02
  69. eth1addr=00:50:43:00:02:02
  70. mv_pon_addr=00:50:43:02:00:00
  71. ethmtu=1500
  72. eth1mtu=1500
  73. mvNetConfig=mv_net_config=4,(00:50:43:11:11:11,0:1:2:3),mtu=1500
  74. mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
  75. usb0Mode=host
  76. yuk_ethaddr=00:00:00:EE:51:81
  77. nandEcc=1bit
  78. netretry=no
  79. rcvrip=169.254.100.100
  80. loadaddr=0x02000000
  81. autoload=no
  82. eeeEnable=yes
  83. usb_boot=run load_uimage; run load_uinitrd; bootm 0x800000 0x2100000
  84. usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial
  85. load_uimage=ext2load usb 0:1 0x800000 /boot/uImage
  86. load_uinitrd=ext2load usb 0:1 0x2100000 /boot/uInitrd
  87. usb_bootcmd=run usb_set_bootargs; run usb_boot
  88. stdin=serial
  89. stdout=serial
  90. stderr=serial
  91. enaMonExt=no
  92. enaCpuStream=no
  93. enaWrAllo=no
  94. pexMode=RC
  95. disL2Cache=no
  96. setL2CacheWT=yes
  97. disL2Prefetch=yes
  98. enaICPref=yes
  99. enaDCPref=yes
  100. sata_dma_mode=yes
  101. netbsd_en=no
  102. vxworks_en=no
  103. bootdelay=1
  104. disaMvPnp=no
  105. enaAutoRecovery=yes
  106. pcieTune=no
  107. ethact=egiga1
  108. bootcmd=usb start; run usb_bootcmd; usb stop; reset
  109.  
  110. Environment size: 1691/4092 bytes
  111. Marvell>> boot
  112.  
  113. (Re)start USB...
  114. USB: Register 10011 NbrPorts 1
  115. USB EHCI 1.00
  116. scanning bus for devices... 3 USB Device(s) found
  117. Waiting for storage device(s) to settle before scanning...
  118. scanning bus for storage devices... 1 Storage Device(s) found
  119. Loading file "/boot/uImage" from usb device 0:1 (usbda1)
  120. 4972637 bytes read
  121. Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
  122. 9713936 bytes read
  123. ## Booting kernel from Legacy Image at 00800000 ...
  124. Image Name: Linux-5.2.9-kirkwood-tld-1
  125. Created: 2021-01-12 4:04:02 UTC
  126. Image Type: ARM Linux Kernel Image (uncompressed)
  127. Data Size: 4972573 Bytes = 4.7 MB
  128. Load Address: 00008000
  129. Entry Point: 00008000
  130. Verifying Checksum ... OK
  131. ## Loading init Ramdisk from Legacy Image at 02100000 ...
  132. Image Name: initramfs-5.2.9-kirkwood-tld-1
  133. Created: 2019-08-25 2:22:50 UTC
  134. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  135. Data Size: 9713872 Bytes = 9.3 MB
  136. Load Address: 00000000
  137. Entry Point: 00000000
  138. Verifying Checksum ... OK
  139. Loading Kernel Image ... OK
  140. OK
  141.  
  142. Starting kernel ...
  143.  
  144. Uncompressing Linux... done, booting the kernel.
  145. [ 0.000000][ T0] Booting Linux on physical CPU 0x0
  146. [ 0.000000][ T0] Linux version 5.2.9-kirkwood-tld-1 (root@tldDebian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 PREEMPT Sat Aug 17 15:00:56 PDT 2019
  147. [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
  148. [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache
  149. [ 0.000000][ T0] OF: fdt: Machine model: Actiontec MI424WR-I
  150. [ 0.000000][ T0] printk: bootconsole [earlycon0] enabled
  151. [ 0.000000][ T0] Memory policy: Data cache writeback
  152. [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 32512
  153. [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial
  154. [ 0.000000][ T0] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  155. [ 0.000000][ T0] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  156. [ 0.000000][ T0] Memory: 104840K/131072K available (9216K kernel code, 868K rwdata, 3400K rodata, 1024K init, 301K bss, 26232K reserved, 0K cma-reserved)
  157. [ 0.000000][ T0] random: get_random_u32 called from cache_alloc_refill+0x38c/0x928 with crng_init=0
  158. [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation.
  159. [ 0.000000][ T0] Tasks RCU enabled.
  160. [ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  161. [ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  162. [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
  163. [ 0.000006][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
  164. [ 0.008511][ T0] Switching to timer-based delay loop, resolution 5ns
  165. [ 0.015781][ T0] Console: colour dummy device 80x30
  166. [ 0.020962][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
  167. [ 0.032151][ T0] pid_max: default: 32768 minimum: 301
  168. [ 0.037720][ T0] LSM: Security Framework initializing
  169. [ 0.043152][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  170. [ 0.050454][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  171. [ 0.058874][ T0] *** VALIDATE proc ***
  172. [ 0.063044][ T0] *** VALIDATE cgroup1 ***
  173. [ 0.067301][ T0] *** VALIDATE cgroup2 ***
  174. [ 0.071626][ T0] CPU: Testing write buffer coherency: ok
  175. [ 0.078131][ T1] Setting up static identity map for 0x100000 - 0x100058
  176. [ 0.085246][ T1] mvebu-soc-id: MVEBU SoC ID=0x6560, Rev=0x2
  177. [ 0.091211][ T1] rcu: Hierarchical SRCU implementation.
  178. [ 0.099665][ T1] devtmpfs: initialized
  179. [ 0.106987][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  180. [ 0.117528][ T1] futex hash table entries: 256 (order: -1, 3072 bytes)
  181. [ 0.124498][ T1] xor: measuring software checksum speed
  182. [ 0.228522][ T1] arm4regs : 1087.600 MB/sec
  183. [ 0.328520][ T1] 8regs : 652.800 MB/sec
  184. [ 0.428519][ T1] 32regs : 949.600 MB/sec
  185. [ 0.433378][ T1] xor: using function: arm4regs (1087.600 MB/sec)
  186. [ 0.439637][ T1] prandom: seed boundary self test passed
  187. [ 0.449375][ T1] prandom: 100 self tests passed
  188. [ 0.454146][ T1] pinctrl core: initialized pinctrl subsystem
  189. [ 0.461042][ T1] NET: Registered protocol family 16
  190. [ 0.466613][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
  191. [ 0.474789][ T1] audit: initializing netlink subsys (disabled)
  192. [ 0.481671][ T14] audit: type=2000 audit(0.470:1): state=initialized audit_enabled=0 res=1
  193. [ 0.490155][ T1] cpuidle: using governor ladder
  194. [ 0.494961][ T1] cpuidle: using governor menu
  195. [ 0.500007][ T1] [Firmware Bug]: Feroceon L2: bootloader left the L2 cache on!
  196. [ 0.507461][ T1] Feroceon L2: Cache support initialised.
  197. [ 0.516739][ T1] No ATAGs?
  198. [ 2.568520][ C0] random: fast init done
  199. [ 6.435475][ T71] alg: No test for lzo-rle (lzo-rle-generic)
  200. [ 6.441960][ T73] alg: No test for lzo-rle (lzo-rle-scomp)
  201. [ 6.618650][ T1] raid6: int32x8 gen() 128 MB/s
  202. [ 6.788864][ T1] raid6: int32x8 xor() 87 MB/s
  203. [ 6.958959][ T1] raid6: int32x4 gen() 130 MB/s
  204. [ 7.128591][ T1] raid6: int32x4 xor() 85 MB/s
  205. [ 7.298847][ T1] raid6: int32x2 gen() 136 MB/s
  206. [ 7.468782][ T1] raid6: int32x2 xor() 98 MB/s
  207. [ 7.638686][ T1] raid6: int32x1 gen() 112 MB/s
  208. [ 7.808533][ T1] raid6: int32x1 xor() 71 MB/s
  209. [ 7.813477][ T1] raid6: using algorithm int32x2 gen() 136 MB/s
  210. [ 7.819557][ T1] raid6: .... xor() 98 MB/s, rmw enabled
  211. [ 7.825019][ T1] raid6: using intx1 recovery algorithm
  212. [ 7.830664][ T1] vgaarb: loaded
  213. [ 7.834552][ T1] SCSI subsystem initialized
  214. [ 7.839503][ T1] usbcore: registered new interface driver usbfs
  215. [ 7.845708][ T1] usbcore: registered new interface driver hub
  216. [ 7.851808][ T1] usbcore: registered new device driver usb
  217. [ 7.857710][ T1] pps_core: LinuxPPS API ver. 1 registered
  218. [ 7.863368][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  219. [ 7.873187][ T1] PTP clock support registered
  220. [ 7.879109][ T1] clocksource: Switched to clocksource orion_clocksource
  221. [ 8.917397][ T1] VFS: Disk quotas dquot_6.6.0
  222. [ 8.922122][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  223. [ 8.939150][ T1] NET: Registered protocol family 2
  224. [ 8.944988][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
  225. [ 8.953401][ T1] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  226. [ 8.961097][ T1] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  227. [ 8.968132][ T1] TCP: Hash tables configured (established 1024 bind 1024)
  228. [ 8.975281][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes)
  229. [ 8.981828][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  230. [ 8.988986][ T1] NET: Registered protocol family 1
  231. [ 8.994663][ T1] RPC: Registered named UNIX socket transport module.
  232. [ 9.001333][ T1] RPC: Registered udp transport module.
  233. [ 9.006710][ T1] RPC: Registered tcp transport module.
  234. [ 9.012108][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
  235. [ 9.019236][ T1] PCI: CLS 0 bytes, default 32
  236. [ 9.024063][ T1] Trying to unpack rootfs image as initramfs...
  237. [ 9.868407][ T1] Freeing initrd memory: 9488K
  238. [ 9.873253][ T1] NetWinder Floating Point Emulator V0.97 (double precision)
  239. [ 9.881609][ T1] Initialise system trusted keyrings
  240. [ 9.886776][ T1] Key type blacklist registered
  241. [ 9.891726][ T1] workingset: timestamp_bits=30 max_order=15 bucket_order=0
  242. [ 9.898926][ T1] zbud: loaded
  243. [ 9.903286][ T1] NFS: Registering the id_resolver key type
  244. [ 9.909026][ T1] Key type id_resolver registered
  245. [ 9.913965][ T1] Key type id_legacy registered
  246. [ 9.918665][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  247. [ 9.926058][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  248. [ 9.933393][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  249. [ 9.941354][ T1] fuse: init (API version 7.31)
  250. [ 9.946427][ T1] orangefs_debugfs_init: called with debug mask: :none: :0:
  251. [ 9.953738][ T1] orangefs_init: module version upstream loaded
  252. [ 9.959832][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
  253. [ 9.985257][ T1] async_tx: api initialized (async)
  254. [ 9.990398][ T1] Key type asymmetric registered
  255. [ 9.995171][ T1] Asymmetric key parser 'x509' registered
  256. [ 10.000848][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  257. [ 10.010061][ T1] kirkwood-pinctrl f1018000.pinctrl: registered pinctrl driver
  258. [ 10.018683][ T1] mvebu-pcie mbus:pcie@82000000: PCI host bridge to bus 0000:00
  259. [ 10.026227][ T1] pci_bus 0000:00: root bus resource [bus 00-ff]
  260. [ 10.032436][ T1] pci_bus 0000:00: root bus resource [mem 0xf3000000-0xf3ffffff]
  261. [ 10.040000][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff]
  262. [ 10.047022][ T1] pci 0000:00:01.0: [11ab:6560] type 01 class 0x060400
  263. [ 10.053748][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
  264. [ 10.062203][ T1] PCI: bus0: Fast back to back transfers disabled
  265. [ 10.068461][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  266. [ 10.077331][ T1] pci 0000:01:00.0: [168c:002e] type 00 class 0x028000
  267. [ 10.084067][ T1] pci 0000:01:00.0: reg 0x10: [mem 0x40000000-0x4000ffff 64bit]
  268. [ 10.091662][ T1] pci 0000:01:00.0: supports D1
  269. [ 10.096352][ T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
  270. [ 10.130010][ T1] PCI: bus1: Fast back to back transfers disabled
  271. [ 10.136267][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  272. [ 10.143753][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xf3000000-0xf30fffff]
  273. [ 10.151323][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xf3100000-0xf31007ff pref]
  274. [ 10.159236][ T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xf3000000-0xf300ffff 64bit]
  275. [ 10.167217][ T1] pci 0000:00:01.0: PCI bridge to [bus 01]
  276. [ 10.172881][ T1] pci 0000:00:01.0: bridge window [mem 0xf3000000-0xf30fffff]
  277. [ 10.180448][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
  278. [ 10.187643][ T1] mv_xor f1060800.xor: Marvell shared XOR driver
  279. [ 10.249939][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
  280. [ 10.260118][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  281. [ 10.268309][ T1] printk: console [ttyS0] disabled
  282. [ 10.273384][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 23, base_baud = 12500000) is a 16550A
  283. [ 10.283092][ T1] printk: console [ttyS0] enabled
  284. [ 10.283092][ T1] printk: console [ttyS0] enabled
  285. [ 10.292935][ T1] printk: bootconsole [earlycon0] disabled
  286. [ 10.292935][ T1] printk: bootconsole [earlycon0] disabled
  287. [ 10.311886][ T1] loop: module loaded
  288. [ 10.316522][ T1] nand: device found, Manufacturer ID: 0x92, Chip ID: 0xf1
  289. [ 10.323653][ T1] nand: Eon NAND 128MiB 3,3V 8-bit
  290. [ 10.328647][ T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  291. [ 10.336990][ T1] Scanning device for bad blocks
  292. [ 10.341917][ T1] 3 fixed-partitions partitions found on MTD device orion_nand
  293. [ 10.349371][ T1] Creating 3 MTD partitions on "orion_nand":
  294. [ 10.355241][ T1] 0x000000000000-0x000000200000 : "u-boot"
  295. [ 10.362252][ T1] 0x000000200000-0x000002200000 : "jffs2"
  296. [ 10.369229][ T1] 0x000003000000-0x000008000000 : "firmware"
  297. [ 10.377653][ T1] libphy: Fixed MDIO Bus: probed
  298. [ 10.383267][ T1] libphy: orion_mdio_bus: probed
  299. [ 10.388461][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  300. [ 10.395777][ T1] ehci-pci: EHCI PCI platform driver
  301. [ 10.401022][ T1] ehci-orion: EHCI orion driver
  302. [ 10.405914][ T1] orion-ehci f1050000.ehci: EHCI Host Controller
  303. [ 10.412182][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
  304. [ 10.420831][ T1] orion-ehci f1050000.ehci: irq 25, io mem 0xf1050000
  305. [ 10.449151][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
  306. [ 10.456156][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
  307. [ 10.465192][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  308. [ 10.473170][ T1] usb usb1: Product: EHCI Host Controller
  309. [ 10.478774][ T1] usb usb1: Manufacturer: Linux 5.2.9-kirkwood-tld-1 ehci_hcd
  310. [ 10.486139][ T1] usb usb1: SerialNumber: f1050000.ehci
  311. [ 10.492178][ T1] hub 1-0:1.0: USB hub found
  312. [ 10.496688][ T1] hub 1-0:1.0: 1 port detected
  313. [ 10.502048][ T1] usbcore: registered new interface driver usb-storage
  314. [ 10.509189][ T1] mousedev: PS/2 mouse device common for all mice
  315. [ 10.515747][ T1] i2c /dev entries driver
  316. [ 10.520585][ T1] device-mapper: uevent: version 1.0.3
  317. [ 10.526194][ T1] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
  318. [ 10.535821][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded
  319. [ 10.543152][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded
  320. [ 10.550541][ T1] device-mapper: multipath service-time: version 0.3.0 loaded
  321. [ 10.557960][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
  322. [ 10.564812][ T1] device-mapper: raid: Loading target version 1.14.0
  323. [ 10.571589][ T1] freq_table: Duplicate freq-table entries: 0
  324. [ 10.577575][ T1] kirkwood-cpufreq kirkwood-cpufreq: Failed to register cpufreq driver
  325. [ 10.586928][ T1] hidraw: raw HID events driver (C) Jiri Kosina
  326. [ 10.593397][ T1] drop_monitor: Initializing network drop monitor service
  327. [ 10.600733][ T1] NET: Registered protocol family 17
  328. [ 10.606141][ T1] Key type dns_resolver registered
  329. [ 10.612124][ T1] registered taskstats version 1
  330. [ 10.616945][ T1] Loading compiled-in X.509 certificates
  331. [ 10.622560][ T1] zswap: loaded using pool lzo/zbud
  332. [ 10.718289][ T1] Key type big_key registered
  333. [ 10.764361][ T1] Key type encrypted registered
  334. [ 10.771312][ T1] hctosys: unable to open rtc device (rtc0)
  335. [ 10.781481][ T1] Freeing unused kernel memory: 1024K
  336. [ 10.789723][ T1] Checked W+X mappings: passed, no W+X pages found
  337. [ 10.796115][ T1] Run /init as init process
  338. Loading, please wait...
  339. [ 10.869228][ T15] usb 1-1: new high-speed USB device number 2 using orion-ehci
  340. Starting version 241
  341. [ 11.081119][ T15] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=77.63
  342. [ 11.106758][ T15] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  343. [ 11.133423][ T15] usb 1-1: Product: USB2.0 Hub
  344. [ 11.143821][ T15] hub 1-1:1.0: USB hub found
  345. [ 11.164197][ T15] hub 1-1:1.0: 4 ports detected
  346. [ 11.489204][ T15] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
  347. [ 11.660991][ T15] usb 1-1.1: New USB device found, idVendor=048d, idProduct=1172, bcdDevice= 0.00
  348. [ 11.677714][ T15] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  349. [ 11.693866][ T15] usb 1-1.1: Product: USB Flash Disk
  350. [ 11.699062][ T15] usb 1-1.1: Manufacturer: IT117204
  351. [ 11.715538][ T15] usb 1-1.1: SerialNumber: 372702147351D48861554
  352. [ 11.729812][ T15] usb-storage 1-1.1:1.0: USB Mass Storage device detected
  353. [ 11.747082][ T15] scsi host0: usb-storage 1-1.1:1.0
  354. [ 11.817473][ T157] mvneta f1074000.ethernet: incorrect phy-mode
  355. [ 11.869274][ T157] mvneta: probe of f1074000.ethernet failed with error -22
  356. [ 11.876468][ T157] mvneta f1070000.ethernet: incorrect phy-mode
  357. [ 11.937289][ T157] mvneta: probe of f1070000.ethernet failed with error -22
  358. [ 12.040445][ T162] usbcore: registered new interface driver uas
  359. Begin: Loading essential drivers ... done.
  360. [ 12.810068][ T7] scsi 0:0:0:0: Direct-Access IT117204 USB Flash Disk 1760 PQ: 0 ANSI: 2
  361. [ 12.824534][ T170] sd 0:0:0:0: [sda] 3891200 512-byte logical blocks: (1.99 GB/1.86 GiB)
  362. [ 12.839515][ T170] sd 0:0:0:0: [sda] Write Protect is off
  363. [ 12.845495][ T170] sd 0:0:0:0: [sda] No Caching mode page found
  364. [ 12.851662][ T170] sd 0:0:0:0: [sda] Assuming drive cache: write through
  365. [ 12.863991][ T170] sda: sda1
  366. [ 12.881388][ T170] sd 0:0:0:0: [sda] Attached SCSI removable disk
  367. Begin: Running /scripts/init-premount ... done.
  368. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  369. Begin: Running /scripts/local-premount ... done.
  370. Begin: Will now check root file system ... fsck from util-linux 2.33.1
  371. fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sda1
  372. fsck exited with status code 8
  373. done.
  374. Warning: File system check failed but did not detect errors
  375. done.
  376. Begin: Running /scripts/local-bottom ... done.
  377. Begin: Running /scripts/init-bottom ... done.
  378.  
  379. INIT: version 2.93 booting
  380.  
  381. [info] Using makefile-style concurrent boot in runlevel S.
  382. [....] Starting hotplug events dispatcher: systemd-udevd[?25l[?1c7[ ok 8[?25h[?0c.
  383. [....] Synthesizing the initial hotplug events (subsystems)...[?25l[?1c7[ ok 8[?25h[?0cdone.
  384. [....] Synthesizing the initial hotplug events (devices)...[ 29.843019][ T369] input: gpio_keys as /devices/platform/gpio_keys/input/input0
  385. [?25l[?1c7[ ok 8[?25h[?0cdone.
  386. [....] Waiting for /dev to be fully populated...[ 30.035520][ T395] thermal thermal_zone0: Temperature sensor reading not valid
  387. [ 30.119217][ T395] thermal thermal_zone0: failed to read out thermal zone (-5)
  388. [ 30.257524][ T367] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  389. [ 30.370896][ T394] sd 0:0:0:0: Attached scsi generic sg0 type 0
  390. [ 30.413758][ T368] systemd-udevd[368]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
  391. [ 31.266231][ T367] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  392. [ 31.273729][ T15] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  393. [ 31.283655][ T15] cfg80211: failed to load regulatory.db
  394. [ 31.512876][ T367] ieee80211 phy0: Atheros AR9287 Rev:2 mem=0xc88c0000, irq=30
  395. [ 31.528031][ T394] systemd-udevd[394]: Using default interface naming scheme 'v240'.
  396. [ 31.564192][ T394] systemd-udevd[394]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
  397. [ 31.576290][ T394] ath9k 0000:01:00.0 wlp1s0: renamed from wlan0
  398. [ 31.638233][ T367] systemd-udevd[367]: Using default interface naming scheme 'v240'.
  399. [ 36.459170][ C0] random: crng init done
  400. [ 89.850237][ T343] systemd-udevd[343]: f1030000.crypto: Worker [397] processing SEQNUM=1154 is taking a long time
  401. [?25l[?1c7[ ok 8[?25h[?0cdone (timeout).
  402. [....] Setting hostname to 'debian'...[?25l[?1c7[ ok 8[?25h[?0cdone.
  403. [....] Activating swap:[?25l[?1c7[ ok 8[?25h[?0c.
  404. [....] Will now check root file system:fsck from util-linux 2.33.1
  405. [/sbin/fsck.ext2 (1) -- /] fsck.ext2 -y -C0 /dev/sda1
  406. e2fsck 1.44.5 (15-Dec-2018)
  407. rootfs was not cleanly unmounted, check forced.
  408. Pass 1: Checking inodes, blocks, and sizes
  409. rootfs: |=== | 4.7%
  410. rootfs: |===== / 9.3%
  411. rootfs: |======== - 14.0%
  412. rootfs: |========== \ 18.7%
  413. rootfs: |============= | 23.3%
  414. rootfs: |================ / 28.0%
  415. rootfs: |================== - 32.7%
  416. rootfs: |===================== \ 37.3%
  417. rootfs: |======================== | 42.0%
  418. rootfs: |========================== / 46.7%
  419. rootfs: |============================= - 51.3%
  420. rootfs: |=============================== \ 56.0%
  421. rootfs: |================================== | 60.7%
  422. rootfs: |===================================== / 65.3%
  423. rootfs: |======================================= - 70.0%
  424. 
  425. Pass 2: Checking directory structure
  426. rootfs: |======================================= \ 70.1%
  427. rootfs: |========================================= | 72.6%
  428. rootfs: |========================================== / 74.9%
  429. rootfs: |=========================================== - 77.5%
  430. rootfs: |============================================= \ 80.3%
  431. rootfs: |============================================== | 82.9%
  432. rootfs: |================================================ / 85.4%
  433. rootfs: |================================================= - 87.6%
  434. rootfs: |================================================== \ 88.9%
  435. 
  436. Pass 3: Checking directory connectivity
  437. Pass 3A: Optimizing directories
  438. Rebuilding directory: |==== | 11.1% 24707
  439. Rebuilding directory: |================================| 100.0% 57395
  440. 
  441. Pass 4: Checking reference counts
  442. Pass 5: Checking group summary information
  443. Free blocks count wrong (317326, counted=307290).
  444. Fix? yes
  445.  
  446. rootfs: |======================================================= - 98.3%
  447. rootfs: |========================================================| 100.0%
  448. 
  449. Free inodes count wrong (106318, counted=105169).
  450. Fix? yes
  451.  
  452.  
  453. rootfs: ***** FILE SYSTEM WAS MODIFIED *****
  454. rootfs: ***** REBOOT SYSTEM *****
  455. rootfs: 16511/121680 files (6.5% non-contiguous), 178854/486144 blocks
  456. fsck exited with status code 3
  457. [?25l[?1c7[FAIL8[?25h[?0c failed!
  458. [....] The file system check corrected errors on the root partition but requested that the system be restarted. ...[?25l[?1c7[FAIL8[?25h[?0c failed!
  459. [....] The system will be restarted in 5 seconds. ...[?25l[?1c7[warn8[?25h[?0c (warning).
  460. [info] Will now restart.
  461. [ 209.850257][ T343] systemd-udevd[343]: f1030000.crypto: Worker [397] processing SEQNUM=1154 killed
  462. [ 209.859412][ T397] ------------[ cut here ]------------
  463. [ 209.864770][ T397] WARNING: CPU: 0 PID: 397 at crypto/algapi.c:371 crypto_wait_for_test+0x54/0x80
  464. [ 209.873863][ T397] Modules linked in: ath9k ath9k_common ath9k_hw ath mac80211 evdev sg cfg80211 rfkill marvell_cesa(+) kirkwood_thermal gpio_keys uio_pdrv_genirq uio ext2 uas mv88e6xxx dsa_core mvneta mvneta_bm phylink
  465. [ 209.893586][ T397] CPU: 0 PID: 397 Comm: systemd-udevd Not tainted 5.2.9-kirkwood-tld-1 #1
  466. [ 209.901997][ T397] Hardware name: Marvell Kirkwood (Flattened Device Tree)
  467. [ 209.909017][ T397] [<c010f6ac>] (unwind_backtrace) from [<c010bb00>] (show_stack+0x10/0x14)
  468. [ 209.917539][ T397] [<c010bb00>] (show_stack) from [<c0119d88>] (__warn+0xe0/0xfc)
  469. [ 209.925182][ T397] [<c0119d88>] (__warn) from [<c0119eb4>] (warn_slowpath_null+0x38/0x44)
  470. [ 209.933520][ T397] [<c0119eb4>] (warn_slowpath_null) from [<c05be604>] (crypto_wait_for_test+0x54/0x80)
  471. [ 209.943078][ T397] [<c05be604>] (crypto_wait_for_test) from [<c05be8bc>] (crypto_register_alg+0x50/0x5c)
  472. [ 209.952761][ T397] [<c05be8bc>] (crypto_register_alg) from [<bf07b688>] (mv_cesa_probe+0x53c/0x7b8 [marvell_cesa])
  473. [ 209.963316][ T397] [<bf07b688>] (mv_cesa_probe [marvell_cesa]) from [<c06be848>] (platform_drv_probe+0x48/0x94)
  474. [ 209.973577][ T397] [<c06be848>] (platform_drv_probe) from [<c06bc720>] (really_probe+0x2a4/0x3dc)
  475. [ 209.982611][ T397] [<c06bc720>] (really_probe) from [<c06bcb88>] (driver_probe_device+0x180/0x1a8)
  476. [ 209.991732][ T397] [<c06bcb88>] (driver_probe_device) from [<c06bcde8>] (device_driver_attach+0x44/0x5c)
  477. [ 210.001375][ T397] [<c06bcde8>] (device_driver_attach) from [<c06bcf18>] (__driver_attach+0x118/0x144)
  478. [ 210.010844][ T397] [<c06bcf18>] (__driver_attach) from [<c06ba94c>] (bus_for_each_dev+0x64/0xa0)
  479. [ 210.019796][ T397] [<c06ba94c>] (bus_for_each_dev) from [<c06bba40>] (bus_add_driver+0x178/0x1e0)
  480. [ 210.028808][ T397] [<c06bba40>] (bus_add_driver) from [<c06bd9a8>] (driver_register+0xb4/0xf8)
  481. [ 210.037581][ T397] [<c06bd9a8>] (driver_register) from [<c010352c>] (do_one_initcall+0xbc/0x220)
  482. [ 210.046533][ T397] [<c010352c>] (do_one_initcall) from [<c0193188>] (do_init_module+0x58/0x1f0)
  483. [ 210.055397][ T397] [<c0193188>] (do_init_module) from [<c0191d68>] (load_module+0x1b40/0x22ac)
  484. [ 210.064170][ T397] [<c0191d68>] (load_module) from [<c0192734>] (sys_finit_module+0xbc/0xe8)
  485. [ 210.072767][ T397] [<c0192734>] (sys_finit_module) from [<c0101000>] (ret_fast_syscall+0x0/0x50)
  486. [ 210.081703][ T397] Exception stack(0xc58dffa8 to 0xc58dfff0)
  487. [ 210.087485][ T397] ffa0: cec4e000 01ae0aa0 00000006 b6d6cb14 00000000 b6d6d628
  488. [ 210.096425][ T397] ffc0: cec4e000 01ae0aa0 00000000 0000017b 01aee828 004b07dc 01af1ff8 00000000
  489. [ 210.105362][ T397] ffe0: be953240 be953230 b6d63a44 b6e57a00
  490. [ 210.111158][ T397] ---[ end trace 3efb57ea8cc7976c ]---
  491. [ 210.117985][ T397] marvell-cesa f1030000.crypto: CESA device successfully registered
  492. [ 210.127880][ T640] reboot: Restarting system
  493. [ 210.134831][ T640] Cannot restart, system-controller not available: check the device tree
  494.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement