本帖最后由 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 也可以
创建好的分区如下图:
解压targer_20200510.tar 压缩包,得到如下文件,把BOOT.BIN,uboot.bin复制到fat分区,BOOT.BIN就是FSBL 程序 剩余文件放入对应位置,把 debian10_armhf_20200510.tar 解压后放到 ext4 分区,完成
制作好后两个分区中的文件如下:第一个分区
第二个分区:
拔卡,插入板子启动:
- Xilinx First Stage Boot Loader
- Release 2017.4 May 10 2020-16:20:54
- Silicon Version 3.1
- Boot mode is SD
- SUCCESSFUL_HANDOFF
- FSBL Status = 0x1
- U-Boot 2017.01 (May 10 2020 - 16:21:02 +0000)
- Model: Zynq ZC702 Development Board
- Board: Xilinx Zynq
- I2C: ready
- DRAM: ECC disabled 512 MiB
- MMC: sdhci_transfer_data: Error detected in status(0x208000)!
- sdhci@e0100000: 0 (SD), sdhci@e0101000: 1 (eMMC)
- SF: Detected n25q256 with page size 256 Bytes, erase size 4 KiB, total 32 MiB
- *** Warning - bad CRC, using default environment
- In: serial@e0001000
- Out: serial@e0001000
- Err: serial@e0001000
- Model: Zynq ZC702 Development Board
- Board: Xilinx Zynq
- Net: No ethernet found.
- Hit any key to stop autoboot: 0
- Device: sdhci@e0100000
- Manufacturer ID: 1b
- OEM: 534d
- Name: 00000
- Tran Speed: 50000000
- Rd Block Len: 512
- SD version 3.0
- High Capacity: Yes
- Capacity: 29.3 GiB
- Bus Width: 4-bit
- Erase Group Size: 512 Bytes
- reading uEnv.txt
- ** Unable to read file uEnv.txt **
- Copying Linux from SD to RAM...
- 3880528 bytes read in 384 ms (9.6 MiB/s)
- 18021 bytes read in 67 ms (261.7 KiB/s)
- ## Booting kernel from Legacy Image at 02080000 ...
- Image Name: Linux-4.9.0-xilinx
- Image Type: ARM Linux Kernel Image (uncompressed)
- Data Size: 3880464 Bytes = 3.7 MiB
- Load Address: 02080000
- Entry Point: 02080000
- Verifying Checksum ... OK
- ## Flattened Device Tree blob at 02000000
- Booting using the fdt blob at 0x2000000
- Loading Kernel Image ... OK
- Loading Device Tree to 1eb19000, end 1eb20664 ... OK
- Starting kernel ...
- [ 0.000000] Booting Linux on physical CPU 0x0
- [ 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
- [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
- [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
- [ 0.000000] OF: fdt:Machine model: Zynq ZC702 Development Board
- [ 0.000000] cma: Reserved 256 MiB at 0x0e800000
- [ 0.000000] Memory policy: Data cache writealloc
- [ 0.000000] percpu: Embedded 14 pages/cpu @dfb4d000 s25932 r8192 d23220 u57344
- [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
- [ 0.000000] Kernel command line: console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootfstype=ext4 rootwait
- [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
- [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
- [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
- [ 0.000000] Memory: 246744K/524288K available (6144K kernel code, 218K rwdata, 1540K rodata, 1024K init, 236K bss, 15400K reserved, 262144K cma-reserved, 0K highmem)
- [ 0.000000] Virtual kernel memory layout:
- [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
- [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
- [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
- [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
- [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
- [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
- [ 0.000000] .text : 0xc0008000 - 0xc0700000 (7136 kB)
- [ 0.000000] .init : 0xc0900000 - 0xc0a00000 (1024 kB)
- [ 0.000000] .data : 0xc0a00000 - 0xc0a36800 ( 218 kB)
- [ 0.000000] .bss : 0xc0a36800 - 0xc0a718d8 ( 237 kB)
- [ 0.000000] Preemptible hierarchical RCU implementation.
- [ 0.000000] Build-time adjustment of leaf fanout to 32.
- [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
- [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=2
- [ 0.000000] NR_IRQS:16 nr_irqs:16 16
- [ 0.000000] efuse mapped to e0800000
- [ 0.000000] slcr mapped to e0802000
- [ 0.000000] L2C: platform modifies aux control register: 0x72360000 -> 0x72760000
- [ 0.000000] L2C: DT/platform modifies aux control register: 0x72360000 -> 0x72760000
- [ 0.000000] L2C-310 erratum 769419 enabled
- [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
- [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
- [ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines
- [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
- [ 0.000000] L2C-310 cache controller enabled, 8 ways, 512 kB
- [ 0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76760001
- [ 0.000000] zynq_clock_init: clkc starts at e0802100
- [ 0.000000] Zynq clock init
- [ 0.000010] sched_clock: 64 bits at 333MHz, resolution 3ns, wraps every 4398046511103ns
- [ 0.000032] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0x4ce07af025, max_idle_ns: 440795209040 ns
- [ 0.000061] Switching to timer-based delay loop, resolution 3ns
- [ 0.000156] clocksource: ttc_clocksource: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 537538477 ns
- [ 0.000186] timer #0 at e080a000, irq=17
- [ 0.000552] Console: colour dummy device 80x30
- [ 0.000571] Calibrating delay loop (skipped), value calculated using timer frequency.. 666.66 BogoMIPS (lpj=3333333)
- [ 0.000587] pid_max: default: 32768 minimum: 301
- [ 0.000720] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.000733] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
- [ 0.001331] CPU: Testing write buffer coherency: ok
- [ 0.001527] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
- [ 0.001558] Setting up static identity map for 0x100000 - 0x100058
- [ 0.170635] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
- [ 0.170733] Brought up 2 CPUs
- [ 0.170752] SMP: Total of 2 processors activated (1333.33 BogoMIPS).
- [ 0.170760] CPU: All CPU(s) started in SVC mode.
- [ 0.171621] devtmpfs: initialized
- [ 0.176280] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
- [ 0.176623] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
- [ 0.190552] pinctrl core: initialized pinctrl subsystem
- [ 0.191932] NET: Registered protocol family 16
- [ 0.193802] DMA: preallocated 256 KiB pool for atomic coherent allocations
- [ 0.220687] cpuidle: using governor menu
- [ 0.228790] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
- [ 0.228805] hw-breakpoint: maximum watchpoint size is 4 bytes.
- [ 0.228909] zynq-ocm f800c000.ocmc: can't request region for resource [mem 0xfffc0000-0xffffffff]
- [ 0.228932] zynq-ocm: probe of f800c000.ocmc failed with error -16
- [ 0.229221] zynq-pinctrl 700.pinctrl: zynq pinctrl initialized
- [ 0.229580] e0000000.serial: ttyPS1 at MMIO 0xe0000000 (irq = 27, base_baud = 6249999) is a xuartps
- [ 0.230482] e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 28, base_baud = 6249999) is a xuartps
- [ 0.697130] console [ttyPS0] enabled
- [ 0.746514] vgaarb: loaded
- [ 0.749558] SCSI subsystem initialized
- [ 0.753602] usbcore: registered new interface driver usbfs
- [ 0.759069] usbcore: registered new interface driver hub
- [ 0.764421] usbcore: registered new device driver usb
- [ 0.769658] media: Linux media interface: v0.10
- [ 0.774189] Linux video capture interface: v2.00
- [ 0.778774] pps_core: LinuxPPS API ver. 1 registered
- [ 0.783697] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
- [ 0.792840] PTP clock support registered
- [ 0.796741] EDAC MC: Ver: 3.0.0
- [ 0.800420] FPGA manager framework
- [ 0.804002] fpga-region fpga-full: FPGA Region probed
- [ 0.809132] Advanced Linux Sound Architecture Driver Initialized.
- [ 0.816142] clocksource: Switched to clocksource arm_global_timer
- [ 0.836080] NET: Registered protocol family 2
- [ 0.841073] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
- [ 0.848123] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
- [ 0.854548] TCP: Hash tables configured (established 4096 bind 4096)
- [ 0.861016] UDP hash table entries: 256 (order: 1, 8192 bytes)
- [ 0.866812] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
- [ 0.873165] NET: Registered protocol family 1
- [ 0.877837] RPC: Registered named UNIX socket transport module.
- [ 0.883669] RPC: Registered udp transport module.
- [ 0.888393] RPC: Registered tcp transport module.
- [ 0.893044] RPC: Registered tcp NFSv4.1 backchannel transport module.
- [ 0.900017] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
- [ 0.909639] futex hash table entries: 512 (order: 3, 32768 bytes)
- [ 0.916603] workingset: timestamp_bits=30 max_order=17 bucket_order=0
- [ 0.923619] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
- [ 0.931291] io scheduler noop registered
- [ 0.935125] io scheduler deadline registered
- [ 0.939453] io scheduler cfq registered (default)
- [ 0.946706] dma-pl330 f8003000.dmac: Loaded driver for PL330 DMAC-241330
- [ 0.953334] dma-pl330 f8003000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16
- [ 0.962911] [drm] Initialized
- [ 0.978619] brd: module loaded
- [ 0.988853] loop: module loaded
- [ 0.994877] m25p80 spi0.0: found n25q256a13, expected s25fl256s1
- [ 1.001021] m25p80 spi0.0: n25q256a13 (32768 Kbytes)
- [ 1.005934] 4 ofpart partitions found on MTD device spi0.0
- [ 1.011397] Creating 4 MTD partitions on "spi0.0":
- [ 1.016164] 0x000000000000-0x000000040000 : "spi.fsbl"
- [ 1.022654] 0x000000040000-0x0000000c0000 : "spi.u-boot"
- [ 1.029192] 0x0000000c0000-0x000000100000 : "spi.env"
- [ 1.035403] 0x000000100000-0x000002000000 : "spi.user-data"
- [ 1.042675] libphy: Fixed MDIO Bus: probed
- [ 1.050156] libphy: mdio_driver_register: xgmiitorgmii
- [ 1.055303] CAN device driver interface
- [ 1.062636] libphy: MACB_mii_bus: probed
- [ 1.166772] macb e000b000.ethernet eth0: Cadence GEM rev 0x00020118 at 0xe000b000 irq 30 (00:0a:35:00:01:22)
- [ 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)
- [ 1.190640] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
- [ 1.196406] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
- [ 1.203298] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
- [ 1.209777] ehci-pci: EHCI PCI platform driver
- [ 1.214330] usbcore: registered new interface driver usb-storage
- [ 1.220761] e0002000.usb supply vbus not found, using dummy regulator
- [ 1.227455] ULPI transceiver vendor/product ID 0x0424/0x0007
- [ 1.233031] Found SMSC USB3320 ULPI transceiver.
- [ 1.237666] ULPI integrity check: passed.
- [ 1.241650] ci_hdrc ci_hdrc.0: EHCI Host Controller
- [ 1.246539] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
- [ 1.276178] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
- [ 1.282333] hub 1-0:1.0: USB hub found
- [ 1.286032] hub 1-0:1.0: 1 port detected
- [ 1.291360] udc-core: couldn't find an available UDC - added [g_webcam] to list of pending drivers
- [ 1.300658] mousedev: PS/2 mouse device common for all mice
- [ 1.306771] input: gpio-keys as /devices/soc0/gpio-keys/input/input0
- [ 1.313671] i2c /dev entries driver
- [ 1.318409] usbcore: registered new interface driver uvcvideo
- [ 1.324074] USB Video Class driver (1.1.1)
- [ 1.328182] gspca_main: v2.14.0 registered
- [ 1.333138] cdns-wdt f8005000.watchdog: Xilinx Watchdog Timer at e091c000 with timeout 10s
- [ 1.341620] EDAC MC: ECC not enabled
- [ 1.345276] Xilinx Zynq CpuIdle Driver started
- [ 1.350142] sdhci: Secure Digital Host Controller Interface driver
- [ 1.356256] sdhci: Copyright(c) Pierre Ossman
- [ 1.360574] sdhci-pltfm: SDHCI platform and OF driver helper
- [ 1.426217] mmc0: SDHCI controller on e0100000.sdhci [e0100000.sdhci] using ADMA
- [ 1.484907] mmc0: new high speed SDHC card at address 0001
- [ 1.490843] mmcblk0: mmc0:0001 00000 29.3 GiB
- [ 1.496190] mmc1: SDHCI controller on e0101000.sdhci [e0101000.sdhci] using ADMA
- [ 1.504158] mmcblk0: p1 p2
- [ 1.507621] ledtrig-cpu: registered to indicate activity on CPUs
- [ 1.513848] usbcore: registered new interface driver usbhid
- [ 1.519846] usbhid: USB HID core driver
- [ 1.532907] fpga_manager fpga0: Xilinx Zynq FPGA Manager registered
- [ 1.541591] NET: Registered protocol family 10
- [ 1.558859] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
- [ 1.565630] NET: Registered protocol family 17
- [ 1.570058] can: controller area network core (rev 20120528 abi 9)
- [ 1.576264] NET: Registered protocol family 29
- [ 1.580639] can: raw protocol (rev 20120528)
- [ 1.584875] can: broadcast manager protocol (rev 20161123 t)
- [ 1.590550] can: netlink gateway (rev 20130117) max_hops=1
- [ 1.596288] zynq_pm_remap_ocm: OCM pool is not available
- [ 1.601539] zynq_pm_suspend_init: Unable to map OCM.
- [ 1.606519] Registering SWP/SWPB emulation handler
- [ 1.615978] hctosys: unable to open rtc device (rtc0)
- [ 1.620985] of_cfs_init
- [ 1.623404] of_cfs_init: OK
- [ 1.626558] ALSA device list:
- [ 1.629452] No soundcards found.
- [ 1.634674] mmc1: new high speed MMC card at address 0001
- [ 1.640643] mmcblk1: mmc1:0001 Q2J54A 3.59 GiB
- [ 1.645333] mmcblk1boot0: mmc1:0001 Q2J54A partition 1 16.0 MiB
- [ 1.661515] mmcblk1boot1: mmc1:0001 Q2J54A partition 2 16.0 MiB
- [ 1.673781] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
- [ 1.681942] VFS: Mounted root (ext4 filesystem) on device 179:2.
- [ 1.681972] mmcblk1rpmb: mmc1:0001 Q2J54A partition 3 512 KiB
- [ 1.689375] devtmpfs: mounted
- [ 1.694963] Freeing unused kernel memory: 1024K (c0900000 - c0a00000)
- [ 1.704571] mmcblk1: p1 p2 p3
- [ 1.743330] random: fast init done
- [ 2.186596] systemd[1]: System time before build time, advancing clock.
- [ 2.207079] systemd[1]: Failed to lookup module alias 'autofs4': Function not implemented
- [ 2.220496] cgroup: cgroup2: unknown option "nsdelegate"
- [ 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)
- [ 2.267277] systemd[1]: Detected architecture arm.
- Welcome to Debian GNU/Linux 10 (buster)!
- [ 2.297096] systemd[1]: Set hostname to <tlz7x-easyevm>.
- [ 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.
- [ 2.734925] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
- [ 3.051831] systemd[1]: Listening on Journal Socket (/dev/log).
- [ OK ] Listening on Journal Socket (/dev/log).
- [ 3.086714] systemd[1]: Listening on udev Kernel Socket.
- [ OK ] Listening on udev Kernel Socket.
- [ 3.126598] systemd[1]: Listening on initctl Compatibility Named Pipe.
- [ OK ] Listening on initctl Compatibility Named Pipe.
- [ 3.166356] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
- [ 3.178239] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
- [ OK ] Started Dispatch Password …ts to Console Directory Watch.
- [ OK ] Created slice User and Session Slice.
- [ OK ] Listening on udev Control Socket.
- [ OK ] Created slice system-getty.slice.
- [ OK ] Created slice system-serial\x2dgetty.slice.
- [ OK ] Reached target Slices.
- [ OK ] Listening on Syslog Socket.
- [ OK ] Listening on Journal Socket.
- Starting Journal Service...
- Starting udev Coldplug all Devices...
- Starting Remount Root and Kernel File Systems...
- [ OK ] Started Forward Password R…uests to Wall Directory Watch.
- [ OK ] Reached target Local Encrypted Volumes.
- [ OK ] Reached target Paths.
- Starting Load Kernel Modules...
- Mounting Kernel Debug File System...
- [ OK ] Reached target Swap.
- [ OK ] Reached target Remote File Systems.
- [ OK ] Started Journal Service.
- [ OK ] Started Remount Root and Kernel File Systems.
- [ OK ] Started Load Kernel Modules.
- [ OK ] Mounted Kernel Debug File System.
- Mounting Kernel Configuration File System...
- Starting Apply Kernel Variables...
- Starting Load/Save Random Seed...
- Starting Create System Users...
- Starting Flush Journal to Persistent Storage...
- [ OK ] Mounted Kernel Configuration File System.
- [ OK ] Started udev Coldplug all Devices.
- [ OK ] Started Apply Kernel Variables.
- [ OK ] Started Load/Save Random Seed.
- [ OK ] Started Create System Users.
- Starting Create Static Device Nodes in /dev...
- Starting Helper to synchronize boot up for ifupdown...
- [ 4.287535] systemd-journald[791]: Received request to flush runtime journal from PID 1
- [ OK ] Started Helper to synchronize boot up for ifupdown.
- [ OK ] Started Flush Journal to Persistent Storage.
- [ OK ] Started Create Static Device Nodes in /dev.
- [ OK ] Reached target Local File Systems (Pre).
- [ OK ] Reached target Local File Systems.
- Starting udev Kernel Device Manager...
- Starting Create Volatile Files and Directories...
- Starting Raise network interfaces...
- [ OK ] Started udev Kernel Device Manager.
- [ OK ] Started Create Volatile Files and Directories.
- Starting Update UTMP about System Boot/Shutdown...
- Starting Network Time Synchronization...
- [ OK ] Started Raise network interfaces.
- [ OK ] Reached target Network.
- [ OK ] Started Update UTMP about System Boot/Shutdown.
- [ OK ] Found device /dev/ttyPS0.
- [ OK ] Started Network Time Synchronization.
- [ OK ] Started ifup for eth0.
- [ OK ] Reached target System Time Synchronized.
- [ OK ] Reached target System Initialization.
- [ OK ] Listening on D-Bus System Message Bus Socket.
- [ OK ] Reached target Sockets.
- [ OK ] Started Daily apt download activities.
- [ 6.766911] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
- [ OK ] Started Daily apt upgrade and clean activities.
- [ OK ] Started Daily Cleanup of Temporary Directories.
- [ OK ] Reached target Basic System.
- Starting LSB: Start Motion detection...
- [ OK ] Started D-Bus System Message Bus.
- Starting System Logging Service...
- Starting Permit User Sessions...
- Starting OpenBSD Secure Shell server...
- Starting Login Service...
- [ OK ] Started Regular background program processing daemon.
- [ OK ] Started Daily rotation of log files.
- [ OK ] Reached target Timers.
- [ OK ] Started System Logging Service.
- [ OK ] Started Permit User Sessions.
- [ OK ] Started OpenBSD Secure Shell server.
- [ OK ] Started Serial Getty on ttyPS0.
- [ OK ] Started Getty on tty1.
- [ OK ] Reached target Login Prompts.
- [ OK ] Started LSB: Start Motion detection.
- [ OK ] Started Login Service.
- [ OK ] Reached target Multi-User System.
- [ OK ] Reached target Graphical Interface.
- Starting Update UTMP about System Runlevel Changes...
- [ OK ] Started Update UTMP about System Runlevel Changes.
- Debian GNU/Linux 10 tlz7x-easyevm ttyPS0
- tlz7x-easyevm login:
复制代码 完全正常启动,直到登录界面。制作启动卡完成。
创龙TLZ7x-EasyEVM评估板 -- 试用总结
|