FC2カウンター FPGAの部屋 SDx のUltra96-V2 用プラットフォームを作る11(LinuxのSDx アプリケーション・プロジェクトを作成)
fc2ブログ

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

FPGAの部屋

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

SDx のUltra96-V2 用プラットフォームを作る11(LinuxのSDx アプリケーション・プロジェクトを作成)

SDx のUltra96-V2 用プラットフォームを作る10(実機確認、Vivado HLS とVivado プロジェクト)”の続き。

前回は、実機確認をすると共に、Vivado HLS とVivado のプロジェクトを見た。今回は、Linux のSDx アプリケーション・プロジェクトを作成してみよう。しかし、Root FS が起動しなかった。

SDx のアプリケーション・プロジェクトを作成する。
File メニューから New -> SDx Application Project... を選択する。
New SDx Application Project ダイアログが開く。
Create a New SDx Application Project で、Project name に sdx_app1_linux を入力した。
SDx_platform_128_191015.png

Platform で Ultra96V2_Platform1 を選択した。
SDx_platform_129_191015.png

System Configuration では、System configuration に LinuxConfig を指定した。
SDx_platform_130_191015.png

Templates では、Array Partitioning を選択し、Finish ボタンをクリックする。
SDx_platform_131_191015.png

LinuxConfig の Array Partitioning アプリケーション・プロジェクトが生成された。
SDx_platform_132_191015.png

Assistant ウインドウの sdx_app1 のDebug を右クリックし、右クリックメニューからBuild を選択してビルドする。
Build が成功した。
SDx_platform_133_191016.png

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

Micro SD カードの第2パーティション(EXT4 フォーマット)には、Root FS をコピーした。(なお、sudo rm -r * の取扱にはくれぐれもご注意ください。他のディレクトリで実行して、痛い目をみないようにご注意ください。当方は責任は取れませんので、よろしくお願いします)(既存のRoot FS が入っていたので削除しました。フォーマット後でしたらこのコマンドは必要ありません)
cd /media/masaaki/ROOT_FS/
sudo rm -r *
cd ~/PetaLinux/PetaL_Proj/Ultra96V2_Platform1/images/linux/
sudo tar fxz rootfs.tar.gz -C /media/masaaki/rootfs/
sync


Micro SD カードをUltra96-V2 に挿して電源をON した。
Linux が起動したがRoot FS の読み込みのところでハングアップしてしまった。
SDx_platform_137_191016.png

起動メッセージを貼っておく。

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


U-Boot 2018.01 (Oct 08 2019 - 11:59:09 +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 26
mmc@ff170000 - probe failed: -95
mmc@ff160000: 0 (SD)Card did not respond to voltage select!
mmc_init: -95, time 27

*** 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
7101200 bytes read in 522 ms (13 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:    7067370 Bytes = 6.7 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x00080000
     Entry Point:  0x00080000
     Hash algo:    sha1
     Hash value:   ae816f355bfb7a88e676704d2729f895fe67bcb8
   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:   0x106bd8f4
     Data Size:    31910 Bytes = 31.2 KiB
     Architecture: AArch64
     Hash algo:    sha1
     Hash value:   081a4e04b04817b017f0138cc04e4188e6feaffe
   Verifying Hash Integrity ... sha1+ OK
   Booting using the fdt blob at 0x106bd8f4
   Uncompressing Kernel Image ... OK
   Loading Device Tree to 0000000007ff5000, end 0000000007fffca5 ... 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 Tue Oct 8 12:03: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.008388] 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.041953] ASID allocator initialised with 65536 entries
[    0.046594] Hierarchical SRCU implementation.
[    0.051168] EFI services will not be available.
[    0.055385] 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.070345] Detected VIPT I-cache on CPU1
[    0.070386] CPU1: Booted secondary processor [410fd034]
[    0.070687] Detected VIPT I-cache on CPU2
[    0.070706] CPU2: Booted secondary processor [410fd034]
[    0.070979] Detected VIPT I-cache on CPU3
[    0.070998] CPU3: Booted secondary processor [410fd034]
[    0.071039] 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.112113] CPU: All CPU(s) started at EL2
[    0.116185] alternatives: patching kernel code
[    0.121664] devtmpfs: initialized
[    0.127668] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.133574] futex hash table entries: 1024 (order: 5, 131072 bytes)
[    0.165121] xor: measuring software checksum speed
[    0.204042]    8regs     :  2303.000 MB/sec
[    0.244070]    8regs_prefetch:  2053.000 MB/sec
[    0.284103]    32regs    :  2830.000 MB/sec
[    0.324136]    32regs_prefetch:  2379.000 MB/sec
[    0.324168] xor: using function: 32regs (2830.000 MB/sec)
[    0.328571] pinctrl core: initialized pinctrl subsystem
[    0.334363] NET: Registered protocol family 16
[    0.339231] vdso: 2 pages (1 code @ ffffff8008a66000, 1 data @ ffffff8008e14000)
[    0.345457] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.352821] DMA: preallocated 256 KiB pool for atomic allocations
[    0.379746] reset_zynqmp reset-controller: Xilinx zynqmp reset driver probed
[    0.381723] ARM CCI_400_r1 PMU driver probed
[    0.386370] zynqmp-pinctrl ff180000.pinctrl: zynqmp pinctrl initialized
[    0.400951] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.469929] raid6: int64x1  gen()   400 MB/s
[    0.537916] raid6: int64x1  xor()   447 MB/s
[    0.605940] raid6: int64x2  gen()   686 MB/s
[    0.673997] raid6: int64x2  xor()   603 MB/s
[    0.742073] raid6: int64x4  gen()  1042 MB/s
[    0.810113] raid6: int64x4  xor()   742 MB/s
[    0.878174] raid6: int64x8  gen()   980 MB/s
[    0.946189] raid6: int64x8  xor()   745 MB/s
[    1.014297] raid6: neonx1   gen()   727 MB/s
[    1.082319] raid6: neonx1   xor()   853 MB/s
[    1.150354] raid6: neonx2   gen()  1168 MB/s
[    1.218414] raid6: neonx2   xor()  1208 MB/s
[    1.286475] raid6: neonx4   gen()  1506 MB/s
[    1.354505] raid6: neonx4   xor()  1442 MB/s
[    1.422572] raid6: neonx8   gen()  1651 MB/s
[    1.490617] raid6: neonx8   xor()  1534 MB/s
[    1.490646] raid6: using algorithm neonx8 gen() 1651 MB/s
[    1.494610] raid6: .... xor() 1534 MB/s, rmw enabled
[    1.499541] raid6: using neon recovery algorithm
[    1.505254] SCSI subsystem initialized
[    1.508040] usbcore: registered new interface driver usbfs
[    1.513331] usbcore: registered new interface driver hub
[    1.518610] usbcore: registered new device driver usb
[    1.523655] media: Linux media interface: v0.10
[    1.528107] Linux video capture interface: v2.00
[    1.532707] 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.546695] PTP clock support registered
[    1.550595] EDAC MC: Ver: 3.0.0
[    1.554085] zynqmp-ipi ff9905c0.mailbox: Probed ZynqMP IPI Mailbox driver.
[    1.560787] FPGA manager framework
[    1.564013] fpga-region fpga-full: FPGA Region probed
[    1.569010] Advanced Linux Sound Architecture Driver Initialized.
[    1.575282] Bluetooth: Core ver 2.22
[    1.578537] NET: Registered protocol family 31
[    1.582928] Bluetooth: HCI device and connection manager initialized
[    1.589246] Bluetooth: HCI socket layer initialized
[    1.594087] Bluetooth: L2CAP socket layer initialized
[    1.599116] Bluetooth: SCO socket layer initialized
[    1.604627] clocksource: Switched to clocksource arch_sys_counter
[    1.610130] VFS: Disk quotas dquot_6.6.0
[    1.613944] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.625007] NET: Registered protocol family 2
[    1.625405] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    1.632342] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    1.639160] TCP: Hash tables configured (established 16384 bind 16384)
[    1.645394] 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.662236] RPC: Registered named UNIX socket transport module.
[    1.667877] RPC: Registered udp transport module.
[    1.672548] RPC: Registered tcp transport module.
[    1.677212] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.684237] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[    1.691151] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    1.699137] audit: initializing netlink subsys (disabled)
[    1.703845] audit: type=2000 audit(1.648:1): state=initialized audit_enabled=0 res=1
[    1.704267] workingset: timestamp_bits=62 max_order=19 bucket_order=0
[    1.718612] NFS: Registering the id_resolver key type
[    1.722921] Key type id_resolver registered
[    1.727037] Key type id_legacy registered
[    1.731022] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.737691] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    1.767291] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.769048] io scheduler noop registered
[    1.772933] io scheduler deadline registered
[    1.777185] io scheduler cfq registered (default)
[    1.781843] io scheduler mq-deadline registered
[    1.786340] io scheduler kyber registered
[    1.791743] xilinx-dpdma fd4c0000.dma: Xilinx DPDMA engine is probed
[    1.797033] xilinx-zynqmp-dma fd500000.dma: ZynqMP DMA driver Probe success
[    1.803710] xilinx-zynqmp-dma fd510000.dma: ZynqMP DMA driver Probe success
[    1.810624] xilinx-zynqmp-dma fd520000.dma: ZynqMP DMA driver Probe success
[    1.817546] xilinx-zynqmp-dma fd530000.dma: ZynqMP DMA driver Probe success
[    1.824466] xilinx-zynqmp-dma fd540000.dma: ZynqMP DMA driver Probe success
[    1.831382] xilinx-zynqmp-dma fd550000.dma: ZynqMP DMA driver Probe success
[    1.838309] xilinx-zynqmp-dma fd560000.dma: ZynqMP DMA driver Probe success
[    1.845228] xilinx-zynqmp-dma fd570000.dma: ZynqMP DMA driver Probe success
[    1.852219] xilinx-zynqmp-dma ffa80000.dma: ZynqMP DMA driver Probe success
[    1.859059] xilinx-zynqmp-dma ffa90000.dma: ZynqMP DMA driver Probe success
[    1.865980] xilinx-zynqmp-dma ffaa0000.dma: ZynqMP DMA driver Probe success
[    1.872904] xilinx-zynqmp-dma ffab0000.dma: ZynqMP DMA driver Probe success
[    1.879825] xilinx-zynqmp-dma ffac0000.dma: ZynqMP DMA driver Probe success
[    1.886745] xilinx-zynqmp-dma ffad0000.dma: ZynqMP DMA driver Probe success
[    1.893669] xilinx-zynqmp-dma ffae0000.dma: ZynqMP DMA driver Probe success
[    1.900587] xilinx-zynqmp-dma ffaf0000.dma: ZynqMP DMA driver Probe success
[    1.935103] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.939143] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    1.948055] brd: module loaded
[    1.952779] loop: module loaded
[    1.953617] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.959309] libphy: Fixed MDIO Bus: probed
[    1.961904] tun: Universal TUN/TAP device driver, 1.6
[    1.966088] CAN device driver interface
[    1.970424] usbcore: registered new interface driver asix
[    1.975011] usbcore: registered new interface driver ax88179_178a
[    1.981037] usbcore: registered new interface driver cdc_ether
[    1.986819] usbcore: registered new interface driver net1080
[    1.992441] usbcore: registered new interface driver cdc_subset
[    1.998323] usbcore: registered new interface driver zaurus
[    2.003878] usbcore: registered new interface driver cdc_ncm
[    2.009871] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
[    2.016298] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.022185] ehci-pci: EHCI PCI platform driver
[    2.026850] usbcore: registered new interface driver uas
[    2.031898] usbcore: registered new interface driver usb-storage
[    2.038412] rtc_zynqmp ffa60000.rtc: rtc core: registered ffa60000.rtc as rtc0
[    2.045062] i2c /dev entries driver
[    2.048882] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 31
[    2.054585] IR NEC protocol handler initialized
[    2.058853] IR RC5(x/sz) protocol handler initialized
[    2.063867] IR RC6 protocol handler initialized
[    2.068365] IR JVC protocol handler initialized
[    2.072862] IR Sony protocol handler initialized
[    2.077447] IR SANYO protocol handler initialized
[    2.082118] IR Sharp protocol handler initialized
[    2.086789] IR MCE Keyboard/mouse protocol handler initialized
[    2.092584] IR XMP protocol handler initialized
[    2.098366] usbcore: registered new interface driver uvcvideo
[    2.102794] USB Video Class driver (1.1.1)
[    2.107401] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer at ffffff800918d000 with timeout 60s
[    2.116144] cdns-wdt ff150000.watchdog: Xilinx Watchdog Timer at ffffff8009195000 with timeout 10s
[    2.124878] Bluetooth: HCI UART driver ver 2.3
[    2.129095] Bluetooth: HCI UART protocol H4 registered
[    2.134207] Bluetooth: HCI UART protocol BCSP registered
[    2.139491] Bluetooth: HCI UART protocol LL registered
[    2.144573] Bluetooth: HCI UART protocol ATH3K registered
[    2.149935] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.156200] Bluetooth: HCI UART protocol Intel registered
[    2.161527] Bluetooth: HCI UART protocol QCA registered
[    2.166754] usbcore: registered new interface driver bcm203x
[    2.172366] usbcore: registered new interface driver bpa10x
[    2.177902] usbcore: registered new interface driver bfusb
[    2.183353] usbcore: registered new interface driver btusb
[    2.188774] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    2.194445] usbcore: registered new interface driver ath3k
[    2.199979] EDAC MC: ECC not enabled
[    2.203533] EDAC DEVICE0: Giving out device to module edac controller cache_err: DEV edac (POLLED)
[    2.212473] EDAC DEVICE1: Giving out device to module zynqmp-ocm-edac controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)
[    2.224644] sdhci: Secure Digital Host Controller Interface driver
[    2.230552] sdhci: Copyright(c) Pierre Ossman
[    2.234880] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.284631] mmc0: SDHCI controller on ff160000.mmc [ff160000.mmc] using ADMA 64-bit
[    2.330771] mmc0: new high speed SDHC card at address 59b4
[    2.331024] mmcblk0: mmc0:59b4 USD   7.51 GiB (ro)
[    2.336444]  mmcblk0: p1 p2
[    2.338166] mmc1: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit
[    2.351796] ledtrig-cpu: registered to indicate activity on CPUs
[    2.352329] usbcore: registered new interface driver usbhid
[    2.357694] usbhid: USB HID core driver
[    2.361629] xlnk xlnk: Major 244
[    2.364791] xlnk xlnk: xlnk driver loaded
[    2.368682] xlnk xlnk: xlnk_pdev is not null
[    2.374878] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
[    2.379690] usbcore: registered new interface driver snd-usb-audio
[    2.386285] pktgen: Packet Generator for packet performance testing. Version: 2.75
[    2.389255] mmc1: new high speed SDIO card at address 0001
[    2.398635] Netfilter messages via NETLINK v0.30.
[    2.403253] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.408539] Initializing XFRM netlink socket
[    2.412696] NET: Registered protocol family 10
[    2.417468] Segment Routing with IPv6
[    2.420712] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    2.426152] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    2.432267] NET: Registered protocol family 17
[    2.436329] NET: Registered protocol family 15
[    2.440748] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.453620] Ebtables v2.0 registered
[    2.457268] can: controller area network core (rev 20170425 abi 9)
[    2.463344] NET: Registered protocol family 29
[    2.467721] can: raw protocol (rev 20170425)
[    2.471958] can: broadcast manager protocol (rev 20170425 t)
[    2.477582] can: netlink gateway (rev 20170425) max_hops=1
[    2.483084] Bluetooth: RFCOMM TTY layer initialized
[    2.487880] Bluetooth: RFCOMM socket layer initialized
[    2.492985] Bluetooth: RFCOMM ver 1.11
[    2.496700] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.501974] Bluetooth: BNEP filters: protocol multicast
[    2.507166] Bluetooth: BNEP socket layer initialized
[    2.512094] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.517978] Bluetooth: HIDP socket layer initialized
[    2.523042] 9pnet: Installing 9P2000 support
[    2.527164] Key type dns_resolver registered
[    2.531872] registered taskstats version 1
[    2.535817] Btrfs loaded, crc32c=crc32c-generic
[    2.545583] ff000000.serial: ttyPS1 at MMIO 0xff000000 (irq = 40, base_baud = 6249999) is a xuartps
�    2.549556] f�&��Ӧ�&Si��k׋��+W/�*LW�Y�X��edff010000 (irq = 41, base_baud = 6249999) is a xuartps
[    2.563526] console [ttyPS0] enabled
[    2.567118] bootconsole [cdns0] disabled
[    2.567118] bootconsole [cdns0] disabled
[    2.576036] xilinx-psgtr fd400000.zynqmp_phy: Lane:1 type:8 protocol:4 pll_locked:yes
[    2.586679] PLL: shutdown
[    2.589386] PLL: shutdown
[    2.592443] PLL: enable
[    2.594974] PLL: shutdown
[    2.598616] PLL: enable
[    2.601140] xilinx-dp-snd-codec fd4a0000.zynqmp-display:zynqmp_dp_snd_codec0: Xilinx DisplayPort Sound Codec probed
[    2.611817] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm0: Xilinx DisplayPort Sound PCM probed
[    2.619844] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm1: Xilinx DisplayPort Sound PCM probed
[    2.628278] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: xilinx-dp-snd-codec-dai <-> xilinx-dp-snd-codec-dai mapping ok
[    2.640747] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: xilinx-dp-snd-codec-dai <-> xilinx-dp-snd-codec-dai mapping ok
[    2.653476] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: Xilinx DisplayPort Sound Card probed
[    2.663666] OF: graph: no port node found in /amba/zynqmp-display@fd4a0000
[    2.670710] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.677316] [drm] No driver support for vblank timestamp query.
[    2.683310] xlnx-drm xlnx-drm.0: bound fd4a0000.zynqmp-display (ops 0xffffff8008b17768)
[    3.768639] [drm] Cannot find any crtc or sizes
[    3.773371] [drm] Initialized xlnx 1.0.0 20130509 for fd4a0000.zynqmp-display on minor 0
[    3.781477] zynqmp-display fd4a0000.zynqmp-display: ZynqMP DisplayPort Subsystem driver probed
[    3.790376] dwc3-of-simple ff9d0000.usb0: dwc3_simple_set_phydata: Can't find usb3-phy
[    3.799376] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    3.804876] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    3.812756] xhci-hcd xhci-hcd.0.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x22010010
[    3.821486] xhci-hcd xhci-hcd.0.auto: irq 47, io mem 0xfe200000
[    3.827534] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.834322] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.841541] usb usb1: Product: xHCI Host Controller
[    3.846409] usb usb1: Manufacturer: Linux 4.14.0-xilinx-v2018.3 xhci-hcd
[    3.853101] usb usb1: SerialNumber: xhci-hcd.0.auto
[    3.858287] hub 1-0:1.0: USB hub found
[    3.862059] hub 1-0:1.0: 1 port detected
[    3.866168] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    3.871659] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[    3.879355] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.887516] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    3.894299] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.901512] usb usb2: Product: xHCI Host Controller
[    3.906380] usb usb2: Manufacturer: Linux 4.14.0-xilinx-v2018.3 xhci-hcd
[    3.913071] usb usb2: SerialNumber: xhci-hcd.0.auto
[    3.918188] hub 2-0:1.0: USB hub found
[    3.921953] hub 2-0:1.0: 1 port detected
[    3.926060] dwc3 fe200000.dwc3: couldn't register cable notifier
[    3.932065] dwc3 fe200000.dwc3: failed to initialize dual-role
[    3.937918] platform fe200000.dwc3: runtime PM trying to suspend device but active child
[    3.946003] dwc3: probe of fe200000.dwc3 failed with error -22
[    3.952237] dwc3-of-simple ff9e0000.usb1: dwc3_simple_set_phydata: Can't find usb3-phy
[    3.961357] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    3.966847] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[    3.974816] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x22010010
[    3.983546] xhci-hcd xhci-hcd.1.auto: irq 50, io mem 0xfe300000
[    3.989556] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    3.996341] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.003552] usb usb3: Product: xHCI Host Controller
[    4.008421] usb usb3: Manufacturer: Linux 4.14.0-xilinx-v2018.3 xhci-hcd
[    4.015113] usb usb3: SerialNumber: xhci-hcd.1.auto
[    4.020251] hub 3-0:1.0: USB hub found
[    4.024022] hub 3-0:1.0: 1 port detected
[    4.028118] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    4.033602] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[    4.041295] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.049447] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    4.056234] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.063451] usb usb4: Product: xHCI Host Controller
[    4.068322] usb usb4: Manufacturer: Linux 4.14.0-xilinx-v2018.3 xhci-hcd
[    4.075014] usb usb4: SerialNumber: xhci-hcd.1.auto
[    4.080119] hub 4-0:1.0: USB hub found
[    4.083878] hub 4-0:1.0: 1 port detected
[    4.087982] dwc3 fe300000.dwc3: couldn't register cable notifier
[    4.093982] dwc3 fe300000.dwc3: failed to initialize dual-role
[    4.099831] platform fe300000.dwc3: runtime PM trying to suspend device but active child
[    4.107911] dwc3: probe of fe300000.dwc3 failed with error -22
[    4.114817] rtc_zynqmp ffa60000.rtc: setting system clock to 1970-01-01 00:00:07 UTC (7)
[    4.122907] of_cfs_init
[    4.125383] of_cfs_init: OK
[    4.128274] clk: Not disabling unused clocks
[    4.132769] ALSA device list:
[    4.135723]   #0: DisplayPort monitor
[    4.140111] VFS: Cannot open root device "mmcblk0p2" or unknown-block(179,2): error -30
[    4.148113] Please append a correct "root=" boot option; here are the available partitions:
[    4.156464] 0100           65536 ram0 
[    4.156465]  (driver?)
[    4.162561] 0101           65536 ram1 
[    4.162563]  (driver?)
[    4.168654] 0102           65536 ram2 
[    4.168656]  (driver?)
[    4.174739] 0103           65536 ram3 
[    4.174741]  (driver?)
[    4.180823] 0104           65536 ram4 
[    4.180825]  (driver?)
[    4.186908] 0105           65536 ram5 
[    4.186910]  (driver?)
[    4.192992] 0106           65536 ram6 
[    4.192994]  (driver?)
[    4.199072] 0107           65536 ram7 
[    4.199074]  (driver?)
[    4.205162] 0108           65536 ram8 
[    4.205163]  (driver?)
[    4.211251] 0109           65536 ram9 
[    4.211252]  (driver?)
[    4.217348] 010a           65536 ram10 
[    4.217350]  (driver?)
[    4.223515] 010b           65536 ram11 
[    4.223517]  (driver?)
[    4.229691] 010c           65536 ram12 
[    4.229693]  (driver?)
[    4.235858] 010d           65536 ram13 
[    4.235860]  (driver?)
[    4.242034] 010e           65536 ram14 
[    4.242036]  (driver?)
[    4.248201] 010f           65536 ram15 
[    4.248203]  (driver?)
[    4.254380] b300         7879680 mmcblk0 
[    4.254382]  driver: mmcblk
[    4.261166]   b301          102400 mmcblk0p1 10aae2eb-01
[    4.261168] 
[    4.267949]   b302         7776256 mmcblk0p2 10aae2eb-02
[    4.267950] 
[    4.274736] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
[    4.283159] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 4.14.0-xilinx-v2018.3 #1
[    4.290366] Hardware name: xlnx,zynqmp (DT)
[    4.294534] Call trace:
[    4.296977] [<ffffff8008088c58>] dump_backtrace+0x0/0x368
[    4.302365] [<ffffff8008088fd4>] show_stack+0x14/0x20
[    4.307404] [<ffffff8008a3b2f8>] dump_stack+0x9c/0xbc
[    4.312444] [<ffffff800809bd48>] panic+0x11c/0x274
[    4.317226] [<ffffff8008d91124>] mount_block_root+0x1a8/0x27c
[    4.322961] [<ffffff8008d91430>] mount_root+0x11c/0x134
[    4.328169] [<ffffff8008d915b4>] prepare_namespace+0x16c/0x1b4
[    4.333985] [<ffffff8008d90d44>] kernel_init_freeable+0x1b8/0x1d8
[    4.340063] [<ffffff8008a4d648>] kernel_init+0x10/0x100
[    4.345278] [<ffffff8008084a90>] ret_from_fork+0x10/0x18
[    4.350574] SMP: stopping secondary CPUs
[    4.354479] Kernel Offset: disabled
[    4.357950] CPU features: 0x002004
[    4.361334] Memory Limit: none
[    4.364377] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)

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

コメント

コメントの投稿


管理者にだけ表示を許可する

トラックバック URL
https://marsee101.blog.fc2.com/tb.php/4675-8752d271
この記事にトラックバックする(FC2ブログユーザー)