Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- U-Boot SPL 2014.04-10649-gd9fe0a1 (Apr 30 2014 - 03:41:36)
- Board: Cubieboard2
- DRAM: 1024 MiB
- CPU: 960000000Hz, AXI/AHB/APB: 3/2/2
- spl: not an uImage at 1600
- U-Boot 2014.04-10649-gd9fe0a1 (Apr 30 2014 - 03:41:36) Allwinner Technology
- CPU: Allwinner A20 (SUN7I)
- Board: Cubieboard2
- I2C: ready
- DRAM: 1 GiB
- MMC: SUNXI SD/MMC: 0
- In: serial
- Out: serial
- Err: serial
- Net: dwmac.1c50000
- Warning: failed to set MAC address
- Hit any key to stop autoboot: 0
- reading uEnv.txt
- ** Unable to read file uEnv.txt **
- Failed to mount ext2 filesystem...
- ** Unrecognized filesystem type **
- Failed to mount ext2 filesystem...
- sun7i#
- sun7i# setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait rootfstype=ext4 rootflags=discard hdmi.audio=EDID:0 sunxi_g2d_mem_reserve=32 2
- sun7i# fatload mmc 0 0x46000000 uImage
- reading uImage
- 2288240 bytes read in 125 ms (17.5 MiB/s)
- sun7i# fatload mmc 0 0x49000000 sun7i-a20-cubieboard2.dtb
- reading sun7i-a20-cubieboard2.dtb
- 21002 bytes read in 28 ms (732.4 KiB/s)
- sun7i# env set fdt_high ffffffff
- sun7i# bootm 0x46000000 - 0x49000000
- ## Booting kernel from Legacy Image at 46000000 ...
- Image Name: Linux-3.15.0-rc1_CRAFF-128773-gf
- Image Type: ARM Linux Kernel Image (uncompressed)
- Data Size: 2288176 Bytes = 2.2 MiB
- Load Address: 40008000
- Entry Point: 40008000
- Verifying Checksum ... OK
- ## Flattened Device Tree blob at 49000000
- Booting using the fdt blob at 0x49000000
- Loading Kernel Image ... OK
- Using Device Tree in place at 49000000, end 49008209
- Starting kernel ...
- [ 0.000000] Booting Linux on physical CPU 0x0
- [ 0.000000] Linux version 3.15.0-rc1_CRAFF-128773-gf7b9c0f (robertoalcantara@ubuntu) (gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu7) ) #6 SMP Fr4
- [ 0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
- [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
- [ 0.000000] Machine model: Cubietech Cubieboard2
- [ 0.000000] Memory policy: Data cache writealloc
- [ 0.000000] PERCPU: Embedded 7 pages/cpu @eefd5000 s6656 r8192 d13824 u32768
- [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260624
- [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait rootfstype=ext4 rootflags=discard hdmi.audio=EDID:0 sunxi_g2d_me2
- [ 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: 1034804K/1048576K available (3175K kernel code, 155K rwdata, 844K rodata, 190K init, 221K bss, 13772K reserved, 270336K highmem)
- [ 0.000000] Virtual kernel memory layout:
- [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
- [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 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 - 0xc03f516c (4021 kB)
- [ 0.000000] .init : 0xc03f6000 - 0xc0425a00 ( 191 kB)
- [ 0.000000] .data : 0xc0426000 - 0xc044cde0 ( 156 kB)
- [ 0.000000] .bss : 0xc044cde8 - 0xc048454c ( 222 kB)
- [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
- [ 0.000000] Hierarchical RCU implementation.
- [ 0.000000] NR_IRQS:16 nr_irqs:16 16
- [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (virt).
- [ 0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 2863311519744ns
- [ 0.000016] Switching to timer-based delay loop
- [ 0.000290] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
- [ 0.000415] sched_clock: 32 bits at 160MHz, resolution 6ns, wraps every 26843545593ns
- [ 0.000552] Console: colour dummy device 80x30
- [ 0.000575] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
- [ 0.000588] pid_max: default: 32768 minimum: 301
- [ 0.000691] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
- [ 0.000702] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
- [ 0.001253] CPU: Testing write buffer coherency: ok
- [ 0.001505] /cpus/cpu@0 missing clock-frequency property
- [ 0.001522] /cpus/cpu@1 missing clock-frequency property
- [ 0.001534] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
- [ 0.001563] Setting up static identity map for 0x40305c18 - 0x40305c70
- [ 0.002421] CPU1: failed to boot: -38
- [ 0.002451] Brought up 1 CPUs
- [ 0.002457] SMP: Total of 1 processors activated.
- [ 0.002464] CPU: All CPU(s) started in SVC mode.
- [ 0.002984] devtmpfs: initialized
- [ 0.006625] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4
- [ 0.006833] pinctrl core: initialized pinctrl subsystem
- [ 0.007021] regulator-dummy: no parameters
- [ 0.011411] NET: Registered protocol family 16
- [ 0.011751] DMA: preallocated 256 KiB pool for atomic coherent allocations
- [ 0.019069] reg-fixed-voltage ahci-5v.2: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/ahci_pwr_pin@0, deferring probe
- [ 0.019099] platform ahci-5v.2: Driver reg-fixed-voltage requests probe deferral
- [ 0.019122] reg-fixed-voltage usb1-vbus.3: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe
- [ 0.019136] platform usb1-vbus.3: Driver reg-fixed-voltage requests probe deferral
- [ 0.019156] reg-fixed-voltage usb2-vbus.4: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pin@0, deferring probe
- [ 0.019169] platform usb2-vbus.4: Driver reg-fixed-voltage requests probe deferral
- [ 0.020376] Switched to clocksource arch_sys_counter
- [ 0.027182] NET: Registered protocol family 2
- [ 0.027621] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
- [ 0.027709] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
- [ 0.027829] TCP: Hash tables configured (established 8192 bind 8192)
- [ 0.027913] TCP: reno registered
- [ 0.027927] UDP hash table entries: 512 (order: 2, 16384 bytes)
- [ 0.027979] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
- [ 0.028184] NET: Registered protocol family 1
- [ 0.028547] RPC: Registered named UNIX socket transport module.
- [ 0.028559] RPC: Registered udp transport module.
- [ 0.028566] RPC: Registered tcp transport module.
- [ 0.028572] RPC: Registered tcp NFSv4.1 backchannel transport module.
- [ 0.029533] futex hash table entries: 512 (order: 3, 32768 bytes)
- [ 0.030070] bounce pool size: 64 pages
- [ 0.040214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
- [ 0.040232] io scheduler noop registered
- [ 0.040239] io scheduler deadline registered
- [ 0.040491] io scheduler cfq registered (default)
- [ 0.042110] sunxi-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
- [ 0.083227] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
- [ 0.085692] console [ttyS0] disabled
- [ 0.105877] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 33, base_baud = 1500000) is a U6_16550A
- [ 0.620082] console [ttyS0] enabled
- [ 0.624841] loop: module loaded
- [ 0.628522] nullb0: unknown partition table
- [ 0.633637] nullb1: unknown partition table
- [ 0.638160] null: module loaded
- [ 0.642235] mousedev: PS/2 mouse device common for all mice
- [ 0.648086] i2c /dev entries driver
- [ 0.653386] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
- [ 0.661987] sunxi-mmc 1c0f000.mmc: Got CD GPIO #225.
- [ 0.667069] sunxi-mmc 1c0f000.mmc: base:0xf00b8000 irq:64
- [ 0.673275] TCP: cubic registered
- [ 0.676596] NET: Registered protocol family 17
- [ 0.681220] Registering SWP/SWPB emulation handler
- [ 0.686919] ahci-5v: 5000 mV
- [ 0.690139] usb1-vbus: 5000 mV
- [ 0.693554] usb2-vbus: 5000 mV
- [ 0.697441] Waiting for root device /dev/mmcblk0p2...
- [ 1.029434] mmc0: host does not support reading read-only switch. assuming write-enable.
- [ 1.206454] mmc0: new high speed SDHC card at address e624
- [ 1.212284] mmcblk0: mmc0:e624 SU08G 7.40 GiB
- [ 1.218062] mmcblk0: p1 p2
- [ 1.260331] EXT4-fs (mmcblk0p2): mounting with "discard" option, but the device does not support discard
- [ 1.269872] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: discard
- [ 1.278093] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
- [ 1.292109] devtmpfs: mounted
- [ 1.295295] Freeing unused kernel memory: 188K (c03f6000 - c0425000)
- [ 1.482558] random: init urandom read with 11 bits of entropy available
- [ 1.674449] init: ureadahead main process (47) terminated with status 5
- mountall: Plymouth command failed
- mountall: Disconnected from Plymouth
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement