Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shell/ash.c 13482 ash_main
- shell/ash.c 13528 PID:694
- shell/ash.c 13313 ...
- shell/ash.c 2121 ...
- shell/ash.c 2131 ...
- shell/ash.c 2134 0xc54c0 0xc5540
- shell/ash.c 2145 ...
- shell/ash.c 13315 ...
- shell/ash.c 13318 =usb0
- ---------------------------------------------------
- Enter a command:
- free
- total used free shared buffers cached
- Mem: 248924 7856 241068 0 208 3100
- -/+ buffers/cache: 4548 244376
- Swap: 0 0 0
- Enter a command:
- printenv
- HOME=/
- TERM=linux
- log=10
- Enter a command:
- U-Boot SPL 2017.03 (Apr 26 2017 - 11:44:30)
- DRAM: 256 MiB
- CPU: 1008000000Hz, AXI/AHB/APB: 3/2/2
- Trying to boot from MMC1
- U-Boot 2017.03 (Apr 26 2017 - 11:44:30 +0100) Allwinner Technology
- CPU: Allwinner A13 (SUN5I)
- Model: Olimex A13-Olinuxino Micro
- I2C: ready
- DRAM: 256 MiB
- MMC: SUNXI SD/MMC: 0
- *** Warning - bad CRC, using default environment
- Setting up a 1024x768 vga console (overscan 0x0)
- In: serial
- Out: vga
- Err: vga
- Net: No ethernet found.
- starting USB...
- USB0: USB EHCI 1.00
- USB1: USB OHCI 1.0
- scanning bus 0 for devices... 2 USB Device(s) found
- scanning usb for storage devices... 0 Storage Device(s) found
- Hit any key to stop autoboot: 0
- switch to partitions #0, OK
- mmc0 is current device
- Scanning mmc 0:1...
- Found U-Boot script /boot.scr
- reading /boot.scr
- 387 bytes read in 16 ms (23.4 KiB/s)
- ## Executing script at 43100000
- reading sun5i-a13-olinuxino-micro.dtb
- 13909 bytes read in 29 ms (467.8 KiB/s)
- reading zimage
- 3441064 bytes read in 298 ms (11 MiB/s)
- ## Flattened Device Tree blob at 43000000
- Booting using the fdt blob at 0x43000000
- Loading Device Tree to 49ff9000, end 49fff654 ... OK
- Starting kernel ...
- [ 0.000000] Booting Linux on physical CPU 0x0
- [ 0.000000] Linux version 4.11.0-rc7 (x40@ubuntu) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #3 SMP PREEMPT Wed Apr 26 11:53:26 BST 2017
- [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
- [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
- [ 0.000000] OF: fdt: Machine model: Olimex A13-Olinuxino Micro
- [ 0.000000] Memory policy: Data cache writeback
- [ 0.000000] On node 0 totalpages: 64768
- [ 0.000000] free_area_init_node: node 0, pgdat c094d600, node_mem_map cfafa000
- [ 0.000000] Normal zone: 506 pages used for memmap
- [ 0.000000] Normal zone: 0 pages reserved
- [ 0.000000] Normal zone: 64768 pages, LIFO batch:15
- [ 0.000000] CPU: All CPU(s) started in SVC mode.
- [ 0.000000] percpu: Embedded 16 pages/cpu @cfadd000 s33164 r8192 d24180 u65536
- [ 0.000000] pcpu-alloc: s33164 r8192 d24180 u65536 alloc=16*4096
- [ 0.000000] pcpu-alloc: [0] 0
- [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64262
- [ 0.000000] Kernel command line: console=tty0 console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait log=10 debug init=/sbin/minit
- [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
- [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
- [ 0.000000] Memory: 247900K/259072K available (5120K kernel code, 311K rwdata, 1292K rodata, 1024K init, 246K bss, 11172K reserved, 0K cma-reserved, 0K highmem)
- [ 0.000000] Virtual kernel memory layout:
- [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
- [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
- [ 0.000000] vmalloc : 0xd0000000 - 0xff800000 ( 760 MB)
- [ 0.000000] lowmem : 0xc0000000 - 0xcfd00000 ( 253 MB)
- [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
- [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
- [ 0.000000] .text : 0xc0008000 - 0xc0600000 (6112 kB)
- [ 0.000000] .init : 0xc0800000 - 0xc0900000 (1024 kB)
- [ 0.000000] .data : 0xc0900000 - 0xc094df00 ( 312 kB)
- [ 0.000000] .bss : 0xc094f000 - 0xc098c80c ( 247 kB)
- [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
- [ 0.000000] Preemptible hierarchical RCU implementation.
- [ 0.000000] Build-time adjustment of leaf fanout to 32.
- [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
- [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
- [ 0.000000] NR_IRQS:16 nr_irqs:16 16
- [ 0.000020] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
- [ 0.000047] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
- [ 0.000204] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370868154 ns
- [ 0.000433] Console: colour dummy device 80x30
- [ 0.001101] console [tty0] enabled
- [ 0.001145] Calibrating delay loop... 1001.88 BogoMIPS (lpj=5009408)
- [ 0.090129] pid_max: default: 32768 minimum: 301
- [ 0.090259] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.090290] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.090886] CPU: Testing write buffer coherency: ok
- [ 0.091246] CPU0: thread -1, cpu 0, socket -1, mpidr 0
- [ 0.130191] Setting up static identity map for 0x40100000 - 0x40100058
- [ 0.190110] smp: Bringing up secondary CPUs ...
- [ 0.190151] smp: Brought up 1 node, 1 CPU
- [ 0.190178] SMP: Total of 1 processors activated (1001.88 BogoMIPS).
- [ 0.190204] CPU: All CPU(s) started in SVC mode.
- [ 0.191631] devtmpfs: initialized
- [ 0.200272] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
- [ 0.200721] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
- [ 0.200783] futex hash table entries: 256 (order: 2, 16384 bytes)
- [ 0.200907] pinctrl core: initialized pinctrl subsystem
- [ 0.201818] NET: Registered protocol family 16
- [ 0.202404] DMA: preallocated 256 KiB pool for atomic coherent allocations
- [ 0.203287] hw-breakpoint: debug architecture 0x4 unsupported.
- [ 0.260528] reg-fixed-voltage usb0-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb0_vbus_pin@0, deferring probe
- [ 0.260654] reg-fixed-voltage usb1-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe
- [ 0.261970] SCSI subsystem initialized
- [ 0.262293] usbcore: registered new interface driver usbfs
- [ 0.262386] usbcore: registered new interface driver hub
- [ 0.263223] usbcore: registered new device driver usb
- [ 0.263783] media: Linux media interface: v0.10
- [ 0.263918] Linux video capture interface: v2.00
- [ 0.264084] pps_core: LinuxPPS API ver. 1 registered
- [ 0.264112] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
- [ 0.264228] PTP clock support registered
- [ 0.268310] clocksource: Switched to clocksource timer
- [ 0.269658] simple-framebuffer 4fd00000.framebuffer: framebuffer at 0x4fd00000, 0x300000 bytes, mapped to 0xd0080000
- [ 0.269725] simple-framebuffer 4fd00000.framebuffer: format=x8r8g8b8, mode=1024x768x32, linelength=4096
- [ 0.283594] Console: switching to colour frame buffer device 128x48
- [ 0.295328] simple-framebuffer 4fd00000.framebuffer: fb0: simplefb registered!
- [ 0.314329] NET: Registered protocol family 2
- [ 0.315890] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
- [ 0.316125] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
- [ 0.316331] TCP: Hash tables configured (established 2048 bind 2048)
- [ 0.316608] UDP hash table entries: 256 (order: 1, 8192 bytes)
- [ 0.316785] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
- [ 0.317095] NET: Registered protocol family 1
- [ 0.328777] RPC: Registered named UNIX socket transport module.
- [ 0.328974] RPC: Registered udp transport module.
- [ 0.329097] RPC: Registered tcp transport module.
- [ 0.329219] RPC: Registered tcp NFSv4.1 backchannel transport module.
- [ 0.332221] workingset: timestamp_bits=30 max_order=16 bucket_order=0
- [ 0.349458] NFS: Registering the id_resolver key type
- [ 0.349669] Key type id_resolver registered
- [ 0.349788] Key type id_legacy registered
- [ 0.351265] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
- [ 0.351483] io scheduler noop registered
- [ 0.356799] io scheduler deadline registered
- [ 0.363151] io scheduler cfq registered (default)
- [ 0.368728] io scheduler mq-deadline registered
- [ 0.374449] sun4i-usb-phy 1c13400.phy: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb0_id_detect_pin@0, deferring probe
- [ 0.388156] sun5i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
- [ 0.419480] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
- [ 0.426965] console [ttyS0] disabled
- [ 0.453535] 1c28400.serial: ttyS0 at MMIO 0x1c28400 (irq = 25, base_baud = 1500000) is a U6_16550A
- [ 1.094551] console [ttyS0] enabled
- [ 1.107041] libphy: Fixed MDIO Bus: probed
- [ 1.118095] usbcore: registered new interface driver asix
- [ 1.129257] usbcore: registered new interface driver cdc_eem
- [ 1.140344] usbcore: registered new interface driver cdc_subset
- [ 1.151713] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
- [ 1.163404] ehci-platform: EHCI generic platform driver
- [ 1.174280] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
- [ 1.185899] ohci-platform: OHCI generic platform driver
- [ 1.198631] i2c /dev entries driver
- [ 1.211531] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
- [ 1.229727] sunxi-mmc 1c0f000.mmc: Got CD GPIO
- [ 1.298556] sunxi-mmc 1c0f000.mmc: base:0xd0061000 irq:19
- [ 1.315187] usbcore: registered new interface driver usbhid
- [ 1.327224] usbhid: USB HID core driver
- [ 1.337401] NET: Registered protocol family 17
- [ 1.347747] Key type dns_resolver registered
- [ 1.360767] Registering SWP/SWPB emulation handler
- [ 1.379951] ehci-platform 1c14000.usb: EHCI Host Controller
- [ 1.391505] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1
- [ 1.404581] ehci-platform 1c14000.usb: irq 21, io mem 0x01c14000
- [ 1.426623] mmc0: host does not support reading read-only switch, assuming write-enable
- [ 1.439739] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
- [ 1.440854] hub 1-0:1.0: USB hub found
- [ 1.440960] hub 1-0:1.0: 1 port detected
- [ 1.441750] ohci-platform 1c14400.usb: Generic Platform OHCI controller
- [ 1.441784] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 2
- [ 1.441940] ohci-platform 1c14400.usb: irq 22, io mem 0x01c14400
- [ 1.512628] mmc0: new high speed SD card at address e624
- [ 1.523886] hub 2-0:1.0: USB hub found
- [ 1.523930] hub 2-0:1.0: 1 port detected
- [ 1.524872] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
- [ 1.525405] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
- [ 1.525421] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 3
- [ 1.526824] hub 3-0:1.0: USB hub found
- [ 1.526878] hub 3-0:1.0: 1 port detected
- [ 1.527622] hctosys: unable to open rtc device (rtc0)
- [ 1.527889] vcc3v0: disabling
- [ 1.527897] vcc5v0: disabling
- [ 1.527902] usb0-vbus: disabling
- [ 1.638163] Waiting for root device /dev/mmcblk0p2...
- [ 1.659603] mmcblk0: mmc0:e624 SU02G 1.84 GiB
- [ 1.671170] mmcblk0: p1 p2
- [ 1.709439] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
- [ 1.723367] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
- [ 1.737543] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
- [ 1.749661] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
- [ 1.778610] random: fast init done
- [ 1.816862] EXT4-fs (mmcblk0p2): recovery complete
- [ 1.835179] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
- [ 1.848084] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
- [ 1.860545] devtmpfs: mounted
- [ 1.869881] Freeing unused kernel memory: 1024K
- [ 1.898372] usb 1-1: new high-speed USB device number 2 using ehci-platform
- -------------------------------------------------------------
- Minit Apr 26 2017-11:47:24
- ==========> /bin/busybox mount -t proc proc /proc
- ---------------------------------------------------
- ==========> /bin/busybox mount -o remount,rw /
- [ 2.138560] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro,data=ordered
- shell/ash.c 13482 ash_main
- shell/ash.c 13528 PID:663
- shell/ash.c 13313 ...
- shell/ash.c 2121 ...
- shell/ash.c 2131 ...
- shell/ash.c 2134 0xc54c0 0xc5540
- shell/ash.c 2145 ...
- shell/ash.c 13315 ...
- shell/ash.c 13318 =add
- shell/ash.c 13482 ash_main
- shell/ash.c 13528 PID:662
- shell/ash.c 13313 ...
- shell/ash.c 2121 ...
- shell/ash.c 2131 ...
- shell/ash.c 2134 0xc54c0 0xc5540
- shell/ash.c 2145 ...
- shell/ash.c 13315 ...
- shell/ash.c 13318 =add
- ---------------------------------------------------
- ==========> /bin/busybox mkdir -p /dev/pts
- shell/ash.c 13482 ash_main
- shell/ash.c 13528 PID:666
- shell/ash.c 13313 ...
- shell/ash.c 2121 ...
- shell/ash.c 2131 ...
- shell/ash.c 2134 0xc54c0 0xc5540
- shell/ash.c 2145 ...
- shell/ash.c 13315 ...
- shell/ash.c 13318 =add
- ---------------------------------------------------
- ==========> /bin/busybox mkdir -p /dev/shm
- ---------------------------------------------------
- ==========> /bin/busybox mkdir -p /run/network
- ---------------------------------------------------
- ==========> /bin/busybox mount -a
- ---------------------------------------------------
- ==========> /bin/busybox hostname -F /etc/hostname
- ---------------------------------------------------
- ==========> /bin/busybox sh /etc/init.d/rcS
- shell/ash.c 13482 ash_main
- shell/ash.c 13528 PID:675
- shell/ash.c 13313 ...
- shell/ash.c 2121 ...
- shell/ash.c 2131 ...
- shell/ash.c 2134 0xc54c0 0xc5540
- shell/ash.c 2145 ...
- shell/ash.c 13[ 2.449112] asix 1-1:1.0 eth0: register 'asix' at usb-1c14000.usb-1, ASIX AX88178 USB 2.0 Ethernet, 00:0e:c6:89:af:b3
- 315 ...
- shell/ash.c 13318 =/
- ---------------------------------------------------
- ==========> /bin/busybox dmesg
- [ 0.000000] Booting Linux on physical CPU 0x0
- [ 0.000000] Linux version 4.11.0-rc7 (x40@ubuntu) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #3 SMP PREEMPT Wed Apr 26 11:53:26 BST 2017
- [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
- [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
- [ 0.000000] OF: fdt: Machine model: Olimex A13-Olinuxino Micro
- [ 0.000000] Memory policy: Data cache writeback
- [ 0.000000] On node 0 totalpages: 64768
- [ 0.000000] free_area_init_node: node 0, pgdat c094d600, node_mem_map cfafa000
- [ 0.000000] Normal zone: 506 pages used for memmap
- [ 0.000000] Normal zone: 0 pages reserved
- [ 0.000000] Normal zone: 64768 pages, LIFO batch:15
- [ 0.000000] CPU: All CPU(s) started in SVC mode.
- [ 0.000000] percpu: Embedded 16 pages/cpu @cfadd000 s33164 r8192 d24180 u65536
- [ 0.000000] pcpu-alloc: s33164 r8192 d24180 u65536 alloc=16*4096
- [ 0.000000] pcpu-alloc: [0] 0
- [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64262
- [ 0.000000] Kernel command line: console=tty0 console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait log=10 debug init=/sbin/minit
- [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
- [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
- [ 0.000000] Memory: 247900K/259072K available (5120K kernel code, 311K rwdata, 1292K rodata, 1024K init, 246K bss, 11172K reserved, 0K cma-reserved, 0K highmem)
- [ 0.000000] Virtual kernel memory layout:
- [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
- [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
- [ 0.000000] vmalloc : 0xd0000000 - 0xff800000 ( 760 MB)
- [ 0.000000] lowmem : 0xc0000000 - 0xcfd00000 ( 253 MB)
- [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
- [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
- [ 0.000000] .text : 0xc0008000 - 0xc0600000 (6112 kB)
- [ 0.000000] .init : 0xc0800000 - 0xc0900000 (1024 kB)
- [ 0.000000] .data : 0xc0900000 - 0xc094df00 ( 312 kB)
- [ 0.000000] .bss : 0xc094f000 - 0xc098c80c ( 247 kB)
- [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
- [ 0.000000] Preemptible hierarchical RCU implementation.
- [ 0.000000] Build-time adjustment of leaf fanout to 32.
- [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
- [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
- [ 0.000000] NR_IRQS:16 nr_irqs:16 16
- [ 0.000020] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
- [ 0.000047] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
- [ 0.000204] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370868154 ns
- [ 0.000433] Console: colour dummy device 80x30
- [ 0.001101] console [tty0] enabled
- [ 0.001145] Calibrating delay loop... 1001.88 BogoMIPS (lpj=5009408)
- [ 0.090129] pid_max: default: 32768 minimum: 301
- [ 0.090259] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.090290] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.090886] CPU: Testing write buffer coherency: ok
- [ 0.091246] CPU0: thread -1, cpu 0, socket -1, mpidr 0
- [ 0.130191] Setting up static identity map for 0x40100000 - 0x40100058
- [ 0.190110] smp: Bringing up secondary CPUs ...
- [ 0.190151] smp: Brought up 1 node, 1 CPU
- [ 0.190178] SMP: Total of 1 processors activated (1001.88 BogoMIPS).
- [ 0.190204] CPU: All CPU(s) started in SVC mode.
- [ 0.191631] devtmpfs: initialized
- [ 0.200272] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
- [ 0.200721] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
- [ 0.200783] futex hash table entries: 256 (order: 2, 16384 bytes)
- [ 0.200907] pinctrl core: initialized pinctrl subsystem
- [ 0.201818] NET: Registered protocol family 16
- [ 0.202404] DMA: preallocated 256 KiB pool for atomic coherent allocations
- [ 0.203287] hw-breakpoint: debug architecture 0x4 unsupported.
- [ 0.260528] reg-fixed-voltage usb0-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb0_vbus_pin@0, deferring probe
- [ 0.260654] reg-fixed-voltage usb1-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe
- [ 0.261970] SCSI subsystem initialized
- [ 0.262293] usbcore: registered new interface driver usbfs
- [ 0.262386] usbcore: registered new interface driver hub
- [ 0.263223] usbcore: registered new device driver usb
- [ 0.263783] media: Linux media interface: v0.10
- [ 0.263918] Linux video capture interface: v2.00
- [ 0.264084] pps_core: LinuxPPS API ver. 1 registered
- [ 0.264112] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
- [ 0.264228] PTP clock support registered
- [ 0.268310] clocksource: Switched to clocksource timer
- [ 0.269658] simple-framebuffer 4fd00000.framebuffer: framebuffer at 0x4fd00000, 0x300000 bytes, mapped to 0xd0080000
- [ 0.269725] simple-framebuffer 4fd00000.framebuffer: format=x8r8g8b8, mode=1024x768x32, linelength=4096
- [ 0.283594] Console: switching to colour frame buffer device 128x48
- [ 0.295328] simple-framebuffer 4fd00000.framebuffer: fb0: simplefb registered!
- [ 0.314329] NET: Registered protocol family 2
- [ 0.315890] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
- [ 0.316125] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
- [ 0.316331] TCP: Hash tables configured (established 2048 bind 2048)
- [ 0.316608] UDP hash table entries: 256 (order: 1, 8192 bytes)
- [ 0.316785] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
- [ 0.317095] NET: Registered protocol family 1
- [ 0.328777] RPC: Registered named UNIX socket transport module.
- [ 0.328974] RPC: Registered udp transport module.
- [ 0.329097] RPC: Registered tcp transport module.
- [ 0.329219] RPC: Registered tcp NFSv4.1 backchannel transport module.
- [ 0.332221] workingset: timestamp_bits=30 max_order=16 bucket_order=0
- [ 0.349458] NFS: Registering the id_resolver key type
- [ 0.349669] Key type id_resolver registered
- [ 0.349788] Key type id_legacy registered
- [ 0.351265] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
- [ 0.351483] io scheduler noop registered
- [ 0.356799] io scheduler deadline registered
- [ 0.363151] io scheduler cfq registered (default)
- [ 0.368728] io scheduler mq-deadline registered
- [ 0.374449] sun4i-usb-phy 1c13400.phy: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb0_id_detect_pin@0, deferring probe
- [ 0.388156] sun5i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
- [ 0.419480] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
- [ 0.426965] console [ttyS0] disabled
- [ 0.453535] 1c28400.serial: ttyS0 at MMIO 0x1c28400 (irq = 25, base_baud = 1500000) is a U6_16550A
- [ 1.094551] console [ttyS0] enabled
- [ 1.107041] libphy: Fixed MDIO Bus: probed
- [ 1.118095] usbcore: registered new interface driver asix
- [ 1.129257] usbcore: registered new interface driver cdc_eem
- [ 1.140344] usbcore: registered new interface driver cdc_subset
- [ 1.151713] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
- [ 1.163404] ehci-platform: EHCI generic platform driver
- [ 1.174280] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
- [ 1.185899] ohci-platform: OHCI generic platform driver
- [ 1.198631] i2c /dev entries driver
- [ 1.211531] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
- [ 1.229727] sunxi-mmc 1c0f000.mmc: Got CD GPIO
- shell/ash.c 13482 ash_main
- shell/ash.c 13528 PID:680
- shell/ash.c 13313 ...
- shell/ash.c 2121 ...
- shell/ash.c 2131 ...
- shell/ash.c 2134 0xc54c0 0xc5540
- shell/ash.c 2145 ...
- shell/ash.c 13315 ...
- shell/ash.c 13318 =add
- shell/ash.c 13482 ash_main
- shell/ash.c 13528 PID:683
- shell/ash.c 13313 ...
- shell/ash.c 2121 ...
- shell/ash.c 2131 ...
- shell/ash.c 2134 0xc54c0 0xc5540
- shell/ash.c 2145 ...
- shell/ash.c 13315 ...
- shell/ash.c 13318 =add
- shell/ash.c 13482 ash_main
- shell/ash.c 13528 PID:684
- shell/ash.c 13313 ...
- shell/ash.c 2121 ...
- shell/ash.c 2131 ...
- shell/ash.c 2134 0xc54c0 0xc5540
- shell/ash.c 2145 ...
- shell/ash.c 13315 ...
- shell/ash.c 13318 =add
- ---------------------------------------------------
- ==========> /bin/busybox ls -als /sys/class
- [ 1.298556] sunxi-mmc 1c0f000.mmc: base:0xd0061000 irq:19
- [ 1.315187] usbcore: registered new interface driver usbhid
- [ 1.327224] usbhid: USB HID core driver
- [ 1.337401] NET: Registered protocol family 17
- [ 1.347747] Key type dns_resolver registered
- [ 1.360767] Registering SWP/SWPB emulation handler
- [ 1.379951] ehci-platform 1c14000.usb: EHCI Host Controller
- [ 1.391505] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1
- [ 1.404581] ehci-platform 1c14000.usb: irq 21, io mem 0x01c14000
- [ 1.426623] mmc0: host does not support reading read-only switch, assuming write-enable
- [ 1.439739] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
- [ 1.440854] hub 1-0:1.0: USB hub found
- [ 1.440960] hub 1-0:1.0: 1 port detected
- [ 1.441750] ohci-platform 1c14400.usb: Generic Platform OHCI controller
- [ 1.441784] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 2
- [ 1.441940] ohci-platform 1c14400.usb: irq 22, io mem 0x01c14400
- [ 1.512628] mmc0: new high speed SD card at address e624
- [ 1.523886] hub 2-0:1.0: USB hub found
- [ 1.523930] hub 2-0:1.0: 1 port detected
- [ 1.524872] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
- [ 1.525405] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
- [ 1.525421] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 3
- [ 1.526824] hub 3-0:1.0: USB hub found
- [ 1.526878] hub 3-0:1.0: 1 port detected
- [ 1.527622] hctosys: unable to open rtc device (rtc0)
- [ 1.527889] vcc3v0: disabling
- [ 1.527897] vcc5v0: disabling
- [ 1.527902] usb0-vbus: disabling
- [ 1.638163] Waiting for root device /dev/mmcblk0p2...
- [ 1.659603] mmcblk0: mmc0:e624 SU02G 1.84 GiB
- [ 1.671170] mmcblk0: p1 p2
- [ 1.709439] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
- [ 1.723367] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
- [ 1.737543] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
- [ 1.749661] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
- [ 1.778610] random: fast init done
- [ 1.816862] EXT4-fs (mmcblk0p2): recovery complete
- [ 1.835179] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
- [ 1.848084] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
- [ 1.860545] devtmpfs: mounted
- [ 1.869881] Freeing unused kernel memory: 1024K
- [ 1.898372] usb 1-1: new high-speed USB device number 2 using ehci-platform
- [ 2.138560] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro,data=ordered
- [ 2.449112] asix 1-1:1.0 eth0: register 'asix' at usb-1c14000.usb-1, ASIX AX88178 USB 2.0 Ethernet, 00:0e:c6:89:af:b3
- shell/ash.c 13482 ash_main
- shell/ash.c 13528 PID:687
- shell/ash.c 13313 ...
- shell/ash.c 2121 ...
- shell/ash.c 2131 ...
- shell/ash.c 2134 0xc54c0 0xc5540
- shell/ash.c 2145 ...
- shell/ash.c 13315 ...
- shell/ash.c 13318 =add
- total 0
- 0 drwxr-xr-x 38 root root 0 Jan 1 00:00 .
- 0 dr-xr-xr-x 12 root root 0 Jan 1 00:00 ..
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 bdi
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 block
- ---------------------------------------------------
- ==========> /bin/busybox ls -als /sys/devices/platform/soc@01c00000/1c14000.usb/usb1/1-1/1-1:1.0/net/eth0
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 bsg
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 dma
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 drm
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 extcon
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 gpio
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 graphics
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 hwmon
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 i2c-adapter
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 i2c-dev
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 input
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 leds
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 mdio_bus
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 mem
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 misc
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 mmc_host
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 net
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 phy
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 power_supply
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 pps
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 ptp
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 pwm
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 regulator
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 rtc
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 scsi_device
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 scsi_disk
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 scsi_host
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 spi_master
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 thermal
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 tty
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 udc
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 vc
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 video4linux
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 vtconsole
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 watchdog
- total 0
- 0 drwxr-xr-x 5 root root 0 Jan 1 00:00 .
- 0 drwxr-xr-x 3 root root 0 Jan 1 00:00 ..
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 addr_assign_type
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 addr_len
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 address
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 broadcast
- 0 -rw-r--r-- 1 root root 4096 Jan 1 00:00 carrier
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 carrier_changes
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 dev_id
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 dev_port
- 0 lrwxrwxrwx 1 root root 0 Jan 1 00:00 device -> ../../../1-1:1.0
- ---------------------------------------------------
- ==========> /bin/busybox ps aux
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 dormant
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 duplex
- 0 -rw-r--r-- 1 root root 4096 Jan 1 00:00 flags
- 0 -rw-r--r-- 1 root root 4096 Jan 1 00:00 gro_flush_timeout
- 0 -rw-r--r-- 1 root root 4096 Jan 1 00:00 ifalias
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 ifindex
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 iflink
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 link_mode
- 0 -rw-r--r-- 1 root root 4096 Jan 1 00:00 mtu
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 name_assign_type
- 0 -rw-r--r-- 1 root root 4096 Jan 1 00:00 netdev_group
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 operstate
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 phys_port_id
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 phys_port_name
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 phys_switch_id
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 power
- 0 -rw-r--r-- 1 root root 4096 Jan 1 00:00 proto_down
- 0 drwxr-xr-x 4 root root 0 Jan 1 00:00 queues
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 speed
- 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 statistics
- 0 lrwxrwxrwx 1 root root 0 Jan 1 00:00 subsystem -> ../../../../../../../../../class/net
- 0 -rw-r--r-- 1 root root 4096 Jan 1 00:00 tx_queue_len
- 0 -r--r--r-- 1 root root 4096 Jan 1 00:00 type
- 0 -rw-r--r-- 1 root root 4096 Jan 1 00:00 uevent
- PID USER COMMAND
- 1 root /sbin/minit
- 2 root [kthreadd]
- 3 root [kworker/0:0]
- 4 root [kworker/0:0H]
- 5 root [kworker/u2:0]
- 6 root [mm_percpu_wq]
- 7 root [ksoftirqd/0]
- 8 root [rcu_preempt]
- 9 root [rcu_sched]
- 10 root [rcu_bh]
- 11 root [migration/0]
- 12 root [cpuhp/0]
- 13 root [kdevtmpfs]
- 14 root [netns]
- 15 root [kworker/u2:1]
- 16 root [oom_reaper]
- 17 root [writeback]
- 199 root [kcompactd0]
- 201 root [crypto]
- 202 root [bioset]
- 204 root [kblockd]
- 244 root [watchdogd]
- 332 root [kworker/0:1]
- 333 root [rpciod]
- 334 root [xprtiod]
- 346 root [kswapd0]
- 394 root [bioset]
- 406 root [nfsiod]
- 601 root [irq/19-sunxi-mm]
- 603 root [irq/30-1c0f000.]
- 625 root [kworker/0:2]
- 635 root [kworker/0:3]
- 646 root [bioset]
- 647 root [kworker/0:4]
- 648 root [mmcqd/0]
- 653 root [kworker/0:1H]
- 654 root [jbd2/mmcblk0p2-]
- 655 root [ext4-rsv-conver]
- 690 root /bin/busybox ps aux
- ---------------------------------------------------
- ==========> /bin/busybox ifup eth0
- shell/ash.c 13482 ash_main
- shell/ash.c 13528 PID:694
- shell/ash.c 13313 ...
- shell/ash.c 2121 ...
- shell/ash.c 2131 ...
- shell/ash.c 2134 0xc54c0 0xc5540
- shell/ash.c 2145 ...
- shell/ash.c 13315 ...
- shell/ash.c 13318 =usb0
- ---------------------------------------------------
- Enter a command:
- free
- total used free shared buffers cached
- Mem: 248924 8036 240888 0 332 3096
- -/+ buffers/cache: 4608 244316
- Swap: 0 0 0
- Enter a command:
- printenv
- HOME=/
- TERM=linux
- log=10
- Enter a command:
Advertisement
Add Comment
Please, Sign In to add comment