Advertisement
Guest User

Untitled

a guest
Jan 12th, 2021
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.44 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. *** Warning - bad CRC or NAND, using default environment
  33.  
  34. USB 0: Host Mode
  35. Shutting down unused interfaces:
  36. PON
  37. SATA
  38. 3xFE-PHY
  39. Modules Detected:
  40. No PON module.
  41. RGMIIA Module on Switch port #6.
  42. RGMIIB Module on MAC0.
  43. Ethernet Switch on MAC1.
  44. QSGMII Module.
  45. Initialized 1545 PHY
  46. Net: egiga0, egiga1 [PRIME]
  47. Hit any key to stop autoboot: 1  0
  48. Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial'
  49.  
  50. Marvell>> setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage'
  51.  
  52. Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x2100000 /boot/uInitrd'
  53.  
  54. Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot'
  55.  
  56. Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset'
  57.  
  58. Marvell>> setenv usb_boot 'run load_uimage; run load_uinitrd; bootm 0x800000 0x2100000'
  59.  
  60. Marvell>> printenv
  61.  
  62. baudrate=115200
  63. loads_echo=0
  64. ipaddr=192.168.1.1
  65. serverip=192.168.1.10
  66. rootpath=/mnt/ARM_FS/
  67. netmask=255.255.255.0
  68. jfs=fsload 0x2000000 openrg1.img; fsload 0x3000000 openrg2.img; dualimage 0x2000000 0x3000000
  69. jnet=tftp 0x2000000 openrg.img; set openrg_start 0x2000000
  70. jrun=set bootargs $(console); bootm $(openrg_start)
  71. openrg_net=ru jnet; ru jrun
  72. stdin=serial
  73. stdout=serial
  74. stderr=serial
  75. console=console=ttyS0,115200
  76. CASset=min
  77. enaMonExt=no
  78. enaCpuStream=no
  79. enaWrAllo=no
  80. pexMode=RC
  81. disL2Cache=no
  82. setL2CacheWT=yes
  83. disL2Prefetch=yes
  84. enaICPref=yes
  85. enaDCPref=yes
  86. sata_dma_mode=yes
  87. MALLOC_len=3
  88. ethprime=egiga1
  89. netbsd_en=no
  90. vxworks_en=no
  91. bootargs_root=root=/dev/nfs rw
  92. bootargs_end=:::DB88FXX81:eth0:none
  93. image_name=uImage
  94. standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
  95. bootdelay=1
  96. disaMvPnp=no
  97. ethaddr=00:50:43:00:02:02
  98. eth1addr=00:50:43:00:02:02
  99. mv_pon_addr=00:50:43:02:00:00
  100. ethmtu=1500
  101. eth1mtu=1500
  102. mvNetConfig=mv_net_config=4,(00:50:43:11:11:11,0:1:2:3),mtu=1500
  103. mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
  104. usb0Mode=host
  105. yuk_ethaddr=00:00:00:EE:51:81
  106. nandEcc=1bit
  107. netretry=no
  108. rcvrip=169.254.100.100
  109. loadaddr=0x02000000
  110. autoload=no
  111. enaAutoRecovery=yes
  112. eeeEnable=yes
  113. pcieTune=no
  114. ethact=egiga1
  115. usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial
  116. load_uimage=ext2load usb 0:1 0x800000 /boot/uImage
  117. load_uinitrd=ext2load usb 0:1 0x2100000 /boot/uInitrd
  118. usb_bootcmd=run usb_set_bootargs; run usb_boot
  119. bootcmd=usb start; run usb_bootcmd; usb stop; reset
  120. usb_boot=run load_uimage; run load_uinitrd; bootm 0x800000 0x2100000
  121.  
  122. Environment size: 1691/4092 bytes
  123. Marvell>> boot
  124.  
  125. (Re)start USB...
  126. USB: Register 10011 NbrPorts 1
  127. USB EHCI 1.00
  128. scanning bus for devices... 3 USB Device(s) found
  129. Waiting for storage device(s) to settle before scanning...
  130. scanning bus for storage devices... 1 Storage Device(s) found
  131. Loading file "/boot/uImage" from usb device 0:1 (usbda1)
  132. 4972637 bytes read
  133. Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
  134. 9713936 bytes read
  135. ## Booting kernel from Legacy Image at 00800000 ...
  136. Image Name: Linux-5.2.9-kirkwood-tld-1
  137. Created: 2021-01-12 4:04:02 UTC
  138. Image Type: ARM Linux Kernel Image (uncompressed)
  139. Data Size: 4972573 Bytes = 4.7 MB
  140. Load Address: 00008000
  141. Entry Point: 00008000
  142. Verifying Checksum ... OK
  143. ## Loading init Ramdisk from Legacy Image at 02100000 ...
  144. Image Name: initramfs-5.2.9-kirkwood-tld-1
  145. Created: 2019-08-25 2:22:50 UTC
  146. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  147. Data Size: 9713872 Bytes = 9.3 MB
  148. Load Address: 00000000
  149. Entry Point: 00000000
  150. Verifying Checksum ... OK
  151. Loading Kernel Image ... OK
  152. OK
  153.  
  154. Starting kernel ...
  155.  
  156. Uncompressing Linux... done, booting the kernel.
  157. [ 0.000000][ T0] Booting Linux on physical CPU 0x0
  158. [ 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
  159. [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
  160. [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache
  161. [ 0.000000][ T0] OF: fdt: Machine model: Actiontec MI424WR-I
  162. [ 0.000000][ T0] printk: bootconsole [earlycon0] enabled
  163. [ 0.000000][ T0] Memory policy: Data cache writeback
  164. [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 32512
  165. [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial
  166. [ 0.000000][ T0] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  167. [ 0.000000][ T0] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  168. [ 0.000000][ T0] Memory: 104840K/131072K available (9216K kernel code, 868K rwdata, 3400K rodata, 1024K init, 301K bss, 26232K reserved, 0K cma-reserved)
  169. [ 0.000000][ T0] random: get_random_u32 called from cache_alloc_refill+0x38c/0x928 with crng_init=0
  170. [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation.
  171. [ 0.000000][ T0] Tasks RCU enabled.
  172. [ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  173. [ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  174. [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
  175. [ 0.000006][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
  176. [ 0.008512][ T0] Switching to timer-based delay loop, resolution 5ns
  177. [ 0.015783][ T0] Console: colour dummy device 80x30
  178. [ 0.020963][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
  179. [ 0.032153][ T0] pid_max: default: 32768 minimum: 301
  180. [ 0.037722][ T0] LSM: Security Framework initializing
  181. [ 0.043154][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  182. [ 0.050456][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  183. [ 0.058880][ T0] *** VALIDATE proc ***
  184. [ 0.063054][ T0] *** VALIDATE cgroup1 ***
  185. [ 0.067312][ T0] *** VALIDATE cgroup2 ***
  186. [ 0.071635][ T0] CPU: Testing write buffer coherency: ok
  187. [ 0.078149][ T1] Setting up static identity map for 0x100000 - 0x100058
  188. [ 0.085264][ T1] mvebu-soc-id: MVEBU SoC ID=0x6560, Rev=0x2
  189. [ 0.091232][ T1] rcu: Hierarchical SRCU implementation.
  190. [ 0.099686][ T1] devtmpfs: initialized
  191. [ 0.107013][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  192. [ 0.117553][ T1] futex hash table entries: 256 (order: -1, 3072 bytes)
  193. [ 0.124521][ T1] xor: measuring software checksum speed
  194. [ 0.228525][ T1] arm4regs : 1088.000 MB/sec
  195. [ 0.328520][ T1] 8regs : 652.800 MB/sec
  196. [ 0.428519][ T1] 32regs : 949.600 MB/sec
  197. [ 0.433377][ T1] xor: using function: arm4regs (1088.000 MB/sec)
  198. [ 0.439635][ T1] prandom: seed boundary self test passed
  199. [ 0.449373][ T1] prandom: 100 self tests passed
  200. [ 0.454145][ T1] pinctrl core: initialized pinctrl subsystem
  201. [ 0.461041][ T1] NET: Registered protocol family 16
  202. [ 0.466610][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
  203. [ 0.474787][ T1] audit: initializing netlink subsys (disabled)
  204. [ 0.481669][ T14] audit: type=2000 audit(0.470:1): state=initialized audit_enabled=0 res=1
  205. [ 0.490154][ T1] cpuidle: using governor ladder
  206. [ 0.494960][ T1] cpuidle: using governor menu
  207. [ 0.500008][ T1] [Firmware Bug]: Feroceon L2: bootloader left the L2 cache on!
  208. [ 0.507461][ T1] Feroceon L2: Cache support initialised.
  209. [ 0.516736][ T1] No ATAGs?
  210. [ 2.568520][ C0] random: fast init done
  211. [ 6.435415][ T71] alg: No test for lzo-rle (lzo-rle-generic)
  212. [ 6.441898][ T73] alg: No test for lzo-rle (lzo-rle-scomp)
  213. [ 6.618664][ T1] raid6: int32x8 gen() 128 MB/s
  214. [ 6.788878][ T1] raid6: int32x8 xor() 87 MB/s
  215. [ 6.959061][ T1] raid6: int32x4 gen() 131 MB/s
  216. [ 7.128590][ T1] raid6: int32x4 xor() 85 MB/s
  217. [ 7.298777][ T1] raid6: int32x2 gen() 136 MB/s
  218. [ 7.468784][ T1] raid6: int32x2 xor() 98 MB/s
  219. [ 7.638686][ T1] raid6: int32x1 gen() 112 MB/s
  220. [ 7.808534][ T1] raid6: int32x1 xor() 71 MB/s
  221. [ 7.813479][ T1] raid6: using algorithm int32x2 gen() 136 MB/s
  222. [ 7.819559][ T1] raid6: .... xor() 98 MB/s, rmw enabled
  223. [ 7.825020][ T1] raid6: using intx1 recovery algorithm
  224. [ 7.830665][ T1] vgaarb: loaded
  225. [ 7.834557][ T1] SCSI subsystem initialized
  226. [ 7.839502][ T1] usbcore: registered new interface driver usbfs
  227. [ 7.845709][ T1] usbcore: registered new interface driver hub
  228. [ 7.851807][ T1] usbcore: registered new device driver usb
  229. [ 7.857710][ T1] pps_core: LinuxPPS API ver. 1 registered
  230. [ 7.863369][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  231. [ 7.873187][ T1] PTP clock support registered
  232. [ 7.879107][ T1] clocksource: Switched to clocksource orion_clocksource
  233. [ 8.917384][ T1] VFS: Disk quotas dquot_6.6.0
  234. [ 8.922110][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  235. [ 8.939089][ T1] NET: Registered protocol family 2
  236. [ 8.944972][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
  237. [ 8.953383][ T1] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  238. [ 8.961078][ T1] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  239. [ 8.968112][ T1] TCP: Hash tables configured (established 1024 bind 1024)
  240. [ 8.975261][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes)
  241. [ 8.981807][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  242. [ 8.988964][ T1] NET: Registered protocol family 1
  243. [ 8.994641][ T1] RPC: Registered named UNIX socket transport module.
  244. [ 9.001309][ T1] RPC: Registered udp transport module.
  245. [ 9.006686][ T1] RPC: Registered tcp transport module.
  246. [ 9.012085][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
  247. [ 9.019212][ T1] PCI: CLS 0 bytes, default 32
  248. [ 9.024038][ T1] Trying to unpack rootfs image as initramfs...
  249. [ 9.868544][ T1] Freeing initrd memory: 9488K
  250. [ 9.873392][ T1] NetWinder Floating Point Emulator V0.97 (double precision)
  251. [ 9.881752][ T1] Initialise system trusted keyrings
  252. [ 9.886915][ T1] Key type blacklist registered
  253. [ 9.891867][ T1] workingset: timestamp_bits=30 max_order=15 bucket_order=0
  254. [ 9.899068][ T1] zbud: loaded
  255. [ 9.903440][ T1] NFS: Registering the id_resolver key type
  256. [ 9.909270][ T1] Key type id_resolver registered
  257. [ 9.914130][ T1] Key type id_legacy registered
  258. [ 9.918826][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  259. [ 9.926219][ T1] Installing knfsd (copyright (C) 1996 [email protected]).
  260. [ 9.933554][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  261. [ 9.941514][ T1] fuse: init (API version 7.31)
  262. [ 9.946585][ T1] orangefs_debugfs_init: called with debug mask: :none: :0:
  263. [ 9.953897][ T1] orangefs_init: module version upstream loaded
  264. [ 9.959990][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
  265. [ 9.985346][ T1] async_tx: api initialized (async)
  266. [ 9.990486][ T1] Key type asymmetric registered
  267. [ 9.995260][ T1] Asymmetric key parser 'x509' registered
  268. [ 10.000936][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  269. [ 10.010149][ T1] kirkwood-pinctrl f1018000.pinctrl: registered pinctrl driver
  270. [ 10.018773][ T1] mvebu-pcie mbus:pcie@82000000: PCI host bridge to bus 0000:00
  271. [ 10.026318][ T1] pci_bus 0000:00: root bus resource [bus 00-ff]
  272. [ 10.032528][ T1] pci_bus 0000:00: root bus resource [mem 0xf3000000-0xf3ffffff]
  273. [ 10.040092][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff]
  274. [ 10.047114][ T1] pci 0000:00:01.0: [11ab:6560] type 01 class 0x060400
  275. [ 10.053838][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
  276. [ 10.062288][ T1] PCI: bus0: Fast back to back transfers disabled
  277. [ 10.068545][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  278. [ 10.077416][ T1] pci 0000:01:00.0: [168c:002e] type 00 class 0x028000
  279. [ 10.084151][ T1] pci 0000:01:00.0: reg 0x10: [mem 0x40000000-0x4000ffff 64bit]
  280. [ 10.091743][ T1] pci 0000:01:00.0: supports D1
  281. [ 10.096433][ T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
  282. [ 10.130009][ T1] PCI: bus1: Fast back to back transfers disabled
  283. [ 10.136265][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  284. [ 10.143751][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xf3000000-0xf30fffff]
  285. [ 10.151321][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xf3100000-0xf31007ff pref]
  286. [ 10.159234][ T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xf3000000-0xf300ffff 64bit]
  287. [ 10.167215][ T1] pci 0000:00:01.0: PCI bridge to [bus 01]
  288. [ 10.172879][ T1] pci 0000:00:01.0: bridge window [mem 0xf3000000-0xf30fffff]
  289. [ 10.180444][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
  290. [ 10.187637][ T1] mv_xor f1060800.xor: Marvell shared XOR driver
  291. [ 10.249942][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
  292. [ 10.260123][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  293. [ 10.268308][ T1] printk: console [ttyS0] disabled
  294. [ 10.273379][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 23, base_baud = 12500000) is a 16550A
  295. [ 10.283088][ T1] printk: console [ttyS0] enabled
  296. [ 10.283088][ T1] printk: console [ttyS0] enabled
  297. [ 10.292932][ T1] printk: bootconsole [earlycon0] disabled
  298. [ 10.292932][ T1] printk: bootconsole [earlycon0] disabled
  299. [ 10.311864][ T1] loop: module loaded
  300. [ 10.316497][ T1] nand: device found, Manufacturer ID: 0x92, Chip ID: 0xf1
  301. [ 10.323628][ T1] nand: Eon NAND 128MiB 3,3V 8-bit
  302. [ 10.328622][ T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  303. [ 10.336964][ T1] Scanning device for bad blocks
  304. [ 10.341899][ T1] 3 fixed-partitions partitions found on MTD device orion_nand
  305. [ 10.349353][ T1] Creating 3 MTD partitions on "orion_nand":
  306. [ 10.355221][ T1] 0x000000000000-0x000000200000 : "u-boot"
  307. [ 10.362235][ T1] 0x000000200000-0x000002200000 : "jffs2"
  308. [ 10.369199][ T1] 0x000003000000-0x000008000000 : "firmware"
  309. [ 10.377626][ T1] libphy: Fixed MDIO Bus: probed
  310. [ 10.383233][ T1] libphy: orion_mdio_bus: probed
  311. [ 10.388427][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  312. [ 10.395741][ T1] ehci-pci: EHCI PCI platform driver
  313. [ 10.400986][ T1] ehci-orion: EHCI orion driver
  314. [ 10.405878][ T1] orion-ehci f1050000.ehci: EHCI Host Controller
  315. [ 10.412145][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
  316. [ 10.420748][ T1] orion-ehci f1050000.ehci: irq 25, io mem 0xf1050000
  317. [ 10.449147][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
  318. [ 10.456157][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
  319. [ 10.465194][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  320. [ 10.473173][ T1] usb usb1: Product: EHCI Host Controller
  321. [ 10.478778][ T1] usb usb1: Manufacturer: Linux 5.2.9-kirkwood-tld-1 ehci_hcd
  322. [ 10.486144][ T1] usb usb1: SerialNumber: f1050000.ehci
  323. [ 10.492182][ T1] hub 1-0:1.0: USB hub found
  324. [ 10.496692][ T1] hub 1-0:1.0: 1 port detected
  325. [ 10.502061][ T1] usbcore: registered new interface driver usb-storage
  326. [ 10.509204][ T1] mousedev: PS/2 mouse device common for all mice
  327. [ 10.515762][ T1] i2c /dev entries driver
  328. [ 10.520606][ T1] device-mapper: uevent: version 1.0.3
  329. [ 10.526213][ T1] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: [email protected]
  330. [ 10.535843][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded
  331. [ 10.543175][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded
  332. [ 10.550564][ T1] device-mapper: multipath service-time: version 0.3.0 loaded
  333. [ 10.557985][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
  334. [ 10.564836][ T1] device-mapper: raid: Loading target version 1.14.0
  335. [ 10.571616][ T1] freq_table: Duplicate freq-table entries: 0
  336. [ 10.577600][ T1] kirkwood-cpufreq kirkwood-cpufreq: Failed to register cpufreq driver
  337. [ 10.586955][ T1] hidraw: raw HID events driver (C) Jiri Kosina
  338. [ 10.593437][ T1] drop_monitor: Initializing network drop monitor service
  339. [ 10.600770][ T1] NET: Registered protocol family 17
  340. [ 10.606186][ T1] Key type dns_resolver registered
  341. [ 10.612162][ T1] registered taskstats version 1
  342. [ 10.616983][ T1] Loading compiled-in X.509 certificates
  343. [ 10.622597][ T1] zswap: loaded using pool lzo/zbud
  344. [ 10.718329][ T1] Key type big_key registered
  345. [ 10.764430][ T1] Key type encrypted registered
  346. [ 10.771384][ T1] hctosys: unable to open rtc device (rtc0)
  347. [ 10.781552][ T1] Freeing unused kernel memory: 1024K
  348. [ 10.789721][ T1] Checked W+X mappings: passed, no W+X pages found
  349. [ 10.796115][ T1] Run /init as init process
  350. Loading, please wait...
  351. [ 10.869228][ T15] usb 1-1: new high-speed USB device number 2 using orion-ehci
  352. Starting version 241
  353. [ 11.081157][ T15] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=77.63
  354. [ 11.106663][ T15] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  355. [ 11.133409][ T15] usb 1-1: Product: USB2.0 Hub
  356. [ 11.143865][ T15] hub 1-1:1.0: USB hub found
  357. [ 11.162712][ T15] hub 1-1:1.0: 4 ports detected
  358. [ 11.499204][ T15] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
  359. [ 11.670907][ T15] usb 1-1.1: New USB device found, idVendor=048d, idProduct=1172, bcdDevice= 0.00
  360. [ 11.688206][ T15] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  361. [ 11.704278][ T15] usb 1-1.1: Product: USB Flash Disk
  362. [ 11.713245][ T15] usb 1-1.1: Manufacturer: IT117204
  363. [ 11.718333][ T15] usb 1-1.1: SerialNumber: 372702147351D48861554
  364. [ 11.738116][ T15] usb-storage 1-1.1:1.0: USB Mass Storage device detected
  365. [ 11.757644][ T15] scsi host0: usb-storage 1-1.1:1.0
  366. [ 11.829233][ T163] mvneta f1074000.ethernet: incorrect phy-mode
  367. [ 11.835337][ T163] mvneta: probe of f1074000.ethernet failed with error -22
  368. [ 11.917297][ T163] mvneta f1070000.ethernet: incorrect phy-mode
  369. [ 11.946078][ T163] mvneta: probe of f1070000.ethernet failed with error -22
  370. [ 12.042084][ T158] usbcore: registered new interface driver uas
  371. Begin: Loading essential drivers ... done.
  372. [ 12.810109][ T23] scsi 0:0:0:0: Direct-Access IT117204 USB Flash Disk 1760 PQ: 0 ANSI: 2
  373. [ 12.824575][ T7] sd 0:0:0:0: [sda] 3891200 512-byte logical blocks: (1.99 GB/1.86 GiB)
  374. [ 12.839562][ T7] sd 0:0:0:0: [sda] Write Protect is off
  375. [ 12.845540][ T7] sd 0:0:0:0: [sda] No Caching mode page found
  376. [ 12.851707][ T7] sd 0:0:0:0: [sda] Assuming drive cache: write through
  377. [ 12.863908][ T7] sda: sda1
  378. [ 12.881303][ T7] sd 0:0:0:0: [sda] Attached SCSI removable disk
  379. Begin: Running /scripts/init-premount ... done.
  380. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  381. Begin: Running /scripts/local-premount ... done.
  382. Begin: Will now check root file system ... fsck from util-linux 2.33.1
  383. fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sda1
  384. fsck exited with status code 8
  385. done.
  386. Warning: File system check failed but did not detect errors
  387. done.
  388. Begin: Running /scripts/local-bottom ... done.
  389. Begin: Running /scripts/init-bottom ... done.
  390.  
  391. INIT: version 2.93 booting
  392.  
  393. [info] Using makefile-style concurrent boot in runlevel S.
  394. [....] Starting hotplug events dispatcher: systemd-udevd[?25l[?1c7[ ok 8[?25h[?0c.
  395. [....] Synthesizing the initial hotplug events (subsystems)...[?25l[?1c7[ ok 8[?25h[?0cdone.
  396. [....] Synthesizing the initial hotplug events (devices)...[?25l[?1c7[ 29.850729][ T367] input: gpio_keys as /devices/platform/gpio_keys/input/input0
  397. [ ok 8[?25h[?0cdone.
  398. [....] Waiting for /dev to be fully populated...[ 30.006046][ T366] thermal thermal_zone0: Temperature sensor reading not valid
  399. [ 30.106064][ T366] thermal thermal_zone0: failed to read out thermal zone (-5)
  400. [ 30.364692][ T366] sd 0:0:0:0: Attached scsi generic sg0 type 0
  401. [ 30.375656][ T368] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  402. [ 30.388931][ T367] systemd-udevd[367]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
  403. [ 31.285631][ T368] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  404. [ 31.293142][ T15] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  405. [ 31.303079][ T15] cfg80211: failed to load regulatory.db
  406. [ 31.532588][ T368] ieee80211 phy0: Atheros AR9287 Rev:2 mem=0xc88c0000, irq=30
  407. [ 31.547825][ T366] systemd-udevd[366]: Using default interface naming scheme 'v240'.
  408. [ 31.583305][ T366] systemd-udevd[366]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
  409. [ 31.595604][ T366] ath9k 0000:01:00.0 wlp1s0: renamed from wlan0
  410. [ 31.652342][ T368] systemd-udevd[368]: Using default interface naming scheme 'v240'.
  411. [ 42.930574][ C0] random: crng init done
  412. [ 90.089902][ T343] systemd-udevd[343]: f1030000.crypto: Worker [388] processing SEQNUM=1154 is taking a long time
  413. [?25l[?1c7[ ok 8[?25h[?0cdone (timeout).
  414. [....] Setting hostname to 'debian'...[?25l[?1c7[ ok 8[?25h[?0cdone.
  415. [....] Activating swap:[?25l[?1c7[ ok 8[?25h[?0c.
  416. [....] Will now check root file system:fsck from util-linux 2.33.1
  417. [/sbin/fsck.ext2 (1) -- /] fsck.ext2 -y -C0 /dev/sda1
  418. e2fsck 1.44.5 (15-Dec-2018)
  419. rootfs: clean, 15079/121680 files, 143540/486144 blocks
  420. [?25l[?1c7[ ok 8[?25h[?0c.
  421. [info] Will now check all file systems.
  422. fsck from util-linux 2.33.1
  423. Checking all file systems.
  424. LABEL=rootfs is mounted
  425. [....] Done checking file systems. A log is being saved in /var/log/fsck/checkfs if that location is writable.[?25l[?1c7[ ok 8[?25h[?0c.
  426. [....] Cleaning up temporary files...[....] Cleaning /tmp...[?25l[?1c7[ ok 8[?25h[?0cdone.
  427. /tmp[?25l[?1c7[ ok 8[?25h[?0c.
  428. [....] Will now mount local filesystems:[?25l[?1c7[ ok 8[?25h[?0c.
  429. [....] Will now activate swapfile swap:[?25l[?1c7[ ok 8[?25h[?0cdone.
  430. [....] Checking minimum space in /tmp...[?25l[?1c7[ ok 8[?25h[?0cdone.
  431. [....] Cleaning up temporary files...[?25l[?1c7[ ok 8[?25h[?0c.
  432. [....] Starting Setting kernel variables: sysctl[?25l[?1c7[ ok 8[?25h[?0c.
  433. [....] Initializing random number generator...[?25l[?1c7[ ok 8[?25h[?0cdone.
  434. [....] Configuring network interfaces...[ 210.089924][ T343] systemd-udevd[343]: f1030000.crypto: Worker [388] processing SEQNUM=1154 killed
  435. [ 210.099074][ T388] ------------[ cut here ]------------
  436. [ 210.104466][ T388] WARNING: CPU: 0 PID: 388 at crypto/algapi.c:371 crypto_wait_for_test+0x54/0x80
  437. [ 210.113492][ T388] Modules linked in: ath9k ath9k_common ath9k_hw ath mac80211 evdev sg cfg80211 rfkill kirkwood_thermal marvell_cesa(+) uio_pdrv_genirq gpio_keys uio ext2 uas mv88e6xxx dsa_core mvneta mvneta_bm phylink
  438. [ 210.133206][ T388] CPU: 0 PID: 388 Comm: systemd-udevd Not tainted 5.2.9-kirkwood-tld-1 #1
  439. [ 210.141616][ T388] Hardware name: Marvell Kirkwood (Flattened Device Tree)
  440. [ 210.148634][ T388] [<c010f6ac>] (unwind_backtrace) from [<c010bb00>] (show_stack+0x10/0x14)
  441. [ 210.157150][ T388] [<c010bb00>] (show_stack) from [<c0119d88>] (__warn+0xe0/0xfc)
  442. [ 210.164791][ T388] [<c0119d88>] (__warn) from [<c0119eb4>] (warn_slowpath_null+0x38/0x44)
  443. [ 210.173130][ T388] [<c0119eb4>] (warn_slowpath_null) from [<c05be604>] (crypto_wait_for_test+0x54/0x80)
  444. [ 210.182687][ T388] [<c05be604>] (crypto_wait_for_test) from [<c05be8bc>] (crypto_register_alg+0x50/0x5c)
  445. [ 210.192371][ T388] [<c05be8bc>] (crypto_register_alg) from [<bf067688>] (mv_cesa_probe+0x53c/0x7b8 [marvell_cesa])
  446. [ 210.202925][ T388] [<bf067688>] (mv_cesa_probe [marvell_cesa]) from [<c06be848>] (platform_drv_probe+0x48/0x94)
  447. [ 210.213185][ T388] [<c06be848>] (platform_drv_probe) from [<c06bc720>] (really_probe+0x2a4/0x3dc)
  448. [ 210.222224][ T388] [<c06bc720>] (really_probe) from [<c06bcb88>] (driver_probe_device+0x180/0x1a8)
  449. [ 210.231344][ T388] [<c06bcb88>] (driver_probe_device) from [<c06bcde8>] (device_driver_attach+0x44/0x5c)
  450. [ 210.240987][ T388] [<c06bcde8>] (device_driver_attach) from [<c06bcf18>] (__driver_attach+0x118/0x144)
  451. [ 210.250455][ T388] [<c06bcf18>] (__driver_attach) from [<c06ba94c>] (bus_for_each_dev+0x64/0xa0)
  452. [ 210.259398][ T388] [<c06ba94c>] (bus_for_each_dev) from [<c06bba40>] (bus_add_driver+0x178/0x1e0)
  453. [ 210.268410][ T388] [<c06bba40>] (bus_add_driver) from [<c06bd9a8>] (driver_register+0xb4/0xf8)
  454. [ 210.277182][ T388] [<c06bd9a8>] (driver_register) from [<c010352c>] (do_one_initcall+0xbc/0x220)
  455. [ 210.286134][ T388] [<c010352c>] (do_one_initcall) from [<c0193188>] (do_init_module+0x58/0x1f0)
  456. [ 210.294997][ T388] [<c0193188>] (do_init_module) from [<c0191d68>] (load_module+0x1b40/0x22ac)
  457. [ 210.303771][ T388] [<c0191d68>] (load_module) from [<c0192734>] (sys_finit_module+0xbc/0xe8)
  458. [ 210.312368][ T388] [<c0192734>] (sys_finit_module) from [<c0101000>] (ret_fast_syscall+0x0/0x50)
  459. [ 210.321305][ T388] Exception stack(0xc28d3fa8 to 0xc28d3ff0)
  460. [ 210.327098][ T388] 3fa0: 98553b00 01403aa0 00000006 b6e53b14 00000000 b6e54628
  461. [ 210.336038][ T388] 3fc0: 98553b00 01403aa0 00000000 0000017b 01415600 0053c7ac 01408ca0 00000000
  462. [ 210.344975][ T388] 3fe0: bef86198 bef86188 b6e4aa44 b6f3ea00
  463. [ 210.350771][ T388] ---[ end trace 08d5e1595d220f34 ]---
  464. [ 210.357900][ T388] marvell-cesa f1030000.crypto: CESA device successfully registered
  465. [ 210.539464][ T343] systemd-udevd[343]: Worker [388] terminated by signal 9 (KILL)
  466. [ 210.547112][ T343] systemd-udevd[343]: f1030000.crypto: Worker [388] failed
  467. Internet Systems Consortium DHCP Client 4.4.1
  468. Copyright 2004-2018 Internet Systems Consortium.
  469. All rights reserved.
  470. For info, please visit https://www.isc.org/software/dhcp/
  471.  
  472. Cannot find device "eth0"
  473. Failed to get interface index: No such device
  474.  
  475. If you think you have received this message due to a bug rather
  476. than a configuration issue please read the section on submitting
  477. bugs on either our web page at www.isc.org or in the README file
  478. before submitting a bug. These pages explain the proper
  479. process and the information we find helpful for debugging.
  480.  
  481. exiting.
  482. ifup: failed to bring up eth0
  483. [?25l[?1c7[FAIL8[?25h[?0cfailed.
  484. [....] Starting RPC port mapper daemon: rpcbind[ 211.648790][ T1224] NET: Registered protocol family 10
  485. [ 211.655369][ T1224] Segment Routing with IPv6
  486. [?25l[?1c7[ ok 8[?25h[?0c.
  487. [....] Starting NFS common utilities: statd idmapd[?25l[?1c7[ ok 8[?25h[?0c.
  488. [....] Cleaning up temporary files...[?25l[?1c7[ ok 8[?25h[?0c.
  489.  
  490. INIT: Entering runlevel: 2
  491.  
  492. [info] Using makefile-style concurrent boot in runlevel 2.
  493. [....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
  494. 1362 (syslogd)
  495. [?25l[?1c7[ ok 8[?25h[?0c.
  496. [....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
  497. 1389 (klogd)
  498. [?25l[?1c7[ ok 8[?25h[?0c.
  499. [....] Starting system message bus: dbus[?25l[?1c7[ ok 8[?25h[?0c.
  500. [....] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon[?25l[?1c7[ ok 8[?25h[?0c.
  501. [....] Starting NFS common utilities: statd idmapd[?25l[?1c7[ ok 8[?25h[?0c.
  502. [....] Not starting NFS kernel daemon: no exports. ...[?25l[?1c7[warn8[?25h[?0c (warning).
  503. [....] Starting NTP server: ntpd[?25l[?1c7[ ok 8[?25h[?0c.
  504. [....] Starting OpenBSD Secure Shell server: sshd[?25l[?1c7[ ok 8[?25h[?0c.
  505. [....] Running local boot scripts (/etc/rc.local)[?25l[?1c7[ ok 8[?25h[?0c.
  506.  
  507.  
  508. Debian GNU/Linux 10 debian ttyS0
  509.  
  510. debian login: [ 243.689158][ T16] INFO: task cryptomgr_test:410 blocked for more than 122 seconds.
  511. [ 243.696953][ T16] Tainted: G W 5.2.9-kirkwood-tld-1 #1
  512. [ 243.704514][ T16] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  513. [ 243.713306][ T16] cryptomgr_test D 0 410 2 0x00000000
  514. [ 243.719748][ T16] [<c09dddc4>] (__schedule) from [<c09ddf40>] (schedule+0xc0/0xf4)
  515. [ 243.727548][ T16] [<c09ddf40>] (schedule) from [<c09e167c>] (schedule_timeout+0x24/0x324)
  516. [ 243.736252][ T16] [<c09e167c>] (schedule_timeout) from [<c09de9f8>] (wait_for_common+0x10c/0x1e8)
  517. [ 243.745571][ T16] [<c09de9f8>] (wait_for_common) from [<c05c7cc0>] (test_skcipher_vec_cfg+0x260/0x6a4)
  518. [ 243.755314][ T16] [<c05c7cc0>] (test_skcipher_vec_cfg) from [<c05c81ac>] (test_skcipher+0xa8/0xe0)
  519. [ 243.764702][ T16] [<c05c81ac>] (test_skcipher) from [<c05ca05c>] (alg_test_skcipher+0xdc/0x12c)
  520. [ 243.773830][ T16] [<c05ca05c>] (alg_test_skcipher) from [<c05ca524>] (alg_test.part.4+0x278/0x354)
  521. [ 243.783216][ T16] [<c05ca524>] (alg_test.part.4) from [<c05c63b4>] (cryptomgr_test+0x24/0x44)
  522. [ 243.792166][ T16] [<c05c63b4>] (cryptomgr_test) from [<c013736c>] (kthread+0x118/0x12c)
  523. [ 243.800591][ T16] [<c013736c>] (kthread) from [<c01010e0>] (ret_from_fork+0x14/0x34)
  524. [ 243.808551][ T16] Exception stack(0xc6cc3fb0 to 0xc6cc3ff8)
  525. [ 243.814610][ T16] 3fa0: 00000000 00000000 00000000 00000000
  526. [ 243.823727][ T16] 3fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  527. [ 243.832840][ T16] 3fe0: 00000000 00000000 00000000 00000000 00000013 00000000
  528. [ 366.569154][ T16] INFO: task cryptomgr_test:410 blocked for more than 245 seconds.
  529. [ 366.576949][ T16] Tainted: G W 5.2.9-kirkwood-tld-1 #1
  530. [ 366.584501][ T16] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  531. [ 366.593293][ T16] cryptomgr_test D 0 410 2 0x00000000
  532. [ 366.599736][ T16] [<c09dddc4>] (__schedule) from [<c09ddf40>] (schedule+0xc0/0xf4)
  533. [ 366.607534][ T16] [<c09ddf40>] (schedule) from [<c09e167c>] (schedule_timeout+0x24/0x324)
  534. [ 366.616237][ T16] [<c09e167c>] (schedule_timeout) from [<c09de9f8>] (wait_for_common+0x10c/0x1e8)
  535. [ 366.625554][ T16] [<c09de9f8>] (wait_for_common) from [<c05c7cc0>] (test_skcipher_vec_cfg+0x260/0x6a4)
  536. [ 366.635296][ T16] [<c05c7cc0>] (test_skcipher_vec_cfg) from [<c05c81ac>] (test_skcipher+0xa8/0xe0)
  537. [ 366.644686][ T16] [<c05c81ac>] (test_skcipher) from [<c05ca05c>] (alg_test_skcipher+0xdc/0x12c)
  538. [ 366.653814][ T16] [<c05ca05c>] (alg_test_skcipher) from [<c05ca524>] (alg_test.part.4+0x278/0x354)
  539. [ 366.663203][ T16] [<c05ca524>] (alg_test.part.4) from [<c05c63b4>] (cryptomgr_test+0x24/0x44)
  540. [ 366.672154][ T16] [<c05c63b4>] (cryptomgr_test) from [<c013736c>] (kthread+0x118/0x12c)
  541. [ 366.680580][ T16] [<c013736c>] (kthread) from [<c01010e0>] (ret_from_fork+0x14/0x34)
  542. [ 366.688540][ T16] Exception stack(0xc6cc3fb0 to 0xc6cc3ff8)
  543. [ 366.694600][ T16] 3fa0: 00000000 00000000 00000000 00000000
  544. [ 366.703717][ T16] 3fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  545. [ 366.712830][ T16] 3fe0: 00000000 00000000 00000000 00000000 00000013 00000000
  546. root
  547.  
  548. Password:
  549. Last login: Wed Dec 31 16:11:45 PST 1969 on ttyS0
  550. Linux debian 5.2.9-kirkwood-tld-1 #1 PREEMPT Sat Aug 17 15:00:56 PDT 2019 armv5tel
  551.  
  552. The programs included with the Debian GNU/Linux system are free software;
  553. the exact distribution terms for each program are described in the
  554. individual files in /usr/share/doc/*/copyright.
  555.  
  556. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  557. permitted by applicable law.
  558. root@debian:~# echo "hey bodhi!"
  559. hey bodhi!
  560. root@debian:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement