查看: 3098|回复: 0

[原创] 米尔 MYS-Y6ULL-IOT NFS 启动

[复制链接]
  • TA的每日心情
    开心
    2024-1-16 17:48
  • 签到天数: 592 天

    连续签到: 1 天

    [LV.9]以坛为家II

    发表于 2018-8-24 17:06:44 | 显示全部楼层 |阅读模式
    分享到:
    本帖最后由 robe.zhang 于 2018-8-24 18:28 编辑

    米尔 MYS-Y6ULL-IOT  NFS 启动



    米尔 MYS-Y6ULL-IOT  NFS 启动:
    boot.scr 文件内容更换成这样,打包替换原 boot.scr 文件:
    1. setenv ipaddr 192.168.8.202
    2. setenv ethaddr [mac]
    3. setenv serverip 192.168.8.200
    4. setenv bootargs console=${console},${baudrate} root=/dev/nfs rw nfsroot=192.168.8.200:[path]nfs ip=192.168.8.202:192.168.8.200:192.168.8.1:255.255.255.0::eth0:off
    5. nfs 0x83000000 192.168.8.200:[path]nfs/boot/zImage
    6. nfs 0x84000000 192.168.8.200:[path]nfs/boot/dts/mys-imx6ull-14x14-evk-emmc.dtb
    7. bootz 0x83000000 - 0x84000000
    复制代码
    启动信息:

    1. U-Boot 2016.03-g4ade113-dirty (Aug 16 2018 - 12:16:37 +0800) - build by Robe!

    2. CPU:   Freescale i.MX6ULL rev1.0 528 MHz (running at 396 MHz)
    3. CPU:   Commercial temperature grade (0C to 95C) at 51C
    4. Reset cause: POR
    5. Board: MYS-MX6ULL 14x14
    6. I2C:   ready
    7. DRAM:  256 MiB
    8. MMC:   FSL_SDHC: 0, FSL_SDHC: 1
    9. Display: LCD050_800x480_Robe (800x480)
    10. Video: 800x480x24
    11. In:    serial
    12. Out:   serial
    13. Err:   serial
    14. switch to partitions #0, OK
    15. mmc0 is current device
    16. Net:   FEC0
    17. Error: FEC0 address not set.

    18. Normal Boot
    19. Hit any key to stop autoboot:  0
    20. switch to partitions #0, OK
    21. mmc0 is current device
    22. switch to partitions #0, OK
    23. mmc0 is current device
    24. reading boot.scr
    25. 552 bytes read in 13 ms (41 KiB/s)
    26. Running bootscript from mmc ...
    27. ## Executing script at 80800000
    28. Using FEC0 device
    29. File transfer via NFS from server 192.168.8.200; our IP address is 192.168.8.202
    30. Filename '[path]nfs/boot/zImage'.
    31. Load address: 0x83000000
    32. Loading: #################################################################
    33.          #################################################################
    34.          #################################################################
    35.          #################################################################
    36.          #################################################################
    37.          #################################################################
    38.          #################################################################
    39.          #################################################################
    40.          #################################################################
    41.          #################################################################
    42.          #################################################################
    43.          #################################################################
    44.          #################################################################
    45.          #################################################################
    46.          #################################################################
    47.          #################################################################
    48.          #################################################################
    49.          #################################################################
    50.          #################################################################
    51.          #################################################################
    52.          #######################
    53. done
    54. Bytes transferred = 6771120 (6751b0 hex)
    55. Using FEC0 device
    56. File transfer via NFS from server 192.168.8.200; our IP address is 192.168.8.202
    57. Filename '[path]nfs/boot/dts/mys-imx6ull-14x14-evk-emmc.dtb'.
    58. Load address: 0x84000000
    59. Loading: #######
    60. done
    61. Bytes transferred = 34860 (882c hex)
    62. Kernel image @ 0x83000000 [ 0x000000 - 0x6751b0 ]
    63. ## Flattened Device Tree blob at 84000000
    64.    Booting using the fdt blob at 0x84000000
    65.    Using Device Tree in place at 84000000, end 8400b82b

    66. Starting kernel ...

    67. Booting Linux on physical CPU 0x0
    68. Linux version 4.1.15+ (robe@robe-desktop) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05) ) #6 SMP PREEMPT Thu Aug 23 09:25:07 CST 2018
    69. CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d
    70. CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    71. Machine model: Freescale i.MX6 ULL 14x14 EVK Board
    72. Reserved memory: failed to allocate memory for node 'linux,cma'
    73. Memory policy: Data cache writealloc
    74. PERCPU: Embedded 12 pages/cpu @8fdd4000 s16908 r8192 d24052 u49152
    75. Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
    76. Kernel command line: console=ttymxc0,115200 root=/dev/nfs rw nfsroot=192.168.8.200:[path]nfs ip=192.168.8.202:192.168.8.200:192.168.8.1:255.255.255.0::eth0:off
    77. PID hash table entries: 1024 (order: 0, 4096 bytes)
    78. Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    79. Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    80. Memory: 246904K/262144K available (8500K kernel code, 438K rwdata, 2936K rodata, 432K init, 450K bss, 15240K reserved, 0K cma-reserved, 0K highmem)
    81. Virtual kernel memory layout:
    82.     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    83.     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    84.     vmalloc : 0x90800000 - 0xff000000   (1768 MB)
    85.     lowmem  : 0x80000000 - 0x90000000   ( 256 MB)
    86.     pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)
    87.     modules : 0x7f000000 - 0x7fe00000   (  14 MB)
    88.       .text : 0x80008000 - 0x80b33284   (11437 kB)
    89.       .init : 0x80b34000 - 0x80ba0000   ( 432 kB)
    90.       .data : 0x80ba0000 - 0x80c0d920   ( 439 kB)
    91.        .bss : 0x80c10000 - 0x80c809c0   ( 451 kB)
    92. SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    93. Preemptible hierarchical RCU implementation.
    94.         Additional per-CPU info printed with stalls.
    95.         RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
    96. RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    97. NR_IRQS:16 nr_irqs:16 16
    98. mxc_clocksource_init 24000000
    99. Switching to timer-based delay loop, resolution 41ns
    100. sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    101. clocksource mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    102. Console: colour dummy device 80x30
    103. Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
    104. pid_max: default: 32768 minimum: 301
    105. Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    106. Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    107. CPU: Testing write buffer coherency: ok
    108. /cpus/cpu@0 missing clock-frequency property
    109. CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    110. Setting up static identity map for 0x80008280 - 0x800082d8
    111. Brought up 1 CPUs
    112. SMP: Total of 1 processors activated (48.00 BogoMIPS).
    113. CPU: All CPU(s) started in SVC mode.
    114. devtmpfs: initialized
    115. device-tree: Duplicate name in lcdif@021c8000, renamed to "display#1"
    116. VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
    117. clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    118. pinctrl core: initialized pinctrl subsystem
    119. NET: Registered protocol family 16
    120. DMA: preallocated 256 KiB pool for atomic coherent allocations
    121. cpuidle: using governor ladder
    122. cpuidle: using governor menu
    123. hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    124. hw-breakpoint: maximum watchpoint size is 8 bytes.
    125. imx6ul-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
    126. imx6ul-pinctrl 2290000.iomuxc-snvs: initialized IMX pinctrl driver
    127. mxs-dma 1804000.dma-apbh: initialized
    128. SCSI subsystem initialized
    129. usbcore: registered new interface driver usbfs
    130. usbcore: registered new interface driver hub
    131. usbcore: registered new device driver usb
    132. i2c i2c-1: IMX I2C adapter registered
    133. i2c i2c-1: can't use DMA
    134. media: Linux media interface: v0.10
    135. Linux video capture interface: v2.00
    136. pps_core: LinuxPPS API ver. 1 registered
    137. pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    138. PTP clock support registered
    139. MIPI CSI2 driver module loaded
    140. Advanced Linux Sound Architecture Driver Initialized.
    141. Bluetooth: Core ver 2.20
    142. NET: Registered protocol family 31
    143. Bluetooth: HCI device and connection manager initialized
    144. Bluetooth: HCI socket layer initialized
    145. Bluetooth: L2CAP socket layer initialized
    146. Bluetooth: SCO socket layer initialized
    147. Switched to clocksource mxc_timer1
    148. NET: Registered protocol family 2
    149. TCP established hash table entries: 2048 (order: 1, 8192 bytes)
    150. TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
    151. TCP: Hash tables configured (established 2048 bind 2048)
    152. UDP hash table entries: 256 (order: 1, 8192 bytes)
    153. UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    154. NET: Registered protocol family 1
    155. RPC: Registered named UNIX socket transport module.
    156. RPC: Registered udp transport module.
    157. RPC: Registered tcp transport module.
    158. RPC: Registered tcp NFSv4.1 backchannel transport module.
    159. imx rpmsg driver is registered.
    160. Bus freq driver module loaded
    161. futex hash table entries: 256 (order: 2, 16384 bytes)
    162. VFS: Disk quotas dquot_6.6.0
    163. VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    164. NFS: Registering the id_resolver key type
    165. Key type id_resolver registered
    166. Key type id_legacy registered
    167. jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
    168. fuse init (API version 7.23)
    169. io scheduler noop registered
    170. io scheduler deadline registered
    171. io scheduler cfq registered (default)
    172. imx-weim 21b8000.weim: Driver registered.
    173. backlight supply power not found, using dummy regulator
    174. MIPI DSI driver module loaded
    175. MIPI DSI driver module loaded
    176. 21c8000.lcdif supply lcd not found, using dummy regulator
    177. mxsfb 21c8000.lcdif: failed to find mxc display driver
    178. Console: switching to colour frame buffer device 100x30
    179. mxsfb 21c8000.lcdif: initialized
    180. imx-sdma 20ec000.sdma: no event needs to be remapped
    181. imx-sdma 20ec000.sdma: loaded firmware 3.3
    182. imx-sdma 20ec000.sdma: initialized
    183. 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 18, base_baud = 5000000) is a IMX
    184. console [ttymxc0] enabled
    185. imx-rng 2284000.rngb: iMX RNG Registered.
    186. imx sema4 driver is registered.
    187. [drm] Initialized drm 1.1.0 20060810
    188. [drm] Initialized vivante 1.0.0 20120216 on minor 0
    189. brd: module loaded
    190. loop: module loaded
    191. CAN device driver interface
    192. 2188000.ethernet supply phy not found, using dummy regulator
    193. pps pps0: new PPS source ptp0
    194. libphy: fec_enet_mii_bus: probed
    195. fec 2188000.ethernet eth0: registered PHC device 0
    196. PPP generic driver version 2.4.2
    197. PPP BSD Compression module registered
    198. PPP Deflate Compression module registered
    199. PPP MPPE Compression module registered
    200. NET: Registered protocol family 24
    201. SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
    202. CSLIP: code copyright 1989 Regents of the University of California.
    203. SLIP linefill/keepalive option.
    204. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    205. ehci-mxc: Freescale On-Chip EHCI Host driver
    206. usbcore: registered new interface driver usb-storage
    207. usbcore: registered new interface driver usb_ehset_test
    208. 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
    209. 2184200.usb supply vbus not found, using dummy regulator
    210. ci_hdrc ci_hdrc.1: EHCI Host Controller
    211. ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
    212. ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
    213. hub 1-0:1.0: USB hub found
    214. hub 1-0:1.0: 1 port detected
    215. mousedev: PS/2 mouse device common for all mice
    216. input: 20cc000.snvs:snvs-powerkey as /devices/platform/soc/2000000.aips-bus/20cc000.snvs/20cc000.snvs:snvs-powerkey/input/input0
    217. Goodix-TS 1-005d: IC VERSION: 39 31 31 00 60 10
    218. ts->int_trigger_type = 1 .debug-robe
    219. ts->max_touch_num = 10 .debug-robe
    220. ts->abs_x_max = 1024 .debug-robe
    221. ts->abs_y_max = 600 .debug-robe
    222. input: Goodix Capacitive TouchScreen as /devices/platform/soc/2100000.aips-bus/21a4000.i2c/i2c-1/1-005d/input/input1
    223. snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as rtc0
    224. i2c /dev entries driver
    225. IR NEC protocol handler initialized
    226. IR RC5(x/sz) protocol handler initialized
    227. IR RC6 protocol handler initialized
    228. IR JVC protocol handler initialized
    229. IR Sony protocol handler initialized
    230. IR SANYO protocol handler initialized
    231. IR Sharp protocol handler initialized
    232. IR MCE Keyboard/mouse protocol handler initialized
    233. IR XMP protocol handler initialized
    234. pxp-v4l2 pxp_v4l2: initialized
    235. usbcore: registered new interface driver uvcvideo
    236. USB Video Class driver (1.1.1)
    237. imx2-wdt 20bc000.wdog: use WDOG_B to reboot.
    238. imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)
    239. Bluetooth: HCI UART driver ver 2.3
    240. Bluetooth: HCI UART protocol H4 registered
    241. Bluetooth: HCI UART protocol BCSP registered
    242. Bluetooth: HCI UART protocol ATH3K registered
    243. usbcore: registered new interface driver btusb
    244. usbcore: registered new interface driver ath3k
    245. sdhci: Secure Digital Host Controller Interface driver
    246. sdhci: Copyright(c) Pierre Ossman
    247. sdhci-pltfm: SDHCI platform and OF driver helper
    248. /soc/aips-bus@02100000/usdhc@02190000: voltage-ranges unspecified
    249. sdhci-esdhc-imx 2190000.usdhc: could not get ultra high speed state, work on normal mode
    250. sdhci-esdhc-imx 2190000.usdhc: Got CD GPIO
    251. sdhci-esdhc-imx 2190000.usdhc: No vmmc regulator found
    252. sdhci-esdhc-imx 2190000.usdhc: No vqmmc regulator found
    253. mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA
    254. /soc/aips-bus@02100000/usdhc@02194000: voltage-ranges unspecified
    255. sdhci-esdhc-imx 2194000.usdhc: No vmmc regulator found
    256. sdhci-esdhc-imx 2194000.usdhc: No vqmmc regulator found
    257. usb 1-1: new high-speed USB device number 2 using ci_hdrc
    258. mmc0: host does not support reading read-only switch, assuming write-enable
    259. mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
    260. mmc0: new high speed SDHC card at address aaaa
    261. mmcblk0: mmc0:aaaa SS16G 14.8 GiB
    262. usbcore: registered new interface driver usbhid
    263. mmcblk0: p1 p2
    264. usbhid: USB HID core driver
    265. usbcore: registered new interface driver snd-usb-audio
    266. fsl-asrc 2034000.asrc: driver registered
    267. hub 1-1:1.0: USB hub found
    268. NET: Registered protocol family 26
    269. hub 1-1:1.0: 2 ports detected
    270. NET: Registered protocol family 10
    271. sit: IPv6 over IPv4 tunneling driver
    272. NET: Registered protocol family 17
    273. can: controller area network core (rev 20120528 abi 9)
    274. NET: Registered protocol family 29
    275. can: raw protocol (rev 20120528)
    276. can: broadcast manager protocol (rev 20120528 t)
    277. can: netlink gateway (rev 20130117) max_hops=1
    278. Bluetooth: RFCOMM TTY layer initialized
    279. Bluetooth: RFCOMM socket layer initialized
    280. Bluetooth: RFCOMM ver 1.11
    281. Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    282. Bluetooth: BNEP filters: protocol multicast
    283. Bluetooth: BNEP socket layer initialized
    284. Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    285. Bluetooth: HIDP socket layer initialized
    286. 8021q: 802.1Q VLAN Support v1.8
    287. Key type dns_resolver registered
    288. cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)
    289. dhd_module_init in
    290. input: gpio-keys as /devices/platform/gpio-keys/input/input2
    291. snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 2018-08-24 09:02:44 UTC (1535101364)
    292. usb 1-1.1: new high-speed USB device number 3 using ci_hdrc
    293. fec 2188000.ethernet eth0: Freescale FEC PHY driver [Generic PHY] (mii_bus:phy_addr=2188000.ethernet:00, irq=-1)
    294. IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    295. usb 1-1.2: new full-speed USB device number 4 using ci_hdrc
    296. input: Logitech USB Receiver as /devices/platform/soc/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C534.0001/input/input3
    297. hid-generic 0003:046D:C534.0001: input: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-ci_hdrc.1-1.2/input0
    298. input: Logitech USB Receiver as /devices/platform/soc/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1.2/1-1.2:1.1/0003:046D:C534.0002/input/input4
    299. hid-generic 0003:046D:C534.0002: input: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-ci_hdrc.1-1.2/input1
    300. fec 2188000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off
    301. IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    302. IP-Config: Complete:
    303.      device=eth0, hwaddr=de:ab:73:53:74:ea, ipaddr=192.168.8.202, mask=255.255.255.0, gw=192.168.8.1
    304.      host=192.168.8.202, domain=, nis-domain=(none)
    305.      bootserver=192.168.8.200, rootserver=192.168.8.200, rootpath=
    306. gpio_dvfs: disabling
    307. VSD_3V3: disabling
    308. can-3v3: disabling
    309. ALSA device list:
    310.   No soundcards found.
    311. VFS: Mounted root (nfs filesystem) on device 0:14.
    312. devtmpfs: mounted
    313. Freeing unused kernel memory: 432K (80b34000 - 80ba0000)
    314. random: systemd urandom read with 89 bits of entropy available
    315. systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
    316. systemd[1]: Detected architecture arm.

    317. Welcome to Debian GNU/Linux 9 (stretch)!

    318. systemd[1]: Set hostname to <debian>.
    319. systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    320. [  OK  ] Set up automount Arbitrary Executab…rmats File System Automount Point.
    321. systemd[1]: Listening on Journal Socket.
    322. [  OK  ] Listening on Journal Socket.
    323. systemd[1]: Reached target Swap.
    324. [  OK  ] Reached target Swap.
    325. systemd[1]: Reached target Remote File Systems.
    326. [  OK  ] Reached target Remote File Systems.
    327. systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    328. [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    329. systemd[1]: Listening on Syslog Socket.
    330. [  OK  ] Listening on Syslog Socket.
    331. systemd[1]: Created slice System Slice.
    332. [  OK  ] Created slice System Slice.
    333. systemd[1]: Mounting Debug File System...
    334.          Mounting Debug File System...
    335. systemd[1]: dev-hugepages.mount: Couldn't determine result for ConditionVirtualization=!private-users, assuming failed: No such file or directory
    336. systemd[1]: Created slice system-getty.slice.
    337. [  OK  ] Created slice system-getty.slice.
    338. systemd[1]: Starting Remount Root and Kernel File Systems...
    339.          Starting Remount Root and Kernel File Systems...
    340. systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    341. [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    342. systemd[1]: Reached target Paths.
    343. [  OK  ] Reached target Paths.
    344. systemd[1]: Starting Load Kernel Modules...
    345.          Starting Load Kernel Modules...
    346. systemd[1]: Listening on udev Control Socket.
    347. [  OK  ] Listening on udev Control Socket.
    348. systemd[1]: Reached target Encrypted Volumes.
    349. [  OK  ] Reached target Encrypted Volumes.
    350. systemd[1]: Created slice User and Session Slice.
    351. [  OK  ] Created slice User and Session Slice.
    352. systemd[1]: Reached target Slices.
    353. [  OK  ] Reached target Slices.
    354. systemd[1]: Created slice system-serial\x2dgetty.slice.
    355. [  OK  ] Created slice system-serial\x2dgetty.slice.
    356. systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    357. [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    358. systemd[1]: Listening on udev Kernel Socket.
    359. [  OK  ] Listening on udev Kernel Socket.
    360. systemd[1]: Starting Create list of required static device nodes for the current kernel...
    361.          Starting Create list of required st…ce nodes for the current kernel...
    362. systemd[1]: Listening on Journal Socket (/dev/log).
    363. [  OK  ] Listening on Journal Socket (/dev/log).
    364. systemd[1]: Starting Journal Service...
    365.          Starting Journal Service...
    366. systemd[1]: Mounted Debug File System.
    367. [  OK  ] Mounted Debug File System.
    368. random: nonblocking pool is initialized
    369. systemd[1]: Started Remount Root and Kernel File Systems.
    370. [  OK  ] Started Remount Root and Kernel File Systems.
    371. systemd[1]: Started Load Kernel Modules.
    372. [  OK  ] Started Load Kernel Modules.
    373. systemd[1]: Started Create list of required static device nodes for the current kernel.
    374. [  OK  ] Started Create list of required sta…vice nodes for the current kernel.
    375. systemd[1]: Starting Create Static Device Nodes in /dev...
    376.          Starting Create Static Device Nodes in /dev...
    377. systemd[1]: Starting Apply Kernel Variables...
    378.          Starting Apply Kernel Variables...
    379. systemd[1]: Mounting FUSE Control File System...
    380.          Mounting FUSE Control File System...
    381. systemd[1]: Starting udev Coldplug all Devices...
    382.          Starting udev Coldplug all Devices...
    383. systemd[1]: Starting Load/Save Random Seed...
    384.          Starting Load/Save Random Seed...
    385. systemd[1]: Mounted FUSE Control File System.
    386. [  OK  ] Mounted FUSE Control File System.
    387. systemd[1]: Started Journal Service.
    388. [  OK  ] Started Journal Service.
    389. [  OK  ] Started Apply Kernel Variables.
    390. [  OK  ] Started Create Static Device Nodes in /dev.
    391. [  OK  ] Reached target Local File Systems (Pre).
    392. [  OK  ] Reached target Local File Systems.
    393.          Starting udev Kernel Device Manager...
    394.          Starting Raise network interfaces...
    395.          Starting Flush Journal to Persistent Storage...
    396. [  OK  ] Started Load/Save Random Seed.
    397. systemd-journald[105]: Received request to flush runtime journal from PID 1
    398. [  OK  ] Started Flush Journal to Persistent Storage.
    399.          Starting Create Volatile Files and Directories...
    400. [  OK  ] Started udev Kernel Device Manager.
    401. [  OK  ] Started Create Volatile Files and Directories.
    402.          Starting Network Time Synchronization...
    403.          Starting Update UTMP about System Boot/Shutdown...
    404. [  OK  ] Started Update UTMP about System Boot/Shutdown.
    405. [  OK  ] Started Raise network interfaces.
    406. [  OK  ] Reached target Network.
    407. [  OK  ] Created slice system-systemd\x2dbacklight.slice.
    408.          Starting Load/Save Screen Backlight…ightness of backlight:backlight...
    409. [  OK  ] Started Network Time Synchronization.
    410. [  OK  ] Started udev Coldplug all Devices.
    411. [  OK  ] Reached target System Time Synchronized.
    412. [  OK  ] Found device /dev/ttymxc0.
    413. [  OK  ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
    414. [  OK  ] Reached target System Initialization.
    415. [  OK  ] Started Daily apt download activities.
    416. [  OK  ] Listening on D-Bus System Message Bus Socket.
    417. [  OK  ] Reached target Sockets.
    418. [  OK  ] Started Daily apt upgrade and clean activities.
    419. [  OK  ] Started Daily Cleanup of Temporary Directories.
    420. [  OK  ] Reached target Timers.
    421. [  OK  ] Reached target Basic System.
    422.          Starting RealtimeKit Scheduling Policy Service...
    423. [  OK  ] Started Regular background program processing daemon.
    424.          Starting Login Service...
    425.          Starting System Logging Service...
    426. [  OK  ] Started D-Bus System Message Bus.
    427.          Starting Permit User Sessions...
    428. [  OK  ] Started System Logging Service.
    429. [FAILED] Failed to start RealtimeKit Scheduling Policy Service.
    430. See 'systemctl status rtkit-daemon.service' for details.
    431. [  OK  ] Started Permit User Sessions.
    432. [  OK  ] Started Login Service.
    433. [  OK  ] Started Getty on tty1.
    434.          Starting Light Display Manager...
    435. [  OK  ] Started Serial Getty on ttymxc0.
    436. [  OK  ] Reached target Login Prompts.
    437. [  OK  ] Reached target Multi-User System.
    438. [  OK  ] Started Light Display Manager.
    439. [  OK  ] Reached target Graphical Interface.
    440.          Starting Update UTMP about System Runlevel Changes...
    441. [  OK  ] Started Update UTMP about System Runlevel Changes.

    442. Debian GNU/Linux 9 debian ttymxc0

    443. debian login:
    复制代码





    回复

    使用道具 举报

    您需要登录后才可以回帖 注册/登录

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条



    手机版|小黑屋|与非网

    GMT+8, 2024-4-24 16:20 , Processed in 0.116107 second(s), 16 queries , MemCache On.

    ICP经营许可证 苏B2-20140176  苏ICP备14012660号-2   苏州灵动帧格网络科技有限公司 版权所有.

    苏公网安备 32059002001037号

    Powered by Discuz! X3.4

    Copyright © 2001-2024, Tencent Cloud.