Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- U-Boot 2017.03 (Apr 23 2017 - 20:05:17 +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... 1 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
- => fatload mmc 0 0x43000000 sun5i-a13-olinuxino-micro.dtb
- reading sun5i-a13-olinuxino-micro.dtb
- 13909 bytes read in 46 ms (294.9 KiB/s)
- => fatload mmc 0 0x42000000 zimage
- reading zimage
- 3697392 bytes read in 336 ms (10.5 MiB/s)
- => bootz 0x42000000 - 0x43000000
- ## 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) ) #2 SMP Sun Apr 23 20:07:43 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 c0a4f040, 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 s32908 r8192 d24436 u65536
- [ 0.000000] pcpu-alloc: s32908 r8192 d24436 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=ttyS0,115200n8 root=/dev/mmcblk0p2 rootwait loglevel=8
- [ 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: 246860K/259072K available (6144K kernel code, 318K rwdata, 1416K rodata, 1024K init, 254K bss, 12212K 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 - 0xc0700000 (7136 kB)
- [ 0.000000] .init : 0xc0900000 - 0xc0a00000 (1024 kB)
- [ 0.000000] .data : 0xc0a00000 - 0xc0a4f940 ( 319 kB)
- [ 0.000000] .bss : 0xc0a51000 - 0xc0a9084c ( 255 kB)
- [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
- [ 0.000000] 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.000017] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
- [ 0.000043] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
- [ 0.000194] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370868154 ns
- [ 0.000421] Console: colour dummy device 80x30
- [ 0.000452] Calibrating delay loop... 1001.88 BogoMIPS (lpj=5009408)
- [ 0.090098] pid_max: default: 32768 minimum: 301
- [ 0.090205] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.090216] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.090773] CPU: Testing write buffer coherency: ok
- [ 0.091093] CPU0: thread -1, cpu 0, socket -1, mpidr 0
- [ 0.091468] Setting up static identity map for 0x40100000 - 0x40100058
- [ 0.092003] smp: Bringing up secondary CPUs ...
- [ 0.092016] smp: Brought up 1 node, 1 CPU
- [ 0.092025] SMP: Total of 1 processors activated (1001.88 BogoMIPS).
- [ 0.092032] CPU: All CPU(s) started in SVC mode.
- [ 0.093362] devtmpfs: initialized
- [ 0.096431] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
- [ 0.096655] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
- [ 0.096677] futex hash table entries: 256 (order: 2, 16384 bytes)
- [ 0.096753] pinctrl core: initialized pinctrl subsystem
- [ 0.097556] NET: Registered protocol family 16
- [ 0.098103] DMA: preallocated 256 KiB pool for atomic coherent allocations
- [ 0.098817] hw-breakpoint: debug architecture 0x4 unsupported.
- [ 0.109222] reg-fixed-voltage usb0-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb0_vbus_pin@0, deferring probe
- [ 0.109272] reg-fixed-voltage usb1-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe
- [ 0.110399] SCSI subsystem initialized
- [ 0.110635] libata version 3.00 loaded.
- [ 0.110878] usbcore: registered new interface driver usbfs
- [ 0.110946] usbcore: registered new interface driver hub
- [ 0.111001] usbcore: registered new device driver usb
- [ 0.111179] media: Linux media interface: v0.10
- [ 0.111222] Linux video capture interface: v2.00
- [ 0.111275] pps_core: LinuxPPS API ver. 1 registered
- [ 0.111282] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
- [ 0.111302] PTP clock support registered
- [ 0.111503] Advanced Linux Sound Architecture Driver Initialized.
- [ 0.112421] clocksource: Switched to clocksource timer
- [ 0.113219] simple-framebuffer 4fd00000.framebuffer: framebuffer at 0x4fd00000, 0x300000 bytes, mapped to 0xd0080000
- [ 0.113236] simple-framebuffer 4fd00000.framebuffer: format=x8r8g8b8, mode=1024x768x32, linelength=4096
- [ 0.125509] Console: switching to colour frame buffer device 128x48
- [ 0.137031] simple-framebuffer 4fd00000.framebuffer: fb0: simplefb registered!
- [ 0.145272] NET: Registered protocol family 2
- [ 0.145785] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
- [ 0.145818] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
- [ 0.145853] TCP: Hash tables configured (established 2048 bind 2048)
- [ 0.145954] UDP hash table entries: 256 (order: 1, 8192 bytes)
- [ 0.145977] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
- [ 0.146104] NET: Registered protocol family 1
- [ 0.146592] RPC: Registered named UNIX socket transport module.
- [ 0.146604] RPC: Registered udp transport module.
- [ 0.146610] RPC: Registered tcp transport module.
- [ 0.146616] RPC: Registered tcp NFSv4.1 backchannel transport module.
- [ 0.148178] workingset: timestamp_bits=30 max_order=16 bucket_order=0
- [ 0.156140] NFS: Registering the id_resolver key type
- [ 0.156185] Key type id_resolver registered
- [ 0.156193] Key type id_legacy registered
- [ 0.157182] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
- [ 0.157198] io scheduler noop registered
- [ 0.157205] io scheduler deadline registered
- [ 0.157385] io scheduler cfq registered (default)
- [ 0.157395] io scheduler mq-deadline registered
- [ 0.157781] sun4i-usb-phy 1c13400.phy: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb0_id_detect_pin@0, deferring probe
- [ 0.159961] sun5i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
- [ 0.219838] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
- [ 0.222729] console [ttyS0] disabled
- [ 0.242807] 1c28400.serial: ttyS0 at MMIO 0x1c28400 (irq = 25, base_baud = 1500000) is a U6_16550A
- [ 0.880205] console [ttyS0] enabled
- [ 0.885815] libphy: Fixed MDIO Bus: probed
- [ 0.890277] usbcore: registered new interface driver asix
- [ 0.895803] usbcore: registered new interface driver cdc_ether
- [ 0.901668] usbcore: registered new interface driver cdc_subset
- [ 0.907640] usbcore: registered new interface driver zaurus
- [ 0.913286] usbcore: registered new interface driver cdc_ncm
- [ 0.918939] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
- [ 0.925473] ehci-platform: EHCI generic platform driver
- [ 0.930907] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
- [ 0.937126] ohci-platform: OHCI generic platform driver
- [ 0.943504] i2c /dev entries driver
- [ 0.948995] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
- [ 0.959101] sunxi-mmc 1c0f000.mmc: Got CD GPIO
- [ 1.022613] sunxi-mmc 1c0f000.mmc: base:0xd0061000 irq:19
- [ 1.029088] usbcore: registered new interface driver usbhid
- [ 1.034724] usbhid: USB HID core driver
- [ 1.039920] NET: Registered protocol family 17
- [ 1.044539] Key type dns_resolver registered
- [ 1.048900] Registering SWP/SWPB emulation handler
- [ 1.061781] ehci-platform 1c14000.usb: EHCI Host Controller
- [ 1.067514] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1
- [ 1.075413] ehci-platform 1c14000.usb: irq 21, io mem 0x01c14000
- [ 1.102430] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
- [ 1.109400] hub 1-0:1.0: USB hub found
- [ 1.113297] hub 1-0:1.0: 1 port detected
- [ 1.117970] ohci-platform 1c14400.usb: Generic Platform OHCI controller
- [ 1.124682] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 2
- [ 1.132571] ohci-platform 1c14400.usb: irq 22, io mem 0x01c14400
- [ 1.149244] mmc0: host does not support reading read-only switch, assuming write-enable
- [ 1.161585] mmc0: new high speed SD card at address e624
- [ 1.167548] mmcblk0: mmc0:e624 SU02G 1.84 GiB
- [ 1.173802] mmcblk0: p1 p2
- [ 1.207272] hub 2-0:1.0: USB hub found
- [ 1.211070] hub 2-0:1.0: 1 port detected
- [ 1.215894] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
- [ 1.227090] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
- [ 1.232889] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 3
- [ 1.241603] hub 3-0:1.0: USB hub found
- [ 1.245478] hub 3-0:1.0: 1 port detected
- [ 1.249968] hctosys: unable to open rtc device (rtc0)
- [ 1.255319] vcc3v0: disabling
- [ 1.258292] vcc5v0: disabling
- [ 1.261257] usb0-vbus: disabling
- [ 1.264517] ALSA device list:
- [ 1.267482] No soundcards found.
- [ 1.273758] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
- [ 1.282570] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
- [ 1.291775] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
- [ 1.299130] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
- [ 1.323215] random: fast init done
- [ 1.352108] EXT4-fs (mmcblk0p2): recovery complete
- [ 1.366707] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
- [ 1.374895] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
- [ 1.382512] devtmpfs: mounted
- [ 1.386957] Freeing unused kernel memory: 1024K
- [ 1.514839] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro,data=ordered
- Welcome to A13!
- a13 login: root
- Password:
- Welcome to A13!
- a13 login: [ 162.162450] random: crng init done
- #####> USB plug recognized here ...
- [ 1344.992433] usb 1-1: new high-speed USB device number 2 using ehci-platform
- [ 1345.532962] 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
Advertisement
Add Comment
Please, Sign In to add comment