Advertisement
Guest User

Untitled

a guest
Mar 15th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.78 KB | None | 0 0
  1. RomBOOT
  2.  
  3. AT91Bootstrap 3.8.10-rc1 (Fri Mar 9 14:24:18 CET 2018)
  4.  
  5. NAND: ONFI flash detected
  6. NAND: Manufacturer ID: 0x2c Chip ID: 0xda
  7. NAND: Page Bytes: 2048, Spare Bytes: 64
  8. NAND: ECC Correctability Bits: 4, ECC Sector Bytes: 512
  9. NAND: Disable On-Die ECC
  10. NAND: Initialize PMECC params, cap: 4, sector: 512
  11. NAND: Image: Copy 0xa0000 bytes from 0x40000 to 0x26f00000
  12. NAND: Done to load image
  13. <debug_uart>
  14.  
  15. U-Boot 2017.03-linux4sam_5.7 (Mar 13 2018 - 11:21:11 +0100)
  16.  
  17. CPU: SAMA5D36
  18. Crystal frequency: 12 MHz
  19. CPU clock : 528 MHz
  20. Master clock : 132 MHz
  21. DRAM: 256 MiB
  22. NAND: 256 MiB
  23. MMC: Atmel mci: 0, Atmel mci: 1
  24. *** Warning - bad CRC, using default environment
  25.  
  26. In: serial@ffffee00
  27. Out: serial@ffffee00
  28. Err: serial@ffffee00
  29. Net: Net Initialization Skipped
  30. No ethernet found.
  31. Hit any key to stop autoboot: 3  2  1  0
  32. ubi0: attaching mtd1
  33. ubi0: scanning is finished
  34. ubi0: volume 5 ("data") re-sized from 166 to 1002 LEBs
  35. ubi0: attached mtd1 (name "mtd=4", size 254 MiB)
  36. ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  37. ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
  38. ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
  39. ubi0: good PEBs: 2038, bad PEBs: 0, corrupted PEBs: 0
  40. ubi0: user volume: 5, internal volumes: 1, max. volumes count: 128
  41. ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1249350788
  42. ubi0: available PEBs: 0, total reserved PEBs: 2038, PEBs reserved for bad PEB handling: 40
  43. Read 0 bytes from volume kernel1 to 22000000
  44. No size specified -> Using max size (10539008)
  45. ## Loading kernel from FIT Image at 22000000 ...
  46. Using 'conf@1' configuration
  47. Trying 'kernel@1' kernel subimage
  48. Description: Linux kernel
  49. Type: Kernel Image
  50. Compression: uncompressed
  51. Data Start: 0x2200010c
  52. Data Size: 3587672 Bytes = 3.4 MiB
  53. Architecture: ARM
  54. OS: Linux
  55. Load Address: 0x20008000
  56. Entry Point: 0x20008000
  57. Hash algo: sha1
  58. Hash value: f762299caf9189cf90a0a3ce7529b04d21aca524
  59. Verifying Hash Integrity ... sha1+ OK
  60. ## Loading fdt from FIT Image at 22000000 ...
  61. Using 'conf@1' configuration
  62. Trying 'fdt@1' fdt subimage
  63. Description: Flattened Device Tree blob
  64. Type: Flat Device Tree
  65. Compression: uncompressed
  66. Data Start: 0x2236c058
  67. Data Size: 33957 Bytes = 33.2 KiB
  68. Architecture: ARM
  69. Hash algo: sha1
  70. Hash value: 152c693a78cd6a2b7fbc158351595265091e1c22
  71. Verifying Hash Integrity ... sha1+ OK
  72. Booting using the fdt blob at 0x2236c058
  73. Loading Kernel Image ... OK
  74. Loading Device Tree to 2fb6d000, end 2fb784a4 ... OK
  75.  
  76. Starting kernel ...
  77.  
  78. Booting Linux on physical CPU 0x0
  79. Linux version 4.1.0-linux4sam_5.3 (arek@arek-neon) (gcc version 5.3.0 (GCC) ) #2 Thu Mar 8 13:00:05 CET 2018
  80. CPU: ARMv7 Processor [410fc051] revision 1 (ARMv7), cr=10c53c7d
  81. CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  82. Machine model: SAMA5D3 Xplained
  83. cma: Reserved 64 MiB at 0x28000000
  84. Memory policy: Data cache writeback
  85. CPU: All CPU(s) started in SVC mode.
  86. Built 1 zonelists in Zone order, mobility grouping off. Total pages: 65024
  87. Kernel command line: ubi.mtd=4 root=ubi0:root1 rootfstype=ubifs console=ttyS0,115200 earlyprintk mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro,256k(env1),256k(env2),-(sys)
  88. PID hash table entries: 1024 (order: 0, 4096 bytes)
  89. Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  90. Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  91. Memory: 186820K/262144K available (5050K kernel code, 188K rwdata, 1592K rodata, 204K init, 154K bss, 9788K reserved, 65536K cma-reserved)
  92. Virtual kernel memory layout:
  93. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  94. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  95. vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  96. lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  97. modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  98. .text : 0xc0008000 - 0xc0684da8 (6644 kB)
  99. .init : 0xc0685000 - 0xc06b8000 ( 204 kB)
  100. .data : 0xc06b8000 - 0xc06e7068 ( 189 kB)
  101. .bss : 0xc06e7068 - 0xc070d9f4 ( 155 kB)
  102. NR_IRQS:16 nr_irqs:16 16
  103. clocksource pit: mask: 0xfffffff max_cycles: 0xfffffff, max_idle_ns: 14479245754 ns
  104. sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836475000000ns
  105. Console: colour dummy device 80x30
  106. Calibrating delay loop... 351.43 BogoMIPS (lpj=1757184)
  107. pid_max: default: 32768 minimum: 301
  108. Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  109. Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  110. CPU: Testing write buffer coherency: ok
  111. Setting up static identity map for 0x20008200 - 0x20008258
  112. devtmpfs: initialized
  113. VFP support v0.3: implementor 41 architecture 2 part 30 variant 5 rev 1
  114. clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  115. pinctrl core: initialized pinctrl subsystem
  116. NET: Registered protocol family 16
  117. DMA: preallocated 256 KiB pool for atomic coherent allocations
  118. cpuidle: using governor ladder
  119. cpuidle: using governor menu
  120. AT91: Detected SoC family: sama5d3
  121. AT91: Detected SoC: sama5d36, revision 2
  122. gpio-at91 fffff200.gpio: at address d0818200
  123. gpio-at91 fffff400.gpio: at address d081a400
  124. gpio-at91 fffff600.gpio: at address d081c600
  125. gpio-at91 fffff800.gpio: at address d081e800
  126. gpio-at91 fffffa00.gpio: at address d0820a00
  127. pinctrl-at91 ahb:apb:pinctrl@fffff200: initialized AT91 pinctrl driver
  128. clocksource tcb_clksrc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 115833966437 ns
  129. at_hdmac ffffe600.dma-controller: Atmel AHB DMA Controller ( cpy set slave sg-cpy ), 8 channels
  130. at_hdmac ffffe800.dma-controller: Atmel AHB DMA Controller ( cpy set slave sg-cpy ), 8 channels
  131. SCSI subsystem initialized
  132. usbcore: registered new interface driver usbfs
  133. usbcore: registered new interface driver hub
  134. usbcore: registered new device driver usb
  135. at91_i2c f0018000.i2c: using dma0chan0 (tx) and dma0chan1 (rx) for DMA transfers
  136. at91_i2c f0018000.i2c: AT91 i2c bus driver (hw version: 0x402).
  137. Switched to clocksource tcb_clksrc
  138. NET: Registered protocol family 2
  139. TCP established hash table entries: 2048 (order: 1, 8192 bytes)
  140. TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  141. TCP: Hash tables configured (established 2048 bind 2048)
  142. UDP hash table entries: 256 (order: 0, 4096 bytes)
  143. UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  144. NET: Registered protocol family 1
  145. RPC: Registered named UNIX socket transport module.
  146. RPC: Registered udp transport module.
  147. RPC: Registered tcp transport module.
  148. RPC: Registered tcp NFSv4.1 backchannel transport module.
  149. futex hash table entries: 256 (order: -1, 3072 bytes)
  150. squashfs: version 4.0 (2009/01/31) Phillip Lougher
  151. io scheduler noop registered (default)
  152. f001c000.serial: ttyS1 at MMIO 0xf001c000 (irq = 28, base_baud = 4125000) is a ATMEL_SERIAL
  153. f0020000.serial: ttyS2 at MMIO 0xf0020000 (irq = 29, base_baud = 4125000) is a ATMEL_SERIAL
  154. f0024000.serial: ttyS5 at MMIO 0xf0024000 (irq = 30, base_baud = 4125000) is a ATMEL_SERIAL
  155. f8020000.serial: ttyS3 at MMIO 0xf8020000 (irq = 32, base_baud = 4125000) is a ATMEL_SERIAL
  156. f8024000.serial: ttyS4 at MMIO 0xf8024000 (irq = 33, base_baud = 4125000) is a ATMEL_SERIAL
  157. ffffee00.serial: ttyS0 at MMIO 0xffffee00 (irq = 40, base_baud = 8250000) is a ATMEL_SERIAL
  158. console [ttyS0] enabled
  159. [drm] Initialized drm 1.1.0 20060810
  160. brd: module loaded
  161. loop: module loaded
  162. atmel_nand_nfc 70000000.nfc: NFC is probed.
  163. atmel_nand 60000000.nand: Use On Flash BBT
  164. atmel_nand 60000000.nand: Using dma0chan2 for DMA transfers.
  165. nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
  166. nand: Micron MT29F2G08ABAEAH4
  167. nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  168. atmel_nand 60000000.nand: minimum ECC: 4 bits in 512 bytes
  169. atmel_nand 60000000.nand: Initialize PMECC params, cap: 4, sector: 512
  170. atmel_nand 60000000.nand: Using NFC Sram read
  171. Bad block table not found for chip 0
  172. Bad block table not found for chip 0
  173. Scanning device for bad blocks
  174. random: nonblocking pool is initialized
  175. Bad block table written to 0x00000ffe0000, version 0x01
  176. Bad block table written to 0x00000ffc0000, version 0x01
  177. 5 cmdlinepart partitions found on MTD device atmel_nand
  178. Creating 5 MTD partitions on "atmel_nand":
  179. 0x000000000000-0x000000040000 : "bootstrap"
  180. 0x000000040000-0x0000000c0000 : "uboot"
  181. 0x0000000c0000-0x000000100000 : "env1"
  182. 0x000000100000-0x000000140000 : "env2"
  183. 0x000000140000-0x000010000000 : "sys"
  184. atmel_spi f8008000.spi: version: 0x213
  185. atmel_spi f8008000.spi: Using dma1chan0 (tx) and dma1chan1 (rx) for DMA transfers
  186. atmel_spi f8008000.spi: Atmel SPI Controller at 0xf8008000 (irq 31)
  187. spidev spi32766.0: buggy DT: spidev listed directly in DT
  188. ------------[ cut here ]------------
  189. WARNING: CPU: 0 PID: 1 at /media/arek/personal/yocto/poky/build-atmel/tmp/work-shared/mt2020/kernel-source/drivers/spi/spidev.c:730 spidev_probe+0x19c/0x1b8()
  190. Modules linked in:
  191. CPU: 0 PID: 1 Comm: swapper Not tainted 4.1.0-linux4sam_5.3 #2
  192. Hardware name: Atmel SAMA5
  193. [<c0013dbc>] (unwind_backtrace) from [<c0011d68>] (show_stack+0x10/0x14)
  194. [<c0011d68>] (show_stack) from [<c001d228>] (warn_slowpath_common+0x80/0xac)
  195. [<c001d228>] (warn_slowpath_common) from [<c001d2f0>] (warn_slowpath_null+0x1c/0x24)
  196. [<c001d2f0>] (warn_slowpath_null) from [<c02cfea0>] (spidev_probe+0x19c/0x1b8)
  197. [<c02cfea0>] (spidev_probe) from [<c02cdd8c>] (spi_drv_probe+0x50/0x74)
  198. [<c02cdd8c>] (spi_drv_probe) from [<c02751b4>] (driver_probe_device+0x174/0x2b4)
  199. [<c02751b4>] (driver_probe_device) from [<c02738e4>] (bus_for_each_drv+0x60/0x94)
  200. [<c02738e4>] (bus_for_each_drv) from [<c0275010>] (device_attach+0x80/0x94)
  201. [<c0275010>] (device_attach) from [<c02746d0>] (bus_probe_device+0x84/0xa8)
  202. [<c02746d0>] (bus_probe_device) from [<c0272a90>] (device_add+0x374/0x570)
  203. [<c0272a90>] (device_add) from [<c02ce1c4>] (spi_add_device+0x9c/0x134)
  204. [<c02ce1c4>] (spi_add_device) from [<c02cf78c>] (spi_register_master+0x494/0x6fc)
  205. [<c02cf78c>] (spi_register_master) from [<c02cfa24>] (devm_spi_register_master+0x30/0x68)
  206. [<c02cfa24>] (devm_spi_register_master) from [<c02d19dc>] (atmel_spi_probe+0x4f8/0x608)
  207. [<c02d19dc>] (atmel_spi_probe) from [<c027692c>] (platform_drv_probe+0x44/0xac)
  208. [<c027692c>] (platform_drv_probe) from [<c02751b4>] (driver_probe_device+0x174/0x2b4)
  209. [<c02751b4>] (driver_probe_device) from [<c02753c4>] (__driver_attach+0x8c/0x90)
  210. [<c02753c4>] (__driver_attach) from [<c027383c>] (bus_for_each_dev+0x68/0x9c)
  211. [<c027383c>] (bus_for_each_dev) from [<c0274944>] (bus_add_driver+0x148/0x1f0)
  212. [<c0274944>] (bus_add_driver) from [<c02759b8>] (driver_register+0x78/0xf8)
  213. [<c02759b8>] (driver_register) from [<c00095c0>] (do_one_initcall+0x8c/0x1d4)
  214. [<c00095c0>] (do_one_initcall) from [<c0685d64>] (kernel_init_freeable+0x120/0x1c0)
  215. [<c0685d64>] (kernel_init_freeable) from [<c04cbc28>] (kernel_init+0x8/0xe8)
  216. [<c04cbc28>] (kernel_init) from [<c000f288>] (ret_from_fork+0x14/0x2c)
  217. ---[ end trace 7fc44949619f090e ]---
  218. size 0 count 10 bct 10 tsize 10
  219. DID VID c003c584
  220. DID VID c003c5d1
  221. tpm_spi_tis spi32766.3: 2.0 TPM (device-id 0xC003, rev-id 16)
  222. size 0 count 10 bct 10 tsize 10
  223. tpm_spi_tis spi32766.3: A TPM error (256) occurred continue selftest
  224. tpm_spi_tis spi32766.3: Firmware has not started TPM
  225. size 0 count 10 bct 10 tsize 10
  226. size 0 count 10 bct 10 tsize 10
  227. size 0 count 10 bct 50 tsize 10
  228. size 0 count 40 bct 40 tsize 40
  229. macb f802c000.ethernet: invalid hw address, using random
  230. libphy: MACB_mii_bus: probed
  231. macb f802c000.ethernet eth0: Cadence MACB rev 0x0001010c at 0xf802c000 irq 46 (8e:4d:cc:b9:1c:65)
  232. macb f802c000.ethernet eth0: attached PHY driver [Micrel KSZ8081 or KSZ8091] (mii_bus:phy_addr=f802c000.etherne:01, irq=-1)
  233. PPP generic driver version 2.4.2
  234. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  235. ehci-atmel: EHCI Atmel driver
  236. atmel-ehci 700000.ehci: EHCI Host Controller
  237. atmel-ehci 700000.ehci: new USB bus registered, assigned bus number 1
  238. atmel-ehci 700000.ehci: irq 49, io mem 0x00700000
  239. atmel-ehci 700000.ehci: USB 2.0 started, EHCI 1.00
  240. usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  241. usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  242. usb usb1: Product: EHCI Host Controller
  243. usb usb1: Manufacturer: Linux 4.1.0-linux4sam_5.3 ehci_hcd
  244. usb usb1: SerialNumber: 700000.ehci
  245. hub 1-0:1.0: USB hub found
  246. hub 1-0:1.0: 3 ports detected
  247. ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  248. ohci-atmel: OHCI Atmel driver
  249. at91_ohci 600000.ohci: USB Host Controller
  250. at91_ohci 600000.ohci: new USB bus registered, assigned bus number 2
  251. at91_ohci 600000.ohci: irq 49, io mem 0x00600000
  252. usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  253. usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  254. usb usb2: Product: USB Host Controller
  255. usb usb2: Manufacturer: Linux 4.1.0-linux4sam_5.3 ohci_hcd
  256. usb usb2: SerialNumber: at91
  257. hub 2-0:1.0: USB hub found
  258. hub 2-0:1.0: 3 ports detected
  259. usbcore: registered new interface driver cdc_acm
  260. cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  261. usbcore: registered new interface driver usb-storage
  262. usbcore: registered new interface driver usbserial
  263. usbcore: registered new interface driver usbserial_generic
  264. usbserial: USB Serial support registered for generic
  265. usbcore: registered new interface driver ftdi_sio
  266. usbserial: USB Serial support registered for FTDI USB Serial Device
  267. usbcore: registered new interface driver pl2303
  268. usbserial: USB Serial support registered for pl2303
  269. rtc rtc0: alarm rollover not handled
  270. rtc rtc0: invalid alarm value: 1900-1-1 0:0:0
  271. at91_rtc fffffeb0.rtc: rtc core: registered fffffeb0.rtc as rtc0
  272. at91_rtc fffffeb0.rtc: AT91 Real Time Clock driver.
  273. i2c /dev entries driver
  274. AT91: Starting after wakeup
  275. sdhci: Secure Digital Host Controller Interface driver
  276. sdhci: Copyright(c) Pierre Ossman
  277. atmel_mci f0000000.mmc: version: 0x505
  278. atmel_mci f0000000.mmc: using dma0chan3 for DMA transfers
  279. atmel_mci f0000000.mmc: Atmel MCI controller at 0xf0000000 irq 25, 1 slots
  280. sdhci-pltfm: SDHCI platform and OF driver helper
  281. atmel_aes f8038000.aes: version: 0x135
  282. atmel_aes f8038000.aes: Atmel AES - Using dma1chan2, dma1chan3 for DMA transfers
  283. atmel_sha f8034000.sha: version: 0x410
  284. atmel_sha f8034000.sha: using dma1chan4 for DMA transfers
  285. atmel_sha f8034000.sha: Atmel SHA1/SHA256/SHA224/SHA384/SHA512
  286. atmel_tdes f803c000.tdes: version: 0x701
  287. atmel_tdes f803c000.tdes: using dma1chan5, dma1chan6 for DMA transfers
  288. atmel_tdes f803c000.tdes: Atmel DES/TDES
  289. usbcore: registered new interface driver usbhid
  290. usbhid: USB HID core driver
  291. nf_conntrack version 0.5.0 (3943 buckets, 15772 max)
  292. ip_tables: (C) 2000-2006 Netfilter Core Team
  293. NET: Registered protocol family 10
  294. sit: IPv6 over IPv4 tunneling driver
  295. NET: Registered protocol family 17
  296. ubi0: attaching mtd4
  297. ubi0: scanning is finished
  298. ubi0: attached mtd4 (name "sys", size 254 MiB)
  299. ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  300. ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
  301. ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
  302. ubi0: good PEBs: 2034, bad PEBs: 4, corrupted PEBs: 0
  303. ubi0: user volume: 5, internal volumes: 1, max. volumes count: 128
  304. ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1249350788
  305. ubi0: available PEBs: 0, total reserved PEBs: 2034, PEBs reserved for bad PEB handling: 36
  306. ubi0: background thread "ubi_bgt0d" started, PID 602
  307. at91_rtc fffffeb0.rtc: setting system clock to 2007-01-01 00:00:14 UTC (1167609614)
  308. UBIFS (ubi0:3): UBIFS: mounted UBI device 0, volume 3, name "root1", R/O mode
  309. UBIFS (ubi0:3): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  310. UBIFS (ubi0:3): FS size: 51044352 bytes (48 MiB, 402 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
  311. UBIFS (ubi0:3): reserved for root: 0 bytes (0 KiB)
  312. UBIFS (ubi0:3): media format: w4/r0 (latest is w4/r0), UUID FFF05807-5EC8-408C-90C6-1E510ACD2EEC, small LPT model
  313. VFS: Mounted root (ubifs filesystem) readonly on device 0:13.
  314. devtmpfs: mounted
  315. Freeing unused kernel memory: 204K (c0685000 - c06b8000)
  316.  
  317. INIT: version 2.88 booting
  318.  
  319. Starting udev
  320. udevd[647]: starting version 3.1.5
  321. atmel_usba_udc 500000.gadget: MMIO registers at 0xf8030000 mapped at d0990000
  322. atmel_usba_udc 500000.gadget: FIFO at 0x00500000 mapped at d2200000
  323. ubi0 error: ubi_open_volume: cannot open device 0, volume 3, error -16
  324. ubi0 error: ubi_open_volume: cannot open device 0, volume 3, error -16
  325. g_serial gadget: Gadget Serial v2.4
  326. g_serial gadget: g_serial ready
  327. UBIFS (ubi0:3): background thread "ubifs_bgt0_3" started, PID 695
  328. Populating dev cache
  329.  
  330. g_serial gadget: high-speed config #2: CDC ACM config
  331. Thu Mar 8 12:06:11 UTC 2018
  332.  
  333. Running postinst /etc/ipk-postinsts/000-dropbear...
  334.  
  335. update-alternatives: Linking /usr/bin/scp to /usr/sbin/dropbearmulti
  336.  
  337. update-alternatives: Linking /usr/bin/ssh to /usr/sbin/dropbearmulti
  338.  
  339. action with list of runlevels not terminated by `.'
  340.  
  341. update-rc.d: /etc/init.d/run-postinsts exists during rc.d purge (continuing)
  342.  
  343. Removing any system startup links for run-postinsts ...
  344.  
  345. /etc/rcS.d/S99run-postinsts
  346.  
  347.  
  348. INIT: Entering runlevel: 5
  349.  
  350.  
  351. Configuring network interfaces... ifup: ignoring unknown interface eth0
  352.  
  353. Starting system message bus: dbus.
  354.  
  355. Starting DHCP server: .
  356.  
  357. Starting syslogd/klogd: done
  358.  
  359. UBIFS (ubi0:5): background thread "ubifs_bgt0_5" started, PID 1057
  360. UBIFS (ubi0:5): UBIFS: mounted UBI device 0, volume 5, name "data"
  361. UBIFS (ubi0:5): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  362. UBIFS (ubi0:5): FS size: 125833216 bytes (120 MiB, 991 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
  363. UBIFS (ubi0:5): reserved for root: 0 bytes (0 KiB)
  364. UBIFS (ubi0:5): media format: w4/r0 (latest is w4/r0), UUID D5BA8328-DB4E-486F-9379-8F27354C74AA, small LPT model
  365.  
  366.  
  367. Poky (Yocto Project Reference Distro) 2.1.3 mt2020 /dev/ttyS0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement