Advertisement
Guest User

Untitled

a guest
Feb 25th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.19 KB | None | 0 0
  1. __ __ _ _
  2. | \/ | __ _ _ ____ _____| | |
  3. | |\/| |/ _` | '__\ \ / / _ \ | |
  4. | | | | (_| | | \ V / __/ | |
  5. |_| |_|\__,_|_| \_/ \___|_|_|
  6. _ _ ____ _
  7. | | | | | __ ) ___ ___ | |_
  8. | | | |___| _ \ / _ \ / _ \| __|
  9. | |_| |___| |_) | (_) | (_) | |_
  10. \___/ |____/ \___/ \___/ \__|
  11. ** MARVELL BOARD: FL-862SN kernel 3.2 LE
  12.  
  13. U-Boot 1.1.4 (Oct 24 2014 - 10:30:52) Marvell version: 2013_Q1.1
  14.  
  15. U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFC40
  16.  
  17. Soc: 88F6282 A1 CPU running @ 2000Mhz L2 running @ 500Mhz
  18. SysClock = 500Mhz , TClock = 200Mhz
  19.  
  20. DRAM (DDR3) CAS Latency = 7 tRP = 7 tRAS = 20 tRCD=7
  21. DRAM CS[0] base 0x00000000 size 512MB
  22. DRAM CS[1] base 0x20000000 size 512MB
  23. DRAM Total size 1GB 16bit width
  24. Addresses 8M - 0M are saved for the U-Boot usage.
  25. Mem malloc Initialization (8M - 7M): Done
  26. NAND:512 MB
  27. *** Warning - bad CRC or NAND, using default environment
  28.  
  29. Flash: 0 kB
  30.  
  31. CPU : Marvell Feroceon (Rev 1)
  32.  
  33. Streaming disabled
  34. Write allocate disabled
  35.  
  36. Module 0 is RGMII
  37.  
  38. [MALGN] Check MPP Setting v1.1
  39. [MALGN] Starting LCD Display
  40. IP Storage :Powering Up
  41.  
  42. USB 0: host mode
  43. PEX 0: PCI Express Root Complex Interface
  44. PEX interface detected Link X1
  45. PEX 1: interface detected no Link.
  46. MMC: MRVL_MMC: 0
  47. Net: egiga0 [PRIME], egiga1
  48. Hit any key to stop autoboot: 0
  49. Marvell>>
  50. Marvell>>
  51. Marvell>>
  52. Marvell>>
  53. Marvell>>
  54. Marvell>>
  55. Marvell>>
  56. Marvell>> setenv bootargs_end $(bootargs_end) root=/bin/sh
  57. Marvell>> boot
  58.  
  59. NAND read: device 0 offset 0x100000, size 0x400000
  60.  
  61. Reading data from 0x4ff800 -- 100% complete.
  62. 4194304 bytes read: OK
  63. ## Booting image at 02000000 ...
  64. Image Name: Linux-3.2.40
  65. Created: 2014-10-23 7:43:27 UTC
  66. Image Type: ARM Linux Kernel Image (uncompressed)
  67. Data Size: 4164104 Bytes = 4 MB
  68. Load Address: 00008000
  69. Entry Point: 00008000
  70. Verifying Checksum ... OK
  71. OK
  72.  
  73. Starting kernel ...
  74.  
  75. Uncompressing Linux... done, booting the kernel.
  76. <4>Ignoring unrecognised tag 0x41000403
  77. Initializing cgroup subsys cpu
  78. Linux version 3.2.40 (root@kangts) (gcc version 4.7.2 (crosstool-NG 1.17.0) ) #27 Thu Oct 23 16:43:20 KST 2014
  79. CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
  80. CPU: VIVT data cache, VIVT instruction cache
  81. Machine: Malgn Technology FL-862SN Board
  82. Memory policy: ECC disabled, Data cache writeback
  83. BUG: mapping for 0xf4000000 at 0xf4000000 overlaps vmalloc space
  84. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259840
  85. Kernel command line: console=ttyS0,115200 mtdparts=nand_mtd:0x100000@0(uboot)ro,0x500000@0x100000(kernel)ro, 0x1fa00000@0x600000(root)rw ubi.mtd=2,512 root=ubi0:rootfs rootfstype=ubifs rw :::DB88FXX81:eth0:et4
  86. [MALGN] get_option, mode=4
  87. PID hash table entries: 4096 (order: 2, 16384 bytes)
  88. Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  89. Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  90. Memory: 1024MB = 1024MB total
  91. Memory: 1029828k/1029828k available, 18748k reserved, 0K highmem
  92. Virtual kernel memory layout:
  93. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  94. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  95. vmalloc : 0xe0800000 - 0xfe800000 ( 480 MB)
  96. lowmem : 0xa0000000 - 0xe0000000 (1024 MB)
  97. modules : 0x9f000000 - 0xa0000000 ( 16 MB)
  98. .text : 0xa0008000 - 0xa077173c (7590 kB)
  99. .init : 0xa0772000 - 0xa079b000 ( 164 kB)
  100. .data : 0xa079c000 - 0xa07cfda0 ( 208 kB)
  101. .bss : 0xa07cfdc4 - 0xa087e368 ( 698 kB)
  102. SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  103. NR_IRQS:114
  104. [MALGN] <kirkwood_init_irq>
  105. [MALGN] </kirkwood_init_irq>
  106. sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474ms
  107. Console: colour dummy device 80x30
  108. Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
  109. pid_max: default: 32768 minimum: 301
  110. Mount-cache hash table entries: 512
  111. CPU: Testing write buffer coherency: ok
  112. devtmpfs: initialized
  113. xor: measuring software checksum speed
  114. arm4regs : 1819.600 MB/sec
  115. 8regs : 1292.800 MB/sec
  116. 32regs : 1266.000 MB/sec
  117. xor: using function: arm4regs (1819.600 MB/sec)
  118. NET: Registered protocol family 16
  119. [MALGN] <db88f6281_init>
  120. [MALGN] <mvBoardEnvInit>
  121. [MALGN] Skip! Set GPP Out value.
  122. [MALGN] Skip! Set GPP polarity.
  123. [MALGN] Skip! Set GPP Out Enable.
  124. DataOut = 0x00000000
  125. DataOutEnable = 0x00026000
  126. BlinkEnable = 0x00000000
  127. DataInPolarity = 0x00000000
  128. DataIn = 0x00004000
  129. [High] DataOut = 0x00000200
  130. [High] DataOutEnable = 0x0000000c
  131. [High] BlinkEnable = 0x00000000
  132. [High] DataInPolarity = 0x00000000
  133. [High] DataIn = 0x0000020c
  134. </mvBoardEnvInit>
  135. <mvCtrlEnvInit>
  136. <mvBoardMppGroupIdUpdate>
  137. devClass = 0
  138. RGMII
  139. devClass = 1
  140. </mvBoardMppGroupIdUpdate>
  141.  
  142. [MALGN] Check MPP Setting v1.1
  143. Mpp0 = 0x01111111
  144. Mpp1 = 0x40003300
  145. Mpp2 = 0x33331104
  146. Mpp3 = 0x33003333
  147. Mpp4 = 0x00000033
  148. Mpp5 = 0x00000000
  149. Mpp6 = 0x00000000
  150.  
  151. [MALGN] LCD >> Starting Kernel
  152. </mvCtrlEnvInit>
  153. [MALGN] <kirkwood_init>
  154. Marvell Development Board (LSP Version linux-3.2.y-2013_Q1.2)
  155. Kirkwood: MV88F6282-Rev-Unsupported, TCLK=200000000.
  156. Feroceon L2: Enabling L2
  157. Feroceon L2: Cache support initialised.
  158. [MALGN] </kirkwood_init>
  159. [MALGN] </db88f6281_init>
  160. [MALGN] <db88f6281_pci_init>
  161. [MALGN] dev_ID=6282
  162. Kirkwood PCIe port 0:
  163. link up
  164. Kirkwood PCIe port 1:
  165. link down, ignoring
  166. PCI: bus0 uses PCIe port 0
  167. PCI: bus0: Fast back to back transfers disabled
  168. pci 0000:00:01.0: BAR 2: assigned [mem 0xe0000000-0xe003ffff 64bit]
  169. pci 0000:00:01.0: BAR 2: set to [mem 0xe0000000-0xe003ffff 64bit] (PCI address [0xe0000000-0xe003ffff])
  170. pci 0000:00:01.0: BAR 0: assigned [mem 0xe0040000-0xe005ffff 64bit]
  171. pci 0000:00:01.0: BAR 0: set to [mem 0xe0040000-0xe005ffff 64bit] (PCI address [0xe0040000-0xe005ffff])
  172. pci 0000:00:01.0: BAR 6: assigned [mem 0xe0060000-0xe006ffff pref]
  173. [MALGN] </db88f6281_pci_init>
  174. MV Buttons Device Load
  175. bio: create slab <bio-0> at 0
  176. raid6: int32x1 157 MB/s
  177. raid6: int32x2 211 MB/s
  178. raid6: int32x4 203 MB/s
  179. raid6: int32x8 167 MB/s
  180. raid6: using algorithm int32x2 (211 MB/s)
  181. vgaarb: loaded
  182. SCSI subsystem initialized
  183. usbcore: registered new interface driver usbfs
  184. usbcore: registered new interface driver hub
  185. usbcore: registered new device driver usb
  186. Advanced Linux Sound Architecture Driver Version 1.0.24.
  187. cfg80211: Calling CRDA to update world regulatory domain
  188. Switching to clocksource orion_clocksource
  189. NET: Registered protocol family 2
  190. IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
  191. TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  192. TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
  193. TCP: Hash tables configured (established 131072 bind 65536)
  194. TCP reno registered
  195. UDP hash table entries: 512 (order: 1, 8192 bytes)
  196. UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
  197. NET: Registered protocol family 1
  198. RPC: Registered named UNIX socket transport module.
  199. RPC: Registered udp transport module.
  200. RPC: Registered tcp transport module.
  201. RPC: Registered tcp NFSv4.1 backchannel transport module.
  202. Loading Marvell vpapi device
  203. Loading Marvell tdm device
  204. cesadev_init(a0779d80)
  205. mvCesaInit: sessions=640, queue=64, pSram=e0804000
  206. MV Buttons Driver Load
  207. Loading Marvell Ethernet Driver:
  208. o Cached descriptors in DRAM
  209. o DRAM SW cache-coherency
  210. o 2 Giga ports supported
  211. o Single RX Queue support - ETH_DEF_RXQ=0
  212. o Single TX Queue support - ETH_DEF_TXQ=0
  213. o TCP segmentation offload (TSO) supported
  214. o Large Receive offload (LRO) supported
  215. o Receive checksum offload supported
  216. o Transmit checksum offload supported
  217. o Driver ERROR statistics enabled
  218. o Proc tool API enabled
  219. o SKB Reuse supported - (Disabled)
  220. o Rx descripors: q0=128
  221. o Tx descripors: q0=532
  222. o Loading network interface(s):
  223. o eth0, ifindex = 2, GbE port = 0
  224. o eth1, ifindex = 3, GbE port = 1
  225.  
  226. JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  227. SGI XFS with security attributes, large block/inode numbers, no debug enabled
  228. aufs 3.2.x-20131104
  229. msgmni has been set to 2011
  230. async_tx: api initialized (async)
  231. Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  232. io scheduler noop registered (default)
  233. io scheduler deadline registered
  234. io scheduler cfq registered
  235. Initializing ths8200_init
  236. Initializing dove_adi9889_init
  237. mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
  238. mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
  239. mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
  240. mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
  241. mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
  242. mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
  243. Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  244. serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
  245. console [ttyS0] enabled
  246. loop: module loaded
  247. Marvell Storage Controller is found, using IRQ 9, driver version 4.0.0.1531N.
  248. Marvell Linux driver mv94xx, driver version 4.0.0.1531N.
  249. Start mv_hba_init.
  250. original device id=9485.
  251. VANIR : BAR 0 : e0880000.
  252. VANIR : BAR 1 : (null).
  253. VANIR : BAR 2 : e0900000.
  254. VANIR : BAR 3 : (null).
  255. VANIR : BAR 4 : (null).
  256. VANIR : BAR 5 : (null).
  257. HBA ext struct init'ed at df8a6c00.
  258. show module id[0] cached size[0x8e4648], addr[0xe0941000].
  259. show module id[1] cached size[0x7bad0], addr[0xe1227000].
  260. HBA device id 0x9485, RunAsNonRAID:0.
  261. CORE: core_get_chip_info chip id 9485.
  262. check struct _MV_Request c0.
  263. HBA allocate max sg count 260.
  264. Timer_Request_Number = 258.
  265. Start mv_hba_start.
  266. HBA queue command = 4094.
  267. start install request_irq.
  268. request_irq has been installed.
  269. CORE: io_chip_init_registers COMMON_CONFIG (default) = 0x200000d
  270. CORE EVENT: update_phy_info phy 0 irq_status = 0x0.
  271. CORE EVENT: update_phy_info phy 1 irq_status = 0x0.
  272. CORE EVENT: update_phy_info phy 2 irq_status = 0x0.
  273. CORE EVENT: update_phy_info phy 3 irq_status = 0x0.
  274. CORE: io_chip_init_registers COMMON_CONFIG (default) = 0x200000d
  275. CORE EVENT: update_phy_info phy 0 irq_status = 0x0.
  276. CORE EVENT: update_phy_info phy 1 irq_status = 0x0.
  277. CORE EVENT: update_phy_info phy 2 irq_status = 0x0.
  278. CORE EVENT: update_phy_info phy 3 irq_status = 0x0.
  279. CORE: sgpio_initialize * SGPIO_InitReg after initialization
  280. CORE: sgpio_initialize SGPIO0 count:0, interrupt:1
  281. CORE: sgpio_initialize SGPIO0 count:1, interrupt:1
  282. CORE: sgpio_process_sdin sgpio: sdin done :CORE: sgpio_process_sdin 0xffffffffCORE: sgpio_process_sdin no back plan connected
  283. CORE: sgpio_process_sdin
  284. CORE: sgpio_initialize SGPIO1 count:0, interrupt:1
  285. CORE: sgpio_initialize SGPIO1 count:1, interrupt:1
  286. CORE: sgpio_process_sdin sgpio: sdin done :CORE: sgpio_process_sdin 0xffffffffCORE: sgpio_process_sdin no back plan connected
  287. CORE: sgpio_process_sdin
  288. CORE: core_handle_init_queue finished init, notify upper layer.
  289. start HBA_ModuleStarted addr df1bda00, id 1.
  290. start HBA_ModuleStarted addr df1bda40, id 0.
  291. all modules have been started.
  292. scsi0 : Marvell Storage Controller
  293. Start scsi_scan_host.
  294. scsi 0:0:127:0: RAID MARVELL Virtual Device 1.00 PQ: 0 ANSI: 4
  295. finished io control.
  296. Finished Driver Initialization.
  297. Finished mv_probe.
  298. sata_mv sata_mv.0: slots 32 ports 2
  299. scsi1 : sata_mv
  300. scsi2 : sata_mv
  301. ata1: SATA max UDMA/133 irq 21
  302. ata2: SATA max UDMA/133 irq 21
  303. @ (orion_nand.c) ECC mode is NAND_ECC_SOFT_BCH
  304. NAND device: Manufacturer ID: 0xc8, Chip ID: 0xdc (Eon NAND 512MiB 3,3V 8-bit)
  305. @ (nand_base.c) NAND_ECC_SOFT_BCH
  306. Scanning device for bad blocks
  307. mtd: partition size too small (0)
  308. Creating 3 MTD partitions on "orion_nand":
  309. 0x000000000000-0x000000100000 : "u-boot"
  310. 0x000000100000-0x000000600000 : "uImage"
  311. 0x000000600000-0x000020000000 : "root"
  312. m25p80 spi0.0: found m25p05-nonjedec, expected m25p128
  313. m25p80 spi0.0: m25p05-nonjedec (64 Kbytes)
  314. e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
  315. e100: Copyright(c) 1999-2006 Intel Corporation
  316. e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
  317. e1000: Copyright (c) 1999-2006 Intel Corporation.
  318. e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k
  319. e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
  320. sky2: driver version 1.30
  321. libertas_sdio: Libertas SDIO driver
  322. libertas_sdio: Copyright Pierre Ossman
  323. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  324. orion-ehci orion-ehci.0: Marvell Orion EHCI
  325. orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
  326. orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
  327. orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
  328. hub 1-0:1.0: USB hub found
  329. hub 1-0:1.0: 1 port detected
  330. Initializing USB Mass Storage driver...
  331. usbcore: registered new interface driver usb-storage
  332. USB Mass Storage support registered.
  333. usbcore: registered new interface driver ums-datafab
  334. usbcore: registered new interface driver ums-freecom
  335. usbcore: registered new interface driver ums-jumpshot
  336. usbcore: registered new interface driver ums-sddr09
  337. usbcore: registered new interface driver ums-sddr55
  338. mousedev: PS/2 mouse device common for all mice
  339. rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
  340. i2c /dev entries driver
  341. Kirkwood hwmon thermal sensor initialized.
  342. Orion Watchdog Timer: Initial timeout 21 sec
  343. Linux telephony interface: v1.00
  344. md: linear personality registered for level -1
  345. md: raid0 personality registered for level 0
  346. md: raid1 personality registered for level 1
  347. md: raid10 personality registered for level 10
  348. md: raid6 personality registered for level 6
  349. md: raid5 personality registered for level 5
  350. md: raid4 personality registered for level 4
  351. device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
  352. cpuidle: using governor ladder
  353. mmc0: mvsdio driver initialized, lacking card detect (fall back to polling)
  354. usbcore: registered new interface driver usbhid
  355. usbhid: USB HID core driver
  356. ALSA device list:
  357. No soundcards found.
  358. oprofile: hardware counters not available
  359. oprofile: using timer interrupt.
  360. TCP cubic registered
  361. NET: Registered protocol family 10
  362. IPv6 over IPv4 tunneling driver
  363. NET: Registered protocol family 17
  364. lib80211: common routines for IEEE802.11 drivers
  365. Registering the dns_resolver key type
  366. registered taskstats version 1
  367. UBI: attaching mtd2 to ubi0
  368. UBI: physical eraseblock size: 131072 bytes (128 KiB)
  369. UBI: logical eraseblock size: 129024 bytes
  370. UBI: smallest flash I/O unit: 2048
  371. UBI: sub-page size: 512
  372. UBI: VID header offset: 512 (aligned 512)
  373. UBI: data offset: 2048
  374. ata1: SATA link down (SStatus 0 SControl F300)
  375. ata2: SATA link down (SStatus 0 SControl F300)
  376. UBI: max. sequence number: 1866
  377. UBI: attached mtd2 to ubi0
  378. UBI: MTD device name: "root"
  379. UBI: MTD device size: 506 MiB
  380. UBI: number of good PEBs: 4048
  381. UBI: number of bad PEBs: 0
  382. UBI: number of corrupted PEBs: 0
  383. UBI: max. allowed volumes: 128
  384. UBI: wear-leveling threshold: 4096
  385. UBI: number of internal volumes: 1
  386. UBI: number of user volumes: 1
  387. UBI: available PEBs: 0
  388. UBI: total number of reserved PEBs: 4048
  389. UBI: number of PEBs reserved for bad PEB handling: 40
  390. UBI: max/mean erase counter: 3/0
  391. UBI: image sequence number: 0
  392. rtc-mv rtc-mv: setting system clock to 2019-02-25 19:07:09 UTC (1551121629)
  393. md: Waiting for all devices to be available before autodetect
  394. md: If you don't use raid, use raid=noautodetect
  395. UBI: background thread "ubi_bgt0d" started, PID 49
  396. md: Autodetecting RAID arrays.
  397. md: Scanned 0 and added 0 devices.
  398. md: autorun ...
  399. md: ... autorun DONE.
  400. UBIFS error (pid 1): ubifs_mount: cannot open "/dev/root", error -22
  401. List of all partitions:
  402. 1f00 1024 mtdblock0 (driver?)
  403. 1f01 5120 mtdblock1 (driver?)
  404. 1f02 518144 mtdblock2 (driver?)
  405. 1f03 64 mtdblock3 (driver?)
  406. No filesystem could mount root, tried: ubifs
  407. Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
  408. [<a000e354>] (unwind_backtrace+0x0/0xf0) from [<a05b4dbc>] (panic+0x5c/0x188)
  409. [<a05b4dbc>] (panic+0x5c/0x188) from [<a0772bc0>] (mount_block_root+0x1dc/0x220)
  410. [<a0772bc0>] (mount_block_root+0x1dc/0x220) from [<a0772cf4>] (mount_root+0xf0/0x118)
  411. [<a0772cf4>] (mount_root+0xf0/0x118) from [<a0772e3c>] (prepare_namespace+0x120/0x180)
  412. [<a0772e3c>] (prepare_namespace+0x120/0x180) from [<a0772820>] (kernel_init+0xf8/0x128)
  413. [<a0772820>] (kernel_init+0xf8/0x128) from [<a0009c44>] (kernel_thread_exit+0x0/0x8)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement