#22441: rootfs mounted as read-only -------------------------+--------------------------------------- Reporter: chatoooo@… | Owner: developers Type: defect | Status: new Priority: normal | Milestone: Designated Driver (Trunk) Component: base system | Version: Trunk Keywords: | -------------------------+--------------------------------------- I build the latest master branch commit cda52dcb329e02674175b60426be26cd813294a6 for RPi3. After flashing this build device was not accessible over the network. So I connected serial cable and noticed that rootfs is mounted as read-only. System does not try to remount rootfs as RW.
{{{ root@OpenWrt:/# dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.7 (honza@honza-VirtualBox) (gcc version 5.3.0 (OpenWrt GCC 5.3.0 r49377) ) #1 SMP Sat May 28 17:40:51 UTC 2016 [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2 [ 0.000000] cma: Reserved 16 MiB at 0x3a000000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 241664 [ 0.000000] free_area_init_node: node 0, pgdat 80578ec0, node_mem_map b988e000 [ 0.000000] Normal zone: 1888 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 241664 pages, LIFO batch:31 [ 0.000000] [bcm2709_smp_init_cpus] enter (9480->f3003010) [ 0.000000] [bcm2709_smp_init_cpus] ncores=4 [ 0.000000] PERCPU: Embedded 12 pages/cpu @b984f000 s17984 r8192 d22976 u49152 [ 0.000000] pcpu-alloc: s17984 r8192 d22976 u49152 alloc=12*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239776 [ 0.000000] Kernel command line: 8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa02082 bcm2709.serial=0xceb4d576 smsc95xx.macaddr=B8:27:EB:B4:D5:76 bcm2708_fb.fbswap=1 bcm2709.uart_clock=3000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 kgdboc=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait [ 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: 935540K/966656K available (3922K kernel code, 124K rwdata, 1408K rodata, 220K init, 368K bss, 14732K reserved, 16384K cma- reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xbb800000 - 0xff800000 (1088 MB) [ 0.000000] lowmem : 0x80000000 - 0xbb000000 ( 944 MB) [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB) [ 0.000000] .text : 0x80008000 - 0x8053cd2c (5332 kB) [ 0.000000] .init : 0x8053d000 - 0x80574000 ( 220 kB) [ 0.000000] .data : 0x80574000 - 0x8059322c ( 125 kB) [ 0.000000] .bss : 0x8059322c - 0x805ef2ac ( 369 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [ 0.000023] Switching to timer-based delay loop, resolution 52ns [ 0.000197] Console: colour dummy device 80x30 [ 0.000835] console [tty1] enabled [ 0.000877] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [ 0.000931] pid_max: default: 32768 minimum: 301 [ 0.001062] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001094] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001776] CPU: Testing write buffer coherency: ok [ 0.002217] CPU0: update cpu_capacity 1024 [ 0.002247] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.002275] [bcm2709_smp_prepare_cpus] enter [ 0.002389] Setting up static identity map for 0x8240 - 0x8298 [ 0.003589] [bcm2709_boot_secondary] cpu:1 started (0) 18 [ 0.003865] [bcm2709_secondary_init] enter cpu:1 [ 0.003894] CPU1: update cpu_capacity 1024 [ 0.003900] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.004202] [bcm2709_boot_secondary] cpu:2 started (0) 18 [ 0.004402] [bcm2709_secondary_init] enter cpu:2 [ 0.004421] CPU2: update cpu_capacity 1024 [ 0.004427] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.004710] [bcm2709_boot_secondary] cpu:3 started (0) 18 [ 0.004893] [bcm2709_secondary_init] enter cpu:3 [ 0.004911] CPU3: update cpu_capacity 1024 [ 0.004917] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.004969] Brought up 4 CPUs [ 0.005060] SMP: Total of 4 processors activated (153.60 BogoMIPS). [ 0.005086] CPU: All CPU(s) started in HYP mode. [ 0.005109] CPU: Virtualization extensions available. [ 0.013413] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4 [ 0.013733] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.014400] pinctrl core: initialized pinctrl subsystem [ 0.014889] NET: Registered protocol family 16 [ 0.019946] DMA: preallocated 4096 KiB pool for atomic coherent allocations [ 0.049943] cpuidle: using governor ladder [ 0.079962] cpuidle: using governor menu [ 0.085452] bcm2709: Mini UART enabled [ 0.085552] Serial: AMBA PL011 UART driver [ 0.085698] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe [ 0.085885] bcm2835-mbox 3f00b880.mailbox: mailbox enabled [ 0.140859] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1 [ 0.142212] SCSI subsystem initialized [ 0.142388] usbcore: registered new interface driver usbfs [ 0.142484] usbcore: registered new interface driver hub [ 0.142568] usbcore: registered new device driver usb [ 0.150042] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-03-04 17:53 [ 0.177037] clocksource: Switched to clocksource arch_sys_counter [ 0.184816] NET: Registered protocol family 2 [ 0.185382] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.185516] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.185723] TCP: Hash tables configured (established 8192 bind 8192) [ 0.185827] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.185892] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.186092] NET: Registered protocol family 1 [ 0.187779] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.196438] io scheduler noop registered [ 0.196478] io scheduler deadline registered [ 0.196535] io scheduler cfq registered (default) [ 0.198955] BCM2708FB: allocated DMA memory fa400000 [ 0.199000] BCM2708FB: allocated DMA channel 0 @ f3007000 [ 0.203733] Console: switching to colour frame buffer device 82x26 [ 0.207649] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.210280] console [ttyS0] disabled [ 0.211526] 3f215040.uart: ttyS0 at MMIO 0x3f215040 (irq = 59, base_baud = 50000000) is a 16550 [ 1.162999] console [ttyS0] enabled [ 1.170477] vc-cma: Videocore CMA driver [ 1.178040] vc-cma: vc_cma_base = 0x00000000 [ 1.186838] vc-cma: vc_cma_size = 0x00000000 (0 MiB) [ 1.196734] vc-cma: vc_cma_initial = 0x00000000 (0 MiB) [ 1.206723] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB) [ 1.233259] brd: module loaded [ 1.246069] loop: module loaded [ 1.253028] vchiq: vchiq_init_state: slot_zero = 0xba480000, is_master = 0 [ 1.266860] usbcore: registered new interface driver smsc95xx [ 1.277329] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 1.488002] Core Release: 2.80a [ 1.494204] Setting default values for core params [ 1.503136] Finished setting default values for core params [ 1.713617] Using Buffer DMA mode [ 1.720134] Periodic Transfer Interrupt Enhancement - disabled [ 1.730760] Multiprocessor Interrupt Enhancement - disabled [ 1.740961] OTG VER PARAM: 0, OTG VER FLAG: 0 [ 1.749151] Dedicated Tx FIFOs mode [ 1.756094] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xba414000 dma = 0xfa414000 len=9024 [ 1.774344] FIQ FSM acceleration enabled for : [ 1.774344] Non-periodic Split Transactions [ 1.774344] Periodic Split Transactions [ 1.774344] High-Speed Isochronous Endpoints [ 1.806141] dwc_otg: Microframe scheduler enabled [ 1.806189] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x80296154 [ 1.816960] WARN::hcd_init_fiq:414: FIQ ASM at 0x8000ee78 length 36 [ 1.828292] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbb87e000 [ 1.839251] dwc_otg 3f980000.usb: DWC OTG Controller [ 1.848496] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1 [ 1.861558] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000 [ 1.871791] Init: Port Power? op_state=1 [ 1.879281] Init: Power Port (0) [ 1.885790] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.897972] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.910849] usb usb1: Product: DWC OTG Controller [ 1.919612] usb usb1: Manufacturer: Linux 4.4.7 dwc_otg_hcd [ 1.929783] usb usb1: SerialNumber: 3f980000.usb [ 1.938969] hub 1-0:1.0: USB hub found [ 1.946172] hub 1-0:1.0: 1 port detected [ 1.954091] dwc_otg: FIQ enabled [ 1.954100] dwc_otg: NAK holdoff enabled [ 1.954107] dwc_otg: FIQ split-transaction FSM enabled [ 1.954134] Module dwc_common_port init [ 1.954298] usbcore: registered new interface driver uas [ 1.964066] usbcore: registered new interface driver usb-storage [ 1.974960] mousedev: PS/2 mouse device common for all mice [ 1.985857] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer [ 1.998254] sdhci: Secure Digital Host Controller Interface driver [ 2.009390] sdhci: Copyright(c) Pierre Ossman [ 2.017800] sdhost: log_buf @ ba413000 (fa413000) [ 2.097051] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) [ 2.109271] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0 [ 2.119853] mmc-bcm2835 3f300000.mmc: DMA channel allocated [ 2.147187] Indeed it is in host mode hprt0 = 00021501 [ 2.158128] mmc0: host does not support reading read-only switch, assuming write-enable [ 2.167123] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.168803] NET: Registered protocol family 10 [ 2.169620] NET: Registered protocol family 17 [ 2.169669] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 2.169679] 8021q: 802.1Q VLAN Support v1.8 [ 2.170129] Registering SWP/SWPB emulation handler [ 2.170717] vc-sm: Videocore shared memory driver [ 2.170724] [vc_sm_connected_init]: start [ 2.216937] [vc_sm_connected_init]: end - returning 0 [ 2.219479] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2 [ 2.282684] Waiting for root device /dev/mmcblk0p2... [ 2.292262] mmc0: new high speed SDHC card at address 0001 [ 2.302905] mmcblk0: mmc0:0001 SD8GB 7.32 GiB [ 2.313353] mmcblk0: p1 p2 [ 2.327054] usb 1-1: new high-speed USB device number 2 using dwc_otg [ 2.337663] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [ 2.339193] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 2.340720] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 2.343464] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [ 2.379122] Indeed it is in host mode hprt0 = 00001101 [ 2.414945] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 2.430359] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 2.442892] Freeing unused kernel memory: 220K (8053d000 - 80574000) [ 2.470046] mmc1: new high speed SDIO card at address 0001 [ 2.587368] usb 1-1: New USB device found, idVendor=0424, idProduct=9514 [ 2.599499] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.612552] init: Console is alive [ 2.612962] hub 1-1:1.0: USB hub found [ 2.613046] hub 1-1:1.0: 5 ports detected [ 2.634363] init: - watchdog - [ 2.887067] usb 1-1.1: new high-speed USB device number 3 using dwc_otg [ 2.914823] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.927215] ehci-platform: EHCI generic platform driver [ 2.939412] init: - preinit - [ 3.007282] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00 [ 3.019672] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.035743] smsc95xx v1.0.4 [ 3.035878] random: procd urandom read with 75 bits of entropy available [ 3.110014] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb- 3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:b4:d5:76 [ 6.155191] procd: - early - [ 6.161376] procd: - watchdog - [ 6.782005] procd: - ubus - [ 6.842306] procd: - init - [ 7.248204] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 7.268786] hidraw: raw HID events driver (C) Jiri Kosina [ 7.317997] Loading modules backported from Linux version v4.4-rc5-1913-gc8fdf68 [ 7.332569] Backport generated by backports.git backports-20151218-0-g2f58d9d [ 7.347215] ip_tables: (C) 2000-2006 Netfilter Core Team [ 7.361732] nf_conntrack version 0.5.0 (14877 buckets, 59508 max) [ 7.500211] usbcore: registered new interface driver usbhid [ 7.510627] usbhid: USB HID core driver [ 7.519878] usbcore: registered new interface driver usbserial [ 7.530712] usbcore: registered new interface driver usbserial_generic [ 7.542606] usbserial: USB Serial support registered for generic [ 7.559918] xt_time: kernel timezone is -0000 [ 7.579114] usbcore: registered new interface driver ftdi_sio [ 7.589778] usbserial: USB Serial support registered for FTDI USB Serial Device [ 7.607702] usbcore: registered new interface driver pl2303 [ 7.618069] usbserial: USB Serial support registered for pl2303 [ 7.630449] PPP generic driver version 2.4.2 [ 7.639455] NET: Registered protocol family 24 [ 7.656874] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43430 rev 1 pmurev 24 [ 7.736815] random: nonblocking pool is initialized [ 7.808801] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Dec 15 2015 18:10:45 version 7.45.41.23 (r606571) FWID 01-cc4eda9c [ 7.851446] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code (0x30 0x30) [ 7.870316] usbcore: registered new interface driver brcmfmac }}} {{{ root@OpenWrt:/# mount /dev/root on / type ext4 (ro,relatime,data=ordered) proc on /proc type proc (rw,nosuid,nodev,noexec,noatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime) tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600) debugfs on /sys/kernel/debug type debugfs (rw,noatime) }}} So I tried to build the version that worked for me. It is commit 42b940c820e772ffe39a16e789a736a8751f4409. This version remounts rootfs as expected. {{{ root@OpenWrt:/# dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.7 (honza@honza-VirtualBox) (gcc version 5.3.0 (OpenWrt GCC 5.3.0 r49377) ) #3 SMP Sat May 28 18:24:46 UTC 2016 [ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2 [ 0.000000] cma: Reserved 16 MiB at 0x3a000000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] [bcm2709_smp_init_cpus] enter (9480->f3003010) [ 0.000000] [bcm2709_smp_init_cpus] ncores=4 [ 0.000000] PERCPU: Embedded 12 pages/cpu @b984f000 s17984 r8192 d22976 u49152 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239776 [ 0.000000] Kernel command line: 8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa02082 bcm2709.serial=0xceb4d576 smsc95xx.macaddr=B8:27:EB:B4:D5:76 bcm2708_fb.fbswap=1 bcm2709.uart_clock=3000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 kgdboc=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait [ 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: 935540K/966656K available (3922K kernel code, 124K rwdata, 1408K rodata, 220K init, 368K bss, 14732K reserved, 16384K cma- reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xbb800000 - 0xff800000 (1088 MB) [ 0.000000] lowmem : 0x80000000 - 0xbb000000 ( 944 MB) [ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB) [ 0.000000] .text : 0x80008000 - 0x8053cd2c (5332 kB) [ 0.000000] .init : 0x8053d000 - 0x80574000 ( 220 kB) [ 0.000000] .data : 0x80574000 - 0x8059322c ( 125 kB) [ 0.000000] .bss : 0x8059322c - 0x805ef2ac ( 369 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [ 0.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [ 0.000023] Switching to timer-based delay loop, resolution 52ns [ 0.000194] Console: colour dummy device 80x30 [ 0.000833] console [tty1] enabled [ 0.000875] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) [ 0.000930] pid_max: default: 32768 minimum: 301 [ 0.001059] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001092] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001767] CPU: Testing write buffer coherency: ok [ 0.002199] CPU0: update cpu_capacity 1024 [ 0.002229] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.002257] [bcm2709_smp_prepare_cpus] enter [ 0.002370] Setting up static identity map for 0x8240 - 0x8298 [ 0.003581] [bcm2709_boot_secondary] cpu:1 started (0) 17 [ 0.003880] [bcm2709_secondary_init] enter cpu:1 [ 0.003908] CPU1: update cpu_capacity 1024 [ 0.003914] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.004215] [bcm2709_boot_secondary] cpu:2 started (0) 18 [ 0.004419] [bcm2709_secondary_init] enter cpu:2 [ 0.004438] CPU2: update cpu_capacity 1024 [ 0.004444] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.004728] [bcm2709_boot_secondary] cpu:3 started (0) 18 [ 0.004910] [bcm2709_secondary_init] enter cpu:3 [ 0.004929] CPU3: update cpu_capacity 1024 [ 0.004935] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.004986] Brought up 4 CPUs [ 0.005076] SMP: Total of 4 processors activated (153.60 BogoMIPS). [ 0.005102] CPU: All CPU(s) started in HYP mode. [ 0.005126] CPU: Virtualization extensions available. [ 0.013429] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4 [ 0.013744] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.014409] pinctrl core: initialized pinctrl subsystem [ 0.014897] NET: Registered protocol family 16 [ 0.019960] DMA: preallocated 4096 KiB pool for atomic coherent allocations [ 0.049941] cpuidle: using governor ladder [ 0.079959] cpuidle: using governor menu [ 0.085444] bcm2709: Mini UART enabled [ 0.085545] Serial: AMBA PL011 UART driver [ 0.085691] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe [ 0.085876] bcm2835-mbox 3f00b880.mailbox: mailbox enabled [ 0.140867] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1 [ 0.142220] SCSI subsystem initialized [ 0.142395] usbcore: registered new interface driver usbfs [ 0.142491] usbcore: registered new interface driver hub [ 0.142575] usbcore: registered new device driver usb [ 0.150043] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-03-04 17:53 [ 0.177033] clocksource: Switched to clocksource arch_sys_counter [ 0.184812] NET: Registered protocol family 2 [ 0.185377] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.185510] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.185717] TCP: Hash tables configured (established 8192 bind 8192) [ 0.185821] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.185886] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.186088] NET: Registered protocol family 1 [ 0.187771] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.196441] io scheduler noop registered [ 0.196481] io scheduler deadline registered [ 0.196538] io scheduler cfq registered (default) [ 0.198963] BCM2708FB: allocated DMA memory fa400000 [ 0.199008] BCM2708FB: allocated DMA channel 0 @ f3007000 [ 0.203736] Console: switching to colour frame buffer device 82x26 [ 0.207659] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.210292] console [ttyS0] disabled [ 0.211539] 3f215040.uart: ttyS0 at MMIO 0x3f215040 (irq = 59, base_baud = 50000000) is a 16550 [ 1.163015] console [ttyS0] enabled [ 1.170491] vc-cma: Videocore CMA driver [ 1.178055] vc-cma: vc_cma_base = 0x00000000 [ 1.186856] vc-cma: vc_cma_size = 0x00000000 (0 MiB) [ 1.196754] vc-cma: vc_cma_initial = 0x00000000 (0 MiB) [ 1.206746] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB) [ 1.233305] brd: module loaded [ 1.246113] loop: module loaded [ 1.253068] vchiq: vchiq_init_state: slot_zero = 0xba480000, is_master = 0 [ 1.266903] usbcore: registered new interface driver smsc95xx [ 1.277375] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 1.488049] Core Release: 2.80a [ 1.494255] Setting default values for core params [ 1.503187] Finished setting default values for core params [ 1.713669] Using Buffer DMA mode [ 1.720187] Periodic Transfer Interrupt Enhancement - disabled [ 1.730813] Multiprocessor Interrupt Enhancement - disabled [ 1.741017] OTG VER PARAM: 0, OTG VER FLAG: 0 [ 1.749210] Dedicated Tx FIFOs mode [ 1.756158] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xba414000 dma = 0xfa414000 len=9024 [ 1.774411] FIQ FSM acceleration enabled for : [ 1.774411] Non-periodic Split Transactions [ 1.774411] Periodic Split Transactions [ 1.774411] High-Speed Isochronous Endpoints [ 1.806264] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x80296154 [ 1.817039] WARN::hcd_init_fiq:414: FIQ ASM at 0x8000ee78 length 36 [ 1.828371] WARN::hcd_init_fiq:439: MPHI regs_base at 0xbb87e000 [ 1.839330] dwc_otg 3f980000.usb: DWC OTG Controller [ 1.848577] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1 [ 1.861639] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000 [ 1.871872] Init: Port Power? op_state=1 [ 1.879362] Init: Power Port (0) [ 1.885867] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.898050] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.910927] usb usb1: Product: DWC OTG Controller [ 1.919692] usb usb1: Manufacturer: Linux 4.4.7 dwc_otg_hcd [ 1.929862] usb usb1: SerialNumber: 3f980000.usb [ 1.939045] hub 1-0:1.0: USB hub found [ 1.946246] hub 1-0:1.0: 1 port detected [ 1.954377] usbcore: registered new interface driver uas [ 1.964144] usbcore: registered new interface driver usb-storage [ 1.975039] mousedev: PS/2 mouse device common for all mice [ 1.985935] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer [ 1.998332] sdhci: Secure Digital Host Controller Interface driver [ 2.009468] sdhci: Copyright(c) Pierre Ossman [ 2.017880] sdhost: log_buf @ ba413000 (fa413000) [ 2.097048] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1) [ 2.109270] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0 [ 2.119852] mmc-bcm2835 3f300000.mmc: DMA channel allocated [ 2.147185] Indeed it is in host mode hprt0 = 00021501 [ 2.158137] mmc0: host does not support reading read-only switch, assuming write-enable [ 2.167120] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.168800] NET: Registered protocol family 10 [ 2.169621] NET: Registered protocol family 17 [ 2.169669] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 2.169679] 8021q: 802.1Q VLAN Support v1.8 [ 2.170128] Registering SWP/SWPB emulation handler [ 2.170715] vc-sm: Videocore shared memory driver [ 2.170722] [vc_sm_connected_init]: start [ 2.216936] [vc_sm_connected_init]: end - returning 0 [ 2.219486] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2 [ 2.282706] Waiting for root device /dev/mmcblk0p2... [ 2.292280] mmc0: new high speed SDHC card at address 0001 [ 2.302932] mmcblk0: mmc0:0001 SD8GB 7.32 GiB [ 2.313386] mmcblk0: p1 p2 [ 2.327050] usb 1-1: new high-speed USB device number 2 using dwc_otg [ 2.337687] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [ 2.339219] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 2.340748] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 2.343485] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [ 2.379118] Indeed it is in host mode hprt0 = 00001101 [ 2.414955] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 2.430369] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 2.442902] Freeing unused kernel memory: 220K (8053d000 - 80574000) [ 2.469997] mmc1: new high speed SDIO card at address 0001 [ 2.587356] usb 1-1: New USB device found, idVendor=0424, idProduct=9514 [ 2.599483] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.612531] hub 1-1:1.0: USB hub found [ 2.612583] init: Console is alive [ 2.612738] init: - watchdog - [ 2.632779] hub 1-1:1.0: 5 ports detected [ 2.886400] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.898789] ehci-platform: EHCI generic platform driver [ 2.917063] usb 1-1.1: new high-speed USB device number 3 using dwc_otg [ 2.929162] init: - preinit - [ 3.047411] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00 [ 3.059811] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.075777] smsc95xx v1.0.4 [ 3.082052] random: procd urandom read with 77 bits of entropy available [ 3.139960] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb- 3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:b4:d5:76 [ 5.132898] mount_root: mounting /dev/root [ 5.151625] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ 5.231184] procd: - early - [ 5.237278] procd: - watchdog - [ 5.852933] procd: - ubus - [ 5.913637] procd: - init - [ 6.314870] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 6.334852] hidraw: raw HID events driver (C) Jiri Kosina [ 6.384059] Loading modules backported from Linux version v4.4-rc5-1913-gc8fdf68 [ 6.398575] Backport generated by backports.git backports-20151218-0-g2f58d9d [ 6.413136] ip_tables: (C) 2000-2006 Netfilter Core Team [ 6.427633] nf_conntrack version 0.5.0 (14877 buckets, 59508 max) [ 6.540165] usbcore: registered new interface driver usbhid [ 6.550537] usbhid: USB HID core driver [ 6.559769] usbcore: registered new interface driver usbserial [ 6.570579] usbcore: registered new interface driver usbserial_generic [ 6.582446] usbserial: USB Serial support registered for generic [ 6.599742] xt_time: kernel timezone is -0000 [ 6.618764] usbcore: registered new interface driver ftdi_sio [ 6.629372] usbserial: USB Serial support registered for FTDI USB Serial Device [ 6.647093] usbcore: registered new interface driver pl2303 [ 6.657430] usbserial: USB Serial support registered for pl2303 [ 6.669770] PPP generic driver version 2.4.2 [ 6.678913] NET: Registered protocol family 24 [ 6.696396] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43430 rev 1 pmurev 24 [ 6.775191] random: nonblocking pool is initialized [ 6.847784] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Dec 15 2015 18:10:45 version 7.45.41.23 (r606571) FWID 01-cc4eda9c [ 6.890342] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code (0x30 0x30) [ 6.909179] usbcore: registered new interface driver brcmfmac [ 10.088786] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup [ 10.103962] device eth0 entered promiscuous mode [ 10.114944] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready }}} {{{ root@OpenWrt:/# mount /dev/root on / type ext4 (rw,noatime,data=ordered) proc on /proc type proc (rw,nosuid,nodev,noexec,noatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime) /dev/mmcblk0p1 on /boot type vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors =remount-ro) tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600) debugfs on /sys/kernel/debug type debugfs (rw,noatime) }}} -- Ticket URL: <https://dev.openwrt.org/ticket/22441> OpenWrt <http://openwrt.org> Opensource Wireless Router Technology _______________________________________________ openwrt-tickets mailing list openwrt-tickets@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets