Advertisement
Guest User

bananapi-m2-ultra

a guest
Dec 28th, 2016
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.53 KB | None | 0 0
  1. U-Boot SPL 2017.01-rc1-g16c7495-dirty (Dec 28 2016 - 09:07:41)
  2. DRAM: 1024 MiB
  3. Trying to boot from MMC1
  4.  
  5.  
  6. U-Boot 2017.01-rc1-g16c7495-dirty (Dec 28 2016 - 09:07:41 +0100) Allwinner Technology
  7.  
  8. CPU: Allwinner R40 (SUN8I 1701)
  9. Model: Banana Pi BPI-M2-Ultra
  10. I2C: ready
  11. DRAM: 1 GiB
  12. MMC: SUNXI SD/MMC: 0, SUNXI SD/MMC: 1
  13. In: serial@01c28000
  14. Out: serial@01c28000
  15. Err: serial@01c28000
  16.  
  17.  
  18. U-Boot 2017.01-rc1-g16c7495-dirty (Dec 28 2016 - 09:07:41 +0100) Allwinner Technology
  19.  
  20. CPU: Allwinner R40 (SUN8I 1701)
  21. Model: Banana Pi BPI-M2-Ultra
  22. I2C: ready
  23. DRAM: 1 GiB
  24. MMC: SUNXI SD/MMC: 0, SUNXI SD/MMC: 1
  25. In: serial@01c28000
  26. Out: serial@01c28000
  27. Err: serial@01c28000
  28. Net: No ethernet found.
  29. starting USB...
  30. No controllers found
  31. Hit any key to stop autoboot: 0
  32. switch to partitions #0, OK
  33. mmc0 is current device
  34. Scanning mmc 0:1...
  35. Found U-Boot script /boot.scr
  36. reading /boot.scr
  37. 428 bytes read in 14 ms (29.3 KiB/s)
  38. ## Executing script at 43100000
  39. reading uImage
  40. 8050752 bytes read in 386 ms (19.9 MiB/s)
  41. reading sun8i-r40-bananapi-m2-ultra.dtb
  42. 13538 bytes read in 25 ms (528.3 KiB/s)
  43. bootm - boot application image from memory
  44.  
  45. Usage:
  46. bootm [addr [arg ...]]
  47. - boot application image stored in memory
  48. passing arguments 'arg ...'; when booting a Linux kernel,
  49. 'arg' can be the address of an initrd image
  50. When booting a Linux kernel which requires a flat device-tree
  51. a third argument is required which is the address of the
  52. device-tree blob. To boot that kernel without an initrd image,
  53. use a '-' for the second argument. If you do not pass a third
  54. a bd_info struct will be passed instead
  55.  
  56. Sub-commands to do part of the bootm sequence. The sub-commands must be
  57. issued in the order below (it's ok to not issue all sub-commands):
  58. start [addr [arg ...]]
  59. loados - load OS image
  60. ramdisk - relocate initrd, set env initrd_start/initrd_end
  61. fdt - relocate flat device tree
  62. cmdline - OS specific command line processing/setup
  63. bdt - OS specific bd_t processing
  64. prep - OS specific prep before relocation or go
  65. go - start OS
  66. reading boot/uImage
  67. ** Unable to read file boot/uImage **
  68. reading boot/sun8i-r40-bananapi-m2-ultra.dtb
  69. ** Unable to read file boot/sun8i-r40-bananapi-m2-ultra.dtb **
  70. SCRIPT FAILED: continuing...
  71. reading /sun8i-r40-bananapi-m2-ultra.dtb
  72. 13538 bytes read in 26 ms (507.8 KiB/s)
  73. ** First descriptor is NOT a primary desc on 1:1 **
  74. switch to partitions #0, OK
  75. mmc1(part 0) is current device
  76. ** No partition table - mmc 1 **
  77. starting USB...
  78. No controllers found
  79. USB is stopped. Please issue 'usb start' first.
  80. starting USB...
  81. No controllers found
  82. No ethernet found.
  83. missing environment variable: pxeuuid
  84. missing environment variable: bootfile
  85. Retrieving file: pxelinux.cfg/00000000
  86. No ethernet found.
  87. missing environment variable: bootfile
  88. Retrieving file: pxelinux.cfg/0000000
  89. No ethernet found.
  90. missing environment variable: bootfile
  91. Retrieving file: pxelinux.cfg/000000
  92. No ethernet found.
  93. missing environment variable: bootfile
  94. Retrieving file: pxelinux.cfg/00000
  95. No ethernet found.
  96. missing environment variable: bootfile
  97. Retrieving file: pxelinux.cfg/0000
  98. No ethernet found.
  99. missing environment variable: bootfile
  100. Retrieving file: pxelinux.cfg/000
  101. No ethernet found.
  102. missing environment variable: bootfile
  103. Retrieving file: pxelinux.cfg/00
  104. No ethernet found.
  105. missing environment variable: bootfile
  106. Retrieving file: pxelinux.cfg/0
  107. No ethernet found.
  108. missing environment variable: bootfile
  109. Retrieving file: pxelinux.cfg/default-arm-sunxi
  110. No ethernet found.
  111. missing environment variable: bootfile
  112. Retrieving file: pxelinux.cfg/default-arm
  113. No ethernet found.
  114. missing environment variable: bootfile
  115. Retrieving file: pxelinux.cfg/default
  116. No ethernet found.
  117. Config file not found
  118. starting USB...
  119. No controllers found
  120. No ethernet found.
  121. No ethernet found.
  122. => start uImage
  123. Unknown command 'start' - try 'help'
  124. => fatload mmc 0 0x46000000 uImage
  125. reading uImage
  126. 8050752 bytes read in 387 ms (19.8 MiB/s)
  127. => fatload mmc 0 0x49000000 sun8i-r40-bananapi-m2-ultra.dtb
  128. reading sun8i-r40-bananapi-m2-ultra.dtb
  129. 13538 bytes read in 26 ms (507.8 KiB/s)
  130. => setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait panic=10 ${extra}
  131. => env set fdt_high ffffffff
  132. => bootm 0x46000000 - 0x49000000
  133. ## Booting kernel from Legacy Image at 46000000 ...
  134. Image Name: Linux-4.9.0-m2u+
  135. Image Type: ARM Linux Kernel Image (uncompressed)
  136. Data Size: 8050688 Bytes = 7.7 MiB
  137. Load Address: 40008000
  138. Entry Point: 40008000
  139. Verifying Checksum ... OK
  140. ## Flattened Device Tree blob at 49000000
  141. Booting using the fdt blob at 0x49000000
  142. Loading Kernel Image ... OK
  143. Using Device Tree in place at 49000000, end 490064e1
  144.  
  145. Starting kernel ...
  146.  
  147. [ 0.000000] Booting Linux on physical CPU 0x0
  148. [ 0.000000] Linux version 4.9.0-m2u+ (root@buildbox) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) ) #4 SMP Tue Dec 13 10:34:49 CET 2016
  149. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  150. [ 0.000000] CPU: div instructions available: patching division code
  151. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  152. [ 0.000000] OF: fdt:Machine model: Banana Pi BPI-M2-Ultra
  153. [ 0.000000] cma: Reserved 64 MiB at 0x7c000000
  154. [ 0.000000] Memory policy: Data cache writealloc
  155. [ 0.000000] percpu: Embedded 14 pages/cpu @ef6b5000 s27788 r8192 d21364 u57344
  156. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260416
  157. [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait panic=10
  158. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  159. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  160. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  161. [ 0.000000] Memory: 952628K/1048576K available (11264K kernel code, 1276K rwdata, 4256K rodata, 2048K init, 370K bss, 30412K reserved, 65536K cma-reserved, 196608K highmem)
  162. [ 0.000000] Virtual kernel memory layout:
  163. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  164. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  165. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  166. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  167. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  168. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  169. [ 0.000000] .text : 0xc0208000 - 0xc0e00000 (12256 kB)
  170. [ 0.000000] .init : 0xc1300000 - 0xc1500000 (2048 kB)
  171. [ 0.000000] .data : 0xc1500000 - 0xc163f1f0 (1277 kB)
  172. [ 0.000000] .bss : 0xc1641000 - 0xc169d9a8 ( 371 kB)
  173. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  174. [ 0.000000] Hierarchical RCU implementation.
  175. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  176. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  177. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=4
  178. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  179. [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 24.00MHz (virt).
  180. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  181. [ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  182. [ 0.000017] Switching to timer-based delay loop, resolution 41ns
  183. [ 0.000656] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  184. [ 0.001245] Console: colour dummy device 80x30
  185. [ 0.001280] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=120000)
  186. [ 0.001294] pid_max: default: 32768 minimum: 301
  187. [ 0.001388] Security Framework initialized
  188. [ 0.001398] Yama: becoming mindful.
  189. [ 0.001447] AppArmor: AppArmor initialized
  190. [ 0.001482] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  191. [ 0.001492] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  192. [ 0.002221] CPU: Testing write buffer coherency: ok
  193. [ 0.002569] /cpus/cpu@0 missing clock-frequency property
  194. [ 0.002586] /cpus/cpu@1 missing clock-frequency property
  195. [ 0.002596] /cpus/cpu@2 missing clock-frequency property
  196. [ 0.002607] /cpus/cpu@3 missing clock-frequency property
  197. [ 0.002618] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  198. [ 0.002644] Setting up static identity map for 0x40300000 - 0x40300098
  199. [ 0.008756] Brought up 1 CPUs
  200. [ 0.008776] SMP: Total of 1 processors activated (48.00 BogoMIPS).
  201. [ 0.008783] CPU: All CPU(s) started in SVC mode.
  202. [ 0.009519] devtmpfs: initialized
  203. [ 0.013284] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  204. [ 0.013525] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns
  205. [ 0.015737] pinctrl core: initialized pinctrl subsystem
  206. [ 0.017261] NET: Registered protocol family 16
  207. [ 0.018615] DMA: preallocated 256 KiB pool for atomic coherent allocations
  208. [ 0.020188] cpuidle: using governor ladder
  209. [ 0.020199] cpuidle: using governor menu
  210. [ 0.020406] No ATAGs?
  211. [ 0.020427] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  212. [ 0.020434] hw-breakpoint: maximum watchpoint size is 8 bytes.
  213. [ 0.021441] Serial: AMBA PL011 UART driver
  214. [ 0.044424] vgaarb: loaded
  215. [ 0.044982] SCSI subsystem initialized
  216. [ 0.045528] usbcore: registered new interface driver usbfs
  217. [ 0.045591] usbcore: registered new interface driver hub
  218. [ 0.045655] usbcore: registered new device driver usb
  219. [ 0.046220] media: Linux media interface: v0.10
  220. [ 0.046266] Linux video capture interface: v2.00
  221. [ 0.046336] pps_core: LinuxPPS API ver. 1 registered
  222. [ 0.046343] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  223. [ 0.046364] PTP clock support registered
  224. [ 0.046467] EDAC MC: Ver: 3.0.0
  225. [ 0.047246] Advanced Linux Sound Architecture Driver Initialized.
  226. [ 0.047813] NetLabel: Initializing
  227. [ 0.047822] NetLabel: domain hash size = 128
  228. [ 0.047827] NetLabel: protocols = UNLABELED CIPSOv4
  229. [ 0.047893] NetLabel: unlabeled traffic allowed by default
  230. [ 0.048513] clocksource: Switched to clocksource arch_sys_counter
  231. [ 0.048654] VFS: Disk quotas dquot_6.6.0
  232. [ 0.048715] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  233. [ 0.048852] FS-Cache: Loaded
  234. [ 0.049023] CacheFiles: Loaded
  235. [ 0.049167] AppArmor: AppArmor Filesystem Enabled
  236. [ 0.058074] NET: Registered protocol family 2
  237. [ 0.058692] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  238. [ 0.058774] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  239. [ 0.058888] TCP: Hash tables configured (established 8192 bind 8192)
  240. [ 0.058950] UDP hash table entries: 512 (order: 2, 16384 bytes)
  241. [ 0.059009] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  242. [ 0.059227] NET: Registered protocol family 1
  243. [ 0.059763] RPC: Registered named UNIX socket transport module.
  244. [ 0.059775] RPC: Registered udp transport module.
  245. [ 0.059780] RPC: Registered tcp transport module.
  246. [ 0.059785] RPC: Registered tcp NFSv4.1 backchannel transport module.
  247. [ 0.061561] futex hash table entries: 1024 (order: 4, 65536 bytes)
  248. [ 0.061710] audit: initializing netlink subsys (disabled)
  249. [ 0.061769] audit: type=2000 audit(0.055:1): initialized
  250. [ 0.062356] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  251. [ 0.074066] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  252. [ 0.076106] NFS: Registering the id_resolver key type
  253. [ 0.076148] Key type id_resolver registered
  254. [ 0.076154] Key type id_legacy registered
  255. [ 0.076195] ntfs: driver 2.1.32 [Flags: R/W].
  256. [ 0.076705] fuse init (API version 7.26)
  257. [ 0.080877] bounce: pool size: 64 pages
  258. [ 0.080952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  259. [ 0.080963] io scheduler noop registered
  260. [ 0.080970] io scheduler deadline registered
  261. [ 0.081323] io scheduler cfq registered (default)
  262. [ 0.083793] libphy: mdio_driver_register: phy-bcm-ns2-pci
  263. [ 0.088875] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  264. [ 0.090811] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  265. [ 0.094119] xenfs: not registering filesystem on non-xen platform
  266. [ 0.148311] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  267. [ 0.151273] console [ttyS0] disabled
  268. [ 0.171482] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 34, base_baud = 1500000) is a U6_16550A
  269. [ 0.868166] console [ttyS0] enabled
  270. [ 0.894643] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 35, base_baud = 1500000) is a U6_16550A
  271. [ 0.904553] msm_serial: driver initialized
  272. [ 0.908786] STMicroelectronics ASC driver initialized
  273. [ 0.914615] [drm] Initialized
  274. [ 0.932823] brd: module loaded
  275. [ 0.942130] loop: module loaded
  276. [ 0.946044] Loading iSCSI transport class v2.0-870.
  277. [ 0.951366] iscsi: registered transport (tcp)
  278. [ 0.958716] libphy: Fixed MDIO Bus: probed
  279. [ 0.963259] CAN device driver interface
  280. [ 0.968738] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
  281. [ 0.976227] usbcore: registered new interface driver pegasus
  282. [ 0.981959] usbcore: registered new interface driver smsc75xx
  283. [ 0.987774] usbcore: registered new interface driver smsc95xx
  284. [ 0.993746] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  285. [ 1.000295] ehci-pci: EHCI PCI platform driver
  286. [ 1.004815] ehci-platform: EHCI generic platform driver
  287. [ 1.010287] ehci-platform 1c1b000.usb: EHCI Host Controller
  288. [ 1.015905] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 1
  289. [ 1.026151] ehci-platform 1c1b000.usb: can't setup: -110
  290. [ 1.031489] ehci-platform 1c1b000.usb: USB bus 1 deregistered
  291. [ 1.037285] ehci-platform: probe of 1c1b000.usb failed with error -110
  292. [ 1.043957] ehci-platform 1c1c000.usb: EHCI Host Controller
  293. [ 1.049563] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 1
  294. [ 1.059713] ehci-platform 1c1c000.usb: can't setup: -110
  295. [ 1.065040] ehci-platform 1c1c000.usb: USB bus 1 deregistered
  296. [ 1.070816] ehci-platform: probe of 1c1c000.usb failed with error -110
  297. [ 1.077422] ehci-omap: OMAP-EHCI Host Controller driver
  298. [ 1.082757] ehci-orion: EHCI orion driver
  299. [ 1.086853] SPEAr-ehci: EHCI SPEAr driver
  300. [ 1.090946] ehci-st: EHCI STMicroelectronics driver
  301. [ 1.095901] ehci-exynos: EHCI EXYNOS driver
  302. [ 1.100170] tegra-ehci: Tegra EHCI driver
  303. [ 1.104268] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  304. [ 1.110471] ohci-pci: OHCI PCI platform driver
  305. [ 1.114990] ohci-platform: OHCI generic platform driver
  306. [ 1.120375] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  307. [ 1.127018] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 1
  308. [ 1.134974] ohci-platform 1c1b400.usb: irq 27, io mem 0x01c1b400
  309. [ 1.198522] ohci-platform 1c1b400.usb: init err (00000000 0000)
  310. [ 1.204451] ohci-platform 1c1b400.usb: can't start
  311. [ 1.209339] ohci-platform 1c1b400.usb: startup error -75
  312. [ 1.214675] ohci-platform 1c1b400.usb: USB bus 1 deregistered
  313. [ 1.220465] ohci-platform: probe of 1c1b400.usb failed with error -75
  314. [ 1.227029] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  315. [ 1.233675] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 1
  316. [ 1.241564] ohci-platform 1c1c400.usb: irq 29, io mem 0x01c1c400
  317. [ 1.303517] ohci-platform 1c1c400.usb: init err (00000000 0000)
  318. [ 1.309444] ohci-platform 1c1c400.usb: can't start
  319. [ 1.314291] ohci-platform 1c1c400.usb: startup error -75
  320. [ 1.319622] ohci-platform 1c1c400.usb: USB bus 1 deregistered
  321. [ 1.325404] ohci-platform: probe of 1c1c400.usb failed with error -75
  322. [ 1.331907] ohci-omap3: OHCI OMAP3 driver
  323. [ 1.336033] SPEAr-ohci: OHCI SPEAr driver
  324. [ 1.340134] ohci-st: OHCI STMicroelectronics driver
  325. [ 1.345362] usbcore: registered new interface driver usb-storage
  326. [ 1.351427] usbcore: registered new interface driver ums-realtek
  327. [ 1.358449] mousedev: PS/2 mouse device common for all mice
  328. [ 1.365825] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  329. [ 1.372654] sun6i-rtc 1f00000.rtc: RTC enabled
  330. [ 1.377557] i2c /dev entries driver
  331. [ 1.382006] IR NEC protocol handler initialized
  332. [ 1.386554] IR RC5(x/sz) protocol handler initialized
  333. [ 1.391611] IR RC6 protocol handler initialized
  334. [ 1.396146] IR JVC protocol handler initialized
  335. [ 1.400682] IR Sony protocol handler initialized
  336. [ 1.405304] IR SANYO protocol handler initialized
  337. [ 1.410013] IR Sharp protocol handler initialized
  338. [ 1.414721] IR MCE Keyboard/mouse protocol handler initialized
  339. [ 1.420556] IR XMP protocol handler initialized
  340. [ 1.425166] usbcore: registered new interface driver uvcvideo
  341. [ 1.430918] USB Video Class driver (1.1.1)
  342. [ 1.435021] gspca_main: v2.14.0 registered
  343. [ 1.440812] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  344. [ 1.449401] device-mapper: uevent: version 1.0.3
  345. [ 1.454435] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
  346. [ 1.463892] cpu cpu0: failed to get clock: -2
  347. [ 1.468262] cpufreq-dt: probe of cpufreq-dt failed with error -2
  348. [ 1.474977] sdhci: Secure Digital Host Controller Interface driver
  349. [ 1.481175] sdhci: Copyright(c) Pierre Ossman
  350. [ 1.485947] Synopsys Designware Multimedia Card Interface Driver
  351. [ 1.493167] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  352. [ 1.533536] sunxi-mmc 1c0f000.mmc: base:0xf0911000 irq:23
  353. [ 1.539587] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
  354. [ 1.583528] sunxi-mmc 1c10000.mmc: base:0xf0915000 irq:24
  355. [ 1.628525] sunxi-mmc 1c11000.mmc: base:0xf0919000 irq:25
  356. [ 1.634052] sdhci-pltfm: SDHCI platform and OF driver helper
  357. [ 1.641147] ledtrig-cpu: registered to indicate activity on CPUs
  358. [ 1.647277] hidraw: raw HID events driver (C) Jiri Kosina
  359. [ 1.653381] usbcore: registered new interface driver usbhid
  360. [ 1.658972] usbhid: USB HID core driver
  361. [ 1.665006] ipip: IPv4 and MPLS over IPv4 tunneling driver
  362. [ 1.671155] Initializing XFRM netlink socket
  363. [ 1.675970] NET: Registered protocol family 10
  364. [ 1.681530] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  365. [ 1.688094] NET: Registered protocol family 17
  366. [ 1.692591] NET: Registered protocol family 15
  367. [ 1.697084] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
  368. [ 1.710034] can: controller area network core (rev 20120528 abi 9)
  369. [ 1.716273] NET: Registered protocol family 29
  370. [ 1.720729] can: raw protocol (rev 20120528)
  371. [ 1.725009] can: broadcast manager protocol (rev 20161123 t)
  372. [ 1.730719] 8021q: 802.1Q VLAN Support v1.8
  373. [ 1.735132] Key type dns_resolver registered
  374. [ 1.739592] ThumbEE CPU extension supported.
  375. [ 1.743887] Registering SWP/SWPB emulation handler
  376. [ 1.751025] Key type encrypted registered
  377. [ 1.755108] AppArmor: AppArmor sha1 policy hashing enabled
  378. [ 1.765833] input: gpio_keys as /devices/platform/gpio_keys/input/input0
  379. [ 1.772894] sun6i-rtc 1f00000.rtc: hctosys: unable to read the hardware clock
  380. [ 1.780717] vcc3v0: disabling
  381. [ 1.783737] vcc5v0: disabling
  382. [ 1.786702] ALSA device list:
  383. [ 1.789680] No soundcards found.
  384. [ 1.793829] Waiting for root device /dev/mmcblk0p2...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement