查看: 1827|回复: 0

创龙TLZ7x-EasyEVM评估板 -- 制作SD启动卡

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

    连续签到: 1 天

    [LV.9]以坛为家II

    发表于 2020-5-22 16:35:15 | 显示全部楼层 |阅读模式
    分享到:
    本帖最后由 robe.zhang 于 2020-5-31 22:03 编辑

    创龙TLZ7x-EasyEVM评估板 -- 制作SD启动卡


    创龙TLZ7x-EasyEVM评估板 -- 试用总结

    创龙开发板制作启动卡,
    1,使用创龙资料光盘工具,制作SD启动卡。这种方法移步创龙光盘,参考手册资料
    2,使用本文方法,制作SD启动卡。上一篇文章分析过启动过程,启动过程中需要的文件,准备好,启动过程需要从哪里加载文件,就把文件放到哪里,就可以启动。本文制作的启动卡和创龙工具制作的启动卡差别很大,但是都可以启动,不影响使用

    借用上一篇文章的部分结论:
    板子启动过程中,需要的文件
    上电,电源稳定,芯片启动,这个过程硬件完成,不用管
    bootROM启动使用的芯片内固化代码,也不用管
    FSBL启动,需要用户给FSBL程序
    OS启动,uboot引导,kernel内核启动,设备树,文件系统启动,都需要相应的文件
    所以创龙开发板启动过程需要的文件 FSBL+uboot+kernel(和设备树)+rootfs
    各个文件应该放在什么位置?
    FSBL:位于SD卡第一个分区,需要是fat分区
    Uboot:位于SD卡第一个分区,需要是fat分区
    kernel(和设备树)+rootfs:位于SD卡第二个分区,需要是 ext 分区,ext3/4 都行

    创建SD启动卡:
    从文件的位置看,SD启动卡需要至少两个分区,DOS 磁盘格式,
    第一个分区是fat 分区,第二个分区是 ext4 分区,ext3 也可以
    创建好的分区如下图:
    11.png
    解压targer_20200510.tar 压缩包,得到如下文件,把BOOT.BINuboot.bin复制到fat分区,BOOT.BIN就是FSBL 程序
    9.png
    8.png
    剩余文件放入对应位置,把 debian10_armhf_20200510.tar 解压后放到 ext4 分区,完成

    10.png
    制作好后两个分区中的文件如下:第一个分区
    12.png
    第二个分区:
    13.png
    拔卡,插入板子启动:

    1. Xilinx First Stage Boot Loader
    2. Release 2017.4  May 10 2020-16:20:54
    3. Silicon Version 3.1
    4. Boot mode is SD
    5. SUCCESSFUL_HANDOFF
    6. FSBL Status = 0x1


    7. U-Boot 2017.01 (May 10 2020 - 16:21:02 +0000)

    8. Model: Zynq ZC702 Development Board
    9. Board: Xilinx Zynq
    10. I2C:   ready
    11. DRAM:  ECC disabled 512 MiB
    12. MMC:   sdhci_transfer_data: Error detected in status(0x208000)!
    13. sdhci@e0100000: 0 (SD), sdhci@e0101000: 1 (eMMC)
    14. SF: Detected n25q256 with page size 256 Bytes, erase size 4 KiB, total 32 MiB
    15. *** Warning - bad CRC, using default environment

    16. In:    serial@e0001000
    17. Out:   serial@e0001000
    18. Err:   serial@e0001000
    19. Model: Zynq ZC702 Development Board
    20. Board: Xilinx Zynq
    21. Net:   No ethernet found.
    22. Hit any key to stop autoboot:  0
    23. Device: sdhci@e0100000
    24. Manufacturer ID: 1b
    25. OEM: 534d
    26. Name: 00000
    27. Tran Speed: 50000000
    28. Rd Block Len: 512
    29. SD version 3.0
    30. High Capacity: Yes
    31. Capacity: 29.3 GiB
    32. Bus Width: 4-bit
    33. Erase Group Size: 512 Bytes
    34. reading uEnv.txt
    35. ** Unable to read file uEnv.txt **
    36. Copying Linux from SD to RAM...
    37. 3880528 bytes read in 384 ms (9.6 MiB/s)
    38. 18021 bytes read in 67 ms (261.7 KiB/s)
    39. ## Booting kernel from Legacy Image at 02080000 ...
    40.    Image Name:   Linux-4.9.0-xilinx
    41.    Image Type:   ARM Linux Kernel Image (uncompressed)
    42.    Data Size:    3880464 Bytes = 3.7 MiB
    43.    Load Address: 02080000
    44.    Entry Point:  02080000
    45.    Verifying Checksum ... OK
    46. ## Flattened Device Tree blob at 02000000
    47.    Booting using the fdt blob at 0x2000000
    48.    Loading Kernel Image ... OK
    49.    Loading Device Tree to 1eb19000, end 1eb20664 ... OK

    50. Starting kernel ...

    51. [    0.000000] Booting Linux on physical CPU 0x0
    52. [    0.000000] Linux version 4.9.0-xilinx (root@8df7730e45fa) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9) ) #2 SMP PREEMPT Wed May 13 12:47:40 UTC 2020
    53. [    0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
    54. [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    55. [    0.000000] OF: fdt:Machine model: Zynq ZC702 Development Board
    56. [    0.000000] cma: Reserved 256 MiB at 0x0e800000
    57. [    0.000000] Memory policy: Data cache writealloc
    58. [    0.000000] percpu: Embedded 14 pages/cpu @dfb4d000 s25932 r8192 d23220 u57344
    59. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
    60. [    0.000000] Kernel command line: console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootfstype=ext4 rootwait
    61. [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    62. [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    63. [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    64. [    0.000000] Memory: 246744K/524288K available (6144K kernel code, 218K rwdata, 1540K rodata, 1024K init, 236K bss, 15400K reserved, 262144K cma-reserved, 0K highmem)
    65. [    0.000000] Virtual kernel memory layout:
    66. [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    67. [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    68. [    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
    69. [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    70. [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    71. [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    72. [    0.000000]       .text : 0xc0008000 - 0xc0700000   (7136 kB)
    73. [    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
    74. [    0.000000]       .data : 0xc0a00000 - 0xc0a36800   ( 218 kB)
    75. [    0.000000]        .bss : 0xc0a36800 - 0xc0a718d8   ( 237 kB)
    76. [    0.000000] Preemptible hierarchical RCU implementation.
    77. [    0.000000]  Build-time adjustment of leaf fanout to 32.
    78. [    0.000000]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
    79. [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=2
    80. [    0.000000] NR_IRQS:16 nr_irqs:16 16
    81. [    0.000000] efuse mapped to e0800000
    82. [    0.000000] slcr mapped to e0802000
    83. [    0.000000] L2C: platform modifies aux control register: 0x72360000 -> 0x72760000
    84. [    0.000000] L2C: DT/platform modifies aux control register: 0x72360000 -> 0x72760000
    85. [    0.000000] L2C-310 erratum 769419 enabled
    86. [    0.000000] L2C-310 enabling early BRESP for Cortex-A9
    87. [    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
    88. [    0.000000] L2C-310 ID prefetch enabled, offset 1 lines
    89. [    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
    90. [    0.000000] L2C-310 cache controller enabled, 8 ways, 512 kB
    91. [    0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76760001
    92. [    0.000000] zynq_clock_init: clkc starts at e0802100
    93. [    0.000000] Zynq clock init
    94. [    0.000010] sched_clock: 64 bits at 333MHz, resolution 3ns, wraps every 4398046511103ns
    95. [    0.000032] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0x4ce07af025, max_idle_ns: 440795209040 ns
    96. [    0.000061] Switching to timer-based delay loop, resolution 3ns
    97. [    0.000156] clocksource: ttc_clocksource: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 537538477 ns
    98. [    0.000186] timer #0 at e080a000, irq=17
    99. [    0.000552] Console: colour dummy device 80x30
    100. [    0.000571] Calibrating delay loop (skipped), value calculated using timer frequency.. 666.66 BogoMIPS (lpj=3333333)
    101. [    0.000587] pid_max: default: 32768 minimum: 301
    102. [    0.000720] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    103. [    0.000733] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    104. [    0.001331] CPU: Testing write buffer coherency: ok
    105. [    0.001527] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    106. [    0.001558] Setting up static identity map for 0x100000 - 0x100058
    107. [    0.170635] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    108. [    0.170733] Brought up 2 CPUs
    109. [    0.170752] SMP: Total of 2 processors activated (1333.33 BogoMIPS).
    110. [    0.170760] CPU: All CPU(s) started in SVC mode.
    111. [    0.171621] devtmpfs: initialized
    112. [    0.176280] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
    113. [    0.176623] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    114. [    0.190552] pinctrl core: initialized pinctrl subsystem
    115. [    0.191932] NET: Registered protocol family 16
    116. [    0.193802] DMA: preallocated 256 KiB pool for atomic coherent allocations
    117. [    0.220687] cpuidle: using governor menu
    118. [    0.228790] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
    119. [    0.228805] hw-breakpoint: maximum watchpoint size is 4 bytes.
    120. [    0.228909] zynq-ocm f800c000.ocmc: can't request region for resource [mem 0xfffc0000-0xffffffff]
    121. [    0.228932] zynq-ocm: probe of f800c000.ocmc failed with error -16
    122. [    0.229221] zynq-pinctrl 700.pinctrl: zynq pinctrl initialized
    123. [    0.229580] e0000000.serial: ttyPS1 at MMIO 0xe0000000 (irq = 27, base_baud = 6249999) is a xuartps
    124. [    0.230482] e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 28, base_baud = 6249999) is a xuartps
    125. [    0.697130] console [ttyPS0] enabled
    126. [    0.746514] vgaarb: loaded
    127. [    0.749558] SCSI subsystem initialized
    128. [    0.753602] usbcore: registered new interface driver usbfs
    129. [    0.759069] usbcore: registered new interface driver hub
    130. [    0.764421] usbcore: registered new device driver usb
    131. [    0.769658] media: Linux media interface: v0.10
    132. [    0.774189] Linux video capture interface: v2.00
    133. [    0.778774] pps_core: LinuxPPS API ver. 1 registered
    134. [    0.783697] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    135. [    0.792840] PTP clock support registered
    136. [    0.796741] EDAC MC: Ver: 3.0.0
    137. [    0.800420] FPGA manager framework
    138. [    0.804002] fpga-region fpga-full: FPGA Region probed
    139. [    0.809132] Advanced Linux Sound Architecture Driver Initialized.
    140. [    0.816142] clocksource: Switched to clocksource arm_global_timer
    141. [    0.836080] NET: Registered protocol family 2
    142. [    0.841073] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    143. [    0.848123] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    144. [    0.854548] TCP: Hash tables configured (established 4096 bind 4096)
    145. [    0.861016] UDP hash table entries: 256 (order: 1, 8192 bytes)
    146. [    0.866812] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    147. [    0.873165] NET: Registered protocol family 1
    148. [    0.877837] RPC: Registered named UNIX socket transport module.
    149. [    0.883669] RPC: Registered udp transport module.
    150. [    0.888393] RPC: Registered tcp transport module.
    151. [    0.893044] RPC: Registered tcp NFSv4.1 backchannel transport module.
    152. [    0.900017] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
    153. [    0.909639] futex hash table entries: 512 (order: 3, 32768 bytes)
    154. [    0.916603] workingset: timestamp_bits=30 max_order=17 bucket_order=0
    155. [    0.923619] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
    156. [    0.931291] io scheduler noop registered
    157. [    0.935125] io scheduler deadline registered
    158. [    0.939453] io scheduler cfq registered (default)
    159. [    0.946706] dma-pl330 f8003000.dmac: Loaded driver for PL330 DMAC-241330
    160. [    0.953334] dma-pl330 f8003000.dmac:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16
    161. [    0.962911] [drm] Initialized
    162. [    0.978619] brd: module loaded
    163. [    0.988853] loop: module loaded
    164. [    0.994877] m25p80 spi0.0: found n25q256a13, expected s25fl256s1
    165. [    1.001021] m25p80 spi0.0: n25q256a13 (32768 Kbytes)
    166. [    1.005934] 4 ofpart partitions found on MTD device spi0.0
    167. [    1.011397] Creating 4 MTD partitions on "spi0.0":
    168. [    1.016164] 0x000000000000-0x000000040000 : "spi.fsbl"
    169. [    1.022654] 0x000000040000-0x0000000c0000 : "spi.u-boot"
    170. [    1.029192] 0x0000000c0000-0x000000100000 : "spi.env"
    171. [    1.035403] 0x000000100000-0x000002000000 : "spi.user-data"
    172. [    1.042675] libphy: Fixed MDIO Bus: probed
    173. [    1.050156] libphy: mdio_driver_register: xgmiitorgmii
    174. [    1.055303] CAN device driver interface
    175. [    1.062636] libphy: MACB_mii_bus: probed
    176. [    1.166772] macb e000b000.ethernet eth0: Cadence GEM rev 0x00020118 at 0xe000b000 irq 30 (00:0a:35:00:01:22)
    177. [    1.176551] Micrel KSZ9031 Gigabit PHY e000b000.etherne:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e000b000.etherne:00, irq=-1)
    178. [    1.190640] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
    179. [    1.196406] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    180. [    1.203298] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    181. [    1.209777] ehci-pci: EHCI PCI platform driver
    182. [    1.214330] usbcore: registered new interface driver usb-storage
    183. [    1.220761] e0002000.usb supply vbus not found, using dummy regulator
    184. [    1.227455] ULPI transceiver vendor/product ID 0x0424/0x0007
    185. [    1.233031] Found SMSC USB3320 ULPI transceiver.
    186. [    1.237666] ULPI integrity check: passed.
    187. [    1.241650] ci_hdrc ci_hdrc.0: EHCI Host Controller
    188. [    1.246539] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
    189. [    1.276178] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
    190. [    1.282333] hub 1-0:1.0: USB hub found
    191. [    1.286032] hub 1-0:1.0: 1 port detected
    192. [    1.291360] udc-core: couldn't find an available UDC - added [g_webcam] to list of pending drivers
    193. [    1.300658] mousedev: PS/2 mouse device common for all mice
    194. [    1.306771] input: gpio-keys as /devices/soc0/gpio-keys/input/input0
    195. [    1.313671] i2c /dev entries driver
    196. [    1.318409] usbcore: registered new interface driver uvcvideo
    197. [    1.324074] USB Video Class driver (1.1.1)
    198. [    1.328182] gspca_main: v2.14.0 registered
    199. [    1.333138] cdns-wdt f8005000.watchdog: Xilinx Watchdog Timer at e091c000 with timeout 10s
    200. [    1.341620] EDAC MC: ECC not enabled
    201. [    1.345276] Xilinx Zynq CpuIdle Driver started
    202. [    1.350142] sdhci: Secure Digital Host Controller Interface driver
    203. [    1.356256] sdhci: Copyright(c) Pierre Ossman
    204. [    1.360574] sdhci-pltfm: SDHCI platform and OF driver helper
    205. [    1.426217] mmc0: SDHCI controller on e0100000.sdhci [e0100000.sdhci] using ADMA
    206. [    1.484907] mmc0: new high speed SDHC card at address 0001
    207. [    1.490843] mmcblk0: mmc0:0001 00000 29.3 GiB
    208. [    1.496190] mmc1: SDHCI controller on e0101000.sdhci [e0101000.sdhci] using ADMA
    209. [    1.504158]  mmcblk0: p1 p2
    210. [    1.507621] ledtrig-cpu: registered to indicate activity on CPUs
    211. [    1.513848] usbcore: registered new interface driver usbhid
    212. [    1.519846] usbhid: USB HID core driver
    213. [    1.532907] fpga_manager fpga0: Xilinx Zynq FPGA Manager registered
    214. [    1.541591] NET: Registered protocol family 10
    215. [    1.558859] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    216. [    1.565630] NET: Registered protocol family 17
    217. [    1.570058] can: controller area network core (rev 20120528 abi 9)
    218. [    1.576264] NET: Registered protocol family 29
    219. [    1.580639] can: raw protocol (rev 20120528)
    220. [    1.584875] can: broadcast manager protocol (rev 20161123 t)
    221. [    1.590550] can: netlink gateway (rev 20130117) max_hops=1
    222. [    1.596288] zynq_pm_remap_ocm: OCM pool is not available
    223. [    1.601539] zynq_pm_suspend_init: Unable to map OCM.
    224. [    1.606519] Registering SWP/SWPB emulation handler
    225. [    1.615978] hctosys: unable to open rtc device (rtc0)
    226. [    1.620985] of_cfs_init
    227. [    1.623404] of_cfs_init: OK
    228. [    1.626558] ALSA device list:
    229. [    1.629452]   No soundcards found.
    230. [    1.634674] mmc1: new high speed MMC card at address 0001
    231. [    1.640643] mmcblk1: mmc1:0001 Q2J54A 3.59 GiB
    232. [    1.645333] mmcblk1boot0: mmc1:0001 Q2J54A partition 1 16.0 MiB
    233. [    1.661515] mmcblk1boot1: mmc1:0001 Q2J54A partition 2 16.0 MiB
    234. [    1.673781] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    235. [    1.681942] VFS: Mounted root (ext4 filesystem) on device 179:2.
    236. [    1.681972] mmcblk1rpmb: mmc1:0001 Q2J54A partition 3 512 KiB
    237. [    1.689375] devtmpfs: mounted
    238. [    1.694963] Freeing unused kernel memory: 1024K (c0900000 - c0a00000)
    239. [    1.704571]  mmcblk1: p1 p2 p3
    240. [    1.743330] random: fast init done
    241. [    2.186596] systemd[1]: System time before build time, advancing clock.
    242. [    2.207079] systemd[1]: Failed to lookup module alias 'autofs4': Function not implemented
    243. [    2.220496] cgroup: cgroup2: unknown option "nsdelegate"
    244. [    2.245494] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
    245. [    2.267277] systemd[1]: Detected architecture arm.

    246. Welcome to Debian GNU/Linux 10 (buster)!

    247. [    2.297096] systemd[1]: Set hostname to <tlz7x-easyevm>.
    248. [    2.717916] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
    249. [    2.734925] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
    250. [    3.051831] systemd[1]: Listening on Journal Socket (/dev/log).
    251. [  OK  ] Listening on Journal Socket (/dev/log).
    252. [    3.086714] systemd[1]: Listening on udev Kernel Socket.
    253. [  OK  ] Listening on udev Kernel Socket.
    254. [    3.126598] systemd[1]: Listening on initctl Compatibility Named Pipe.
    255. [  OK  ] Listening on initctl Compatibility Named Pipe.
    256. [    3.166356] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
    257. [    3.178239] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    258. [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    259. [  OK  ] Created slice User and Session Slice.
    260. [  OK  ] Listening on udev Control Socket.
    261. [  OK  ] Created slice system-getty.slice.
    262. [  OK  ] Created slice system-serial\x2dgetty.slice.
    263. [  OK  ] Reached target Slices.
    264. [  OK  ] Listening on Syslog Socket.
    265. [  OK  ] Listening on Journal Socket.
    266.          Starting Journal Service...
    267.          Starting udev Coldplug all Devices...
    268.          Starting Remount Root and Kernel File Systems...
    269. [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    270. [  OK  ] Reached target Local Encrypted Volumes.
    271. [  OK  ] Reached target Paths.
    272.          Starting Load Kernel Modules...
    273.          Mounting Kernel Debug File System...
    274. [  OK  ] Reached target Swap.
    275. [  OK  ] Reached target Remote File Systems.
    276. [  OK  ] Started Journal Service.
    277. [  OK  ] Started Remount Root and Kernel File Systems.
    278. [  OK  ] Started Load Kernel Modules.
    279. [  OK  ] Mounted Kernel Debug File System.
    280.          Mounting Kernel Configuration File System...
    281.          Starting Apply Kernel Variables...
    282.          Starting Load/Save Random Seed...
    283.          Starting Create System Users...
    284.          Starting Flush Journal to Persistent Storage...
    285. [  OK  ] Mounted Kernel Configuration File System.
    286. [  OK  ] Started udev Coldplug all Devices.
    287. [  OK  ] Started Apply Kernel Variables.
    288. [  OK  ] Started Load/Save Random Seed.
    289. [  OK  ] Started Create System Users.
    290.          Starting Create Static Device Nodes in /dev...
    291.          Starting Helper to synchronize boot up for ifupdown...
    292. [    4.287535] systemd-journald[791]: Received request to flush runtime journal from PID 1
    293. [  OK  ] Started Helper to synchronize boot up for ifupdown.
    294. [  OK  ] Started Flush Journal to Persistent Storage.
    295. [  OK  ] Started Create Static Device Nodes in /dev.
    296. [  OK  ] Reached target Local File Systems (Pre).
    297. [  OK  ] Reached target Local File Systems.
    298.          Starting udev Kernel Device Manager...
    299.          Starting Create Volatile Files and Directories...
    300.          Starting Raise network interfaces...
    301. [  OK  ] Started udev Kernel Device Manager.
    302. [  OK  ] Started Create Volatile Files and Directories.
    303.          Starting Update UTMP about System Boot/Shutdown...
    304.          Starting Network Time Synchronization...
    305. [  OK  ] Started Raise network interfaces.
    306. [  OK  ] Reached target Network.
    307. [  OK  ] Started Update UTMP about System Boot/Shutdown.
    308. [  OK  ] Found device /dev/ttyPS0.
    309. [  OK  ] Started Network Time Synchronization.
    310. [  OK  ] Started ifup for eth0.
    311. [  OK  ] Reached target System Time Synchronized.
    312. [  OK  ] Reached target System Initialization.
    313. [  OK  ] Listening on D-Bus System Message Bus Socket.
    314. [  OK  ] Reached target Sockets.
    315. [  OK  ] Started Daily apt download activities.
    316. [    6.766911] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    317. [  OK  ] Started Daily apt upgrade and clean activities.
    318. [  OK  ] Started Daily Cleanup of Temporary Directories.
    319. [  OK  ] Reached target Basic System.
    320.          Starting LSB: Start Motion detection...
    321. [  OK  ] Started D-Bus System Message Bus.
    322.          Starting System Logging Service...
    323.          Starting Permit User Sessions...
    324.          Starting OpenBSD Secure Shell server...
    325.          Starting Login Service...
    326. [  OK  ] Started Regular background program processing daemon.
    327. [  OK  ] Started Daily rotation of log files.
    328. [  OK  ] Reached target Timers.
    329. [  OK  ] Started System Logging Service.
    330. [  OK  ] Started Permit User Sessions.
    331. [  OK  ] Started OpenBSD Secure Shell server.
    332. [  OK  ] Started Serial Getty on ttyPS0.
    333. [  OK  ] Started Getty on tty1.
    334. [  OK  ] Reached target Login Prompts.
    335. [  OK  ] Started LSB: Start Motion detection.
    336. [  OK  ] Started Login Service.
    337. [  OK  ] Reached target Multi-User System.
    338. [  OK  ] Reached target Graphical Interface.
    339.          Starting Update UTMP about System Runlevel Changes...
    340. [  OK  ] Started Update UTMP about System Runlevel Changes.

    341. Debian GNU/Linux 10 tlz7x-easyevm ttyPS0

    342. tlz7x-easyevm login:
    复制代码
    完全正常启动,直到登录界面。制作启动卡完成。

    创龙TLZ7x-EasyEVM评估板 -- 试用总结



    回复

    使用道具 举报

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

    本版积分规则

    关闭

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

    手机版|小黑屋|与非网

    GMT+8, 2024-4-27 09:47 , Processed in 0.109837 second(s), 16 queries , MemCache On.

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

    苏公网安备 32059002001037号

    Powered by Discuz! X3.4

    Copyright © 2001-2024, Tencent Cloud.