FC2カウンター FPGAの部屋 2023年09月26日
fc2ブログ

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

FPGAの部屋

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

ZUBoard 1CG の i4filters プロジェクトの回路を Petalinux で動作させる2

ZUBoard 1CG の i4filters プロジェクトの回路を Petalinux で動作させる1”の続き。

今まで ZUBoard 1CG の PYNQ Linux で動作させてきた i4filters プロジェクトの回路Petalinux で動作させてみようということで、前回は、Petalinux 2022.2 で zub1cg_i4flilters プロジェクトを作成し、i4filters プロジェクトのハードウェアをインポートした。RootFS に sudo, dnf, OpenCV の設定を行ってから、ビルドを行って成功した。ファイルを MicroSD カードに書いて、ZUBoard 1CG でブートしたところ、ブートの途中でエラーで停止した。今回は、異なるハードウェアだが、うまく行った”MicroZed Chronicles: UIO をやってみる3”の設定を使用してやってみたところ、ビルドが成功して、Micro SD カードに書いて ZUBoard 1CG でブートしたところ、Petalinux 2022.2 が起動した。

前回の zub1cg_i4filters プロジェクトを削除した。

Petalinux 2022.2 の zub1cg_i4filters プロジェクトを作成した。
cd /media/masaaki/Ubuntu_Disk/ZUBoard1CG/Avnet_2022_2/petalinux/projects
petalinux-create -t project -n zub1cg_i4filters --template zynqMP


zub1cg_i4filters ディレクトリに行って、ハードウェアの XSA ファイルの設定を適用した。
cd zub1cg_i4filters
petalinux-config --get-hw-description=/media/masaaki/Ubuntu_Disk/HDL/2023.1/zub1cg/i4filters

misc/config System Configuration が起動した。
デフォルトのままとして、セーブして終了した。

ZUBoard1CG/Avnet_2022_2/petalinux/projects/zub1cg_i4filters/project-spec/meta-user/recipes-bsp/device-tree/files/system-user.dtsi を書き換えて、UIO のエントリを追加した。

/include/ "system-conf.dtsi"
/ {
    chosen {
        bootargs = "uio_pdrv_genirq.of_id=generic-uio";
    };
};

    &axi_dma_0{
        compatible = "generic-uio";
    };
    
    &color_converter_RGB24_0{
        compatible = "generic-uio";
    };
    
    &gaussian_axis_RGB24_0{
        compatible = "generic-uio";
    };

    &median_axis_RGB24_0{
        compatible = "generic-uio";
    };
    
    &sobel_axis_RGB24_0{
        compatible = "generic-uio";
    };
    
    &sdhci1 {
        status = "okay";
        no-1-8-v;
        disable-wp;
    };


RootFS を設定した。
petalinux-config -c kernel

dnf を有効にした。
zub1cg_i4filters_6_230924.png

セーブして終了した。

ビルドを行って、成功した。
petalinux-build

BOOT.BIN を作成した。
cd images/linux
petalinux-package --boot --fsbl zynqmp_fsbl.elf --u-boot u-boot.elf --pmufw pmufw.elf --fpga system.bit --force


images/linux/BOOT.BIN が生成された。

image/linux ディレクトリの BOOT.BIN, boot.scr, image.ub を FAT32 でフォーマットされた MicroSD カードに書き込んだ。
zub1cg_i4filters_21_230926.png

Micro SD カードを ZUBoard 1CG に挿入し電源ONした。
Petalinux 2022.2 が起動した。
zub1cg_i4filters_22_230926.png

起動ログを示す。

NOTICE:  BL31: v2.6(release):xlnx_rebase_v2.6_2022.1_update3-18-g0897efd45
NOTICE:  BL31: Built : 03:55:03, Sep  9 2022


U-Boot 2022.01 (Sep 20 2022 - 06:35:33 +0000)

CPU:   ZynqMP
Silicon: v3
Board: Xilinx ZynqMP
DRAM:  1023 MiB
PMUFW:  v1.1
PMUFW no permission to change config object
EL Level:   EL2
Chip ID:    zu1eg
NAND:  0 MiB
MMC:   mmc@ff170000: 0
Loading Environment from FAT... *** Error - No Valid Environment Area found
*** Warning - bad env area, using default environment

In:    serial
Out:   serial
Err:   serial
Bootmode: SD_MODE1
Reset reason:   EXTERNAL 
Net:   FEC: can't find phy-handle

ZYNQ GEM: ff0d0000, mdio bus ff0d0000, phyaddr 7, interface rgmii-id

Warning: ethernet@ff0d0000 (eth0) using random MAC address - aa:aa:27:3c:23:3d
eth0: ethernet@ff0d0000
scanning bus for devices...
starting USB...
No working controllers found
Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
2777 bytes read in 14 ms (193.4 KiB/s)
## Executing script at 20000000
Trying to load boot images from mmc0
60844976 bytes read in 4402 ms (13.2 MiB/s)
## Loading kernel from FIT Image at 10000000 ...
   Using 'conf-system-top.dtb' configuration
   Trying 'kernel-1' kernel subimage
     Description:  Linux kernel
     Created:      2022-10-03   7:50:07 UTC
     Type:         Kernel Image
     Compression:  gzip compressed
     Data Start:   0x100000fc
     Data Size:    9268952 Bytes = 8.8 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x00200000
     Entry Point:  0x00200000
     Hash algo:    sha256
     Hash value:   ceb45115cf288af20ec2bbe12501d9929feeedada6fe836ad30ef86142a47a11
   Verifying Hash Integrity ... sha256+ OK
## Loading ramdisk from FIT Image at 10000000 ...
   Using 'conf-system-top.dtb' configuration
   Trying 'ramdisk-1' ramdisk subimage
     Description:  petalinux-image-minimal
     Created:      2022-10-03   7:50:07 UTC
     Type:         RAMDisk Image
     Compression:  uncompressed
     Data Start:   0x108e0aec
     Data Size:    51534666 Bytes = 49.1 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: unavailable
     Entry Point:  unavailable
     Hash algo:    sha256
     Hash value:   6b5b29e16e4c83d20c92f33e1a78bb67c8af28863abf87ce126d997cdd57f2a6
   Verifying Hash Integrity ... sha256+ 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
     Created:      2022-10-03   7:50:07 UTC
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x108d70e4
     Data Size:    39223 Bytes = 38.3 KiB
     Architecture: AArch64
     Hash algo:    sha256
     Hash value:   f7c8b5875bb51734ec5d4e2c015badfb626df1ed3bc97442d824c6f34b44ae08
   Verifying Hash Integrity ... sha256+ OK
   Booting using the fdt blob at 0x108d70e4
   Uncompressing Kernel Image
   Loading Ramdisk to 38ad5000, end 3bbfab4a ... OK
   Loading Device Tree to 0000000038ac8000, end 0000000038ad4936 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.15.36-xilinx-v2022.2 (oe-user@oe-host) (aarch64-xilinx-linux-gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37.20210721) #1 SMP Mon Oct 3 07:50:07 UTC 2022
[    0.000000] Machine model: xlnx,zynqmp
[    0.000000] efi: UEFI not found.
[    0.000000] Zone ranges:
[    0.000000]   DMA32    [mem 0x0000000000000000-0x000000003fefffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000003fefffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003fefffff]
[    0.000000] On node 0, zone DMA32: 256 pages in unavailable ranges
[    0.000000] cma: Reserved 256 MiB at 0x0000000028800000
[    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.2
[    0.000000] percpu: Embedded 18 pages/cpu s34776 r8192 d30760 u73728
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 257796
[    0.000000] Kernel command line: uio_pdrv_genirq.of_id=generic-uio
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 693052K/1047552K available (13888K kernel code, 990K rwdata, 3916K rodata, 2176K init, 573K bss, 92356K reserved, 262144K 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=16 to nr_cpu_ids=2.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] random: get_random_bytes called from start_kernel+0x474/0x6d8 with crng_init=0
[    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.000000] sched_clock: 56 bits at 100MHz, resolution 10ns, wraps every 4398046511100ns
[    0.000350] Console: colour dummy device 80x25
[    0.000588] printk: console [tty0] enabled
[    0.000624] Calibrating delay loop (skipped), value calculated using timer frequency.. 200.00 BogoMIPS (lpj=400000)
[    0.000645] pid_max: default: 32768 minimum: 301
[    0.000911] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.000932] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.002319] rcu: Hierarchical SRCU implementation.
[    0.002567] EFI services will not be available.
[    0.002681] smp: Bringing up secondary CPUs ...
[    0.003124] Detected VIPT I-cache on CPU1
[    0.003177] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.003263] smp: Brought up 1 node, 2 CPUs
[    0.003286] SMP: Total of 2 processors activated.
[    0.003296] CPU features: detected: 32-bit EL0 Support
[    0.003307] CPU features: detected: CRC32 instructions
[    0.003356] CPU: All CPU(s) started at EL2
[    0.003376] alternatives: patching kernel code
[    0.004401] devtmpfs: initialized
[    0.008771] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.008799] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.018571] pinctrl core: initialized pinctrl subsystem
[    0.019231] DMI not present or invalid.
[    0.019544] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.020806] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[    0.020897] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.020958] audit: initializing netlink subsys (disabled)
[    0.021063] audit: type=2000 audit(0.020:1): state=initialized audit_enabled=0 res=1
[    0.021476] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.021528] ASID allocator initialised with 65536 entries
[    0.021656] Serial: AMBA PL011 UART driver
[    0.039589] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.039624] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.039635] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.039646] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    1.109413] cryptd: max_cpu_qlen set to 1000
[    1.134748] DRBG: Continuing without Jitter RNG
[    1.237062] raid6: neonx8   gen()  2140 MB/s
[    1.305123] raid6: neonx8   xor()  1586 MB/s
[    1.373184] raid6: neonx4   gen()  2184 MB/s
[    1.441245] raid6: neonx4   xor()  1555 MB/s
[    1.509319] raid6: neonx2   gen()  2066 MB/s
[    1.577371] raid6: neonx2   xor()  1434 MB/s
[    1.645444] raid6: neonx1   gen()  1762 MB/s
[    1.713501] raid6: neonx1   xor()  1212 MB/s
[    1.781563] raid6: int64x8  gen()  1366 MB/s
[    1.849619] raid6: int64x8  xor()   773 MB/s
[    1.917684] raid6: int64x4  gen()  1600 MB/s
[    1.985739] raid6: int64x4  xor()   848 MB/s
[    2.053820] raid6: int64x2  gen()  1396 MB/s
[    2.121880] raid6: int64x2  xor()   747 MB/s
[    2.189944] raid6: int64x1  gen()  1032 MB/s
[    2.258008] raid6: int64x1  xor()   517 MB/s
[    2.258018] raid6: using algorithm neonx4 gen() 2184 MB/s
[    2.258027] raid6: .... xor() 1555 MB/s, rmw enabled
[    2.258037] raid6: using neon recovery algorithm
[    2.258651] iommu: Default domain type: Translated 
[    2.258663] iommu: DMA domain TLB invalidation policy: strict mode 
[    2.258938] SCSI subsystem initialized
[    2.259127] usbcore: registered new interface driver usbfs
[    2.259168] usbcore: registered new interface driver hub
[    2.259198] usbcore: registered new device driver usb
[    2.259280] mc: Linux media interface: v0.10
[    2.259307] videodev: Linux video capture interface: v2.00
[    2.259354] pps_core: LinuxPPS API ver. 1 registered
[    2.259364] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.259386] PTP clock support registered
[    2.259420] EDAC MC: Ver: 3.0.0
[    2.259765] zynqmp-ipi-mbox mailbox@ff990400: Registered ZynqMP IPI mbox with TX/RX channels.
[    2.260019] FPGA manager framework
[    2.260162] Advanced Linux Sound Architecture Driver Initialized.
[    2.260562] Bluetooth: Core ver 2.22
[    2.260593] NET: Registered PF_BLUETOOTH protocol family
[    2.260603] Bluetooth: HCI device and connection manager initialized
[    2.260619] Bluetooth: HCI socket layer initialized
[    2.260630] Bluetooth: L2CAP socket layer initialized
[    2.260647] Bluetooth: SCO socket layer initialized
[    2.261084] clocksource: Switched to clocksource arch_sys_counter
[    2.261257] VFS: Disk quotas dquot_6.6.0
[    2.261310] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.265821] NET: Registered PF_INET protocol family
[    2.265940] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    2.266588] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    2.266616] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    2.266684] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    2.266858] TCP: Hash tables configured (established 8192 bind 8192)
[    2.266976] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    2.267009] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    2.267121] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.267473] RPC: Registered named UNIX socket transport module.
[    2.267486] RPC: Registered udp transport module.
[    2.267495] RPC: Registered tcp transport module.
[    2.267503] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.267518] PCI: CLS 0 bytes, default 64
[    2.267694] Trying to unpack rootfs image as initramfs...
[    2.273944] armv8-pmu pmu: hw perfevents: no interrupt-affinity property, guessing.
[    2.274568] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    4.721404] Freeing initrd memory: 50324K
[    4.786149] Initialise system trusted keyrings
[    4.786302] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[    4.787167] NFS: Registering the id_resolver key type
[    4.787189] Key type id_resolver registered
[    4.787199] Key type id_legacy registered
[    4.787224] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    4.787237] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    4.787265] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    4.824057] NET: Registered PF_ALG protocol family
[    4.824074] xor: measuring software checksum speed
[    4.828259]    8regs           :  2363 MB/sec
[    4.831796]    32regs          :  2799 MB/sec
[    4.836073]    arm64_neon      :  2308 MB/sec
[    4.836083] xor: using function: 32regs (2799 MB/sec)
[    4.836095] Key type asymmetric registered
[    4.836104] Asymmetric key parser 'x509' registered
[    4.836161] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    4.836177] io scheduler mq-deadline registered
[    4.836187] io scheduler kyber registered
[    4.865249] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    4.866582] Serial: AMBA driver
[    4.867405] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    4.872389] brd: module loaded
[    4.876000] loop: module loaded
[    4.876990] mtdoops: mtd device (mtddev=name/number) must be supplied
[    4.880132] tun: Universal TUN/TAP device driver, 1.6
[    4.880232] CAN device driver interface
[    4.880879] usbcore: registered new interface driver asix
[    4.880947] usbcore: registered new interface driver ax88179_178a
[    4.880980] usbcore: registered new interface driver cdc_ether
[    4.881010] usbcore: registered new interface driver net1080
[    4.881040] usbcore: registered new interface driver cdc_subset
[    4.881083] usbcore: registered new interface driver zaurus
[    4.881129] usbcore: registered new interface driver cdc_ncm
[    4.881892] usbcore: registered new interface driver uas
[    4.881938] usbcore: registered new interface driver usb-storage
[    4.882727] rtc_zynqmp ffa60000.rtc: registered as rtc0
[    4.882753] rtc_zynqmp ffa60000.rtc: setting system clock to 1970-01-01T00:00:07 UTC (7)
[    4.882825] i2c_dev: i2c /dev entries driver
[    4.884529] usbcore: registered new interface driver uvcvideo
[    4.884974] Bluetooth: HCI UART driver ver 2.3
[    4.884987] Bluetooth: HCI UART protocol H4 registered
[    4.884997] Bluetooth: HCI UART protocol BCSP registered
[    4.885022] Bluetooth: HCI UART protocol LL registered
[    4.885032] Bluetooth: HCI UART protocol ATH3K registered
[    4.885054] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    4.885116] Bluetooth: HCI UART protocol Intel registered
[    4.885142] Bluetooth: HCI UART protocol QCA registered
[    4.885177] usbcore: registered new interface driver bcm203x
[    4.885212] usbcore: registered new interface driver bpa10x
[    4.885245] usbcore: registered new interface driver bfusb
[    4.885278] usbcore: registered new interface driver btusb
[    4.885328] usbcore: registered new interface driver ath3k
[    4.885424] EDAC MC: ECC not enabled
[    4.885571] EDAC DEVICE0: Giving out device to module edac controller cache_err: DEV edac (POLLED)
[    4.885748] EDAC DEVICE1: Giving out device to module zynqmp-ocm-edac controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)
[    4.886242] sdhci: Secure Digital Host Controller Interface driver
[    4.886253] sdhci: Copyright(c) Pierre Ossman
[    4.886261] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.886570] ledtrig-cpu: registered to indicate activity on CPUs
[    4.886704] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    4.886788] zynqmp_firmware_probe Platform Management API v1.1
[    4.886802] zynqmp_firmware_probe Trustzone version v1.0
[    4.914916] securefw securefw: securefw probed
[    4.915031] zynqmp_aes firmware:zynqmp-firmware:zynqmp-aes: The zynqmp-aes driver shall be deprecated in 2022.2 and removed in 2023.1
[    4.915333] alg: No test for xilinx-zynqmp-aes (zynqmp-aes)
[    4.915365] zynqmp_aes firmware:zynqmp-firmware:zynqmp-aes: AES Successfully Registered
[    4.915494] zynqmp-keccak-384 firmware:zynqmp-firmware:sha384: The zynqmp-sha-deprecated driver shall be deprecated in 2022.2 and removed in 2023.1 release
[    4.915592] alg: No test for xilinx-keccak-384 (zynqmp-keccak-384)
[    4.915790] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa)
[    4.915988] usbcore: registered new interface driver usbhid
[    4.916000] usbhid: USB HID core driver
[    4.919249] ARM CCI_400_r1 PMU driver probed
[    4.919911] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
[    4.920371] usbcore: registered new interface driver snd-usb-audio
[    4.921237] pktgen: Packet Generator for packet performance testing. Version: 2.75
[    4.921814] Initializing XFRM netlink socket
[    4.921910] NET: Registered PF_INET6 protocol family
[    4.922493] Segment Routing with IPv6
[    4.922517] In-situ OAM (IOAM) with IPv6
[    4.922604] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    4.923009] NET: Registered PF_PACKET protocol family
[    4.923032] NET: Registered PF_KEY protocol family
[    4.923058] can: controller area network core
[    4.923102] NET: Registered PF_CAN protocol family
[    4.923113] can: raw protocol
[    4.923124] can: broadcast manager protocol
[    4.923136] can: netlink gateway - max_hops=1
[    4.923239] Bluetooth: RFCOMM TTY layer initialized
[    4.923268] Bluetooth: RFCOMM socket layer initialized
[    4.923292] Bluetooth: RFCOMM ver 1.11
[    4.923306] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.923316] Bluetooth: BNEP filters: protocol multicast
[    4.923328] Bluetooth: BNEP socket layer initialized
[    4.923338] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    4.923351] Bluetooth: HIDP socket layer initialized
[    4.923394] 8021q: 802.1Q VLAN Support v1.8
[    4.923513] 9pnet: Installing 9P2000 support
[    4.923547] Key type dns_resolver registered
[    4.923681] registered taskstats version 1
[    4.923692] Loading compiled-in X.509 certificates
[    4.925190] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    4.936307] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 59, base_baud = 6249999) is a xuartps
[    6.272447] printk: console [ttyPS0] enabled
[    6.277186] of-fpga-region fpga-full: FPGA Region probed
[    6.284490] xilinx-zynqmp-dma fd500000.dma-controller: ZynqMP DMA driver Probe success
[    6.292595] xilinx-zynqmp-dma fd510000.dma-controller: ZynqMP DMA driver Probe success
[    6.300696] xilinx-zynqmp-dma fd520000.dma-controller: ZynqMP DMA driver Probe success
[    6.308799] xilinx-zynqmp-dma fd530000.dma-controller: ZynqMP DMA driver Probe success
[    6.316911] xilinx-zynqmp-dma fd540000.dma-controller: ZynqMP DMA driver Probe success
[    6.325022] xilinx-zynqmp-dma fd550000.dma-controller: ZynqMP DMA driver Probe success
[    6.333135] xilinx-zynqmp-dma fd560000.dma-controller: ZynqMP DMA driver Probe success
[    6.341249] xilinx-zynqmp-dma fd570000.dma-controller: ZynqMP DMA driver Probe success
[    6.349416] xilinx-zynqmp-dma ffa80000.dma-controller: ZynqMP DMA driver Probe success
[    6.357519] xilinx-zynqmp-dma ffa90000.dma-controller: ZynqMP DMA driver Probe success
[    6.365621] xilinx-zynqmp-dma ffaa0000.dma-controller: ZynqMP DMA driver Probe success
[    6.373727] xilinx-zynqmp-dma ffab0000.dma-controller: ZynqMP DMA driver Probe success
[    6.381827] xilinx-zynqmp-dma ffac0000.dma-controller: ZynqMP DMA driver Probe success
[    6.389932] xilinx-zynqmp-dma ffad0000.dma-controller: ZynqMP DMA driver Probe success
[    6.398039] xilinx-zynqmp-dma ffae0000.dma-controller: ZynqMP DMA driver Probe success
[    6.406143] xilinx-zynqmp-dma ffaf0000.dma-controller: ZynqMP DMA driver Probe success
[    6.414854] zynqmp-qspi ff0f0000.spi: rx bus width not found
[    6.420521] zynqmp-qspi ff0f0000.spi: tx bus width not found
[    6.426289] spi_master spi0: cannot find modalias for /axi/spi@ff0f0000/flash@0
[    6.433618] spi_master spi0: Failed to create SPI device for /axi/spi@ff0f0000/flash@0
[    6.441879] macb ff0d0000.ethernet: Not enabling partial store and forward
[    6.454852] macb ff0d0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0d0000 irq 37 (aa:aa:27:3c:23:3d)
[    6.465258] zynqmp_pll_disable() clock disable failed for apll_int, ret = -13
[    6.472525] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
[    6.479151] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM
[    6.485664] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM
[    6.492186] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM
[    6.500963] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 39
[    6.507317] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s
[    6.514790] cdns-wdt ff150000.watchdog: Xilinx Watchdog Timer with timeout 10s
[    6.526362] of_cfs_init
[    6.528854] of_cfs_init: OK
[    6.532924] ALSA device list:
[    6.535897]   No soundcards found.
[    6.556181] mmc0: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit
[    6.564848] Freeing unused kernel memory: 2176K
[    6.569518] Run /init as init process
[    6.585968] systemd[1]: System time before build time, advancing clock.
[    6.596927] systemd[1]: systemd 249.7+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[    6.627299] systemd[1]: Detected architecture arm64.
[    6.640324] mmc0: Problem switching card into high-speed mode!
[    6.646757] mmc0: new SDHC card at address 0001

Welcome to PetaLinux 2022.2_update1_04022314 (honister)[    6.651952] mmcblk0: mmc0:0001 SPCC  29.0 GiB 
!

[    6.663881]  mmcblk0: p1 p2
[    6.673274] systemd[1]: Hostname set to <zub1cgi4filters>.
[    6.678945] random: systemd: uninitialized urandom read (16 bytes read)
[    6.685579] systemd[1]: Initializing machine ID from random generator.
[    6.741006] systemd-sysv-generator[217]: SysV service '/etc/init.d/watchdog-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    6.768129] systemd-sysv-generator[217]: SysV service '/etc/init.d/nfsserver' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    6.792203] systemd-sysv-generator[217]: SysV service '/etc/init.d/nfscommon' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    6.816643] systemd-sysv-generator[217]: SysV service '/etc/init.d/inetd.busybox' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    6.841747] systemd-sysv-generator[217]: SysV service '/etc/init.d/dropbear' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    7.063243] systemd[1]: Queued start job for default target Multi-User System.
[    7.071633] random: systemd: uninitialized urandom read (16 bytes read)
[    7.101210] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[    7.121249] random: systemd: uninitialized urandom read (16 bytes read)
[    7.129367] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[    7.150465] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[    7.174272] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    7.197396] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[    7.221298] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[    7.245340] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[    7.261184] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    7.281172] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[    7.297199] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[    7.313739] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[    7.337169] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[    7.357461] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    7.373347] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    7.397695] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[    7.417403] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    7.441484] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    7.457630] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    7.481498] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    7.501394] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    7.521401] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[    7.548206] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[    7.572456] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    7.600494] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    7.621611] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[    7.633462] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[    7.649527] systemd[1]: Condition check resulted in Create List of Static Device Nodes being skipped.
[    7.662503] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[    7.681329] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[    7.700855] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[    7.720867] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[    7.737368] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    7.747299] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[    7.758190] systemd[1]: Mounting NFSD configuration filesystem...
         Mounting NFSD configuration filesystem...
[    7.780781] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    7.808971] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[    7.828883] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[    7.850396] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[    7.865887] systemd[1]: Mounted Huge Pages File System.
[  OK  ] Mounted Huge Pages File System.
[    7.889935] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    7.913878] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[    7.937880] systemd[1]: Mounted Temporary Directory /tmp.
[  OK  ] Mounted Temporary Directory /tmp.
[    7.962572] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    7.971197] systemd[1]: Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module configfs.
[    7.993994] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    8.001853] systemd[1]: Finished Load Kernel Module drm.
[  OK  ] Finished Load Kernel Module drm.
[    8.025908] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    8.033843] systemd[1]: Finished Load Kernel Module fuse.
[  OK  ] Finished Load Kernel Module fuse.
[    8.057506] systemd[1]: proc-fs-nfsd.mount: Mount process exited, code=exited, status=32/n/a
[    8.066041] systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'.
[    8.074590] systemd[1]: Failed to mount NFSD configuration filesystem.
[FAILED] Failed to mount NFSD configuration filesystem.
See 'systemctl status proc-fs-nfsd.mount' for details.
[    8.109171] systemd[1]: Dependency failed for NFS Mount Daemon.
[DEPEND] Dependency failed for NFS Mount Daemon.
[    8.129137] systemd[1]: Dependency failed for NFS server and services.
[DEPEND] Dependency failed for NFS server and services.
[    8.153122] systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'.
[    8.162739] systemd[1]: nfs-mountd.service: Job nfs-mountd.service/start failed with result 'dependency'.
[    8.174094] systemd[1]: Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Remount Root and Kernel File Systems.
[    8.198781] systemd[1]: Finished Apply Kernel Variables.
[  OK  ] Finished Apply Kernel Variables.
[    8.224687] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    8.236797] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[    8.261800] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    8.270748] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    8.284143] systemd[1]: Starting Create System Users...
         Starting Create System Users...
[    8.305760] systemd[1]: Mounted Kernel Configuration File System.
[  OK  ] Mounted Kernel Configuration File System.
[    8.335643] systemd[1]: Finished Create System Users.
[  OK  ] Finished Create System Users.
[    8.357634] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[    8.388155] systemd[1]: Finished Create Static Device Nodes in /dev.
[  OK  ] Finished Create Static Device Nodes in /dev.
[    8.409726] systemd[1]: Reached target Preparation for Local File Systems.
[  OK  ] Reached target Preparation for Local File Systems.
[    8.436960] systemd[1]: Mounting /var/volatile...
         Mounting /var/volatile...
[    8.458061] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[  OK  ] Started Entropy Daemon based on the HAVEGE algorithm.
[    8.482324] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    8.504100] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    8.533763] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    8.562450] systemd[1]: Starting Rule-based Manager for Device Events and Files...
         Starting Rule-based Manage…for Device Events and Files...
[    8.605979] systemd[1]: Finished Coldplug All udev Devices.
[  OK  ] Finished Coldplug All udev Devices.
[    8.642050] systemd[1]: Mounted /var/volatile.
[  OK  ] Mounted /var/volatile.
[    8.657700] systemd[1]: Condition check resulted in Bind mount volatile /var/cache being skipped.
[    8.677375] systemd[1]: Condition check resulted in Bind mount volatile /var/lib being skipped.
[    8.701676] systemd[1]: Starting Load/Save Random Seed...
         Starting Load/Save Random Seed...
[    8.729365] systemd[1]: Condition check resulted in Bind mount volatile /var/spool being skipped.
[    8.745491] systemd[1]: Condition check resulted in Bind mount volatile /srv being skipped.
[    8.768055] systemd[1]: Reached target Local File Systems.
[  OK  ] Reached target Local File Systems.
[    8.807259] systemd[1]: Starting Rebuild Dynamic Linker Cache...
         Starting Rebuild Dynamic Linker Cache...
[    8.838671] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  OK  ] Finished Rebuild Dynamic Linker Cache.
         Starting Flush Journal to Persistent Storage...
         Starting Network Configuration...
[    8.969273] systemd-journald[245]: Received client request to flush runtime journal.
[  OK  ] Finished Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Finished Create Volatile Files and Directories.
         Starting Rebuild Journal Catalog...
         Starting Network Time Synchronization...
         Starting Record System Boot/Shutdown in UTMP...
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[  OK  ] Reached target Hardware activated USB gadget.
[  OK  ] Finished Rebuild Journal Catalog.
         Starting Update is Completed...
[    9.718317] random: fast init done
[  OK  ] Finished Update is Completed.
[  OK  ] Started Network Configuration.
[    9.938391] macb ff0d0000.ethernet eth0: PHY [ff0d0000.ethernet-ffffffff:07] driver [Microchip KSZ9131 Gigabit PHY] (irq=POLL)
[    9.949884] macb ff0d0000.ethernet eth0: configuring for phy/rgmii-id link mode
[    9.967973] pps pps0: new PPS source ptp0
[    9.972628] macb ff0d0000.ethernet: gem-ptp-timer ptp clock registered.
         Starting Network Name Resolution...
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[  OK  ] Created slice Slice /system/systemd-fsck.
         Starting File System Check on /dev/mmcblk0p1...
[  OK  ] Found device /dev/mmcblk0p2.
[  OK  ] Finished File System Check on /dev/mmcblk0p1.
[   11.429149] random: crng init done
[   11.432585] random: 7 urandom warning(s) missed due to ratelimiting
[  OK  ] Finished Load/Save Random Seed.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Started Network Name Resolution.
[  OK  ] Reached target Network.
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target System Time Set.
[  OK  ] Reached target Timer Units.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Listening on dropbear.socket.
[  OK  ] Reached target Socket Units.
[  OK  ] Reached target Basic System.
         Mounting /run/media/mmcblk0p1...
[  OK  ] Started Kernel Logging Service.
[  OK  ] Started System Logging Service.
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Started NFS status monitor for NFSv2/3 locking..
         Starting LSB: NFS support for both client and server...
         Starting File System Check on /dev/mmcblk0p2...
         Starting User Login Management...
         Starting Permit User Sessions...
         Starting Target Communication Framework agent...
[  OK  ] Started LSB: NFS support for both client and server.
[  OK  ] Mounted /run/media/mmcblk0p1.
[  OK  ] Finished Permit User Sessions.
[  OK  ] Started Getty on tty1.
         Starting inetd.busybox.service...
         Starting LSB: Kernel NFS server support...
[  OK  ] Started Serial Getty on ttyPS0.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started Target Communication Framework agent.
[  OK  ] Started inetd.busybox.service.
[FAILED] Failed to start LSB: Kernel NFS server support.
See 'systemctl status nfsserver.service' for details.
[  OK  ] Finished File System Check on /dev/mmcblk0p2.
         Mounting /run/media/mmcblk0p2...
[  OK  ] Started User Login Management.
[  OK  ] Reached target Multi-User System.
         Starting Record Runlevel Change in UTMP...
[   12.999051] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[  OK  ] Mounted /run/media/mmcblk0p2.
[  OK  ] Finished Record Runlevel Change in UTMP.
[   13.582224] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[   13.587800] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[   13.595670] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x0000000002010090
[   13.605153] xhci-hcd xhci-hcd.1.auto: irq 63, io mem 0xfe300000
[   13.611370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[   13.619658] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.626898] usb usb1: Product: xHCI Host Controller
[   13.631778] usb usb1: Manufacturer: Linux 5.15.36-xilinx-v2022.2 xhci-hcd
[   13.638572] usb usb1: SerialNumber: xhci-hcd.1.auto
[   13.643975] hub 1-0:1.0: USB hub found
[   13.647921] hub 1-0:1.0: 1 port detected
[   13.652197] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[   13.657732] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[   13.665448] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[   13.672149] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   13.680461] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[   13.688746] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.695977] usb usb2: Product: xHCI Host Controller
[   13.700859] usb usb2: Manufacturer: Linux 5.15.36-xilinx-v2022.2 xhci-hcd
[   13.707647] usb usb2: SerialNumber: xhci-hcd.1.auto
[   13.713004] hub 2-0:1.0: USB hub found
[   13.716811] hub 2-0:1.0: 1 port detected
[   14.055496] macb ff0d0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   14.063236] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

PetaLinux 2022.2_update1_04022314 zub1cgi4filters ttyPS0

zub1cgi4filters login: 

  1. 2023年09月26日 05:12 |
  2. ZUBoard
  3. | トラックバック:0
  4. | コメント:0