FC2カウンター FPGAの部屋 SDSoC
fc2ブログ

FPGAやCPLDの話題やFPGA用のツールの話題などです。 マニアックです。 日記も書きます。

FPGAの部屋

FPGAの部屋の有用と思われるコンテンツのまとめサイトを作りました。Xilinx ISEの初心者の方には、FPGAリテラシーおよびチュートリアルのページをお勧めいたします。

SDx 2019.1 のUltra96-V2 用プラットフォームを作る6(SDx 2)

SDx 2019.1 のUltra96-V2 用プラットフォームを作る5(SDx 1)”の続き。

前回は、SDx を立ち上げてプラットフォーム・プロジェクトを生成し、ビルドして成功した。今回は、生成されたsd_card ディレクトリにファイルをMicroSD カードに書いて動作をチェックする。

SDx の Assistant ウインドウの sdx_app1 のDebug の下に SD Card Image ができていた。右クリックし、右クリックメニューからOpen -> Open in File Browser を選択すると、nautilus が開いて、SD Card Image のファイルが表示された。
SDx2019_1_platform_65_191102.png

sd_card ディレクトリのファイルをMicroSD カードの第1パーティションに書いて、Ultra96-V2 の電源をON し、gtkterm の出力を見たところアプリケーションが起動して結果が表示された。
SDx2019_1_platform_66_191102.png

次に、PetaLinux 環境でのSDx のアプリケーションを試す。
SDx のUltra96-V2 用プラットフォームを作る11(LinuxのSDx アプリケーション・プロジェクトを作成)”の通りに sdx_app1_linux アプリケーション・プロジェクトを作成して、ビルドを行って成功した。
SDx2019_1_platform_67_191102.png

Assistant ウインドウの sdx_app1_linux のDebug の下に SD Card Image ができていた。右クリックし、右クリックメニューからOpen -> Open in File Browser を選択すると、nautilus が開いて、SD Card Image のファイルが表示された。
それらのファイルをMicro SD カードの第1パーティション(FAT32 フォーマット)にコピーした。
SDx2019_1_platform_68_191102.png

Micro SD カードの第2パーティションには、rootfs.tar.gz を展開する。
まずは、Micro SD カードの第2パーティションのファイルをすべて削除した。
cd /media/masaaki/rootfs/
sudo rm -r *
sync


rootfs.tar.gz をMicro SD カードの第2パーティションに展開した。
cd /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/images/linux/
sudo tar fxz rootfs.tar.gz -C /media/masaaki/rootfs/
sync

SDx2019_1_platform_69_191102.png

ファイルがコピーされた。
SDx2019_1_platform_70_191102.png

Micro SD カードをUltra96-V2 に挿入して電源ON すると、PetaLinux 2019.1 が立ち上がった。
SDx2019_1_platform_71_191102.png

Micro SD カードの第1パーティションは、/run/media/mmcblk0p1/ ディレクトリにマウントされていた。そこに cd した。
cd /run/media/mmcblk0p1/

SDx アプリケーション・プロジェクトの実行ファイルを実行した。
./sdx_app1_linux.elf
すると、libsds_lib.so がオープンできないというエラーになった。これは、2018.3 のときと同じだ。

./sdx_app1_linux.elf: error while loading shared libraries: libsds_lib.so: cannot open shared object file: No such file or directory


SDx2019_1_platform_72_191102.png

libsds_lib.so をMicro SD カードの第1パーティションにコピーして、Ultra96-V2 に挿入して電源ON。
libsds_lib.so を /lib にコピーした。
cd /run/media/mmcblk0p1/
cp libsds_lib.so /lib

再度、SDx アプリケーション・プロジェクトの実行ファイルを実行した。
./sdx_app1_linux.elf
途中から、どこかに行って帰ってこない。やはり、2018.3 のときと同じだ。

root@Ultra96V2_Platform1:/run/media/mmcblk0p1# ./sdx_app1_linux.elf 
[   39.417553] xlnk_eng_probe ...
[   39.420621] uio name xilinx-xlnk-eng.0
[   39.424396] xilinx-xlnk-eng xilinx-xlnk-eng.0: physical base : 0xa0000000
[   39.431181] xilinx-xlnk-eng xilinx-xlnk-eng.0: register range : 0x10000
[   39.437789] xilinx-xlnk-eng xilinx-xlnk-eng.0: base remapped to: 0xffffff800ca10000
[   39.445602] xilinx-xlnk-eng xilinx-xlnk-eng.0: xilinx-xlnk-eng uio registered



最後にPetaLinux 2019.1 に起動メッセージを貼っておく。

Xilinx Zynq MP First Stage Boot Loader 
Release 2019.1   Oct 25 2019  -  19:37:23
NOTICE:  ATF running on XCZU3EG/silicon v4/RTL5.1 at 0xfffea000
NOTICE:  BL31: Secure code at 0x0
NOTICE:  BL31: Non secure code at 0x8000000
NOTICE:  BL31: v2.0(release):xilinx-v2018.3-720-g80d1c790
NOTICE:  BL31: Built : 19:37:05, Oct 25 2019
PMUFW:  v1.1


U-Boot 2019.01 (Oct 25 2019 - 19:36:32 +0000)

Board: Xilinx ZynqMP
DRAM:  2 GiB
usb dr_mode not found
usb dr_mode not found
EL Level:   EL2
Chip ID:    zu3eg
MMC:   mmc@ff160000: 0, mmc@ff170000: 1
Loading Environment from FAT... *** Warning - bad CRC, using default environment

In:    serial@ff010000
Out:   serial@ff010000
Err:   serial@ff010000
Board: Xilinx ZynqMP
Bootmode: SD_MODE
Reset reason:   EXTERNAL 
U-BOOT for Ultra96V2_Platform1

Hit any key to stop autoboot:  0 
Device: mmc@ff160000
Manufacturer ID: 74
OEM: 4a60
Name: USD   
Bus Speed: 50000000
Mode : SD High Speed (50MHz)
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 7.5 GiB
Bus Width: 4-bit
Erase Group Size: 512 Bytes
18114644 bytes read in 1294 ms (13.3 MiB/s)
## Loading kernel from FIT Image at 10000000 ...
   Using 'conf@system-top.dtb' configuration
   Trying 'kernel@1' kernel subimage
     Description:  Linux kernel
     Type:         Kernel Image
     Compression:  uncompressed
     Data Start:   0x10000104
     Data Size:    18082304 Bytes = 17.2 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x00080000
     Entry Point:  0x00080000
     Hash algo:    sha1
     Hash value:   617dc56366cbe452dc0d885fdf95b6b2b02c9cc3
   Verifying Hash Integrity ... sha1+ OK
## Loading fdt from FIT Image at 10000000 ...
   Using 'conf@system-top.dtb' configuration
   Trying 'fdt@system-top.dtb' fdt subimage
     Description:  Flattened Device Tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x1113ec08
     Data Size:    30421 Bytes = 29.7 KiB
     Architecture: AArch64
     Hash algo:    sha1
     Hash value:   1451d63dc05df23a47fb8619d525e564a5ee7bc5
   Verifying Hash Integrity ... sha1+ OK
   Booting using the fdt blob at 0x1113ec08
   Loading Kernel Image ... OK
   Loading Device Tree to 0000000007ff5000, end 0000000007fff6d4 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 4.19.0-xilinx-v2019.1 (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP Fri Oct 25 19:26:41 UTC 2019
[    0.000000] Machine model: xlnx,zynqmp
[    0.000000] earlycon: cdns0 at MMIO 0x00000000ff010000 (options '115200n8')
[    0.000000] bootconsole [cdns0] enabled
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 1024 MiB at 0x000000003fc00000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] random: get_random_bytes called from start_kernel+0x94/0x3f8 with crng_init=0
[    0.000000] percpu: Embedded 22 pages/cpu @(____ptrval____) s52568 r8192 d29352 u90112
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516867
[    0.000000] Kernel command line: earlycon console=ttyPS0,115200 clk_ignore_unused root=/dev/mmcblk0p2 rw rootwait
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Memory: 997044K/2096128K available (10748K kernel code, 634K rwdata, 5408K rodata, 832K init, 509K bss, 50508K reserved, 1048576K cma-reserved)
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arch_timer: cp15 timer(s) running at 100.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x171024e7e0, max_idle_ns: 440795205315 ns
[    0.000004] sched_clock: 56 bits at 100MHz, resolution 10ns, wraps every 4398046511100ns
[    0.008329] Console: colour dummy device 80x25
[    0.012482] Calibrating delay loop (skipped), value calculated using timer frequency.. 200.00 BogoMIPS (lpj=400000)
[    0.022839] pid_max: default: 32768 minimum: 301
[    0.027548] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.034093] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.042085] ASID allocator initialised with 32768 entries
[    0.046597] rcu: Hierarchical SRCU implementation.
[    0.051584] EFI services will not be available.
[    0.055933] smp: Bringing up secondary CPUs ...
[    0.060614] Detected VIPT I-cache on CPU1
[    0.060653] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.061001] Detected VIPT I-cache on CPU2
[    0.061021] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.061335] Detected VIPT I-cache on CPU3
[    0.061355] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.061400] smp: Brought up 1 node, 4 CPUs
[    0.095756] SMP: Total of 4 processors activated.
[    0.100430] CPU features: detected: 32-bit EL0 Support
[    0.108148] CPU: All CPU(s) started at EL2
[    0.109610] alternatives: patching kernel code
[    0.115342] devtmpfs: initialized
[    0.120903] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.126999] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.158338] xor: measuring software checksum speed
[    0.197360]    8regs     :  2375.000 MB/sec
[    0.237387]    8regs_prefetch:  2052.000 MB/sec
[    0.277416]    32regs    :  2725.000 MB/sec
[    0.317448]    32regs_prefetch:  2309.000 MB/sec
[    0.317479] xor: using function: 32regs (2725.000 MB/sec)
[    0.321800] pinctrl core: initialized pinctrl subsystem
[    0.327841] NET: Registered protocol family 16
[    0.331768] audit: initializing netlink subsys (disabled)
[    0.336862] audit: type=2000 audit(0.284:1): state=initialized audit_enabled=0 res=1
[    0.344455] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
[    0.344463] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.359472] DMA: preallocated 256 KiB pool for atomic allocations
[    0.380195] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.447232] raid6: int64x1  gen()   445 MB/s
[    0.515188] raid6: int64x1  xor()   453 MB/s
[    0.583323] raid6: int64x2  gen()   681 MB/s
[    0.651291] raid6: int64x2  xor()   600 MB/s
[    0.719364] raid6: int64x4  gen()   981 MB/s
[    0.787361] raid6: int64x4  xor()   737 MB/s
[    0.855420] raid6: int64x8  gen()  1163 MB/s
[    0.923463] raid6: int64x8  xor()   759 MB/s
[    0.991569] raid6: neonx1   gen()   736 MB/s
[    1.059546] raid6: neonx1   xor()   880 MB/s
[    1.127588] raid6: neonx2   gen()  1127 MB/s
[    1.195658] raid6: neonx2   xor()  1174 MB/s
[    1.263695] raid6: neonx4   gen()  1482 MB/s
[    1.331742] raid6: neonx4   xor()  1418 MB/s
[    1.399786] raid6: neonx8   gen()  1540 MB/s
[    1.467816] raid6: neonx8   xor()  1459 MB/s
[    1.467846] raid6: using algorithm neonx8 gen() 1540 MB/s
[    1.471807] raid6: .... xor() 1459 MB/s, rmw enabled
[    1.476738] raid6: using neon recovery algorithm
[    1.482300] SCSI subsystem initialized
[    1.485282] usbcore: registered new interface driver usbfs
[    1.490526] usbcore: registered new interface driver hub
[    1.495807] usbcore: registered new device driver usb
[    1.500864] media: Linux media interface: v0.10
[    1.505308] videodev: Linux video capture interface: v2.00
[    1.510759] pps_core: LinuxPPS API ver. 1 registered
[    1.515663] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.524757] PTP clock support registered
[    1.528658] EDAC MC: Ver: 3.0.0
[    1.532266] zynqmp-ipi-mbox mailbox@ff990400: Probed ZynqMP IPI Mailbox driver.
[    1.539374] FPGA manager framework
[    1.542585] Advanced Linux Sound Architecture Driver Initialized.
[    1.548806] Bluetooth: Core ver 2.22
[    1.552013] NET: Registered protocol family 31
[    1.556405] Bluetooth: HCI device and connection manager initialized
[    1.562723] Bluetooth: HCI socket layer initialized
[    1.567565] Bluetooth: L2CAP socket layer initialized
[    1.572601] Bluetooth: SCO socket layer initialized
[    1.577901] clocksource: Switched to clocksource arch_sys_counter
[    1.583741] VFS: Disk quotas dquot_6.6.0
[    1.587424] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.599633] NET: Registered protocol family 2
[    1.600103] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes)
[    1.606426] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    1.613600] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    1.620414] TCP: Hash tables configured (established 16384 bind 16384)
[    1.626654] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    1.632564] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    1.639068] NET: Registered protocol family 1
[    1.643538] RPC: Registered named UNIX socket transport module.
[    1.649139] RPC: Registered udp transport module.
[    1.653815] RPC: Registered tcp transport module.
[    1.658477] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.665787] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[    1.672141] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    1.680699] Initialise system trusted keyrings
[    1.684157] workingset: timestamp_bits=62 max_order=19 bucket_order=0
[    1.691298] NFS: Registering the id_resolver key type
[    1.695514] Key type id_resolver registered
[    1.699650] Key type id_legacy registered
[    1.703636] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.710305] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    2.798226] NET: Registered protocol family 38
[    2.857391] Key type asymmetric registered
[    2.857422] Asymmetric key parser 'x509' registered
[    2.860742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    2.868056] io scheduler noop registered
[    2.871942] io scheduler deadline registered
[    2.876205] io scheduler cfq registered (default)
[    2.880853] io scheduler mq-deadline registered
[    2.885349] io scheduler kyber registered
[    2.920834] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    2.925295] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    2.933097] brd: module loaded
[    2.938205] loop: module loaded
[    2.939275] mtdoops: mtd device (mtddev=name/number) must be supplied
[    2.943776] libphy: Fixed MDIO Bus: probed
[    2.947600] tun: Universal TUN/TAP device driver, 1.6
[    2.951393] CAN device driver interface
[    2.956083] usbcore: registered new interface driver asix
[    2.960428] usbcore: registered new interface driver ax88179_178a
[    2.966460] usbcore: registered new interface driver cdc_ether
[    2.972254] usbcore: registered new interface driver net1080
[    2.977881] usbcore: registered new interface driver cdc_subset
[    2.983758] usbcore: registered new interface driver zaurus
[    2.989303] usbcore: registered new interface driver cdc_ncm
[    2.995504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.001381] ehci-pci: EHCI PCI platform driver
[    3.006106] usbcore: registered new interface driver uas
[    3.011103] usbcore: registered new interface driver usb-storage
[    3.017684] rtc_zynqmp ffa60000.rtc: rtc core: registered ffa60000.rtc as rtc0
[    3.024280] i2c /dev entries driver
[    3.029330] usbcore: registered new interface driver uvcvideo
[    3.033385] USB Video Class driver (1.1.1)
[    3.038084] Bluetooth: HCI UART driver ver 2.3
[    3.041858] Bluetooth: HCI UART protocol H4 registered
[    3.046968] Bluetooth: HCI UART protocol BCSP registered
[    3.052266] Bluetooth: HCI UART protocol LL registered
[    3.057347] Bluetooth: HCI UART protocol ATH3K registered
[    3.062727] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    3.068982] Bluetooth: HCI UART protocol Intel registered
[    3.074318] Bluetooth: HCI UART protocol QCA registered
[    3.079526] usbcore: registered new interface driver bcm203x
[    3.085143] usbcore: registered new interface driver bpa10x
[    3.090678] usbcore: registered new interface driver bfusb
[    3.096125] usbcore: registered new interface driver btusb
[    3.101546] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    3.107226] usbcore: registered new interface driver ath3k
[    3.112765] EDAC MC: ECC not enabled
[    3.116310] EDAC DEVICE0: Giving out device to module edac controller cache_err: DEV edac (POLLED)
[    3.125261] EDAC DEVICE1: Giving out device to module zynqmp-ocm-edac controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)
[    3.137472] sdhci: Secure Digital Host Controller Interface driver
[    3.143326] sdhci: Copyright(c) Pierre Ossman
[    3.147649] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.153624] ledtrig-cpu: registered to indicate activity on CPUs
[    3.159291] zynqmp_firmware_probe Platform Management API v1.1
[    3.165040] zynqmp_firmware_probe Trustzone version v1.0
[    3.193125] zynqmp_clk_mux_get_parent() getparent failed for clock: lpd_wdt, ret = -22
[    3.195888] alg: No test for xilinx-zynqmp-aes (zynqmp-aes)
[    3.200946] zynqmp_aes zynqmp_aes: AES Successfully Registered
[    3.200946] 
[    3.208475] alg: No test for xilinx-keccak-384 (zynqmp-keccak-384)
[    3.214597] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa)
[    3.220336] usbcore: registered new interface driver usbhid
[    3.225495] usbhid: USB HID core driver
[    3.229462] xlnk xlnk: Major 243
[    3.232622] xlnk xlnk: xlnk driver loaded
[    3.236480] xlnk xlnk: xlnk_pdev is not null
[    3.243188] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
[    3.247536] usbcore: registered new interface driver snd-usb-audio
[    3.254243] pktgen: Packet Generator for packet performance testing. Version: 2.75
[    3.261241] Initializing XFRM netlink socket
[    3.265126] NET: Registered protocol family 10
[    3.269895] Segment Routing with IPv6
[    3.273175] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.279358] NET: Registered protocol family 17
[    3.283375] NET: Registered protocol family 15
[    3.287789] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.300718] can: controller area network core (rev 20170425 abi 9)
[    3.306841] NET: Registered protocol family 29
[    3.311216] can: raw protocol (rev 20170425)
[    3.315452] can: broadcast manager protocol (rev 20170425 t)
[    3.321077] can: netlink gateway (rev 20170425) max_hops=1
[    3.326894] Bluetooth: RFCOMM TTY layer initialized
[    3.331377] Bluetooth: RFCOMM socket layer initialized
[    3.336490] Bluetooth: RFCOMM ver 1.11
[    3.340196] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.345468] Bluetooth: BNEP filters: protocol multicast
[    3.350661] Bluetooth: BNEP socket layer initialized
[    3.355588] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.361473] Bluetooth: HIDP socket layer initialized
[    3.366552] 9pnet: Installing 9P2000 support
[    3.370665] Key type dns_resolver registered
[    3.375401] registered taskstats version 1
[    3.378950] Loading compiled-in X.509 certificates
[    3.384104] Btrfs loaded, crc32c=crc32c-generic
[    3.395800] ff000000.serial: ttyPS1 at MMIO 0xff000000 (irq = 40, base_baud = 6249999) is a xuartps
�    3.399783] f�&�SӦ��i��k׋��+W/�*LW�Y�X��edff010000 (irq = 41, base_baud = 6249999) is a xuartps
[    3.413742] console [ttyPS0] enabled
[    3.417333] bootconsole [cdns0] disabled
[    3.417333] bootconsole [cdns0] disabled
[    3.425499] of-fpga-region fpga-full: FPGA Region probed
[    3.435005] xilinx-dpdma fd4c0000.dma: Xilinx DPDMA engine is probed
[    3.441623] xilinx-zynqmp-dma fd500000.dma: ZynqMP DMA driver Probe success
[    3.448748] xilinx-zynqmp-dma fd510000.dma: ZynqMP DMA driver Probe success
[    3.455864] xilinx-zynqmp-dma fd520000.dma: ZynqMP DMA driver Probe success
[    3.462972] xilinx-zynqmp-dma fd530000.dma: ZynqMP DMA driver Probe success
[    3.470086] xilinx-zynqmp-dma fd540000.dma: ZynqMP DMA driver Probe success
[    3.477203] xilinx-zynqmp-dma fd550000.dma: ZynqMP DMA driver Probe success
[    3.484324] xilinx-zynqmp-dma fd560000.dma: ZynqMP DMA driver Probe success
[    3.491437] xilinx-zynqmp-dma fd570000.dma: ZynqMP DMA driver Probe success
[    3.498634] xilinx-zynqmp-dma ffa80000.dma: ZynqMP DMA driver Probe success
[    3.505750] xilinx-zynqmp-dma ffa90000.dma: ZynqMP DMA driver Probe success
[    3.512869] xilinx-zynqmp-dma ffaa0000.dma: ZynqMP DMA driver Probe success
[    3.519983] xilinx-zynqmp-dma ffab0000.dma: ZynqMP DMA driver Probe success
[    3.527099] xilinx-zynqmp-dma ffac0000.dma: ZynqMP DMA driver Probe success
[    3.534216] xilinx-zynqmp-dma ffad0000.dma: ZynqMP DMA driver Probe success
[    3.541329] xilinx-zynqmp-dma ffae0000.dma: ZynqMP DMA driver Probe success
[    3.548451] xilinx-zynqmp-dma ffaf0000.dma: ZynqMP DMA driver Probe success
[    3.555817] xilinx-psgtr fd400000.zynqmp_phy: Lane:1 type:8 protocol:4 pll_locked:yes
[    3.566093] xilinx-dp-snd-codec fd4a0000.zynqmp-display:zynqmp_dp_snd_codec0: Xilinx DisplayPort Sound Codec probed
[    3.576833] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm0: Xilinx DisplayPort Sound PCM probed
[    3.584893] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm1: Xilinx DisplayPort Sound PCM probed
[    3.593772] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: xilinx-dp-snd-codec-dai <-> xilinx-dp-snd-codec-dai mapping ok
[    3.606234] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: xilinx-dp-snd-codec-dai <-> xilinx-dp-snd-codec-dai mapping ok
[    3.619004] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: Xilinx DisplayPort Sound Card probed
[    3.629227] OF: graph: no port node found in /amba/zynqmp-display@fd4a0000
[    3.636307] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.642918] [drm] No driver support for vblank timestamp query.
[    3.648912] xlnx-drm xlnx-drm.0: bound fd4a0000.zynqmp-display (ops 0xffffff8008bbf5e0)
[    4.733887] [drm] Cannot find any crtc or sizes
[    4.738697] [drm] Initialized xlnx 1.0.0 20130509 for fd4a0000.zynqmp-display on minor 0
[    4.746800] zynqmp-display fd4a0000.zynqmp-display: ZynqMP DisplayPort Subsystem driver probed
[    4.756817] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
[    4.763368] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM
[    4.769883] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM
[    4.776388] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM
[    4.782905] dwc3-of-simple ff9d0000.usb0: dwc3_simple_set_phydata: Can't find usb3-phy
[    4.791249] dwc3 fe200000.dwc3: Failed to get clk 'ref': -2
[    4.797546] dwc3-of-simple ff9e0000.usb1: dwc3_simple_set_phydata: Can't find usb3-phy
[    4.805867] dwc3 fe300000.dwc3: Failed to get clk 'ref': -2
[    4.812649] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 30
[    4.818952] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer at (____ptrval____) with timeout 60s
[    4.828154] cdns-wdt ff150000.watchdog: Xilinx Watchdog Timer at (____ptrval____) with timeout 10s
[    4.837817] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    4.843318] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    4.852304] xhci-hcd xhci-hcd.0.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x0000000202010010
[    4.861722] xhci-hcd xhci-hcd.0.auto: irq 50, io mem 0xfe300000
[    4.867902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    4.876166] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.883386] usb usb1: Product: xHCI Host Controller
[    4.888261] usb usb1: Manufacturer: Linux 4.19.0-xilinx-v2019.1 xhci-hcd
[    4.894953] usb usb1: SerialNumber: xhci-hcd.0.auto
[    4.900225] hub 1-0:1.0: USB hub found
[    4.904000] hub 1-0:1.0: 1 port detected
[    4.908128] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    4.913619] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[    4.921283] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0  SuperSpeed
[    4.927911] mmc0: SDHCI controller on ff160000.mmc [ff160000.mmc] using ADMA 64-bit
[    4.935739] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.944622] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    4.952880] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.960097] usb usb2: Product: xHCI Host Controller
[    4.964966] usb usb2: Manufacturer: Linux 4.19.0-xilinx-v2019.1 xhci-hcd
[    4.971657] usb usb2: SerialNumber: xhci-hcd.0.auto
[    4.976826] hub 2-0:1.0: USB hub found
[    4.980594] hub 2-0:1.0: 1 port detected
[    5.015864] mmc1: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit
[    5.026361] mmc0: new high speed SDHC card at address 59b4
[    5.032525] mmcblk0: mmc0:59b4 USD   7.51 GiB 
[    5.040402] rtc_zynqmp ffa60000.rtc: setting system clock to 1970-01-01 00:00:08 UTC (8)
[    5.048496] of_cfs_init
[    5.050958] of_cfs_init: OK
[    5.053880] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.062622]  mmcblk0: p1 p2
[    5.079746] mmc1: new high speed SDIO card at address 0001
[    5.193537] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.200065] clk: Not disabling unused clocks
[    5.204333] ALSA device list:
[    5.207293]   #0: DisplayPort monitor
[    5.211341] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    5.219947] cfg80211: failed to load regulatory.db
[    5.241886] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[    5.305810] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    5.313919] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    5.320667] devtmpfs: mounted
[    5.323922] Freeing unused kernel memory: 832K
[    5.328405] Run /sbin/init as init process
[    5.394378] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 2.05
[    5.402551] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.409685] usb 1-1: Product: USB2744
[    5.413348] usb 1-1: Manufacturer: Microchip Tech
INIT: version 2.88 booting
[    5.472153] hub 1-1:1.0: USB hub found
[    5.475951] hub 1-1:1.0: 4 ports detected
[    5.497252] random: fast init done
Starting udev
[    5.773006] udevd[1787]: starting version 3.2.5
[    5.784925] random: udevd: uninitialized urandom read (16 bytes read)
[    5.792313] random: udevd: uninitialized urandom read (16 bytes read)
[    5.799678] random: udevd: uninitialized urandom read (16 bytes read)
[    5.821890] usb 1-1.4: new high-speed USB device number 3 using xhci-hcd
[    5.836892] udevd[1788]: starting eudev-3.2.5
[    5.841911] [drm] Cannot find any crtc or sizes
[    5.926850] usb 1-1.4: New USB device found, idVendor=0424, idProduct=2740, bcdDevice= 2.00
[    5.935253] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.942587] usb 1-1.4: Product: Hub Controller
[    5.947040] usb 1-1.4: Manufacturer: Microchip Tech
[    6.391079] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    6.433779] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Tue Oct 29 09:06:00 UTC 2019
[    7.538612] urandom_read: 4 callbacks suppressed
[    7.538619] random: dd: uninitialized urandom read (512 bytes read)
Configuring packages on first boot....
 (This may take several minutes. Please do not power off the machine.)
Running postinst /etc/rpm-postinsts/100-sysvinit-inittab...
update-rc.d: /etc/init.d/run-postinsts exists during rc.d purge (continuing)
 Removing any system startup links for run-postinsts ...
  /etc/rcS.d/S99run-postinsts
INIT: Entering runlevel: 5
Configuring network interfaces... Cannot find device "eth0"
Starting Dropbear SSH server: [    7.843872] random: dropbearkey: uninitialized urandom read (32 bytes read)
[    7.853271] random: dropbearkey: uninitialized urandom read (32 bytes read)
Generating 2048 bit rsa key, this may take a while...
Public key portion is:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOI8wj8a6wf7zlg6r5HdDA+z2+FS5KUACaws8skcUWLkM1yVLfnLwvGgYwUaC+Z18s6MZrdSzbitO9GfJD4v6HLRGeifmG7+hA5QnQwmJoHxjBEH9KW7xF6mDpor/eNxld3+uWiX1UJAiVsUQKd3sMJSzPmQtpUDj4iJYxd8SEEbG3QKb3opD9xqoOSqIqWmQgIyi06sW9U9+vkFLF3IuzA+EYOpGt3g9BnJopA4pv8tBVd2p0O0GaOyDthGsdHaA2F3D8kgaCoidycq6Oim9F+grW3fiSZCn9JNAijZ7bt8NE7yCIoEN4S4eQMAzjOkV0FGFxc6Vl2Y6kRCUBZvq9 root@Ultra96V2_Platform1
Fingerprint: sha1!! b6:b3:5e:42:a5:d3:4e:c0:46:b4:bf:05:07:70:2f:24:1e:94:83:82
dropbear.
Starting internet superserver: inetd.
Starting syslogd/klogd: done
Starting tcf-agent: OK

/bin/autologin: line 1: -e: command not found
root@Ultra96V2_Platform1:~# 

  1. 2019年11月02日 15:03 |
  2. SDSoC
  3. | トラックバック:0
  4. | コメント:0

SDx 2019.1 のUltra96-V2 用プラットフォームを作る5(SDx 1)

SDx 2019.1 のUltra96-V2 用プラットフォームを作る4(PetaLinux3)”の続き。

前回は、boot, image ディレクトリを作り、boot.bif を作成し、mylib と mylib2 を作成した。今回は、SDx を立ち上げてプラットフォーム・プロジェクトを生成し、ビルドする。
なお、この記事は、”SDx のUltra96-V2 用プラットフォームを作る8(SDxでプラットフォーム・プロジェクトを生成)”の 2019.1 版だ。

SDx を立ち上げた。
まずは、source コマンドで、SDx のsettings64.sh を起動して、環境を整えた。
sdx でSDx を起動した。
ワークスペースを聞かれるので、/home/masaaki/sdx_workspace/2019.1 ディレクトリを指定した。
SDx2019_1_platform_43_191031.png

SDx が立ち上がった。Welcome 画面が表示された。

SDx の File メニューから New -> SDx Platform Project... を選択した。

New Platform Project ダイアログが表示された。
Create new platform project 画面でProject name に Ultra96V2_Platform1 を設定した。
SDx2019_1_platform_44_191031.png

platform project 画面で、デフォルトのCreate from hardware specification のラジオボタンが選択されているのを確認する。
SDx2019_1_platform_45_191031.png

Platform Project Specification 画面では、Hardware Specification のDSA/HDF file: に /home/masaaki/HDL/Ultra96/SDx_platform/2019.1/Ultra96V2_Platform1/Ultra96V2_Platform1.dsa を指定した。(”SDx 2019.1 のUltra96-V2 用プラットフォームを作る1(DSA ファイルを作成)”を参照)
SDx2019_1_platform_46_191031.png

Ultra96V2_Platform1 プラットフォーム・プロジェクトが作られた。
SDx2019_1_platform_47_191031.png

Generate prebuilt data にラジオボタンをクリックする。
+アイコンをクリックして、System Configuration を選択する。
New System Configuration ダイアログが表示された。
Name にLinuxConfig と入力した。
SDx2019_1_platform_48_191031.png

Use pre-built software components ラジオボタンをクリックする。
Boot Directory のBrows ボタンをクリックして、/media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/images/linux/boot ディレクトリを選択した。
Bif File のBrows ボタンをクリックして、/media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/images/linux/ の boot.bif を選択した。(”SDx 2019.1 のUltra96-V2 用プラットフォームを作る4(PetaLinux3)”を参照)
SDx2019_1_platform_49_191031.png

+アイコンをクリックして、Domain を選択した。
Name に linux_domain と入力した。
OS は Linux を選択した。
SDx2019_1_platform_50_191031.png

LinuxConfig の下に、linux_domain が入った。
linux_domain を選択して、Image の Browse... ボタンをクリックし、/media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/images/linux/image ディレクトリを選択した。(”SDx 2019.1 のUltra96-V2 用プラットフォームを作る4(PetaLinux3)”を参照)
SDx2019_1_platform_51_191031.png

Ultra96V2_Platform1 -> sysconfig1 -> standalone on psu cortexa53_0 -> Board Suport Package をクリックした。
Board Suport Package の Modify BSP Settings... ボタンをクリックする。
SDx2019_1_platform_52_191031.png

stdin, stdout を psu_uart_1 に設定した。
SDx2019_1_platform_53_191031.png

Modify BSP Settings ダイアログが表示された。Yes ボタンをクリックする。
SDx2019_1_platform_54_191031.png

Ultra96V2_Platform1 プラットフォームがgenerate された。
SDx2019_1_platform_55_191031.png
  1. 2019年10月31日 04:39 |
  2. SDSoC
  3. | トラックバック:0
  4. | コメント:0

SDx 2019.1 のUltra96-V2 用プラットフォームを作る4(PetaLinux3)

SDx 2019.1 のUltra96-V2 用プラットフォームを作る3(PetaLinux2)”の続き。

前回は、カーネルの petalinux-config とRoot File System の petalinux-config を行って、プロジェクトをビルドした。今回は、boot, image ディレクトリを作り、boot.bif を作成し、mylib と mylib2 を作成する。

Ultra96V2_Platform1/images/linux に boot, image ディレクトリを生成した。

boot ディレクトリには、bl31.elf, pmufw.elf, u-boot.elf を上のディレクトリからコピーした。そして、zynqmp_fsbl.elf を fsbl.elf と名前を変えて boot ディレクトリにコピーした。

image ディレクトリには、上のディレクトリから、image.ub をコピーした。
SDx2019_1_platform_30_191028.png

PetaLinux/PetaL_Proj/Ultra96V2_Platform1/images/linux に boot.bif を生成した。
これはフルパスで書く必要があったので、フルパスで書いた。
SDx2019_1_platform_31_191028.png

tthe_ROM_image:
{
    [fsbl_config] a53_x64
    [bootloader] /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/images/linux/boot/fsbl.elf
    [pmufw_image] /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/images/linux/boot/pmufw.elf
    [destination_device=pl] /home/masaaki/HDL/Ultra96/SDx_platform/2019.1/Ultra96V2_Platform1/Ultra96V2_Platform1.runs/impl_1/Ultra96V2_Platform1_wrapper.bit
    [destination_cpu=a53-0, exception_level=el-3, trustzone] /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/images/linux/boot/bl31.elf
    [destination_cpu=a53-0, exception_level=el-2] /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/images/linux/boot/u-boot.elf
}


Linux user application を作成する。
petalinux-create -t apps --template install --name mylib --enable
SDx2019_1_platform_32_191028.png

Ultra96V2_Platform1/project-spec/meta-user/recipes-apps/mylib/files/ ディレクトリの mylib ファイルを削除した。
SDx2019_1_platform_35_191028.png

tools/Xilinx/SDx/2018.3/target/aarch64-linux/lib/libsds_lib.so を
SDx2019_1_platform_36_191028.png

Ultra96V2_Platform1/project-spec/meta-user/recipes-apps/mylib/files/ ディレクトリにコピーした。
SDx2019_1_platform_37_191028.png

PetaLinux/PetaL_Proj/Ultra96V2_Platform1/project-spec/meta-user/recipes-apps/mylib/mylib.bb を編集した。
SDx2019_1_platform_38_191028.png

mylib.bb の内容を示す。

#
# This file is the mylib recipe.
#

SUMMARY = "Simple mylib application"
SECTION = "PETALINUX/apps"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

SRC_URI = "file://libsds_lib.so \
 "

S = "${WORKDIR}"
TARGET_CC_ARCH += "${LDFLAGS}"
do_install() {
      install -d ${D}/${bindir}
      install -m 0755 ${S}/libsds_lib.so ${D}/${bindir}
}
FILES_${PN} += "${libdir}"
FILES_SOLIBSDEV = ""


ROOT FSをビルドした。
petalinux-build -c rootfs
SDx2019_1_platform_39_191028.png

ログを示す。

(py27) masaaki@masaaki-H110M4-M01:/media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1$ petalinux-build -c rootfs
[INFO] building rootfs
[INFO] sourcing bitbake
[INFO] generating user layers
INFO: bitbake petalinux-user-image -c do_image_complete
Loading cache: 100% |############################################| Time: 0:00:00
Loaded 3811 entries from dependency cache.
Parsing recipes: 100% |##########################################| Time: 0:00:03
Parsing of 2778 .bb files complete (2773 cached, 5 parsed). 3813 targets, 150 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Initialising tasks: 100% |#######################################| Time: 0:00:01
Checking sstate mirror object availability: 100% |###############| Time: 0:00:06
Sstate summary: Wanted 132 Found 32 Missed 200 Current 704 (24% match, 88% complete)
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: mylib-1.0-r0 do_package_qa: QA Issue: mylib-dbg: found library in wrong location: /usr/bin/.debug/libsds_lib.so
mylib: found library in wrong location: /usr/bin/libsds_lib.so [libdir]
NOTE: Tasks Summary: Attempted 2500 tasks of which 2477 didn't need to be rerun and all succeeded.

Summary: There was 1 WARNING message shown.
INFO: Copying Images from deploy to images
NOTE: Failed to copy built images to tftp dir:  /tftpboot
[INFO] successfully built rootfs


今回は、ワーニングが出ている。

libsds_lib_dbg.so についても手順を繰り返す。
petalinux-create -t apps --template install --name mylib2 --enable
SDx2019_1_platform_40_191028.png

Ultra96V2_Platform1/project-spec/meta-user/recipes-apps/mylib2/files/ ディレクトリの mylib2 ファイルを削除した。
tools/Xilinx/SDx/2018.3/target/aarch64-linux/lib/libsds_lib_dbg.so を Ultra96V2_Platform1/project-spec/meta-user/recipes-apps/mylib2/files/ ディレクトリにコピーした。
SDx2019_1_platform_41_191028.png

PetaLinux/PetaL_Proj/Ultra96V2_Platform1/project-spec/meta-user/recipes-apps/mylib2/mylib2.bb を編集した。

#
# This file is the mylib2 recipe.
#

SUMMARY = "Simple mylib2 application"
SECTION = "PETALINUX/apps"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

SRC_URI = "file://libsds_lib_dbg.so \
 "

S = "${WORKDIR}"
TARGET_CC_ARCH += "${LDFLAGS}"
do_install() {
      install -d ${D}/${bindir}
      install -m 0755 ${S}/libsds_lib_dbg.so ${D}/${bindir}
}
FILES_${PN} += "${libdir}"
FILES_SOLIBSDEV = ""


petalinux-build -c rootfs
SDx2019_1_platform_42_191028.png

ログを示す。

(py27) masaaki@masaaki-H110M4-M01:/media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1$ petalinux-build -c rootfs
[INFO] building rootfs
[INFO] sourcing bitbake
[INFO] generating user layers
INFO: bitbake petalinux-user-image -c do_image_complete
Loading cache: 100% |############################################| Time: 0:00:00
Loaded 3812 entries from dependency cache.
Parsing recipes: 100% |##########################################| Time: 0:00:03
Parsing of 2779 .bb files complete (2774 cached, 5 parsed). 3814 targets, 150 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Initialising tasks: 100% |#######################################| Time: 0:00:01
Checking sstate mirror object availability: 100% |###############| Time: 0:00:05
Sstate summary: Wanted 116 Found 16 Missed 200 Current 725 (13% match, 88% complete)
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: mylib2-1.0-r0 do_package_qa: QA Issue: mylib2: found library in wrong location: /usr/bin/libsds_lib_dbg.so
mylib2-dbg: found library in wrong location: /usr/bin/.debug/libsds_lib_dbg.so [libdir]
NOTE: Tasks Summary: Attempted 2512 tasks of which 2491 didn't need to be rerun and all succeeded.

Summary: There was 1 WARNING message shown.
INFO: Copying Images from deploy to images
NOTE: Failed to copy built images to tftp dir:  /tftpboot
[INFO] successfully built rootfs

  1. 2019年10月30日 04:47 |
  2. SDSoC
  3. | トラックバック:0
  4. | コメント:0

SDx 2019.1 のUltra96-V2 用プラットフォームを作る3(PetaLinux2)

SDx 2019.1 のUltra96-V2 用プラットフォームを作る2(PetaLinux1)”の続き。

前回は、PetaLinux のプロジェクトを生成して、petalinux-config を行った。今回は、カーネルの petalinux-config とRoot File System の petalinux-config を行って、プロジェクトをビルドしていこう。

まずは、カーネルの petalinux-config を行って、設定をしていく。
petalinux-config -c kernel
SDx2019_1_platform_17_191025.png

端末の別タブに設定画面が表示された。
設定を行う。
Device Drivers -> Generic Driver Options -> Size in MB(1024)に変更する。
SDx2019_1_platform_18_191025.png

Device Drivers -> Staging drivers (ON) はすでにON されていた。

Device Drivers -> Staging drivers -> Xilinx APF Accelerator driver (ON) した。
SDx2019_1_platform_19_191025.png

Device Drivers -> Staging drivers -> Xilinx APF Accelerator driver -> Xilinx APF DMA engines support (ON)
SDx2019_1_platform_20_191025.png

CPU Power Management -> CPU idle -> CPU idle PM support (OFF)
SDx2019_1_platform_21_191025.png

CPU Power Management -> CPU Frequency scaling -> CPU Frequency scaling (OFF)
SDx2019_1_platform_22_191025.png

設定終了。セーブしてExit した。
SDx2019_1_platform_23_191025.png

ログを示す。

(py27) masaaki@masaaki-H110M4-M01:/media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1$ petalinux-config -c kernel
[INFO] generating Kconfig for project
[INFO] sourcing bitbake
[INFO] generating plnxtool conf
[INFO] generating meta-plnx-generated layer
[INFO] generating user layers
[INFO] generating machine configuration
[INFO] configuring: kernel
[INFO] generating kernel configuration files
[INFO] bitbake virtual/kernel -c menuconfig
Loading cache: 100% |############################################| Time: 0:00:00
Loaded 3810 entries from dependency cache.
Parsing recipes: 100% |##########################################| Time: 0:00:03
Parsing of 2777 .bb files complete (2766 cached, 11 parsed). 3812 targets, 150 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Initialising tasks: 100% |#######################################| Time: 0:00:00
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 2 tasks of which 0 didn't need to be rerun and all succeeded.
Loading cache: 100% |############################################| Time: 0:00:00
Loaded 3811 entries from dependency cache.
Parsing recipes: 100% |##########################################| Time: 0:00:03
Parsing of 2777 .bb files complete (2775 cached, 2 parsed). 3812 targets, 150 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Initialising tasks: 100% |#######################################| Time: 0:00:00
Checking sstate mirror object availability: 100% |###############| Time: 0:00:00
Sstate summary: Wanted 49 Found 45 Missed 8 Current 0 (91% match, 0% complete)
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 376 tasks of which 366 didn't need to be rerun and all succeeded.
bitbake -c diffconfig virtual/kernel
Loading cache...done.
Loaded 3811 entries from dependency cache.
Parsing recipes...done.
Parsing of 2777 .bb files complete (2775 cached, 2 parsed). 3812 targets, 150 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Initialising tasks...done.
Checking sstate mirror object availability...done.
Sstate summary: Wanted 13 Found 9 Missed 8 Current 25 (69% match, 89% complete)
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Running task 286 of 286 (/media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/2019.1/components/yocto/source/aarch64/layers/meta-xilinx/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2019.1.bb:do_diffconfig)
NOTE: recipe linux-xlnx-4.19-xilinx-v2019.1+gitAUTOINC+9811303824-r0: task do_diffconfig: Started
Config fragment has been dumped into:
 /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/build/tmp/work/plnx_zynqmp-xilinx-linux/linux-xlnx/4.19-xilinx-v2019.1+gitAUTOINC+9811303824-r0/fragment.cfg
NOTE: recipe linux-xlnx-4.19-xilinx-v2019.1+gitAUTOINC+9811303824-r0: task do_diffconfig: Succeeded
NOTE: Tasks Summary: Attempted 286 tasks of which 285 didn't need to be rerun and all succeeded.

generate_bbappend /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/build/tmp/work/plnx_zynqmp-xilinx-linux/linux-xlnx/4.19-xilinx-v2019.1+gitAUTOINC+9811303824-r0/user_2019-10-25-21-15-00.cfg /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/project-spec/meta-user/
recipetool appendsrcfile -wW /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/project-spec/meta-user/ virtual/kernel /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/build/tmp/work/plnx_zynqmp-xilinx-linux/linux-xlnx/4.19-xilinx-v2019.1+gitAUTOINC+9811303824-r0/user_2019-10-25-21-15-00.cfg
NOTE: Starting bitbake server...
Loading cache...done.
Loaded 3811 entries from dependency cache.
Parsing recipes...done.
Parsing of 2777 .bb files complete (2775 cached, 2 parsed). 3812 targets, 150 skipped, 0 masked, 0 errors.
NOTE: Writing append file /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/project-spec/meta-user/recipes-kernel/linux/linux-xlnx_%.bbappend
NOTE: Copying /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/build/tmp/work/plnx_zynqmp-xilinx-linux/linux-xlnx/4.19-xilinx-v2019.1+gitAUTOINC+9811303824-r0/user_2019-10-25-21-15-00.cfg to /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/project-spec/meta-user/recipes-kernel/linux/linux-xlnx/user_2019-10-25-21-15-00.cfg

Loading cache: 100% |############################################| Time: 0:00:00
Loaded 3811 entries from dependency cache.
Parsing recipes: 100% |##########################################| Time: 0:00:03
Parsing of 2777 .bb files complete (2774 cached, 3 parsed). 3812 targets, 150 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Initialising tasks: 100% |#######################################| Time: 0:00:00
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 2 tasks of which 0 didn't need to be rerun and all succeeded.
[INFO] successfully configured kernel


ワーニングは出ていないようだ。

次に、Root FS を設定する。
petalinux-config -c rootfs

Filesystem Packages -> misc -> gcc-runtime -> libstdc++ (ON)
SDx2019_1_platform_24_191026.png

設定をセーブして、Exit した。
SDx2019_1_platform_25_191026.png

ログを示す。

(py27) masaaki@masaaki-H110M4-M01:/media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1$ petalinux-config -c rootfs
[INFO] sourcing bitbake
[INFO] generating plnxtool conf
[INFO] generating meta-plnx-generated layer
[INFO] generating user layers
[INFO] generating machine configuration
[INFO] configuring: rootfs
[INFO] generating kconfig for Rootfs
[INFO] menuconfig rootfs
configuration written to /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/project-spec/configs/rootfs_config

*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.

[INFO] generating petalinux-user-image.bb
[INFO] successfully configured rootfs


~/PetaLinux/PetaL_Proj/Ultra96V2_Platform1/project-spec/meta-user/recipes-bsp/device-tree/files ディレクトリの system-user.dtsi を編集した。
SDx2019_1_platform_26_191026.png

SDx2019_1_platform_27_191026.png

system-user.dtsi の内容を示す。

/include/ "system-conf.dtsi"
/ {
    xlnk {
    compatible = "xlnx,xlnk-1.0";
    };    
};

&sdhci0 {
    disable-wp;
};


プロジェクトをビルドする。
petalinux-build
SDx2019_1_platform_28_191026.png

ログを示す。

(py27) masaaki@masaaki-H110M4-M01:/media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1$ petalinux-build
[INFO] building project
[INFO] sourcing bitbake
[INFO] generating user layers
INFO: bitbake petalinux-user-image
Loading cache: 100% |############################################| Time: 0:00:00
Loaded 3811 entries from dependency cache.
Parsing recipes: 100% |##########################################| Time: 0:00:03
Parsing of 2777 .bb files complete (2774 cached, 3 parsed). 3812 targets, 150 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Initialising tasks: 100% |#######################################| Time: 0:00:03
Checking sstate mirror object availability: 100% |###############| Time: 0:00:11
Sstate summary: Wanted 865 Found 645 Missed 440 Current 36 (74% match, 75% complete)
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 3234 tasks of which 2236 didn't need to be rerun and all succeeded.
INFO: Copying Images from deploy to images
INFO: Creating images/linux directory
NOTE: Failed to copy built images to tftp dir:  /tftpboot
[INFO] successfully built project


今まで、ワーニング出ていない。

ビルドで、PetaL_Proj/2019.1/Ultra96V2_Platform1/images/linux にPetaLinux 用の elf ファイルやイメージ・ファイルが生成された。
SDx2019_1_platform_29_191028.png
  1. 2019年10月28日 05:01 |
  2. SDSoC
  3. | トラックバック:0
  4. | コメント:0

SDx 2019.1 のUltra96-V2 用プラットフォームを作る2(PetaLinux1)

SDx 2019.1 のUltra96-V2 用プラットフォームを作る1(DSA ファイルを作成)”の続き。

前回は、Vivado 2018.3 で作ってあったSDx のハードウェア・プラットフォームをVivado 2019.1 に変換し、DSA ファイルを生成した。今回は、PetaLinux をコンフィギュレーションして、ビルドしていこう。

SDx のUltra96-V2 用プラットフォームを作る5(PetaLinuxプロジェクト1)”では、AVNET 社からダウンロードしたPetaLinux 2018.3 の Ultra96-V2 用のBSP を使用して、PetaLinux 2018.3 のプロジェクトを生成した。PetaLinux 2019.1 の Ultra96-V2 用のBSP は無いのでBSP を使用しない方法を使用する。
ZynqMP 用のPetaLinux 2019.1 プロジェクトを生成しよう。
petalinux-create --type project --template zynqMP --name Ultra96V2_Platform1
SDx2019_1_platform_9_191025.png

ハードウェア・プラットフォームについて、コンフィギュレーションをしていこう。
cd Ultra96V2_Platform1/
petalinux-config --get-hw-description=Ultra96V2_Platform1.sdk

SDx2019_1_platform_10_191025.png

Image Packaging Configuration -> Root filesystem type -> SDカードを選択する
SDx2019_1_platform_11_191025.png

Yocto Settings -> Enable Debug Tweaks を有効にする (Spaceキーを押す)
SDx2019_1_platform_12_191025.png

Subsystem AUTO Hardware Settings -> Serial Settings -> Primary stdin/stdout を psu_uart_1 に変更する。
SDx2019_1_platform_13_191025.png

設定をセーブしたら、エラーだった。
SDx2019_1_platform_14_191025.png

これは、やはり、Python 3.6.5 でやっているのがダメなんだな。Python 2.7 に切り替える。”pythonのバージョンを切り替える(anaconda使用の場合)”を参照する。
そしてもう一度、petalinux-config を行う。
source activate py27
petalinux-config --get-hw-description=Ultra96V2_Platform1.sdk

SDx2019_1_platform_15_191025.png

今度は成功した。やはり、Python 2系でないとダメなようだ。
SDx2019_1_platform_16_191025.png

ログを示す。

(py27) masaaki@masaaki-H110M4-M01:/media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1$ petalinux-config --get-hw-description=Ultra96V2_Platform1.sdk
INFO: Getting hardware description...
INFO: Rename Ultra96V2_Platform1_wrapper.hdf to system.hdf
[INFO] generating Kconfig for project
[INFO] menuconfig project
configuration written to /media/masaaki/Ubuntu_Disk/tools/Xilinx/PetaLinux/PetaL_Proj/2019.1/Ultra96V2_Platform1/project-spec/configs/config

*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.

[INFO] sourcing bitbake
[INFO] generating plnxtool conf
[INFO] generating meta-plnx-generated layer
[INFO] generating user layers
[INFO] generating machine configuration
[INFO] generating bbappends for project . This may take time ! 
[INFO] generating u-boot configuration files
[INFO] generating kernel configuration files
[INFO] generating kconfig for Rootfs
[INFO] silentconfig rootfs
[INFO] generating petalinux-user-image.bb


SDx のUltra96-V2 用プラットフォームを作る6(PetaLinuxプロジェクト2)”と比べてエラーメッセージが無いのが良さそうだ。
  1. 2019年10月26日 05:21 |
  2. SDSoC
  3. | トラックバック:0
  4. | コメント:0

SDx 2019.1 のUltra96-V2 用プラットフォームを作る1(DSA ファイルを作成)

SDx のUltra96-V2 用プラットフォームを作る13(Linuxでは失敗した)”で SDx 2018.3 で Linux 用のプラットフォームを使用して、アプリケーション・プロジェクトを作成し、PetaLinux 上で実行させたところ途中で止まってしまって、実行することができなかった。使用したPetaLinux 2018.3 は私が使用しているUbuntu 18.04 に未対応ということも合って規格外の使用ということになってしまった。よって、Ubuntu 18.04 に対応しているPetaLinux 2019.1 で試してみたいと思う。

SDx 2019.1 と PetaLinux 2019.1 をインストールした。

~/HDL/Ultra96/SDx_platform/ ディレクトリに 2019.1 ディレクトリを作成した。
そのディレクトリに、Vivado 2018.3 のUltra96V2_Platform1 プロジェクトをコピーした。
SDx2019_1_platform_1_191024.png

Ultra96V2_Platform1 ディレクトリに入って、DSA ファイルを削除した。
SDx2019_1_platform_2_191024.png

Ultra96-V2 用のボード・ファイルを実装してあるVivado 2019.1 を立ち上げて、プロジェクトを旧プロジェクトから 2019.1 プロジェクト用に変換した。Vivado 2018.3 で行った前回の記事は”SDx のUltra96-V2 用プラットフォームを作る2(ブロックデザインの作成)”だ。
SDx2019_1_platform_3_191024.png

前回の”SDx のUltra96-V2 用プラットフォームを作る2(Platform Hardware Interfacesの宣言)”の設定は、すでに終了しているので、Flow Navigator 上でGenerate Bitstream をクリックしてビットストリームの生成を行う。

Generate Bitstream が終了した。Project Summary を表示させた。
SDx2019_1_platform_4_191024.png

Vivado のFile メニューからExport -> Export Hardware... を選択する。

Export Hardware ダイアログ表示された。
Include bitstream にチェックを入れて、OKボタンをクリックする。
overwrite を警告するダイアログが出るが、OK ボタンをクリックする。
SDx2019_1_platform_5_191024.png

SDx のUltra96-V2 用プラットフォームを作る4(DSA ファイルの生成)”に従って DSA ファイルを作成する。

まずは、TCL コンソールを出して、/home/masaaki/HDL/Ultra96/SDx_platform/2019.1/Ultra96V2_Platform1/ ディレクトリに移動する。
cd /home/masaaki/HDL/Ultra96/SDx_platform/2019.1/Ultra96V2_Platform1/

DSA ファイルを作成する。
write_dsa -force -include_bit Ultra96V2_Platform1.dsa
SDx2019_1_platform_6_191024.png

ログを示す。

cd /home/masaaki/HDL/Ultra96/SDx_platform/2019.1/Ultra96V2_Platform1/
write_dsa -force -include_bit Ultra96V2_Platform1.dsa
INFO: [Vivado 12-4895] Creating DSA: Ultra96V2_Platform1.dsa ...
INFO: [Vivado 12-4896] Successfully created DSA: /home/masaaki/HDL/Ultra96/SDx_platform/2019.1/Ultra96V2_Platform1/Ultra96V2_Platform1.dsa
write_dsa: Time (s): cpu = 00:00:16 ; elapsed = 00:00:15 . Memory (MB): peak = 7966.305 ; gain = 54.004 ; free physical = 6365 ; free virtual = 38343
/home/masaaki/HDL/Ultra96/SDx_platform/2019.1/Ultra96V2_Platform1/Ultra96V2_Platform1.dsa


DSA ファイルが作成できた。
SDx2019_1_platform_7_191024.png

DSA ファイルを検証する。
validate_dsa Ultra96V2_Platform1.dsa
SDx2019_1_platform_8_191024.png

ログを示す。

validate_dsa Ultra96V2_Platform1.dsa
INFO: [Vivado 12-6074] Validating DSA: 'Ultra96V2_Platform1.dsa'
INFO: [Vivado 12-4468] Found XML metadata file: dsa.xml
INFO: [Vivado 12-6078] Validating platform properties...
INFO: [Vivado 12-6079] Validating unified platform...
INFO: [Vivado 12-6073] Validating 'pre_synth' platform state...
INFO: [Vivado 12-6077] Validating platform files...
INFO: [Vivado 12-6067] Found file 'emu/emu.xml' of type 'EMU_XML' in the DSA.
INFO: [Vivado 12-6067] Found file 'Ultra96V2_Platform1.bit' of type 'FULL_BIT' in the DSA.
INFO: [Vivado 12-6067] Found file 'Ultra96V2_Platform1.hpfm' of type 'HPFM' in the DSA.
INFO: [Vivado 12-6067] Found file 'prj/rebuild.tcl' of type 'REBUILD_TCL' in the DSA.
INFO: [Vivado 12-6066] Finished running validate_dsa for file: 'Ultra96V2_Platform1.dsa'


  1. 2019年10月25日 05:04 |
  2. SDSoC
  3. | トラックバック:0
  4. | コメント:0

SDx のUltra96-V2 用プラットフォームを作る13(Linuxでは失敗した)

SDx のUltra96-V2 用プラットフォームを作る12(トラブルシューティング)”の続き。

前回は、Linux のSDx アプリケーション・プロジェクトを作成したが、Root FS が起動しなかった原因を究明した。今回は、LinuxConfig で作成したSDx アプリケーション・プロジェクトの実行ファイルを動作させたい。結論から言うとSDx アプリケーション・プロジェクトの実行ファイルの動作に失敗した。

前回の対処によって、PetaLinux が起動した。良かった。。。
SDx_platform_143_191019.png

Micro SD カードの第1パーティションは、/run/media/mmcblk0p1/ ディレクトリにマウントされていた。そこに cd する。
cd /run/media/mmcblk0p1/

SDx アプリケーション・プロジェクトの実行ファイルを実行した。
./sdx_app1_linux.elf
すると、libsds_lib.so がオープンできないというエラーになった。

./sdx_app1_linux.elf: error while loading shared libraries: libsds_lib.so: cannot open shared object file: No such file or directory


aarch64-linux ディレクトリにある libsds_lib.so を /lib ディレクトリにコピーした。
cp aarch64-linux/libsds_lib.so /lib

再度、SDx アプリケーション・プロジェクトの実行ファイルを実行した。
./sdx_app1_linux.elf
途中から、どこかに行って帰ってこない。

root@Ultra96V2_Platform1:/run/media/mmcblk0p1# ./sdx_app1_linux.elf 
[  108.348099] xlnk_eng_probe ...
[  108.351179] uio name xilinx-xlnk-eng.0
[  108.354954] xilinx-xlnk-eng xilinx-xlnk-eng.0: physical base : 0xa0000000
[  108.361737] xilinx-xlnk-eng xilinx-xlnk-eng.0: register range : 0x10000
[  108.368343] xilinx-xlnk-eng xilinx-xlnk-eng.0: base remapped to: 0xffffff800c3a0000
[  108.376181] xilinx-xlnk-eng xilinx-xlnk-eng.0: xilinx-xlnk-eng uio registered


sDx アプリケーション・プロジェクトの実行ファイルの実行に失敗した。
もしかして、PetaLinux 2018.3 はUbuntu 18.04 に対応していないので、まずいのかも知れない?
うまく、行っているようだったが、コンフィグやビルドの途中でワーニング出ていた。

最後にLinux の起動メッセージを貼っておく。

Xilinx Zynq MP First Stage Boot Loader 
Release 2018.3   Oct  8 2019  -  12:00:21
PMUFW: v1.1


U-Boot 2018.01 (Oct 17 2019 - 19:54:36 +0000) Xilinx ZynqMP ZCU102 rev1.0

I2C:   ready
DRAM:  2 GiB
usb dr_mode not found
usb dr_mode not found
EL Level: EL2
Chip ID: zu3eg
MMC:   Card did not respond to voltage select!
mmc_init: -95, time 27
mmc@ff170000 - probe failed: -95
mmc@ff160000: 0 (SD)Card did not respond to voltage select!
mmc_init: -95, time 28

*** Warning - bad CRC, using default environment

In:    serial@ff010000
Out:   serial@ff010000
Err:   serial@ff010000
Board: Xilinx ZynqMP
Bootmode: SD_MODE
U-BOOT for Ultra96V2_Platform1

Hit any key to stop autoboot:  0 
Device: mmc@ff160000
Manufacturer ID: 74
OEM: 4a60
Name: USD   
Tran Speed: 50000000
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 7.5 GiB
Bus Width: 4-bit
Erase Group Size: 512 Bytes
reading image.ub
7101232 bytes read in 518 ms (13.1 MiB/s)
## Loading kernel from FIT Image at 10000000 ...
   Using 'conf@system-top.dtb' configuration
   Trying 'kernel@1' kernel subimage
     Description:  Linux kernel
     Type:         Kernel Image
     Compression:  gzip compressed
     Data Start:   0x10000104
     Data Size:    7067378 Bytes = 6.7 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x00080000
     Entry Point:  0x00080000
     Hash algo:    sha1
     Hash value:   f05bfca5208455fad771d8f0bd19e09ea74e0e4b
   Verifying Hash Integrity ... sha1+ OK
## Loading fdt from FIT Image at 10000000 ...
   Using 'conf@system-top.dtb' configuration
   Trying 'fdt@system-top.dtb' fdt subimage
     Description:  Flattened Device Tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x106bd8fc
     Data Size:    31933 Bytes = 31.2 KiB
     Architecture: AArch64
     Hash algo:    sha1
     Hash value:   2ca03e014afc4555b58d49bd4ec040ccba428ae3
   Verifying Hash Integrity ... sha1+ OK
   Booting using the fdt blob at 0x106bd8fc
   Uncompressing Kernel Image ... OK
   Loading Device Tree to 0000000007ff5000, end 0000000007fffcbc ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.0-xilinx-v2018.3 (oe-user@oe-host) (gcc version 7.3.0 (GCC)) #1 SMP Thu Oct 17 19:55:49 UTC 2019
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] Machine model: xlnx,zynqmp
[    0.000000] earlycon: cdns0 at MMIO 0x00000000ff010000 (options '115200n8')
[    0.000000] bootconsole [cdns0] enabled
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 1024 MiB at 0x000000003fc00000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] random: fast init done
[    0.000000] percpu: Embedded 21 pages/cpu @ffffffc07fe76000 s45976 r8192 d31848 u86016
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516867
[    0.000000] Kernel command line: earlycon console=ttyPS0,115200 clk_ignore_unused root=/dev/mmcblk0p2 rw rootwait
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Memory: 998268K/2096128K available (10108K kernel code, 662K rwdata, 3212K rodata, 512K init, 2360K bss, 49284K reserved, 1048576K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008a60000   ( 10112 KB)
[    0.000000]     .rodata : 0xffffff8008a60000 - 0xffffff8008d90000   (  3264 KB)
[    0.000000]       .init : 0xffffff8008d90000 - 0xffffff8008e10000   (   512 KB)
[    0.000000]       .data : 0xffffff8008e10000 - 0xffffff8008eb5a00   (   663 KB)
[    0.000000]        .bss : 0xffffff8008eb5a00 - 0xffffff8009103b30   (  2361 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf01bfc800   (    27 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc07ff00000   (  2047 MB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU event tracing is enabled.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arch_timer: cp15 timer(s) running at 100.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x171024e7e0, max_idle_ns: 440795205315 ns
[    0.000004] sched_clock: 56 bits at 100MHz, resolution 10ns, wraps every 4398046511100ns
[    0.008397] Console: colour dummy device 80x25
[    0.012481] Calibrating delay loop (skipped), value calculated using timer frequency.. 200.00 BogoMIPS (lpj=400000)
[    0.022840] pid_max: default: 32768 minimum: 301
[    0.027536] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.034095] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.041946] ASID allocator initialised with 65536 entries
[    0.046594] Hierarchical SRCU implementation.
[    0.051179] EFI services will not be available.
[    0.055386] zynqmp_plat_init Platform Management API v1.1
[    0.060728] zynqmp_plat_init Trustzone version v1.0
[    0.065676] smp: Bringing up secondary CPUs ...
[    0.070348] Detected VIPT I-cache on CPU1
[    0.070388] CPU1: Booted secondary processor [410fd034]
[    0.070687] Detected VIPT I-cache on CPU2
[    0.070705] CPU2: Booted secondary processor [410fd034]
[    0.070982] Detected VIPT I-cache on CPU3
[    0.071001] CPU3: Booted secondary processor [410fd034]
[    0.071042] smp: Brought up 1 node, 4 CPUs
[    0.101641] SMP: Total of 4 processors activated.
[    0.106314] CPU features: detected feature: 32-bit EL0 Support
[    0.112112] CPU: All CPU(s) started at EL2
[    0.116185] alternatives: patching kernel code
[    0.121665] devtmpfs: initialized
[    0.127664] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.133575] futex hash table entries: 1024 (order: 5, 131072 bytes)
[    0.165080] xor: measuring software checksum speed
[    0.204048]    8regs     :  2303.000 MB/sec
[    0.244077]    8regs_prefetch:  2053.000 MB/sec
[    0.284109]    32regs    :  2830.000 MB/sec
[    0.324142]    32regs_prefetch:  2379.000 MB/sec
[    0.324173] xor: using function: 32regs (2830.000 MB/sec)
[    0.328570] pinctrl core: initialized pinctrl subsystem
[    0.334356] NET: Registered protocol family 16
[    0.339264] vdso: 2 pages (1 code @ ffffff8008a66000, 1 data @ ffffff8008e14000)
[    0.345444] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.352781] DMA: preallocated 256 KiB pool for atomic allocations
[    0.379639] reset_zynqmp reset-controller: Xilinx zynqmp reset driver probed
[    0.381627] ARM CCI_400_r1 PMU driver probed
[    0.386251] zynqmp-pinctrl ff180000.pinctrl: zynqmp pinctrl initialized
[    0.400798] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.469933] raid6: int64x1  gen()   400 MB/s
[    0.537939] raid6: int64x1  xor()   446 MB/s
[    0.605945] raid6: int64x2  gen()   686 MB/s
[    0.674006] raid6: int64x2  xor()   603 MB/s
[    0.742066] raid6: int64x4  gen()  1042 MB/s
[    0.810116] raid6: int64x4  xor()   742 MB/s
[    0.878176] raid6: int64x8  gen()   980 MB/s
[    0.946186] raid6: int64x8  xor()   745 MB/s
[    1.014304] raid6: neonx1   gen()   727 MB/s
[    1.082323] raid6: neonx1   xor()   853 MB/s
[    1.150367] raid6: neonx2   gen()  1168 MB/s
[    1.218402] raid6: neonx2   xor()  1208 MB/s
[    1.286459] raid6: neonx4   gen()  1506 MB/s
[    1.354516] raid6: neonx4   xor()  1442 MB/s
[    1.422565] raid6: neonx8   gen()  1651 MB/s
[    1.490615] raid6: neonx8   xor()  1534 MB/s
[    1.490644] raid6: using algorithm neonx8 gen() 1651 MB/s
[    1.494611] raid6: .... xor() 1534 MB/s, rmw enabled
[    1.499540] raid6: using neon recovery algorithm
[    1.505246] SCSI subsystem initialized
[    1.508048] usbcore: registered new interface driver usbfs
[    1.513330] usbcore: registered new interface driver hub
[    1.518604] usbcore: registered new device driver usb
[    1.523654] media: Linux media interface: v0.10
[    1.528107] Linux video capture interface: v2.00
[    1.532709] pps_core: LinuxPPS API ver. 1 registered
[    1.537601] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.546694] PTP clock support registered
[    1.550594] EDAC MC: Ver: 3.0.0
[    1.554074] zynqmp-ipi ff9905c0.mailbox: Probed ZynqMP IPI Mailbox driver.
[    1.560735] FPGA manager framework
[    1.564012] fpga-region fpga-full: FPGA Region probed
[    1.569013] Advanced Linux Sound Architecture Driver Initialized.
[    1.575278] Bluetooth: Core ver 2.22
[    1.578537] NET: Registered protocol family 31
[    1.582927] Bluetooth: HCI device and connection manager initialized
[    1.589245] Bluetooth: HCI socket layer initialized
[    1.594086] Bluetooth: L2CAP socket layer initialized
[    1.599117] Bluetooth: SCO socket layer initialized
[    1.604607] clocksource: Switched to clocksource arch_sys_counter
[    1.610119] VFS: Disk quotas dquot_6.6.0
[    1.613942] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.625017] NET: Registered protocol family 2
[    1.625410] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    1.632339] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    1.639148] TCP: Hash tables configured (established 16384 bind 16384)
[    1.645398] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    1.651299] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    1.657806] NET: Registered protocol family 1
[    1.662230] RPC: Registered named UNIX socket transport module.
[    1.667876] RPC: Registered udp transport module.
[    1.672542] RPC: Registered tcp transport module.
[    1.677211] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.684238] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[    1.691076] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    1.699200] audit: initializing netlink subsys (disabled)
[    1.703839] audit: type=2000 audit(1.648:1): state=initialized audit_enabled=0 res=1
[    1.704203] workingset: timestamp_bits=62 max_order=19 bucket_order=0
[    1.718582] NFS: Registering the id_resolver key type
[    1.722910] Key type id_resolver registered
[    1.727037] Key type id_legacy registered
[    1.731022] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.737692] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    1.767374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.769125] io scheduler noop registered
[    1.773012] io scheduler deadline registered
[    1.777263] io scheduler cfq registered (default)
[    1.781921] io scheduler mq-deadline registered
[    1.786418] io scheduler kyber registered
[    1.791823] xilinx-dpdma fd4c0000.dma: Xilinx DPDMA engine is probed
[    1.797102] xilinx-zynqmp-dma fd500000.dma: ZynqMP DMA driver Probe success
[    1.803786] xilinx-zynqmp-dma fd510000.dma: ZynqMP DMA driver Probe success
[    1.810703] xilinx-zynqmp-dma fd520000.dma: ZynqMP DMA driver Probe success
[    1.817626] xilinx-zynqmp-dma fd530000.dma: ZynqMP DMA driver Probe success
[    1.824538] xilinx-zynqmp-dma fd540000.dma: ZynqMP DMA driver Probe success
[    1.831463] xilinx-zynqmp-dma fd550000.dma: ZynqMP DMA driver Probe success
[    1.838380] xilinx-zynqmp-dma fd560000.dma: ZynqMP DMA driver Probe success
[    1.845300] xilinx-zynqmp-dma fd570000.dma: ZynqMP DMA driver Probe success
[    1.852298] xilinx-zynqmp-dma ffa80000.dma: ZynqMP DMA driver Probe success
[    1.859138] xilinx-zynqmp-dma ffa90000.dma: ZynqMP DMA driver Probe success
[    1.866062] xilinx-zynqmp-dma ffaa0000.dma: ZynqMP DMA driver Probe success
[    1.872981] xilinx-zynqmp-dma ffab0000.dma: ZynqMP DMA driver Probe success
[    1.879899] xilinx-zynqmp-dma ffac0000.dma: ZynqMP DMA driver Probe success
[    1.886818] xilinx-zynqmp-dma ffad0000.dma: ZynqMP DMA driver Probe success
[    1.893741] xilinx-zynqmp-dma ffae0000.dma: ZynqMP DMA driver Probe success
[    1.900669] xilinx-zynqmp-dma ffaf0000.dma: ZynqMP DMA driver Probe success
[    1.945386] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.949578] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    1.956982] brd: module loaded
[    1.961333] loop: module loaded
[    1.962248] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.967652] libphy: Fixed MDIO Bus: probed
[    1.970473] tun: Universal TUN/TAP device driver, 1.6
[    1.974588] CAN device driver interface
[    1.979055] usbcore: registered new interface driver asix
[    1.983563] usbcore: registered new interface driver ax88179_178a
[    1.989586] usbcore: registered new interface driver cdc_ether
[    1.995373] usbcore: registered new interface driver net1080
[    2.001000] usbcore: registered new interface driver cdc_subset
[    2.006877] usbcore: registered new interface driver zaurus
[    2.012425] usbcore: registered new interface driver cdc_ncm
[    2.018443] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
[    2.024750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.030731] ehci-pci: EHCI PCI platform driver
[    2.035412] usbcore: registered new interface driver uas
[    2.040449] usbcore: registered new interface driver usb-storage
[    2.046948] rtc_zynqmp ffa60000.rtc: rtc core: registered ffa60000.rtc as rtc0
[    2.053614] i2c /dev entries driver
[    2.057414] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 31
[    2.063136] IR NEC protocol handler initialized
[    2.067407] IR RC5(x/sz) protocol handler initialized
[    2.072421] IR RC6 protocol handler initialized
[    2.076920] IR JVC protocol handler initialized
[    2.081416] IR Sony protocol handler initialized
[    2.086002] IR SANYO protocol handler initialized
[    2.090672] IR Sharp protocol handler initialized
[    2.095343] IR MCE Keyboard/mouse protocol handler initialized
[    2.101139] IR XMP protocol handler initialized
[    2.106961] usbcore: registered new interface driver uvcvideo
[    2.111349] USB Video Class driver (1.1.1)
[    2.115954] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer at ffffff800918d000 with timeout 60s
[    2.124504] cdns-wdt ff150000.watchdog: Xilinx Watchdog Timer at ffffff8009195000 with timeout 10s
[    2.133426] Bluetooth: HCI UART driver ver 2.3
[    2.137648] Bluetooth: HCI UART protocol H4 registered
[    2.142747] Bluetooth: HCI UART protocol BCSP registered
[    2.148044] Bluetooth: HCI UART protocol LL registered
[    2.153127] Bluetooth: HCI UART protocol ATH3K registered
[    2.158489] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.164755] Bluetooth: HCI UART protocol Intel registered
[    2.170084] Bluetooth: HCI UART protocol QCA registered
[    2.175305] usbcore: registered new interface driver bcm203x
[    2.180922] usbcore: registered new interface driver bpa10x
[    2.186457] usbcore: registered new interface driver bfusb
[    2.191905] usbcore: registered new interface driver btusb
[    2.197328] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    2.203000] usbcore: registered new interface driver ath3k
[    2.208530] EDAC MC: ECC not enabled
[    2.212085] EDAC DEVICE0: Giving out device to module edac controller cache_err: DEV edac (POLLED)
[    2.221028] EDAC DEVICE1: Giving out device to module zynqmp-ocm-edac controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)
[    2.233195] sdhci: Secure Digital Host Controller Interface driver
[    2.239108] sdhci: Copyright(c) Pierre Ossman
[    2.243431] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.292616] mmc0: SDHCI controller on ff160000.mmc [ff160000.mmc] using ADMA 64-bit
[    2.338754] mmc0: new high speed SDHC card at address 59b4
[    2.339010] mmcblk0: mmc0:59b4 USD   7.51 GiB 
[    2.344056]  mmcblk0: p1 p2
[    2.345805] mmc1: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit
[    2.359450] ledtrig-cpu: registered to indicate activity on CPUs
[    2.359979] usbcore: registered new interface driver usbhid
[    2.365349] usbhid: USB HID core driver
[    2.369287] xlnk xlnk: Major 244
[    2.372433] xlnk xlnk: xlnk driver loaded
[    2.376339] xlnk xlnk: xlnk_pdev is not null
[    2.382545] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
[    2.387381] usbcore: registered new interface driver snd-usb-audio
[    2.393963] pktgen: Packet Generator for packet performance testing. Version: 2.75
[    2.396924] mmc1: new high speed SDIO card at address 0001
[    2.406291] Netfilter messages via NETLINK v0.30.
[    2.410904] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.416210] Initializing XFRM netlink socket
[    2.420347] NET: Registered protocol family 10
[    2.425126] Segment Routing with IPv6
[    2.428356] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    2.433811] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    2.439930] NET: Registered protocol family 17
[    2.443985] NET: Registered protocol family 15
[    2.448402] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.461278] Ebtables v2.0 registered
[    2.464915] can: controller area network core (rev 20170425 abi 9)
[    2.471000] NET: Registered protocol family 29
[    2.475377] can: raw protocol (rev 20170425)
[    2.479614] can: broadcast manager protocol (rev 20170425 t)
[    2.485239] can: netlink gateway (rev 20170425) max_hops=1
[    2.490745] Bluetooth: RFCOMM TTY layer initialized
[    2.495535] Bluetooth: RFCOMM socket layer initialized
[    2.500640] Bluetooth: RFCOMM ver 1.11
[    2.504349] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.509629] Bluetooth: BNEP filters: protocol multicast
[    2.514821] Bluetooth: BNEP socket layer initialized
[    2.519749] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.525634] Bluetooth: HIDP socket layer initialized
[    2.530695] 9pnet: Installing 9P2000 support
[    2.534819] Key type dns_resolver registered
[    2.539527] registered taskstats version 1
[    2.543476] Btrfs loaded, crc32c=crc32c-generic
[    2.553222] ff000000.serial: ttyPS1 at MMIO 0xff000000 (irq = 40, base_baud = 6249999) is a xuartps
�    2.557187] f�&��S�&SSi��k׋��+W/�*LW�Y�X��edf010000 (irq = 41, base_baud = 6249999) is a xuartps
[    2.571165] console [ttyPS0] enabled
[    2.574756] bootconsole [cdns0] disabled
[    2.574756] bootconsole [cdns0] disabled
[    2.583603] xilinx-psgtr fd400000.zynqmp_phy: Lane:1 type:8 protocol:4 pll_locked:yes
[    2.594331] PLL: shutdown
[    2.597044] PLL: shutdown
[    2.600124] PLL: enable
[    2.602658] PLL: shutdown
[    2.606300] PLL: enable
[    2.608833] xilinx-dp-snd-codec fd4a0000.zynqmp-display:zynqmp_dp_snd_codec0: Xilinx DisplayPort Sound Codec probed
[    2.619526] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm0: Xilinx DisplayPort Sound PCM probed
[    2.627564] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm1: Xilinx DisplayPort Sound PCM probed
[    2.635966] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: xilinx-dp-snd-codec-dai <-> xilinx-dp-snd-codec-dai mapping ok
[    2.648438] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: xilinx-dp-snd-codec-dai <-> xilinx-dp-snd-codec-dai mapping ok
[    2.661169] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: Xilinx DisplayPort Sound Card probed
[    2.671363] OF: graph: no port node found in /amba/zynqmp-display@fd4a0000
[    2.678375] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.684981] [drm] No driver support for vblank timestamp query.
[    2.690973] xlnx-drm xlnx-drm.0: bound fd4a0000.zynqmp-display (ops 0xffffff8008b17768)
[    3.776618] [drm] Cannot find any crtc or sizes
[    3.781344] [drm] Initialized xlnx 1.0.0 20130509 for fd4a0000.zynqmp-display on minor 0
[    3.789447] zynqmp-display fd4a0000.zynqmp-display: ZynqMP DisplayPort Subsystem driver probed
[    3.798353] dwc3-of-simple ff9d0000.usb0: dwc3_simple_set_phydata: Can't find usb3-phy
[    3.807298] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    3.812790] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    3.820675] xhci-hcd xhci-hcd.0.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x22010010
[    3.829410] xhci-hcd xhci-hcd.0.auto: irq 47, io mem 0xfe200000
[    3.835457] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.842246] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.849465] usb usb1: Product: xHCI Host Controller
[    3.854332] usb usb1: Manufacturer: Linux 4.14.0-xilinx-v2018.3 xhci-hcd
[    3.861031] usb usb1: SerialNumber: xhci-hcd.0.auto
[    3.866214] hub 1-0:1.0: USB hub found
[    3.869981] hub 1-0:1.0: 1 port detected
[    3.874089] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    3.879574] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[    3.887270] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.895432] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    3.902215] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.909427] usb usb2: Product: xHCI Host Controller
[    3.914295] usb usb2: Manufacturer: Linux 4.14.0-xilinx-v2018.3 xhci-hcd
[    3.920987] usb usb2: SerialNumber: xhci-hcd.0.auto
[    3.926102] hub 2-0:1.0: USB hub found
[    3.929868] hub 2-0:1.0: 1 port detected
[    3.933975] dwc3 fe200000.dwc3: couldn't register cable notifier
[    3.939981] dwc3 fe200000.dwc3: failed to initialize dual-role
[    3.945832] platform fe200000.dwc3: runtime PM trying to suspend device but active child
[    3.953917] dwc3: probe of fe200000.dwc3 failed with error -22
[    3.960160] dwc3-of-simple ff9e0000.usb1: dwc3_simple_set_phydata: Can't find usb3-phy
[    3.969234] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    3.974726] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[    3.982683] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x22010010
[    3.991411] xhci-hcd xhci-hcd.1.auto: irq 50, io mem 0xfe300000
[    3.997429] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    4.004213] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.011424] usb usb3: Product: xHCI Host Controller
[    4.016293] usb usb3: Manufacturer: Linux 4.14.0-xilinx-v2018.3 xhci-hcd
[    4.022985] usb usb3: SerialNumber: xhci-hcd.1.auto
[    4.028111] hub 3-0:1.0: USB hub found
[    4.031883] hub 3-0:1.0: 1 port detected
[    4.035975] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    4.041464] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[    4.049157] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.057313] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    4.064096] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.071307] usb usb4: Product: xHCI Host Controller
[    4.076175] usb usb4: Manufacturer: Linux 4.14.0-xilinx-v2018.3 xhci-hcd
[    4.082867] usb usb4: SerialNumber: xhci-hcd.1.auto
[    4.087980] hub 4-0:1.0: USB hub found
[    4.091740] hub 4-0:1.0: 1 port detected
[    4.095857] dwc3 fe300000.dwc3: couldn't register cable notifier
[    4.101864] dwc3 fe300000.dwc3: failed to initialize dual-role
[    4.107719] platform fe300000.dwc3: runtime PM trying to suspend device but active child
[    4.115800] dwc3: probe of fe300000.dwc3 failed with error -22
[    4.122714] rtc_zynqmp ffa60000.rtc: setting system clock to 1970-01-01 00:00:07 UTC (7)
[    4.130806] of_cfs_init
[    4.133281] of_cfs_init: OK
[    4.136171] clk: Not disabling unused clocks
[    4.140668] ALSA device list:
[    4.143621]   #0: DisplayPort monitor
[    4.148999] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[    5.080909] EXT4-fs (mmcblk0p2): recovery complete
[    5.121342] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    5.129446] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    5.135516] devtmpfs: mounted
[    5.138671] Freeing unused kernel memory: 512K
INIT: [    5.224630] [drm] Cannot find any crtc or sizes
version 2.88 booting
Starting udev
[    5.510307] udevd[1723]: starting version 3.2.2
[    5.557370] udevd[1724]: starting eudev-3.2.2
[    6.042197] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    6.078576] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered
Thu Oct 17 20:05:10 UTC 2019
Starting internet superserver: inetd.
INIT: Entering runlevel: 5
Configuring network interfaces... Cannot find device "eth0"
Starting Dropbear SSH server: dropbear.
Starting syslogd/klogd: done
Starting tcf-agent: OK

/bin/autologin: line 1: -e: command not found
Last login: Thu Oct 17 20:05:10 UTC 2019 on tty1
root@Ultra96V2_Platform1:~# 

  1. 2019年10月19日 05:04 |
  2. SDSoC
  3. | トラックバック:0
  4. | コメント:0
»