Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1307 - ClearFog initramfs broken #6244

Open
openwrt-bot opened this issue Jan 28, 2018 · 0 comments
Open

FS#1307 - ClearFog initramfs broken #6244

openwrt-bot opened this issue Jan 28, 2018 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

JW09I4:

It appears this has been broken for quite some time, likely before LEDE forked from OpenWrt, as there are CC builds with initrams images working fine (early 2016), however the CC repo no longer compiles a working initrams image, nor does LEDE.

  • The changes causing the issue appear to have occurred between 2016.02.18 and 2016.09.06
    • I have a working OpenWrt initramfs image created 2016.02.17 @14:26:46 UTC which boots w/o issue.
    • [[http://forum.solid-run.com/viewtopic.php?p=21064&sid=c1b4493f6de62c3de34e9ffebaa553db#p21064|This]] post from the SolidRun forum on 2016.09.06 @ 10:30am (local) verifies boot issues occurring at least as of this date.
      • Xue Liu's [clockworkbird9] [[https://github.com/dks-xueliu/openwrt/tree/clearfog-a1-dev|repo]] is mentioned and a link to his blog is provided, however he either forked OpenWrt prior to the issue originating or fixed whatever was broken.

=====Unexpected Output=====
====Current LEDE/OpenWrt initramfs image is a mess all around (Compiled 2018.01.25)====
<code=hush>
Marvell>> tftpboot lede-mvebu-armada-388-clearfog-pro-initramfs.bin
Using egiga1 device
TFTP from server 10.4.50.38; our IP address is 10.4.50.170
Filename 'lede-mvebu-armada-388-clearfog-pro-initramfs.bin'.
Load address: 0x2000000
Loading: #################################################################
#################################################################
#################################################################
2.4 MiB/s
done
Bytes transferred = 4690096 (4790b0 hex)

Marvell>> bootm
Wrong Image Format for bootm command
ERROR: cant get kernel image!

  • Likely due to these options being removed from ''menuconfig'':
    • ''Target Images''
      • ''Include kernel in root filesystem''
        • //''include uImage''//
        • //''include zImage''//
        • //''include FIT''//
      • ''Include DTB in root filesystem''
    • //See Screenshot//
      • //Left: Old OpenWrt Repo//
      • //Right: Current LEDE/OpenWrt Repo//

====Booting a LEDE zImage goes a bit better (...until the kernel panic | Compiled 2018.01.25)====
* //This may be expected behavior, as I didn't realize the zImage is the kernel image.//
<code=hush>
Marvell>> tftpboot zImage-Solidrun-Clearfog-A1
Using egiga1 device
TFTP from server 10.4.50.38; our IP address is 10.4.50.170
Filename 'zImage-Solidrun-Clearfog-A1'.
Load address: 0x2000000
Loading: #################################################################
#################################################################
#################################################################
2.4 MiB/s
done
Bytes transferred = 2132324 (208964 hex)
Marvell>> bootz

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.4.14 (thepeople@trabant) (gcc version 5.3.0 (OpenWrt GCC 5.3.0 50140) ) #1 SMP Thu Dec 7 14:50:07 UTC 2017
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: SolidRun Clearfog A1
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] PERCPU: Embedded 12 pages/cpu @ef7ce000 s17984 r8192 d22976 u49152
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260608
[    0.000000] Kernel command line: 
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 1032820K/1048576K available (4223K kernel code, 178K rwdata, 1572K rodata, 264K init, 301K bss, 15756K reserved, 0K cma-reserved, 262144K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc05b1078   (5797 kB)
[    0.000000]       .init : 0xc05b2000 - 0xc05f4000   ( 264 kB)
[    0.000000]       .data : 0xc05f4000 - 0xc0620a5c   ( 179 kB)
[    0.000000]        .bss : 0xc0620a5c - 0xc066c244   ( 302 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] mvebu_mbus: [Firmware Warn]: deprecated mbus-mvebu Device Tree, suspend/resume will not work
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[    0.000000] L2C-310 D prefetch enabled, offset 1 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB
[    0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x56070001
[    0.000000] Switching to timer-based delay loop, resolution 40ns
[    0.000002] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
[    0.000009] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[    0.000106] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)
[    0.000113] pid_max: default: 32768 minimum: 301
[    0.000148] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000152] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000340] CPU: Testing write buffer coherency: ok
[    0.000439] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.000465] Setting up static identity map for 0x8280 - 0x82d8
[    0.000550] mvebu-soc-id: MVEBU SoC ID=0x6828, Rev=0x4
[    0.000633] mvebu-pmsu: Initializing Power Management Service Unit
[    0.001026] Booting CPU 1
[    0.001190] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.001218] Brought up 2 CPUs
[    0.001223] SMP: Total of 2 processors activated (100.00 BogoMIPS).
[    0.001226] CPU: All CPU(s) started in SVC mode.
[    0.002883] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.002954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.003000] pinctrl core: initialized pinctrl subsystem
[    0.003380] NET: Registered protocol family 16
[    0.003837] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.029930] cpuidle: using governor ladder
[    0.032504] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling
[    0.032512] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling
[    0.060714] SCSI subsystem initialized
[    0.060995] usbcore: registered new interface driver usbfs
[    0.061020] usbcore: registered new interface driver hub
[    0.061042] usbcore: registered new device driver usb
[    0.061712] clocksource: Switched to clocksource armada_370_xp_clocksource
[    0.062143] NET: Registered protocol family 2
[    0.062382] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.062424] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.062484] TCP: Hash tables configured (established 8192 bind 8192)
[    0.062516] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.062538] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.062619] NET: Registered protocol family 1
[    0.062981] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.065945] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.065956] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.066587] bounce: pool size: 64 pages
[    0.066594] io scheduler noop registered
[    0.066599] io scheduler deadline registered (default)
[    0.066978] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[    0.067276] irq: Cannot allocate irq_descs @ IRQ50, assuming pre-allocated
[    0.067412] irq: Cannot allocate irq_descs @ IRQ82, assuming pre-allocated
[    0.067660] mv_xor f1060800.xor: Marvell shared XOR driver
[    0.101937] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.102017] mv_xor f1060900.xor: Marvell shared XOR driver
[    0.141919] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.142055] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.142889] console [ttyS0] disabled
[    0.162961] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 23, base_baud = 15625000) is a 16550A
[    0.715227] console [ttyS0] enabled
[    0.738916] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 24, base_baud = 15625000) is a 16550A
[    0.748295] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    0.757374] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    0.766754] scsi host0: ahci-mvebu
[    0.770314] scsi host1: ahci-mvebu
[    0.773824] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 45
[    0.781766] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 45
[    0.789792] ahci-mvebu f10e0000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    0.798869] ahci-mvebu f10e0000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    0.808345] scsi host2: ahci-mvebu
[    0.811918] scsi host3: ahci-mvebu
[    0.815415] ata3: SATA max UDMA/133 mmio [mem 0xf10e0000-0xf10e1fff] port 0x100 irq 46
[    0.823359] ata4: SATA max UDMA/133 mmio [mem 0xf10e0000-0xf10e1fff] port 0x180 irq 46
[    0.832327] libphy: Fixed MDIO Bus: probed
[    0.836538] libphy: orion_mdio_bus: probed
[    0.841803] mvneta f1030000.ethernet eth0: Using hardware mac address 00:50:43:4c:18:3b
[    0.850637] mvneta f1034000.ethernet eth1: Using random mac address c6:31:9b:9c:a7:67
[    0.859250] mvneta f1070000.ethernet eth2: Using hardware mac address 00:50:43:ee:18:3b
[    0.867330] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.873879] ehci-pci: EHCI PCI platform driver
[    0.878359] ehci-platform: EHCI generic platform driver
[    0.883691] ehci-orion: EHCI orion driver
[    0.887777] orion-ehci f1058000.usb: EHCI Host Controller
[    0.893203] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
[    0.900847] orion-ehci f1058000.usb: irq 40, io mem 0xf1058000
[    0.921501] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[    0.927667] hub 1-0:1.0: USB hub found
[    0.931437] hub 1-0:1.0: 1 port detected
[    0.935663] xhci-hcd f10f0000.usb3: xHCI Host Controller
[    0.940994] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 2
[    0.948605] xhci-hcd f10f0000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    0.957170] xhci-hcd f10f0000.usb3: irq 48, io mem 0xf10f0000
[    0.963146] hub 2-0:1.0: USB hub found
[    0.966914] hub 2-0:1.0: 1 port detected
[    0.970927] xhci-hcd f10f0000.usb3: xHCI Host Controller
[    0.976265] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 3
[    0.983796] usb usb3: We dont know the algorithms for LPM for this host, disabling LPM.
[    0.992105] hub 3-0:1.0: USB hub found
[    0.995872] hub 3-0:1.0: 1 port detected
[    0.999930] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.005271] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 4
[    1.012863] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    1.021422] xhci-hcd f10f8000.usb3: irq 49, io mem 0xf10f8000
[    1.027391] hub 4-0:1.0: USB hub found
[    1.031159] hub 4-0:1.0: 1 port detected
[    1.035201] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.040528] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 5
[    1.048072] usb usb5: We dont know the algorithms for LPM for this host, disabling LPM.
[    1.056389] hub 5-0:1.0: USB hub found
[    1.060156] hub 5-0:1.0: 1 port detected
[    1.064290] usbcore: registered new interface driver usb-storage
[    1.070460] armada38x-rtc f10a3800.rtc: rtc core: registered f10a3800.rtc as rtc0
[    1.078105] i2c /dev entries driver
[    1.092469] orion_wdt: Initial timeout 171 sec
[    1.097786] marvell-cesa f1090000.crypto: CESA device successfully registered
[    1.105445] NET: Registered protocol family 10
[    1.110382] NET: Registered protocol family 17
[    1.114870] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    1.127526] Bridge firewalling registered
[    1.131551] 8021q: 802.1Q VLAN Support v1.8
[    1.135771] Registering SWP/SWPB emulation handler
[    1.141319] armada38x-rtc f10a3800.rtc: setting system clock to 1970-06-02 16:51:43 UTC (13193503)
[    1.141517] ata1: SATA link down (SStatus 0 SControl 300)
[    1.141542] ata2: SATA link down (SStatus 0 SControl 300)
[    1.161504] ata4: SATA link down (SStatus 0 SControl 300)
[   1.166942] ata3: SATA link down (SStatus 0 SControl 300)
[    1.172389] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
[    1.179889] Please append a correct "root=" boot option; here are the available partitions:
[    1.188270] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[    1.196553] CPU1: stopping
[    1.199266] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 4.4.14 #1
[    1.205198] Hardware name: Marvell Armada 380/385 (Device Tree)
[    1.211142] [<c001fab8>] (unwind_backtrace) from [<c001c420>] (show_stack+0x10/0x14)
[    1.218909] [<c001c420>] (show_stack) from [<c019f54c>] (dump_stack+0x8c/0xa0)
[    1.226149] [<c019f54c>] (dump_stack) from [<c001e94c>] (handle_IPI+0x108/0x1a0)
[    1.233563] [<c001e94c>] (handle_IPI) from [<c0009508>] (gic_handle_irq+0x80/0x94)
[    1.241151] [<c0009508>] (gic_handle_irq) from [<c000a5f4>] (__irq_svc+0x54/0x70)
[    1.248650] Exception stack(0xef073f80 to 0xef073fc8)
[    1.253712] 3f80: 00000001 00000000 00000000 c000b3c0 ef072000 c05f6498 c04fcab4 00000000
[    1.261909] 3fa0: c05ee224 ef073fd8 00000000 c05f1118 00000000 ef073fd0 c00194cc c00194d0
[    1.270104] 3fc0: 60000013 ffffffff
[    1.273600] [<c000a5f4>] (__irq_svc) from [<c00194d0>] (arch_cpu_idle+0x34/0x50)
[    1.281015] [<c00194d0>] (arch_cpu_idle) from [<c005b324>] (cpu_startup_entry+0x148/0x210)
[    1.289298] [<c005b324>] (cpu_startup_entry) from [<000095ac>] (0x95ac)
[    1.295928] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
====Current OpenWrt CC initramfs freezes upon loading the kernel (Compiled 2018.01.27)==== Marvell>> tftpboot openwrt-mvebu-armada-388-clearfog-initramfs Using egiga1 device TFTP from server 10.4.50.38; our IP address is 10.4.50.170 Filename 'openwrt-mvebu-armada-388-clearfog-initramfs'. Load address: 0x2000000 Loading: ################################################################# ################################################################# ################################################################# 2.4 MiB/s done Bytes transferred = 7925725 (78efdd hex)

Marvell>> bootm

Booting kernel from Legacy Image at 02000000 ...

  Image Name:   ARM OpenWrt Linux-3.18.91
  Created:      2018-01-27   3:22:24 UTC
  Image Type:   ARM Linux Kernel Image (uncompressed)
  Data Size:    7925661 Bytes = 7.6 MiB
  Load Address: 00008000
  Entry Point:  00008000
  Verifying Checksum ... OK
  Loading Kernel Image ... OK

OK

Starting kernel ...

  • It freezes at this point, with no further output

=====Expected Output (working initramfs)=====
====r48735 (Compiled 2016.02.17)====
<code=hush>
Marvell>> tftpboot openwrt-mvebu-armada-388-clearfog-initramfs
Using egiga1 device
TFTP from server 10.4.50.38; our IP address is 10.4.50.170
Filename 'openwrt-mvebu-armada-388-clearfog-initramfs'.
Load address: 0x2000000
Loading: #################################################################
#################################################################
#################################################################
2.4 MiB/s
done
Bytes transferred = 3022310 (2e1de6 hex)

Marvell>> bootm
## Booting kernel from Legacy Image at 02000000 ...
   Image Name:   ARM OpenWrt Linux-4.1.16
   Created:      2016-02-17  14:26:46 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3022246 Bytes = 2.9 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.1.16 (vlado@b50) (gcc version 5.2.0 (OpenWrt GCC 5.2.0 r48723) ) #6 SMP Wed Feb 17 14:59:16 UTC 2016
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: SolidRun Clearfog A1
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] PERCPU: Embedded 10 pages/cpu @eefd1000 s11776 r8192 d20992 u40960
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260624
[    0.000000] Kernel command line: 
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 1029820K/1048576K available (3435K kernel code, 138K rwdata, 1228K rodata, 4592K init, 168K bss, 18756K reserved, 0K cma-reserved, 270336K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0495e9c   (4664 kB)
[    0.000000]       .init : 0xc0496000 - 0xc0912000   (4592 kB)
[    0.000000]       .data : 0xc0912000 - 0xc09348dc   ( 139 kB)
[    0.000000]        .bss : 0xc09348dc - 0xc095e9a4   ( 169 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] mvebu_mbus: [Firmware Warn]: deprecated mbus-mvebu Device Tree, suspend/resume will not work
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB
[    0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x46070001
[    0.000006] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
[    0.000016] clocksource armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[    0.000157] Calibrating delay loop... 3188.32 BogoMIPS (lpj=15941632)
[    0.059922] pid_max: default: 32768 minimum: 301
[    0.059975] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.059980] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.060187] CPU: Testing write buffer coherency: ok
[    0.060286] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.060311] Setting up static identity map for 0x8280 - 0x82d8
[    0.060398] mvebu-soc-id: MVEBU SoC ID=0x6828, Rev=0x4
[    0.060484] mvebu-pmsu: Initializing Power Management Service Unit
[    0.060915] Booting CPU 1
[    0.119940] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.119969] Brought up 2 CPUs
[    0.119975] SMP: Total of 2 processors activated (6384.02 BogoMIPS).
[    0.119978] CPU: All CPU(s) started in SVC mode.
[    0.121764] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.121843] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.121875] pinctrl core: initialized pinctrl subsystem
[    0.122216] NET: Registered protocol family 16
[    0.122655] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.149929] cpuidle: using governor ladder
[    0.152518] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling
[    0.152527] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling[    0.180892] Switched to clocksource armada_370_xp_clocksource
[    0.181354] NET: Registered protocol family 2
[    0.181626] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.181665] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.181728] TCP: Hash tables configured (established 8192 bind 8192)
[    0.181766] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.181790] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.181897] NET: Registered protocol family 1
[    0.202800] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.203086] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.203094] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.203620] bounce: pool size: 64 pages
[    0.203629] io scheduler noop registered
[    0.203635] io scheduler deadline registered (default)
[    0.204062] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[    0.204398] irq: Cannot allocate irq_descs @ IRQ48, assuming pre-allocated
[    0.204557] irq: Cannot allocate irq_descs @ IRQ80, assuming pre-allocated
[    0.204865] mvebu-pcie soc:pcie-controller: PCI host bridge to bus 0000:00
[    0.204873] pci_bus 0000:00: root bus resource [io  0x1000-0xfffff]
[    0.204878] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[    0.204883] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.205081] PCI: bus0: Fast back to back transfers disabled
[    0.205087] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.205094] pci 0000:00:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.205147] PCI: bus1: Fast back to back transfers enabled
[    0.205205] PCI: bus2: Fast back to back transfers enabled
[    0.205227] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.205235] pci 0000:00:03.0: PCI bridge to [bus 02]
[    0.205319] mv_xor f1060800.xor: Marvell shared XOR driver
[    0.240922] mv_xor f1060800.xor: Marvell XOR: ( xor cpy )
[    0.280920] mv_xor f1060800.xor: Marvell XOR: ( xor cpy )
[    0.280980] mv_xor f1060900.xor: Marvell shared XOR driver
[    0.320931] mv_xor f1060900.xor: Marvell XOR: ( xor cpy )
[    0.360921] mv_xor f1060900.xor: Marvell XOR: ( xor cpy )
[    0.361040] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.361326] console [ttyS0] disabled
[    0.381355] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 23, base_baud = 15625000) is a 16550A
[    0.965181] console [ttyS0] enabled
[    0.988835] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 24, base_baud = 15625000) is a 16550A
[    0.998710] libphy: Fixed MDIO Bus: probed
[    1.002938] libphy: orion_mdio_bus: probed
[    1.008077] mvneta f1030000.ethernet eth0: Using hardware mac address 00:50:43:11:03:0d
[    1.016851] mvneta f1034000.ethernet eth1: Using random mac address fa:fb:df:f9:5e:cc
[    1.025385] mvneta f1070000.ethernet eth2: Using hardware mac address 00:50:43:0b:03:0d
[    1.033899] NET: Registered protocol family 10
[    1.038792] NET: Registered protocol family 17
[    1.043270] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    1.055917] 8021q: 802.1Q VLAN Support v1.8
[    1.060127] Registering SWP/SWPB emulation handler
[    1.065542] hctosys: unable to open rtc device (rtc0)
[    1.073694] Freeing unused kernel memory: 4592K (c0496000 - c0912000)
[    1.084136] init: Console is alive
[    1.092498] usbcore: registered new interface driver usbfs
[    1.098025] usbcore: registered new interface driver hub
[    1.103400] usbcore: registered new device driver usb
[    1.110084] SCSI subsystem initialized
[    1.114896] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.121693] ehci-platform: EHCI generic platform driver
[    1.127263] ehci-orion: EHCI orion driver
[    1.131413] orion-ehci f1058000.usb: EHCI Host Controller
[    1.136834] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
[    1.144492] orion-ehci f1058000.usb: irq 40, io mem 0xf1058000
[    1.160910] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[    1.167093] hub 1-0:1.0: USB hub found
[    1.170862] hub 1-0:1.0: 1 port detected
[    1.179139] xhci-hcd f10f0000.usb3: xHCI Host Controller
[    1.184488] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 2
[    1.192080] xhci-hcd f10f0000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    1.200644] xhci-hcd f10f0000.usb3: irq 46, io mem 0xf10f0000
[    1.206652] hub 2-0:1.0: USB hub found
[    1.210421] hub 2-0:1.0: 1 port detected
[    1.214450] xhci-hcd f10f0000.usb3: xHCI Host Controller
[    1.219779] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 3
[    1.227335] usb usb3: We dont know the algorithms for LPM for this host, disabling LPM.
[    1.235651] hub 3-0:1.0: USB hub found
[    1.239417] hub 3-0:1.0: 1 port detected
[    1.243492] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.248823] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 4
[    1.256412] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    1.264975] xhci-hcd f10f8000.usb3: irq 47, io mem 0xf10f8000
[    1.270975] hub 4-0:1.0: USB hub found
[    1.274743] hub 4-0:1.0: 1 port detected
[    1.278759] xhci-hcd f10f8000.usb3: xHCI Host Controller
[    1.284092] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 5
[    1.291620] usb usb5: We dont know the algorithms for LPM for this host, disabling LPM.
[    1.299925] hub 5-0:1.0: USB hub found
[    1.303697] hub 5-0:1.0: 1 port detected
[    1.308557] usbcore: registered new interface driver usb-storage
[    2.087795] init: - preinit -
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[    5.131673] procd: - early -
[    5.706452] procd: - ubus -
[    6.710759] random: ubusd urandom read with 0 bits of entropy available
[    6.717649] procd: - init -
Please press Enter to activate this console.
[    6.863841] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    6.871496] i2c /dev entries driver
[    6.876831] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.884031] nf_conntrack version 0.5.0 (16162 buckets, 64648 max)
[    7.074295] xt_time: kernel timezone is -0000
[    7.091235] PPP generic driver version 2.4.2
[    7.095849] NET: Registered protocol family 24
[    8.723584] device eth0 entered promiscuous mode
[    8.728953] br-lan: port 1(eth0) entered forwarding state
[    8.734388] br-lan: port 1(eth0) entered forwarding state
[    8.751499] device eth1 entered promiscuous mode
[    8.756174] br-lan: port 2(eth1) entered forwarding state
[    8.761615] br-lan: port 2(eth1) entered forwarding state
[    8.781126] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[    9.720913] br-lan: port 1(eth0) entered disabled state
[    9.726221] br-lan: port 2(eth1) entered disabled state
[   10.730912] mvneta f1030000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   10.738772] br-lan: port 1(eth0) entered forwarding state
[   10.744197] br-lan: port 1(eth0) entered forwarding state
[   10.750020] mvneta f1034000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[   10.757942] br-lan: port 2(eth1) entered forwarding state
[   10.763366] br-lan: port 2(eth1) entered forwarding state
[   12.740888] br-lan: port 1(eth0) entered forwarding state
[   12.760887] br-lan: port 2(eth1) entered forwarding state


BusyBox v1.24.1 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 DESIGNATED DRIVER (Bleeding Edge, r48735)
 -----------------------------------------------------
  * 2 oz. Orange Juice         Combine all juices in a
  * 2 oz. Pineapple Juice      tall glass filled with
  * 2 oz. Grapefruit Juice     ice, stir well.
  * 2 oz. Cranberry Juice
 -----------------------------------------------------
root@OpenWrt:/# 

====r49395 (Compiled 2018.01.27 | Xue Liu’s OpenWrt Repo)====
<code=hush>
Marvell>> tftpboot openwrt-mvebu-armada-388-clearfog-initramfs
Using egiga1 device
TFTP from server 10.4.50.38; our IP address is 10.4.50.170
Filename 'openwrt-mvebu-armada-388-clearfog-initramfs'.
Load address: 0x2000000
Loading: #################################################################
#################################################################
#################################################################
2.4 MiB/s
done
Bytes transferred = 3920894 (3bd3fe hex)
Marvell>> bootm

Booting kernel from Legacy Image at 02000000 ...

  Image Name:   ARM OpenWrt Linux-4.1.23
  Created:      2016-06-30   5:39:05 UTC
  Image Type:   ARM Linux Kernel Image (uncompressed)
  Data Size:    3920830 Bytes = 3.7 MiB
  Load Address: 00008000
  Entry Point:  00008000
  Verifying Checksum ... OK
  Loading Kernel Image ... OK

OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.1.23 (jw@u17) (gcc version 5.3.0 (OpenWrt GCC 5.3.0 r49395) ) #2 SMP Sat Jan 27 05:52:51 UTC 2018
[ 0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: SolidRun Clearfog A1
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] PERCPU: Embedded 10 pages/cpu @eefd1000 s11776 r8192 d20992 u40960
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260624
[ 0.000000] Kernel command line:
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 1026868K/1048576K available (3435K kernel code, 138K rwdata, 1228K rodata, 7544K init, 168K bss, 21708K reserved, 0K cma-reserved, 270336K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0495e9c (4664 kB)
[ 0.000000] .init : 0xc0496000 - 0xc0bf4000 (7544 kB)
[ 0.000000] .data : 0xc0bf4000 - 0xc0c1694c ( 139 kB)
[ 0.000000] .bss : 0xc0c1694c - 0xc0c40a24 ( 169 kB)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] mvebu_mbus: [Firmware Warn]: deprecated mbus-mvebu Device Tree, suspend/resume will not work
[ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
[ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[ 0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB
[ 0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x46070001
[ 0.000006] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
[ 0.000016] clocksource armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[ 0.000156] Calibrating delay loop... 3188.32 BogoMIPS (lpj=15941632)
[ 0.059921] pid_max: default: 32768 minimum: 301
[ 0.059975] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.059980] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.060187] CPU: Testing write buffer coherency: ok
[ 0.060287] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.060312] Setting up static identity map for 0x8280 - 0x82d8
[ 0.060399] mvebu-soc-id: MVEBU SoC ID=0x6828, Rev=0x4
[ 0.060486] mvebu-pmsu: Initializing Power Management Service Unit
[ 0.060919] Booting CPU 1
[ 0.119939] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.119968] Brought up 2 CPUs
[ 0.119974] SMP: Total of 2 processors activated (6384.02 BogoMIPS).
[ 0.119977] CPU: All CPU(s) started in SVC mode.
[ 0.121712] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[ 0.121790] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.121823] pinctrl core: initialized pinctrl subsystem
[ 0.122159] NET: Registered protocol family 16
[ 0.122595] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.149921] cpuidle: using governor ladder
[ 0.152478] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling
[ 0.152487] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling[ 0.180937] Switched to clocksource armada_370_xp_clocksource
[ 0.181394] NET: Registered protocol family 2
[ 0.181808] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.181846] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.181909] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.181945] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.181969] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.182064] NET: Registered protocol family 1
[ 0.211472] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.211907] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.211916] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.212261] bounce: pool size: 64 pages
[ 0.212269] io scheduler noop registered
[ 0.212276] io scheduler deadline registered (default)
[ 0.212708] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
[ 0.213051] irq: Cannot allocate irq_descs @ IRQ48, assuming pre-allocated
[ 0.213206] irq: Cannot allocate irq_descs @ IRQ80, assuming pre-allocated
[ 0.213509] mvebu-pcie soc:pcie-controller: PCI host bridge to bus 0000:00
[ 0.213517] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff]
[ 0.213525] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[ 0.213531] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.213721] PCI: bus0: Fast back to back transfers disabled
[ 0.213728] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.213734] pci 0000:00:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.213786] PCI: bus1: Fast back to back transfers enabled
[ 0.213847] PCI: bus2: Fast back to back transfers enabled
[ 0.213868] pci 0000:00:02.0: PCI bridge to [bus 01]
[ 0.213876] pci 0000:00:03.0: PCI bridge to [bus 02]
[ 0.213955] mv_xor f1060800.xor: Marvell shared XOR driver
[ 0.251038] mv_xor f1060800.xor: Marvell XOR: ( xor cpy )
[ 0.290970] mv_xor f1060800.xor: Marvell XOR: ( xor cpy )
[ 0.291030] mv_xor f1060900.xor: Marvell shared XOR driver
[ 0.330964] mv_xor f1060900.xor: Marvell XOR: ( xor cpy )
[ 0.370964] mv_xor f1060900.xor: Marvell XOR: ( xor cpy )
[ 0.371073] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.371364] console [ttyS0] disabled
[ 0.391394] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 23, base_baud = 15625000) is a 16550A
[ 0.974982] console [ttyS0] enabled
[ 0.998634] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 24, base_baud = 15625000) is a 16550A
[ 1.008502] libphy: Fixed MDIO Bus: probed
[ 1.012730] libphy: orion_mdio_bus: probed
[ 1.017876] mvneta f1030000.ethernet eth0: Using hardware mac address 00:50:43:5a:07:04
[ 1.026640] mvneta f1034000.ethernet eth1: Using random mac address d6:15:0c:61:68:d9
[ 1.035175] mvneta f1070000.ethernet eth2: Using hardware mac address 00:50:43:0a:07:04
[ 1.043675] NET: Registered protocol family 10
[ 1.048569] NET: Registered protocol family 17
[ 1.053061] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 1.065708] 8021q: 802.1Q VLAN Support v1.8
[ 1.069920] Registering SWP/SWPB emulation handler
[ 1.075317] hctosys: unable to open rtc device (rtc0)
[ 1.084968] Freeing unused kernel memory: 7544K (c0496000 - c0bf4000)
[ 1.095444] init: Console is alive
[ 1.105049] usbcore: registered new interface driver usbfs
[ 1.110581] usbcore: registered new interface driver hub
[ 1.115954] usbcore: registered new device driver usb
[ 1.126902] SCSI subsystem initialized
[ 1.131749] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.138544] ehci-platform: EHCI generic platform driver
[ 1.144141] ehci-orion: EHCI orion driver
[ 1.148257] orion-ehci f1058000.usb: EHCI Host Controller
[ 1.153689] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
[ 1.161343] orion-ehci f1058000.usb: irq 40, io mem 0xf1058000
[ 1.180940] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[ 1.187137] hub 1-0:1.0: USB hub found
[ 1.190909] hub 1-0:1.0: 1 port detected
[ 1.199341] xhci-hcd f10f0000.usb3: xHCI Host Controller
[ 1.204699] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 2
[ 1.212291] xhci-hcd f10f0000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[ 1.220854] xhci-hcd f10f0000.usb3: irq 46, io mem 0xf10f0000
[ 1.226864] hub 2-0:1.0: USB hub found
[ 1.230634] hub 2-0:1.0: 1 port detected
[ 1.234670] xhci-hcd f10f0000.usb3: xHCI Host Controller
[ 1.239997] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 3
[ 1.247530] usb usb3: We dont know the algorithms for LPM for this host, disabling LPM.
[ 1.255845] hub 3-0:1.0: USB hub found
[ 1.259613] hub 3-0:1.0: 1 port detected
[ 1.263710] xhci-hcd f10f8000.usb3: xHCI Host Controller
[ 1.269041] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 4
[ 1.276630] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[ 1.285195] xhci-hcd f10f8000.usb3: irq 47, io mem 0xf10f8000
[ 1.291190] hub 4-0:1.0: USB hub found
[ 1.294958] hub 4-0:1.0: 1 port detected
[ 1.298974] xhci-hcd f10f8000.usb3: xHCI Host Controller
[ 1.304309] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 5
[ 1.311842] usb usb5: We dont know the algorithms for LPM for this host, disabling LPM.
[ 1.320147] hub 5-0:1.0: USB hub found
[ 1.323921] hub 5-0:1.0: 1 port detected
[ 1.329839] sdhci: Secure Digital Host Controller Interface driver
[ 1.336054] sdhci: Copyright(c) Pierre Ossman
[ 1.340684] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.347178] usbcore: registered new interface driver usb-storage
[ 1.360572] init: - preinit -
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 4.406424] procd: - early -
[ 4.965685] procd: - ubus -
[ 5.019086] random: ubusd urandom read with 0 bits of entropy available
[ 5.025976] procd: - init -
Please press Enter to activate this console.
[ 5.196134] device-mapper: ioctl: 4.31.0-ioctl (2015-3-12) initialised: dm-devel@redhat.com
[ 5.207844] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 5.215742] i2c /dev entries driver
[ 5.221208] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 5.228628] nf_conntrack version 0.5.0 (16162 buckets, 64648 max)
[ 5.414558] xt_time: kernel timezone is -0000
[ 5.431616] PPP generic driver version 2.4.2
[ 5.436259] NET: Registered protocol family 24
[ 7.114973] device eth0 entered promiscuous mode
[ 7.122099] br-lan: port 1(eth0) entered forwarding state
[ 7.127527] br-lan: port 1(eth0) entered forwarding state
[ 7.148077] device eth1 entered promiscuous mode
[ 7.152853] br-lan: port 2(eth1) entered forwarding state
[ 7.158270] br-lan: port 2(eth1) entered forwarding state
[ 7.173015] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 8.110954] br-lan: port 1(eth0) entered disabled state
[ 8.116262] br-lan: port 2(eth1) entered disabled state
[ 9.120956] mvneta f1030000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 9.128814] br-lan: port 1(eth0) entered forwarding state
[ 9.134240] br-lan: port 1(eth0) entered forwarding state
[ 9.140957] mvneta f1034000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
[ 9.148813] br-lan: port 2(eth1) entered forwarding state
[ 9.154235] br-lan: port 2(eth1) entered forwarding state
[ 11.130932] br-lan: port 1(eth0) entered forwarding state
[ 11.150930] br-lan: port 2(eth1) entered forwarding state

BusyBox v1.24.2 () built-in shell (ash)
Enter 'help' for a list of built-in commands.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -| || | | || || |
|
_____|| |
||||___||| |____|
|
| W I R E L E S S F R E E D O M
-----------------------------------------------------
DESIGNATED DRIVER (Bleeding Edge, r49395)
-----------------------------------------------------
* 2 oz. Orange Juice Combine all juices in a
* 2 oz. Pineapple Juice tall glass filled with
* 2 oz. Grapefruit Juice ice, stir well.
* 2 oz. Cranberry Juice
-----------------------------------------------------
root@OpenWrt:/#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant