Advertisement
codekipper

broken linux-next on sunxi for netboot

Sep 24th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.39 KB | None | 0 0
  1.  
  2. U-Boot SPL 2015.07-rc3-00065-gfb19b42-dirty (Jul 22 2015 - 18:54:16)
  3. DRAM: 512 MiB
  4. CPU: 1008000000Hz, AXI/AHB/APB: 3/2/2
  5.  
  6.  
  7. U-Boot 2015.07-rc3-00065-gfb19b42-dirty (Jul 22 2015 - 18:54:16 +0200) Allwinner Technology
  8.  
  9. CPU: Allwinner A10 (SUN4I)
  10. I2C: ready
  11. DRAM: 512 MiB
  12. MMC: SUNXI SD/MMC: 0
  13. Setting up a 1024x768 vga console
  14. In: serial
  15. Out: vga
  16. Err: vga
  17. SCSI: SUNXI SCSI INIT
  18. SATA link 0 timeout.
  19. AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
  20. flags: ncq stag pm led clo only pmp pio slum part ccc apst
  21. Net: eth0: ethernet@01c0b000
  22. starting USB...
  23. USB0: USB EHCI 1.00
  24. USB1: USB OHCI 1.0
  25. USB2: USB EHCI 1.00
  26. USB3: USB OHCI 1.0
  27. scanning bus 0 for devices... 2 USB Device(s) found
  28. scanning bus 2 for devices... 2 USB Device(s) found
  29. Hit any key to stop autoboot: 2  1  0
  30. switch to partitions #0, OK
  31. mmc0 is current device
  32. Scanning mmc 0:1...
  33. Found U-Boot script /boot.scr
  34. reading /boot.scr
  35. 1043 bytes read in 33 ms (30.3 KiB/s)
  36. ## Executing script at 43100000
  37. ## Error: Can't overwrite "ethaddr"
  38. ## Error inserting "ethaddr" variable, errno=1
  39. ENET Speed is 100 Mbps - FULL duplex connection
  40. BOOTP broadcast 1
  41. BOOTP broadcast 2
  42. BOOTP broadcast 3
  43. BOOTP broadcast 4
  44. DHCP client bound to address 192.168.0.136 (2754 ms)
  45. Using ethernet@01c0b000 device
  46. TFTP from server 192.168.0.3; our IP address is 192.168.0.136
  47. Filename 'uImage'.
  48. Load address: 0x46000000
  49. Loading: *#################################################################
  50. #################################################################
  51. #################################################################
  52. #################################################################
  53. #################################################################
  54. #################################################################
  55. #################################################################
  56. #################################################################
  57. #################################################################
  58. ######################
  59. 206.1 KiB/s
  60. done
  61. Bytes transferred = 3106984 (2f68a8 hex)
  62. Using ethernet@01c0b000 device
  63. TFTP from server 192.168.0.3; our IP address is 192.168.0.136
  64. Filename 'dtb'.
  65. Load address: 0x49000000
  66. Loading: *#####
  67. 123 KiB/s
  68. done
  69. Bytes transferred = 23173 (5a85 hex)
  70. ## Booting kernel from Legacy Image at 46000000 ...
  71. Image Name: Linux-4.3.0-rc2-next-20150923
  72. Image Type: ARM Linux Kernel Image (uncompressed)
  73. Data Size: 3106920 Bytes = 3 MiB
  74. Load Address: 40008000
  75. Entry Point: 40008000
  76. Verifying Checksum ... OK
  77. ## Flattened Device Tree blob at 49000000
  78. Booting using the fdt blob at 0x49000000
  79. Loading Kernel Image ... OK
  80. Using Device Tree in place at 49000000, end 49008a84
  81.  
  82. Starting kernel ...
  83.  
  84. [ 0.000000] Booting Linux on physical CPU 0x0
  85. [ 0.000000] Linux version 4.3.0-rc2-next-20150923 (marcus@coopshtpc) (gcc version 4.9.2 (GCC) ) #176 SMP Thu Sep 24 18:45:19 CEST 2015
  86. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  87. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  88. [ 0.000000] Machine model: Mele A1000
  89. [ 0.000000] Memory policy: Data cache writeback
  90. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  91. [ 0.000000] PERCPU: Embedded 12 pages/cpu @df8d9000 s17536 r8192 d23424 u49152
  92. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129286
  93. [ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk=serial,uart0,115200 root=/dev/nfs nfsroot=192.168.0.3:/tftpboot/rootfs/ ip=192.168.0.136:192.168.0.3:192.168.0.1:255.255.255.0::eth0
  94. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  95. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  96. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  97. [ 0.000000] Memory: 510224K/521216K available (4315K kernel code, 191K rwdata, 1264K rodata, 276K init, 258K bss, 10992K reserved, 0K cma-reserved, 0K highmem)
  98. [ 0.000000] Virtual kernel memory layout:
  99. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  100. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  101. [ 0.000000] vmalloc : 0xe0000000 - 0xff800000 ( 504 MB)
  102. [ 0.000000] lowmem : 0xc0000000 - 0xdfd00000 ( 509 MB)
  103. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  104. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  105. [ 0.000000] .text : 0xc0008000 - 0xc057aec4 (5580 kB)
  106. [ 0.000000] .init : 0xc057b000 - 0xc05c0000 ( 276 kB)
  107. [ 0.000000] .data : 0xc05c0000 - 0xc05efc60 ( 192 kB)
  108. [ 0.000000] .bss : 0xc05f2000 - 0xc063299c ( 259 kB)
  109. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  110. [ 0.000000] Hierarchical RCU implementation.
  111. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  112. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
  113. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
  114. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  115. [ 0.000019] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  116. [ 0.000043] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  117. [ 0.000298] Console: colour dummy device 80x30
  118. [ 0.000324] Calibrating delay loop... 1001.88 BogoMIPS (lpj=5009408)
  119. [ 0.040090] pid_max: default: 32768 minimum: 301
  120. [ 0.040197] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  121. [ 0.040206] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  122. [ 0.040788] CPU: Testing write buffer coherency: ok
  123. [ 0.041062] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  124. [ 0.041143] Setting up static identity map for 0x40008280 - 0x400082d8
  125. [ 0.042033] Brought up 1 CPUs
  126. [ 0.042048] SMP: Total of 1 processors activated (1001.88 BogoMIPS).
  127. [ 0.042055] CPU: All CPU(s) started in SVC mode.
  128. [ 0.043346] devtmpfs: initialized
  129. [ 0.049692] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  130. [ 0.049975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  131. [ 0.050398] pinctrl core: initialized pinctrl subsystem
  132. [ 0.051279] NET: Registered protocol family 16
  133. [ 0.051814] DMA: preallocated 256 KiB pool for atomic coherent allocations
  134. [ 0.056538] hw-breakpoint: debug architecture 0x4 unsupported.
  135. [ 0.063904] reg-fixed-voltage usb1-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe
  136. [ 0.063949] reg-fixed-voltage usb2-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pin@0, deferring probe
  137. [ 0.064664] reg-fixed-voltage emac-3v3: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/emac_power_pin@0, deferring probe
  138. [ 0.065082] SCSI subsystem initialized
  139. [ 0.065575] usbcore: registered new interface driver usbfs
  140. [ 0.065638] usbcore: registered new interface driver hub
  141. [ 0.065693] usbcore: registered new device driver usb
  142. [ 0.065820] pps_core: LinuxPPS API ver. 1 registered
  143. [ 0.065828] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  144. [ 0.065854] PTP clock support registered
  145. [ 0.066826] clocksource: Switched to clocksource timer
  146. [ 0.067718] simple-framebuffer 5fd00000.framebuffer: framebuffer at 0x5fd00000, 0x300000 bytes, mapped to 0xe0100000
  147. [ 0.067735] simple-framebuffer 5fd00000.framebuffer: format=x8r8g8b8, mode=1024x768x32, linelength=4096
  148. [ 0.080143] Console: switching to colour frame buffer device 128x48
  149. [ 0.091715] simple-framebuffer 5fd00000.framebuffer: fb0: simplefb registered!
  150. [ 0.101302] NET: Registered protocol family 2
  151. [ 0.101813] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  152. [ 0.101858] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  153. [ 0.101917] TCP: Hash tables configured (established 4096 bind 4096)
  154. [ 0.101988] UDP hash table entries: 256 (order: 1, 8192 bytes)
  155. [ 0.102008] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  156. [ 0.102153] NET: Registered protocol family 1
  157. [ 0.102486] RPC: Registered named UNIX socket transport module.
  158. [ 0.102497] RPC: Registered udp transport module.
  159. [ 0.102503] RPC: Registered tcp transport module.
  160. [ 0.102509] RPC: Registered tcp NFSv4.1 backchannel transport module.
  161. [ 0.103824] futex hash table entries: 256 (order: 2, 16384 bytes)
  162. [ 0.114443] NFS: Registering the id_resolver key type
  163. [ 0.114499] Key type id_resolver registered
  164. [ 0.114506] Key type id_legacy registered
  165. [ 0.115677] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  166. [ 0.115699] io scheduler noop registered
  167. [ 0.115710] io scheduler deadline registered
  168. [ 0.115742] io scheduler cfq registered (default)
  169. [ 0.118323] sun4i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  170. [ 0.184755] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  171. [ 0.188028] console [ttyS0] disabled
  172. [ 0.208139] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 30, base_baud = 1500000) is a U6_16550A
  173. [ 0.772423] console [ttyS0] enabled
  174. [ 0.846846] ahci-sunxi 1c18000.sata: controller can't do PMP, turning off CAP_PMP
  175. [ 0.854368] ahci-sunxi 1c18000.sata: SSS flag set, parallel bus scan disabled
  176. [ 0.861540] ahci-sunxi 1c18000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
  177. [ 0.870508] ahci-sunxi 1c18000.sata: flags: ncq sntf stag pm led clo only pio slum part ccc
  178. [ 0.880012] scsi host0: ahci-sunxi
  179. [ 0.883730] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 23
  180. [ 0.892228] CAN device driver interface
  181. [ 0.898524] sun4i-emac 1c0b000.ethernet: eth0: at e00b2000, IRQ 18 MAC: 12:34:56:78:99:aa
  182. [ 0.907103] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  183. [ 0.913629] ehci-platform: EHCI generic platform driver
  184. [ 0.919144] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  185. [ 0.925336] ohci-platform: OHCI generic platform driver
  186. [ 0.931979] sunxi-rtc 1c20d00.rtc: rtc core: registered rtc-sunxi as rtc0
  187. [ 0.938820] sunxi-rtc 1c20d00.rtc: RTC enabled
  188. [ 0.943344] i2c /dev entries driver
  189. [ 0.947753] axp20x 0-0034: AXP20x variant AXP209 found
  190. [ 0.960536] input: axp20x-pek as /devices/platform/soc@01c00000/1c2ac00.i2c/i2c-0/0-0034/axp20x-pek/input/input0
  191. [ 0.970910] axp20x-regulator axp20x-regulator: regulators node not found
  192. [ 0.980138] axp20x 0-0034: AXP20X driver loaded
  193. [ 0.985353] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  194. [ 0.993836] sunxi-mmc 1c0f000.mmc: No vqmmc regulator found
  195. [ 0.999810] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  196. [ 1.036968] sunxi-mmc 1c0f000.mmc: base:0xe00bc000 irq:19
  197. [ 1.043184] sun4i-ss 1c15000.crypto-engine: no reset control found
  198. [ 1.049529] sun4i-ss 1c15000.crypto-engine: Die ID 7
  199. [ 1.056092] usbcore: registered new interface driver usbhid
  200. [ 1.061724] usbhid: USB HID core driver
  201. [ 1.066380] NET: Registered protocol family 17
  202. [ 1.070887] can: controller area network core (rev 20120528 abi 9)
  203. [ 1.077172] NET: Registered protocol family 29
  204. [ 1.081623] can: raw protocol (rev 20120528)
  205. [ 1.085893] can: broadcast manager protocol (rev 20120528 t)
  206. [ 1.091578] can: netlink gateway (rev 20130117) max_hops=1
  207. [ 1.097410] Key type dns_resolver registered
  208. [ 1.102668] Registering SWP/SWPB emulation handler
  209. [ 1.111806] libphy: sun4i_mii_bus: probed
  210. [ 1.144140] mmc0: host does not support reading read-only switch, assuming write-enable
  211. [ 1.152497] ehci-platform 1c14000.usb: EHCI Host Controller
  212. [ 1.158156] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1
  213. [ 1.166040] ehci-platform 1c14000.usb: irq 20, io mem 0x01c14000
  214. [ 1.172244] mmc0: new high speed SDHC card at address 1234
  215. [ 1.178295] mmcblk0: mmc0:1234 SA16G 14.6 GiB
  216. [ 1.184527] mmcblk0: p1 p2 p3
  217. [ 1.188543] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
  218. [ 1.195468] hub 1-0:1.0: USB hub found
  219. [ 1.199338] hub 1-0:1.0: 1 port detected
  220. [ 1.203945] ehci-platform 1c1c000.usb: EHCI Host Controller
  221. [ 1.209606] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
  222. [ 1.217505] ehci-platform 1c1c000.usb: irq 24, io mem 0x01c1c000
  223. [ 1.236823] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  224. [ 1.243738] hub 2-0:1.0: USB hub found
  225. [ 1.247581] hub 2-0:1.0: 1 port detected
  226. [ 1.252133] ohci-platform 1c14400.usb: Generic Platform OHCI controller
  227. [ 1.258825] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 3
  228. [ 1.266694] ohci-platform 1c14400.usb: irq 21, io mem 0x01c14400
  229. [ 1.286830] ata1: SATA link down (SStatus 0 SControl 300)
  230. [ 1.331607] hub 3-0:1.0: USB hub found
  231. [ 1.335392] hub 3-0:1.0: 1 port detected
  232. [ 1.340027] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  233. [ 1.346660] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4
  234. [ 1.354578] ohci-platform 1c1c400.usb: irq 25, io mem 0x01c1c400
  235. [ 1.421590] hub 4-0:1.0: USB hub found
  236. [ 1.425375] hub 4-0:1.0: 1 port detected
  237. [ 1.429882] sunxi-rtc 1c20d00.rtc: setting system clock to 2010-01-01 00:00:28 UTC (1262304028)
  238. [ 1.444340] sun4i-emac 1c0b000.ethernet eth0: could not find the PHY
  239. [ 1.450798] sun4i-emac 1c0b000.ethernet eth0: cannot probe MDIO bus
  240. [ 1.457094] IP-Config: Failed to open eth0
  241. [ 1.461187] IP-Config: Device `eth0' not found
  242. [ 1.465649] vcc3v0: disabling
  243. [ 1.468636] vcc5v0: disabling
  244. [ 1.526879] usb 1-1: new high-speed USB device number 2 using ehci-platform
  245. [ 1.586826] usb 2-1: new high-speed USB device number 2 using ehci-platform
  246. [ 1.679421] hub 1-1:1.0: USB hub found
  247. [ 1.683476] hub 1-1:1.0: 4 ports detected
  248. [ 96.517954] VFS: Unable to mount root fs via NFS, trying floppy.
  249. [ 96.524304] VFS: Cannot open root device "nfs" or unknown-block(2,0): error -6
  250. [ 96.531570] Please append a correct "root=" boot option; here are the available partitions:
  251. [ 96.539936] b300 15339520 mmcblk0 driver: mmcblk
  252. [ 96.545259] b301 60416 mmcblk0p1 00085dd3-01
  253. [ 96.550594] b302 14228480 mmcblk0p2 00085dd3-02
  254. [ 96.555911] b303 1048576 mmcblk0p3 00085dd3-03
  255. [ 96.561246] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
  256. [ 96.569502] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.3.0-rc2-next-20150923 #176
  257. [ 96.577059] Hardware name: Allwinner A1X (Device Tree)
  258. [ 96.582225] [<c0015f40>] (unwind_backtrace) from [<c0012e70>] (show_stack+0x10/0x14)
  259. [ 96.589965] [<c0012e70>] (show_stack) from [<c02082ac>] (dump_stack+0x88/0x98)
  260. [ 96.597189] [<c02082ac>] (dump_stack) from [<c009d6d0>] (panic+0x9c/0x1f8)
  261. [ 96.604066] [<c009d6d0>] (panic) from [<c057c1a0>] (mount_block_root+0x194/0x230)
  262. [ 96.611544] [<c057c1a0>] (mount_block_root) from [<c057c358>] (mount_root+0x11c/0x124)
  263. [ 96.619452] [<c057c358>] (mount_root) from [<c057c4b8>] (prepare_namespace+0x158/0x1a0)
  264. [ 96.627448] [<c057c4b8>] (prepare_namespace) from [<c057be68>] (kernel_init_freeable+0x1e4/0x1f4)
  265. [ 96.636315] [<c057be68>] (kernel_init_freeable) from [<c0416248>] (kernel_init+0x8/0xe8)
  266. [ 96.644399] [<c0416248>] (kernel_init) from [<c000f4f8>] (ret_from_fork+0x14/0x3c)
  267. [ 96.651961] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
  268. HELLO! BOOT0 is starting!
  269. boot0 version : 1.3.0
  270. dram size =512
  271. Succeed in opening nand flash.
  272. Succeed in reading Boot1 file head.
  273. The size of Boot1 is 0x00036000.
  274. The file stored in 0X00000000 of block 2 is perfect.
  275. Check is correct.
  276. Ready to disable icache.
  277. Succeed in loading Boot1.
  278. Jump to Boot1.
  279. [ 0.144] boot1 version : 1.3.1b
  280. [ 0.144] pmu type = 3
  281. [ 0.145] bat vol = 1
  282. [ 0.172] axi:ahb:apb=3:2:2
  283. [ 0.172] set dcdc2=1400, clock=1008 successed
  284. [ 0.174] key
  285. [ 0.186] no key found
  286. [ 0.186] flash init start
  287. [ 0.201] flash init finish
  288. [ 0.203] fs init ok
  289. [ 0.203] fattype FAT16
  290. [ 0.204] fs mount ok
  291. [ 0.210] script finish
  292. [ 0.211] power finish
  293. [ 0.217] BootMain start
  294. [ 0.217] 0
  295. [ 0.226] key value = 0
  296. [ 0.226] recovery key high 6, low 4
  297. [ 0.227] unable to find fastboot_key key_max value
  298. [ 0.233] test for multi os boot with display
  299. [ 0.237] show pic finish
  300. [ 0.239] load kernel start
  301. [ 0.258] load kernel successed
  302. [ 0.258] start address = 0x4a000000
  303.  
  304. U-Boot 2011.09-rc1-00001-g137aa1c (May 17 2012 - 13:46:14) Allwinner Technology
  305.  
  306. CPU: SUNXI Family
  307. Board: A10-EVB
  308. DRAM: 512 MiB
  309. NAND: 3800 MiB
  310. In: serial
  311. Out: serial
  312. Err: serial
  313. --------fastboot partitions--------
  314. -total partitions:11-
  315. -name- -start- -size-
  316. bootloader : 100000 1000000
  317. env : 1100000 200000
  318. boot : 1300000 2000000
  319. system : 3300000 10000000
  320. data : 13300000 10000000
  321. misc : 23300000 100000
  322. recovery : 23400000 2000000
  323. cache : 25400000 8000000
  324. private : 2d400000 100000
  325. sysrecovery : 2d500000 14000000
  326. UDISK : 41500000 ac300000
  327. -----------------------------------
  328. Hit any key to stop autoboot: 1  0
  329.  
  330. NAND read: device 0 offset 0x1300000, size 0x2000000
  331.  
  332. U-Boot SPL 2015.07-rc3-00065-gfb19b42-dirty (Jul 22 2015 - 18:54:16)
  333. DRAM: 512 MiB
  334. CPU: 1008000000Hz, AXI/AHB/APB: 3/2/2
  335.  
  336.  
  337. U-Boot 2015.07-rc3-00065-gfb19b42-dirty (Jul 22 2015 - 18:54:16 +0200) Allwinner Technology
  338.  
  339. CPU: Allwinner A10 (SUN4I)
  340. I2C: ready
  341. DRAM: 512 MiB
  342. MMC: SUNXI SD/MMC: 0
  343. Setting up a 1024x768 vga console
  344. In: serial
  345. Out: vga
  346. Err: vga
  347. SCSI: SUNXI SCSI INIT
  348. SATA link 0 timeout.
  349. AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
  350. flags: ncq stag pm led clo only pmp pio slum part ccc apst
  351. Net: eth0: ethernet@01c0b000
  352. starting USB...
  353. USB0: USB EHCI 1.00
  354. USB1: USB OHCI 1.0
  355. USB2: USB EHCI 1.00
  356. USB3: USB OHCI 1.0
  357. scanning bus 0 for devices... 2 USB Device(s) found
  358. scanning bus 2 for devices... 2 USB Device(s) found
  359. Hit any key to stop autoboot: 2  1  0
  360. switch to partitions #0, OK
  361. mmc0 is current device
  362. Scanning mmc 0:1...
  363. Found U-Boot script /boot.scr
  364. reading /boot.scr
  365. 1043 bytes read in 34 ms (29.3 KiB/s)
  366. ## Executing script at 43100000
  367. ## Error: Can't overwrite "ethaddr"
  368. ## Error inserting "ethaddr" variable, errno=1
  369. ENET Speed is 100 Mbps - FULL duplex connection
  370. BOOTP broadcast 1
  371. DHCP client bound to address 192.168.0.136 (8 ms)
  372. Using ethernet@01c0b000 device
  373. TFTP from server 192.168.0.3; our IP address is 192.168.0.136
  374. Filename 'uImage'.
  375. Load address: 0x46000000
  376. Loading: *#################################################################
  377. #################################################################
  378. #################################################################
  379. #################################################################
  380. #################################################################
  381. #################################################################
  382. #################################################################
  383. #################################################################
  384. #################################################################
  385. ######################
  386. 267.6 KiB/s
  387. done
  388. Bytes transferred = 3107136 (2f6940 hex)
  389. Using ethernet@01c0b000 device
  390. TFTP from server 192.168.0.3; our IP address is 192.168.0.136
  391. Filename 'dtb'.
  392. Load address: 0x49000000
  393. Loading: *#####
  394. 103.5 KiB/s
  395. done
  396. Bytes transferred = 23173 (5a85 hex)
  397. ## Booting kernel from Legacy Image at 46000000 ...
  398. Image Name: Linux-4.3.0-rc2-next-20150924
  399. Image Type: ARM Linux Kernel Image (uncompressed)
  400. Data Size: 3107072 Bytes = 3 MiB
  401. Load Address: 40008000
  402. Entry Point: 40008000
  403. Verifying Checksum ... OK
  404. ## Flattened Device Tree blob at 49000000
  405. Booting using the fdt blob at 0x49000000
  406. Loading Kernel Image ... OK
  407. Using Device Tree in place at 49000000, end 49008a84
  408.  
  409. Starting kernel ...
  410.  
  411. [ 0.000000] Booting Linux on physical CPU 0x0
  412. [ 0.000000] Linux version 4.3.0-rc2-next-20150924 (marcus@coopshtpc) (gcc version 4.9.2 (GCC) ) #177 SMP Thu Sep 24 18:48:06 CEST 2015
  413. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  414. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  415. [ 0.000000] Machine model: Mele A1000
  416. [ 0.000000] Memory policy: Data cache writeback
  417. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  418. [ 0.000000] PERCPU: Embedded 12 pages/cpu @df8d9000 s17536 r8192 d23424 u49152
  419. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129286
  420. [ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk=serial,uart0,115200 root=/dev/nfs nfsroot=192.168.0.3:/tftpboot/rootfs/ ip=192.168.0.136:192.168.0.3:192.168.0.1:255.255.255.0::eth0
  421. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  422. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  423. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  424. [ 0.000000] Memory: 510216K/521216K available (4319K kernel code, 191K rwdata, 1264K rodata, 280K init, 258K bss, 11000K reserved, 0K cma-reserved, 0K highmem)
  425. [ 0.000000] Virtual kernel memory layout:
  426. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  427. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  428. [ 0.000000] vmalloc : 0xe0000000 - 0xff800000 ( 504 MB)
  429. [ 0.000000] lowmem : 0xc0000000 - 0xdfd00000 ( 509 MB)
  430. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  431. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  432. [ 0.000000] .text : 0xc0008000 - 0xc057befc (5584 kB)
  433. [ 0.000000] .init : 0xc057c000 - 0xc05c2000 ( 280 kB)
  434. [ 0.000000] .data : 0xc05c2000 - 0xc05f1c60 ( 192 kB)
  435. [ 0.000000] .bss : 0xc05f4000 - 0xc063499c ( 259 kB)
  436. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  437. [ 0.000000] Hierarchical RCU implementation.
  438. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  439. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
  440. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
  441. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  442. [ 0.000018] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  443. [ 0.000043] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  444. [ 0.000296] Console: colour dummy device 80x30
  445. [ 0.000323] Calibrating delay loop... 1001.88 BogoMIPS (lpj=5009408)
  446. [ 0.090088] pid_max: default: 32768 minimum: 301
  447. [ 0.090193] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  448. [ 0.090202] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  449. [ 0.090786] CPU: Testing write buffer coherency: ok
  450. [ 0.091055] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  451. [ 0.091128] Setting up static identity map for 0x40008280 - 0x400082d8
  452. [ 0.092027] Brought up 1 CPUs
  453. [ 0.092042] SMP: Total of 1 processors activated (1001.88 BogoMIPS).
  454. [ 0.092049] CPU: All CPU(s) started in SVC mode.
  455. [ 0.093339] devtmpfs: initialized
  456. [ 0.099686] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  457. [ 0.099975] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  458. [ 0.100391] pinctrl core: initialized pinctrl subsystem
  459. [ 0.101287] NET: Registered protocol family 16
  460. [ 0.101823] DMA: preallocated 256 KiB pool for atomic coherent allocations
  461. [ 0.106535] hw-breakpoint: debug architecture 0x4 unsupported.
  462. [ 0.113895] reg-fixed-voltage usb1-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe
  463. [ 0.113943] reg-fixed-voltage usb2-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pin@0, deferring probe
  464. [ 0.114650] reg-fixed-voltage emac-3v3: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/emac_power_pin@0, deferring probe
  465. [ 0.115069] SCSI subsystem initialized
  466. [ 0.115567] usbcore: registered new interface driver usbfs
  467. [ 0.115631] usbcore: registered new interface driver hub
  468. [ 0.115687] usbcore: registered new device driver usb
  469. [ 0.115817] pps_core: LinuxPPS API ver. 1 registered
  470. [ 0.115825] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  471. [ 0.115849] PTP clock support registered
  472. [ 0.116797] clocksource: Switched to clocksource timer
  473. [ 0.117694] simple-framebuffer 5fd00000.framebuffer: framebuffer at 0x5fd00000, 0x300000 bytes, mapped to 0xe0100000
  474. [ 0.117712] simple-framebuffer 5fd00000.framebuffer: format=x8r8g8b8, mode=1024x768x32, linelength=4096
  475. [ 0.129923] Console: switching to colour frame buffer device 128x48
  476. [ 0.141288] simple-framebuffer 5fd00000.framebuffer: fb0: simplefb registered!
  477. [ 0.150878] NET: Registered protocol family 2
  478. [ 0.151388] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  479. [ 0.151432] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  480. [ 0.151492] TCP: Hash tables configured (established 4096 bind 4096)
  481. [ 0.151563] UDP hash table entries: 256 (order: 1, 8192 bytes)
  482. [ 0.151582] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  483. [ 0.151735] NET: Registered protocol family 1
  484. [ 0.152061] RPC: Registered named UNIX socket transport module.
  485. [ 0.152073] RPC: Registered udp transport module.
  486. [ 0.152078] RPC: Registered tcp transport module.
  487. [ 0.152084] RPC: Registered tcp NFSv4.1 backchannel transport module.
  488. [ 0.153387] futex hash table entries: 256 (order: 2, 16384 bytes)
  489. [ 0.163935] NFS: Registering the id_resolver key type
  490. [ 0.163993] Key type id_resolver registered
  491. [ 0.164001] Key type id_legacy registered
  492. [ 0.165168] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  493. [ 0.165188] io scheduler noop registered
  494. [ 0.165200] io scheduler deadline registered
  495. [ 0.165233] io scheduler cfq registered (default)
  496. [ 0.167800] sun4i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  497. [ 0.234222] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  498. [ 0.237489] console [ttyS0] disabled
  499. [ 0.257582] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 30, base_baud = 1500000) is a U6_16550A
  500. [ 0.821831] console [ttyS0] enabled
  501. [ 0.886817] ahci-sunxi 1c18000.sata: controller can't do PMP, turning off CAP_PMP
  502. [ 0.894340] ahci-sunxi 1c18000.sata: SSS flag set, parallel bus scan disabled
  503. [ 0.901514] ahci-sunxi 1c18000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
  504. [ 0.910481] ahci-sunxi 1c18000.sata: flags: ncq sntf stag pm led clo only pio slum part ccc
  505. [ 0.919945] scsi host0: ahci-sunxi
  506. [ 0.923668] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 23
  507. [ 0.932173] CAN device driver interface
  508. [ 0.938468] sun4i-emac 1c0b000.ethernet: eth0: at e00b2000, IRQ 18 MAC: 12:34:56:78:99:aa
  509. [ 0.947033] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  510. [ 0.953558] ehci-platform: EHCI generic platform driver
  511. [ 0.959069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  512. [ 0.965261] ohci-platform: OHCI generic platform driver
  513. [ 0.971932] sunxi-rtc 1c20d00.rtc: rtc core: registered rtc-sunxi as rtc0
  514. [ 0.978768] sunxi-rtc 1c20d00.rtc: RTC enabled
  515. [ 0.983293] i2c /dev entries driver
  516. [ 0.987716] axp20x 0-0034: AXP20x variant AXP209 found
  517. [ 1.000453] input: axp20x-pek as /devices/platform/soc@01c00000/1c2ac00.i2c/i2c-0/0-0034/axp20x-pek/input/input0
  518. [ 1.010835] axp20x-regulator axp20x-regulator: regulators node not found
  519. [ 1.020080] axp20x 0-0034: AXP20X driver loaded
  520. [ 1.025303] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  521. [ 1.033782] sunxi-mmc 1c0f000.mmc: No vqmmc regulator found
  522. [ 1.039761] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  523. [ 1.076933] sunxi-mmc 1c0f000.mmc: base:0xe00bc000 irq:19
  524. [ 1.083144] sun4i-ss 1c15000.crypto-engine: no reset control found
  525. [ 1.089473] sun4i-ss 1c15000.crypto-engine: Die ID 7
  526. [ 1.096028] usbcore: registered new interface driver usbhid
  527. [ 1.101659] usbhid: USB HID core driver
  528. [ 1.106309] NET: Registered protocol family 17
  529. [ 1.110815] can: controller area network core (rev 20120528 abi 9)
  530. [ 1.117092] NET: Registered protocol family 29
  531. [ 1.121542] can: raw protocol (rev 20120528)
  532. [ 1.125811] can: broadcast manager protocol (rev 20120528 t)
  533. [ 1.131504] can: netlink gateway (rev 20130117) max_hops=1
  534. [ 1.137317] Key type dns_resolver registered
  535. [ 1.142578] Registering SWP/SWPB emulation handler
  536. [ 1.151683] libphy: sun4i_mii_bus: probed
  537. [ 1.184117] mmc0: host does not support reading read-only switch, assuming write-enable
  538. [ 1.192479] ehci-platform 1c14000.usb: EHCI Host Controller
  539. [ 1.198139] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1
  540. [ 1.206029] ehci-platform 1c14000.usb: irq 20, io mem 0x01c14000
  541. [ 1.212234] mmc0: new high speed SDHC card at address 1234
  542. [ 1.218291] mmcblk0: mmc0:1234 SA16G 14.6 GiB
  543. [ 1.224496] mmcblk0: p1 p2 p3
  544. [ 1.228524] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
  545. [ 1.235456] hub 1-0:1.0: USB hub found
  546. [ 1.239319] hub 1-0:1.0: 1 port detected
  547. [ 1.243927] ehci-platform 1c1c000.usb: EHCI Host Controller
  548. [ 1.249587] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
  549. [ 1.257489] ehci-platform 1c1c000.usb: irq 24, io mem 0x01c1c000
  550. [ 1.276794] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  551. [ 1.283714] hub 2-0:1.0: USB hub found
  552. [ 1.287555] hub 2-0:1.0: 1 port detected
  553. [ 1.292116] ohci-platform 1c14400.usb: Generic Platform OHCI controller
  554. [ 1.298807] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 3
  555. [ 1.306672] ohci-platform 1c14400.usb: irq 21, io mem 0x01c14400
  556. [ 1.326836] ata1: SATA link down (SStatus 0 SControl 300)
  557. [ 1.371586] hub 3-0:1.0: USB hub found
  558. [ 1.375375] hub 3-0:1.0: 1 port detected
  559. [ 1.380006] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  560. [ 1.386640] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4
  561. [ 1.394557] ohci-platform 1c1c400.usb: irq 25, io mem 0x01c1c400
  562. [ 1.461560] hub 4-0:1.0: USB hub found
  563. [ 1.465344] hub 4-0:1.0: 1 port detected
  564. [ 1.469853] sunxi-rtc 1c20d00.rtc: setting system clock to 2010-01-01 00:02:41 UTC (1262304161)
  565. [ 1.484312] sun4i-emac 1c0b000.ethernet eth0: could not find the PHY
  566. [ 1.490772] sun4i-emac 1c0b000.ethernet eth0: cannot probe MDIO bus
  567. [ 1.497067] IP-Config: Failed to open eth0
  568. [ 1.501160] IP-Config: Device `eth0' not found
  569. [ 1.505621] vcc3v0: disabling
  570. [ 1.508608] vcc5v0: disabling
  571. [ 1.566878] usb 1-1: new high-speed USB device number 2 using ehci-platform
  572. [ 1.626797] usb 2-1: new high-speed USB device number 2 using ehci-platform
  573. [ 1.719406] hub 1-1:1.0: USB hub found
  574. [ 1.723464] hub 1-1:1.0: 4 ports detected
  575.  
  576. U-Boot SPL 2015.07-rc3-00065-gfb19b42-dirty (Jul 22 2015 - 18:54:16)
  577. DRAM: 512 MiB
  578. CPU: 1008000000Hz, AXI/AHB/APB: 3/2/2
  579.  
  580.  
  581. U-Boot 2015.07-rc3-00065-gfb19b42-dirty (Jul 22 2015 - 18:54:16 +0200) Allwinner Technology
  582.  
  583. CPU: Allwinner A10 (SUN4I)
  584. I2C: ready
  585. DRAM: 512 MiB
  586. MMC: SUNXI SD/MMC: 0
  587. Setting up a 1024x768 vga console
  588. In: serial
  589. Out: vga
  590. Err: vga
  591. SCSI: SUNXI SCSI INIT
  592. SATA link 0 timeout.
  593. AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
  594. flags: ncq stag pm led clo only pmp pio slum part ccc apst
  595. Net: eth0: ethernet@01c0b000
  596. starting USB...
  597. USB0: USB EHCI 1.00
  598. USB1: USB OHCI 1.0
  599. USB2: USB EHCI 1.00
  600. USB3: USB OHCI 1.0
  601. scanning bus 0 for devices... 2 USB Device(s) found
  602. scanning bus 2 for devices... 2 USB Device(s) found
  603. Hit any key to stop autoboot: 2  1  0
  604. switch to partitions #0, OK
  605. mmc0 is current device
  606. Scanning mmc 0:1...
  607. Found U-Boot script /boot.scr
  608. reading /boot.scr
  609. 1043 bytes read in 34 ms (29.3 KiB/s)
  610. ## Executing script at 43100000
  611. ## Error: Can't overwrite "ethaddr"
  612. ## Error inserting "ethaddr" variable, errno=1
  613. ENET Speed is 100 Mbps - FULL duplex connection
  614. BOOTP broadcast 1
  615. DHCP client bound to address 192.168.0.136 (7 ms)
  616. Using ethernet@01c0b000 device
  617. TFTP from server 192.168.0.3; our IP address is 192.168.0.136
  618. Filename 'uImage'.
  619. Load address: 0x46000000
  620. Loading: *##############################################T ####################
  621. #################################################################
  622. #################################################################
  623. #################################################################
  624. #################################################################
  625. #################################################################
  626. #################################################################
  627. #################################################################
  628. #################################################################
  629. #################
  630. 177.7 KiB/s
  631. done
  632. Bytes transferred = 3081656 (2f05b8 hex)
  633. Using ethernet@01c0b000 device
  634. TFTP from server 192.168.0.3; our IP address is 192.168.0.136
  635. Filename 'dtb'.
  636. Load address: 0x49000000
  637. Loading: *#####
  638. 84 KiB/s
  639. done
  640. Bytes transferred = 23173 (5a85 hex)
  641. ## Booting kernel from Legacy Image at 46000000 ...
  642. Image Name: Linux-4.3.0-rc2-next-20150924-00
  643. Image Type: ARM Linux Kernel Image (uncompressed)
  644. Data Size: 3081592 Bytes = 2.9 MiB
  645. Load Address: 40008000
  646. Entry Point: 40008000
  647. Verifying Checksum ... OK
  648. ## Flattened Device Tree blob at 49000000
  649. Booting using the fdt blob at 0x49000000
  650. Loading Kernel Image ... OK
  651. Using Device Tree in place at 49000000, end 49008a84
  652.  
  653. Starting kernel ...
  654.  
  655. [ 0.000000] Booting Linux on physical CPU 0x0
  656. [ 0.000000] Linux version 4.3.0-rc2-next-20150924-00001-gf718b1c (marcus@coopshtpc) (gcc version 4.9.2 (GCC) ) #178 SMP Thu Sep 24 18:50:21 CEST 2015
  657. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  658. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  659. [ 0.000000] Machine model: Mele A1000
  660. [ 0.000000] Memory policy: Data cache writeback
  661. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  662. [ 0.000000] PERCPU: Embedded 12 pages/cpu @df8d9000 s17536 r8192 d23424 u49152
  663. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129286
  664. [ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk=serial,uart0,115200 root=/dev/nfs nfsroot=192.168.0.3:/tftpboot/rootfs/ ip=192.168.0.136:192.168.0.3:192.168.0.1:255.255.255.0::eth0
  665. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  666. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  667. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  668. [ 0.000000] Memory: 510276K/521216K available (4278K kernel code, 190K rwdata, 1256K rodata, 280K init, 246K bss, 10940K reserved, 0K cma-reserved, 0K highmem)
  669. [ 0.000000] Virtual kernel memory layout:
  670. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  671. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  672. [ 0.000000] vmalloc : 0xe0000000 - 0xff800000 ( 504 MB)
  673. [ 0.000000] lowmem : 0xc0000000 - 0xdfd00000 ( 509 MB)
  674. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  675. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  676. [ 0.000000] .text : 0xc0008000 - 0xc056fa98 (5535 kB)
  677. [ 0.000000] .init : 0xc0570000 - 0xc05b6000 ( 280 kB)
  678. [ 0.000000] .data : 0xc05b6000 - 0xc05e59a0 ( 191 kB)
  679. [ 0.000000] .bss : 0xc05e8000 - 0xc06258d4 ( 247 kB)
  680. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  681. [ 0.000000] Hierarchical RCU implementation.
  682. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  683. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
  684. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
  685. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  686. [ 0.000018] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  687. [ 0.000043] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  688. [ 0.000293] Console: colour dummy device 80x30
  689. [ 0.000319] Calibrating delay loop... 1001.88 BogoMIPS (lpj=5009408)
  690. [ 0.040088] pid_max: default: 32768 minimum: 301
  691. [ 0.040194] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  692. [ 0.040203] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  693. [ 0.040789] CPU: Testing write buffer coherency: ok
  694. [ 0.041068] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  695. [ 0.041142] Setting up static identity map for 0x40008280 - 0x400082d8
  696. [ 0.042040] Brought up 1 CPUs
  697. [ 0.042054] SMP: Total of 1 processors activated (1001.88 BogoMIPS).
  698. [ 0.042061] CPU: All CPU(s) started in SVC mode.
  699. [ 0.043362] devtmpfs: initialized
  700. [ 0.049720] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  701. [ 0.050016] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  702. [ 0.050440] pinctrl core: initialized pinctrl subsystem
  703. [ 0.051308] NET: Registered protocol family 16
  704. [ 0.051784] DMA: preallocated 256 KiB pool for atomic coherent allocations
  705. [ 0.056533] hw-breakpoint: debug architecture 0x4 unsupported.
  706. [ 0.063901] reg-fixed-voltage usb1-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe
  707. [ 0.063946] reg-fixed-voltage usb2-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pin@0, deferring probe
  708. [ 0.064664] reg-fixed-voltage emac-3v3: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/emac_power_pin@0, deferring probe
  709. [ 0.065076] SCSI subsystem initialized
  710. [ 0.065575] usbcore: registered new interface driver usbfs
  711. [ 0.065642] usbcore: registered new interface driver hub
  712. [ 0.065698] usbcore: registered new device driver usb
  713. [ 0.065827] pps_core: LinuxPPS API ver. 1 registered
  714. [ 0.065835] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  715. [ 0.065861] PTP clock support registered
  716. [ 0.066839] clocksource: Switched to clocksource timer
  717. [ 0.067731] simple-framebuffer 5fd00000.framebuffer: framebuffer at 0x5fd00000, 0x300000 bytes, mapped to 0xe0100000
  718. [ 0.067747] simple-framebuffer 5fd00000.framebuffer: format=x8r8g8b8, mode=1024x768x32, linelength=4096
  719. [ 0.079928] Console: switching to colour frame buffer device 128x48
  720. [ 0.091285] simple-framebuffer 5fd00000.framebuffer: fb0: simplefb registered!
  721. [ 0.100905] NET: Registered protocol family 2
  722. [ 0.101416] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  723. [ 0.101460] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  724. [ 0.101518] TCP: Hash tables configured (established 4096 bind 4096)
  725. [ 0.101582] UDP hash table entries: 256 (order: 1, 8192 bytes)
  726. [ 0.101601] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  727. [ 0.101744] NET: Registered protocol family 1
  728. [ 0.102076] RPC: Registered named UNIX socket transport module.
  729. [ 0.102087] RPC: Registered udp transport module.
  730. [ 0.102093] RPC: Registered tcp transport module.
  731. [ 0.102099] RPC: Registered tcp NFSv4.1 backchannel transport module.
  732. [ 0.103402] futex hash table entries: 256 (order: 2, 16384 bytes)
  733. [ 0.114155] NFS: Registering the id_resolver key type
  734. [ 0.114213] Key type id_resolver registered
  735. [ 0.114220] Key type id_legacy registered
  736. [ 0.115403] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  737. [ 0.115425] io scheduler noop registered
  738. [ 0.115437] io scheduler deadline registered
  739. [ 0.115470] io scheduler cfq registered (default)
  740. [ 0.118041] sun4i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  741. [ 0.184821] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  742. [ 0.188145] console [ttyS0] disabled
  743. [ 0.208251] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 30, base_baud = 1500000) is a U6_16550A
  744. [ 0.773854] console [ttyS0] enabled
  745. [ 0.846854] ahci-sunxi 1c18000.sata: controller can't do PMP, turning off CAP_PMP
  746. [ 0.854377] ahci-sunxi 1c18000.sata: SSS flag set, parallel bus scan disabled
  747. [ 0.861549] ahci-sunxi 1c18000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
  748. [ 0.870517] ahci-sunxi 1c18000.sata: flags: ncq sntf stag pm led clo only pio slum part ccc
  749. [ 0.880035] scsi host0: ahci-sunxi
  750. [ 0.883756] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 23
  751. [ 0.894580] sun4i-emac 1c0b000.ethernet: eth0: at e00b2000, IRQ 18 MAC: 12:34:56:78:99:aa
  752. [ 0.903175] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  753. [ 0.909730] ehci-platform: EHCI generic platform driver
  754. [ 0.915221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  755. [ 0.921440] ohci-platform: OHCI generic platform driver
  756. [ 0.928085] sunxi-rtc 1c20d00.rtc: rtc core: registered rtc-sunxi as rtc0
  757. [ 0.934875] sunxi-rtc 1c20d00.rtc: RTC enabled
  758. [ 0.939443] i2c /dev entries driver
  759. [ 0.943813] axp20x 0-0034: AXP20x variant AXP209 found
  760. [ 0.956683] input: axp20x-pek as /devices/platform/soc@01c00000/1c2ac00.i2c/i2c-0/0-0034/axp20x-pek/input/input0
  761. [ 0.967048] axp20x-regulator axp20x-regulator: regulators node not found
  762. [ 0.976260] axp20x 0-0034: AXP20X driver loaded
  763. [ 0.981538] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  764. [ 0.990002] sunxi-mmc 1c0f000.mmc: No vqmmc regulator found
  765. [ 0.995941] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  766. [ 1.036991] sunxi-mmc 1c0f000.mmc: base:0xe00bc000 irq:19
  767. [ 1.043215] sun4i-ss 1c15000.crypto-engine: no reset control found
  768. [ 1.049558] sun4i-ss 1c15000.crypto-engine: Die ID 7
  769. [ 1.056132] usbcore: registered new interface driver usbhid
  770. [ 1.061761] usbhid: USB HID core driver
  771. [ 1.066418] NET: Registered protocol family 17
  772. [ 1.071018] Key type dns_resolver registered
  773. [ 1.076275] Registering SWP/SWPB emulation handler
  774. [ 1.085444] libphy: sun4i_mii_bus: probed
  775. [ 1.124142] mmc0: host does not support reading read-only switch, assuming write-enable
  776. [ 1.132943] ehci-platform 1c14000.usb: EHCI Host Controller
  777. [ 1.138627] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1
  778. [ 1.146503] ehci-platform 1c14000.usb: irq 20, io mem 0x01c14000
  779. [ 1.152716] mmc0: new high speed SDHC card at address 1234
  780. [ 1.158807] mmcblk0: mmc0:1234 SA16G 14.6 GiB
  781. [ 1.165021] mmcblk0: p1 p2 p3
  782. [ 1.169076] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
  783. [ 1.176035] hub 1-0:1.0: USB hub found
  784. [ 1.179910] hub 1-0:1.0: 1 port detected
  785. [ 1.184506] ehci-platform 1c1c000.usb: EHCI Host Controller
  786. [ 1.190167] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
  787. [ 1.198072] ehci-platform 1c1c000.usb: irq 24, io mem 0x01c1c000
  788. [ 1.216832] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  789. [ 1.223756] hub 2-0:1.0: USB hub found
  790. [ 1.227592] hub 2-0:1.0: 1 port detected
  791. [ 1.232139] ohci-platform 1c14400.usb: Generic Platform OHCI controller
  792. [ 1.238833] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 3
  793. [ 1.246699] ohci-platform 1c14400.usb: irq 21, io mem 0x01c14400
  794. [ 1.266834] ata1: SATA link down (SStatus 0 SControl 300)
  795. [ 1.311641] hub 3-0:1.0: USB hub found
  796. [ 1.315431] hub 3-0:1.0: 1 port detected
  797. [ 1.320069] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  798. [ 1.326704] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4
  799. [ 1.334628] ohci-platform 1c1c400.usb: irq 25, io mem 0x01c1c400
  800. [ 1.401599] hub 4-0:1.0: USB hub found
  801. [ 1.405387] hub 4-0:1.0: 1 port detected
  802. [ 1.409792] sunxi-rtc 1c20d00.rtc: setting system clock to 2010-01-01 00:04:26 UTC (1262304266)
  803. [ 1.496904] usb 1-1: new high-speed USB device number 2 using ehci-platform
  804. [ 1.556831] usb 2-1: new high-speed USB device number 2 using ehci-platform
  805. [ 1.649388] hub 1-1:1.0: USB hub found
  806. [ 1.653439] hub 1-1:1.0: 4 ports detected
  807. [ 3.756846] sun4i-emac 1c0b000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  808. [ 3.796960] IP-Config: Complete:
  809. [ 3.800194] device=eth0, hwaddr=12:34:56:78:99:aa, ipaddr=192.168.0.136, mask=255.255.255.0, gw=192.168.0.1
  810. [ 3.810395] host=192.168.0.136, domain=, nis-domain=(none)
  811. [ 3.816309] bootserver=192.168.0.3, rootserver=192.168.0.3, rootpath=
  812. [ 3.823234] vcc3v0: disabling
  813. [ 3.826202] vcc5v0: disabling
  814. [ 4.018497] VFS: Mounted root (nfs filesystem) readonly on device 0:13.
  815. [ 4.026577] devtmpfs: mounted
  816. [ 4.029956] Freeing unused kernel memory: 280K (c0570000 - c05b6000)
  817. INIT: version 2.88 booting
  818. [info] Using makefile-style concurrent boot in runlevel S.
  819. [....] Starting the hotplug events dispatcher: udevd[ 6.602868] udevd[171]: starting version 175
  820. [ ok .
  821. [....] Synthesizing the initial hotplug events...[ ok done.
  822. [....] Waiting for /dev to be fully populated...[ ok done.
  823. hostname: the specified hostname is invalid
  824. [ 9.775655] random: nonblocking pool is initialized
  825. [....] Setting preliminary keymap...[ ok done.
  826. [....] Activating swap...[ ok done.
  827. [....] Checking root file system...fsck from util-linux 2.20.1
  828. fsck.ext3: No such device or address while trying to open /run/rootdev
  829. Possibly non-existent or swap device?
  830. fsck died with exit status 8
  831. [FAILfailed (code 8).
  832. [....] An automatic file system check (fsck) of the root filesystem failed. A manual fsck must be performed, then the system restarted. The fsck should be performed in maintenance mode with the root filesystem mounted in read-only mode. ...[FAIL failed!
  833. [....] The root filesystem is currently mounted in read-only mode. A maintenance shell will now be started. After performing system maintenance, press CONTROL-D to terminate the maintenance shell and restart the system. ...[warn (warning).
  834. Give root password for maintenance
  835. (or type Control-D to continue):
  836. root@192:~# rebootmplayer -ao alsa:device=hw=0.0 109-a_perfect_circle-the_outsider.flacc
  837. MPlayer svn r34540 (Debian), built with gcc-4.6 (C) 2000-2012 MPlayer Team
  838. mplayer: could not connect to socket
  839. mplayer: No such file or directory
  840. Failed to open LIRC support. You will not be able to use your remote control.
  841.  
  842. Playing 109-a_perfect_circle-the_outsider.flac.
  843. libavformat version 53.21.1 (external)
  844. Mismatching header version 53.19.0
  845. Audio only file format detected.
  846. Load subtitles in ./
  847. ==========================================================================
  848. Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
  849. libavcodec version 53.35.0 (external)
  850. Mismatching header version 53.32.2
  851. AUDIO: 44100 Hz, 2 ch, s16le, 1048.0 kbit/74.26% (ratio: 130995->176400)
  852. Selected audio codec: [ffflac] afm: ffmpeg (FFmpeg FLAC audio)
  853. ==========================================================================
  854. [AO_ALSA] alsa-lib: pcm_hw.c:1401:(_snd_pcm_hw_open) Invalid value for card
  855. [AO_ALSA] Playback open error: No such file or directory
  856. Failed to initialize audio driver 'alsa:device=hw=0.0'
  857. Could not open/initialize audio device -> no sound.
  858. Audio: no sound
  859. Video: no video
  860.  
  861.  
  862. Exiting... (End of file)
  863. root@192:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement