Hi,
I'm trying to boot ZCU102 + ADRV9009, but boot log shows "Kernel Panic - not syncing: No working init found.".
Here are the things that I have checked :
- SD card has 2 partitions: BOOT partition is formatted by FAT and ROOT_FS partition is formatted by FAT.
- I added the "BOOT.bin", "Image" and "system.dtb (renamed from "zynqmp-zcu102-rev10-adrv9009.dtb")" files on the root of the BOOT partition.
The followings are the process I'm trying
(with
ADRV9009&ZCU102 Quick Start Guide
Building the Zynq/MPSoC UltraScale+ Linux kernel and devicetrees from source
):
# "Image" and "zynqmp-zcu102-rev10-adrv9009.dtb"
./build_zynq_kernel_image.sh zynqmp linux-adi xilinx/zynqmp-zcu102-rev10-adrv9009.dtb
# "system_top.hdf"
github.com/.../hdl
# "u-boot.elf"
www.wiki.xilinx.com/ZCU102 Image creation in OSL flow
# "bl31.elf"
www.wiki.xilinx.com/Build Arm Trusted Firmware (ATF)
# "BOOT.bin"
./build_zynqmp_boot_bin.sh system_top.hdf u-boot.elf bl31.elf
Xilinx Zynq MP First Stage Boot Loader Release 2018.2 Sep 21 2018 - 12:17:20 NOTICE: ATF running on XCZU9EG/silicon v4/RTL5.1 at 0xfffea000 NOTICE: BL31: Secure code at 0x0 NOTICE: BL31: Non secure code at 0x8000000 NOTICE: BL31: v1.4(release):xilinx-v2018.2 NOTICE: BL31: Built : 12:12:58, Sep 21 2018 PMUFW: v1.0 U-Boot 2018.01-00065-ga69df9c (Sep 21 2018 - 12:03:06 +0900) Xilinx ZynqMP ZCU 2 rev1.0 I2C: ready DRAM: 4 GiB EL Level: EL2 Chip ID: zu9eg MMC: sdhci@ff170000: 0 (SD) reading uboot.env ** Unable to read "uboot.env" from mmc0:1 ** Using default environment In: serial@ff000000 Out: serial@ff000000 Err: serial@ff000000 Bootmode: LVL_SHFT_SD_MODE1 Net: ZYNQ GEM: ff0e0000, phyaddr c, interface rgmii-id Warning: ethernet@ff0e0000 using MAC address from ROM eth0: ethernet@ff0e0000 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device Device: sdhci@ff170000 Manufacturer ID: 3 OEM: 5344 Name: SL16G Tran Speed: 50000000 Rd Block Len: 512 SD version 3.0 High Capacity: Yes Capacity: 14.8 GiB Bus Width: 4-bit Erase Group Size: 512 Bytes reading system.dtb 59332 bytes read in 17 ms (3.3 MiB/s) reading Image 15852032 bytes read in 1048 ms (14.4 MiB/s) ## Flattened Device Tree blob at 04000000 Booting using the fdt blob at 0x4000000 Loading Device Tree to 000000000ffee000, end 000000000ffff7c3 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.14.0-g4d0e475-dirty (pcdaq@X10SRL-F) (gcc versi 5.5.0 (Linaro GCC 5.5-2017.10)) #4 SMP Thu Sep 20 17:53:20 JST 2018 [ 0.000000] Boot CPU: AArch64 Processor [410fd034] [ 0.000000] Machine model: ZynqMP ZCU102 Rev1.0 [ 0.000000] earlycon: cdns0 at MMIO 0x00000000ff000000 (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 256 MiB at 0x0000000070000000 [ 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] percpu: Embedded 21 pages/cpu @ffffffc87ff57000 s45080 r8192 d32744 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: 1034240 [ 0.000000] Kernel command line: earlycon 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: 524288 (order: 10, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000] software IO TLB [mem 0x6bfff000-0x6ffff000] (64MB) mapped at [ffffffc06bfff000-ffffffc06fffefff] [ 0.000000] Memory: 3784292K/4194304K available (10044K kernel code, 696K rwdata, 4188K rodata, 512K init, 2157K bss, 147868K reserved, 262144K 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 - 0xffffff8008a50000 ( 10048 KB) [ 0.000000] .rodata : 0xffffff8008a50000 - 0xffffff8008e70000 ( 4224 KB) [ 0.000000] .init : 0xffffff8008e70000 - 0xffffff8008ef0000 ( 512 KB) [ 0.000000] .data : 0xffffff8008ef0000 - 0xffffff8008f9e200 ( 697 KB) [ 0.000000] .bss : 0xffffff8008f9e200 - 0xffffff80091b9838 ( 2158 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 - 0xffffffbf1dc00000 ( 476 MB actual) [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc880000000 ( 34816 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 99.99MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x170f8dc196, max_idle_ns: 440795203664 ns [ 0.000003] sched_clock: 56 bits at 99MHz, resolution 10ns, wraps every 4398046511099ns [ 0.008312] Console: colour dummy device 80x25 [ 0.012568] console [tty0] enabled [ 0.015935] bootconsole [cdns0] disabled [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.14.0-g4d0e475-dirty (pcdaq@X10SRL-F) (gcc version 5.5.0 (Linaro GCC 5.5-2017.10)) #4 SMP Thu Sep 20 17:53:20 JST 2018 [ 0.000000] Boot CPU: AArch64 Processor [410fd034] [ 0.000000] Machine model: ZynqMP ZCU102 Rev1.0 [ 0.000000] earlycon: cdns0 at MMIO 0x00000000ff000000 (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 256 MiB at 0x0000000070000000 [ 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] percpu: Embedded 21 pages/cpu @ffffffc87ff57000 s45080 r8192 d32744 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: 1034240 [ 0.000000] Kernel command line: earlycon 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: 524288 (order: 10, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000] software IO TLB [mem 0x6bfff000-0x6ffff000] (64MB) mapped at [ffffffc06bfff000-ffffffc06fffefff] [ 0.000000] Memory: 3784292K/4194304K available (10044K kernel code, 696K rwdata, 4188K rodata, 512K init, 2157K bss, 147868K reserved, 262144K 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 - 0xffffff8008a50000 ( 10048 KB) [ 0.000000] .rodata : 0xffffff8008a50000 - 0xffffff8008e70000 ( 4224 KB) [ 0.000000] .init : 0xffffff8008e70000 - 0xffffff8008ef0000 ( 512 KB) [ 0.000000] .data : 0xffffff8008ef0000 - 0xffffff8008f9e200 ( 697 KB) [ 0.000000] .bss : 0xffffff8008f9e200 - 0xffffff80091b9838 ( 2158 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 - 0xffffffbf1dc00000 ( 476 MB actual) [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc880000000 ( 34816 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 99.99MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x170f8dc196, max_idle_ns: 440795203664 ns [ 0.000003] sched_clock: 56 bits at 99MHz, resolution 10ns, wraps every 4398046511099ns [ 0.008312] Console: colour dummy device 80x25 [ 0.012568] console [tty0] enabled [ 0.015935] bootconsole [cdns0] disabled [ 0.019844] Calibrating delay loop (skipped), value calculated using timer frequency.. 199.98 BogoMIPS (lpj=399960) [ 0.019856] pid_max: default: 32768 minimum: 301 [ 0.019958] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.019975] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.020525] ASID allocator initialised with 65536 entries [ 0.020572] Hierarchical SRCU implementation. [ 0.020939] EFI services will not be available. [ 0.020974] zynqmp_plat_init Platform Management API v1.0 [ 0.020981] zynqmp_plat_init Trustzone version v1.0 [ 0.021077] smp: Bringing up secondary CPUs ... [ 0.021326] Detected VIPT I-cache on CPU1 [ 0.021353] CPU1: Booted secondary processor [410fd034] [ 0.021625] Detected VIPT I-cache on CPU2 [ 0.021642] CPU2: Booted secondary processor [410fd034] [ 0.021901] Detected VIPT I-cache on CPU3 [ 0.021919] CPU3: Booted secondary processor [410fd034] [ 0.021959] smp: Brought up 1 node, 4 CPUs [ 0.021987] SMP: Total of 4 processors activated. [ 0.021995] CPU features: detected feature: 32-bit EL0 Support [ 0.022005] CPU: All CPU(s) started at EL2 [ 0.022020] alternatives: patching kernel code [ 0.022725] devtmpfs: initialized [ 0.028435] random: get_random_u32 called from bucket_table_alloc+0x108/0x288 with crng_init=0 [ 0.028638] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.028655] futex hash table entries: 1024 (order: 5, 131072 bytes) [ 0.028818] random: fast init done [ 0.034087] xor: measuring software checksum speed [ 0.071924] 8regs : 2234.000 MB/sec [ 0.111953] 8regs_prefetch: 2052.000 MB/sec [ 0.151986] 32regs : 2727.000 MB/sec [ 0.192016] 32regs_prefetch: 2378.000 MB/sec [ 0.192024] xor: using function: 32regs (2727.000 MB/sec) [ 0.192088] pinctrl core: initialized pinctrl subsystem [ 0.192557] NET: Registered protocol family 16 [ 0.193281] cpuidle: using governor menu [ 0.193885] vdso: 2 pages (1 code @ ffffff8008a56000, 1 data @ ffffff8008ef4000) [ 0.193900] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.194351] DMA: preallocated 256 KiB pool for atomic allocations [ 0.225080] zynqmp-pinctrl pinctrl: zynqmp pinctrl initialized [ 0.225884] reset_zynqmp reset-controller: Xilinx zynqmp reset driver probed [ 0.226454] ARM CCI_400_r1 PMU driver probed [ 0.237306] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.304178] raid6: int64x1 gen() 410 MB/s [ 0.372212] raid6: int64x1 xor() 441 MB/s [ 0.440242] raid6: int64x2 gen() 672 MB/s [ 0.508312] raid6: int64x2 xor() 602 MB/s [ 0.576349] raid6: int64x4 gen() 1040 MB/s [ 0.644382] raid6: int64x4 xor() 747 MB/s [ 0.712475] raid6: int64x8 gen() 1102 MB/s [ 0.780511] raid6: int64x8 xor() 728 MB/s [ 0.848553] raid6: neonx1 gen() 726 MB/s [ 0.916597] raid6: neonx1 xor() 851 MB/s [ 0.984669] raid6: neonx2 gen() 1167 MB/s [ 1.052699] raid6: neonx2 xor() 1208 MB/s [ 1.120729] raid6: neonx4 gen() 1512 MB/s [ 1.188798] raid6: neonx4 xor() 1442 MB/s [ 1.256862] raid6: neonx8 gen() 1666 MB/s [ 1.324898] raid6: neonx8 xor() 1534 MB/s [ 1.324905] raid6: using algorithm neonx8 gen() 1666 MB/s [ 1.324912] raid6: .... xor() 1534 MB/s, rmw enabled [ 1.324919] raid6: using neon recovery algorithm [ 1.326304] SCSI subsystem initialized [ 1.326468] usbcore: registered new interface driver usbfs [ 1.326502] usbcore: registered new interface driver hub [ 1.326538] usbcore: registered new device driver usb [ 1.326595] media: Linux media interface: v0.10 [ 1.326631] Linux video capture interface: v2.00 [ 1.326670] pps_core: LinuxPPS API ver. 1 registered [ 1.326678] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.326697] PTP clock support registered [ 1.326881] zynqmp-ipi ff9905c0.mailbox: Probed ZynqMP IPI Mailbox driver. [ 1.327009] FPGA manager framework [ 1.327112] fpga-region fpga-full: FPGA Region probed [ 1.327203] Advanced Linux Sound Architecture Driver Initialized. [ 1.327433] Bluetooth: Core ver 2.22 [ 1.327457] NET: Registered protocol family 31 [ 1.327464] Bluetooth: HCI device and connection manager initialized [ 1.327474] Bluetooth: HCI socket layer initialized [ 1.327483] Bluetooth: L2CAP socket layer initialized [ 1.327505] Bluetooth: SCO socket layer initialized [ 1.328013] clocksource: Switched to clocksource arch_sys_counter [ 1.328083] VFS: Disk quotas dquot_6.6.0 [ 1.328124] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.331936] NET: Registered protocol family 2 [ 1.332240] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 1.332452] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 1.332885] TCP: Hash tables configured (established 32768 bind 32768) [ 1.332957] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 1.333037] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 1.333191] NET: Registered protocol family 1 [ 1.333417] RPC: Registered named UNIX socket transport module. [ 1.333426] RPC: Registered udp transport module. [ 1.333432] RPC: Registered tcp transport module. [ 1.333439] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.333854] hw perfevents: no interrupt-affinity property for /pmu, guessing. [ 1.334006] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 1.334662] audit: initializing netlink subsys (disabled) [ 1.335018] audit: type=2000 audit(1.316:1): state=initialized audit_enabled=0 res=1 [ 1.335055] workingset: timestamp_bits=62 max_order=20 bucket_order=0 [ 1.335717] NFS: Registering the id_resolver key type [ 1.335735] Key type id_resolver registered [ 1.335741] Key type id_legacy registered [ 1.335753] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.335773] jffs2: version 2.2. (NAND) (SUMMARY) c 2001-2006 Red Hat, Inc. [ 1.361642] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 1.361662] io scheduler noop registered [ 1.361669] io scheduler deadline registered [ 1.361688] io scheduler cfq registered (default) [ 1.361695] io scheduler mq-deadline registered [ 1.361702] io scheduler kyber registered [ 1.362346] nwl-pcie fd0e0000.pcie: Link is DOWN [ 1.362389] OF: PCI: host bridge /amba/pcie@fd0e0000 ranges: [ 1.362409] OF: PCI: MEM 0xe0000000..0xefffffff -> 0xe0000000 [ 1.362420] OF: PCI: MEM 0x600000000..0x7ffffffff -> 0x600000000 [ 1.362546] nwl-pcie fd0e0000.pcie: PCI host bridge to bus 0000:00 [ 1.362559] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.362569] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 1.362579] pci_bus 0000:00: root bus resource [mem 0x600000000-0x7ffffffff pref] [ 1.362834] pci 0000:00:00.0: PCI bridge to [bus 01-0c] [ 1.364946] xilinx-dpdma fd4c0000.dma: Xilinx DPDMA engine is probed [ 1.393921] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.395214] arm-smmu fd800000.smmu: probing hardware configuration... [ 1.395225] arm-smmu fd800000.smmu: SMMUv2 with: [ 1.395234] arm-smmu fd800000.smmu: stage 1 translation [ 1.395242] arm-smmu fd800000.smmu: stage 2 translation [ 1.395250] arm-smmu fd800000.smmu: nested translation [ 1.395259] arm-smmu fd800000.smmu: stream matching with 48 register groups [ 1.395270] arm-smmu fd800000.smmu: 16 context banks (0 stage-2 only) [ 1.395281] arm-smmu fd800000.smmu: Supported page sizes: 0x61311000 [ 1.395291] arm-smmu fd800000.smmu: Stage-1: 48-bit VA -> 48-bit IPA [ 1.395300] arm-smmu fd800000.smmu: Stage-2: 48-bit IPA -> 48-bit PA [ 1.397210] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 1.401173] brd: module loaded [ 1.404347] loop: module loaded [ 1.405105] ahci-ceva fd0c0000.ahci: couldn't get PHY in node ahci: -517 [ 1.405260] mtdoops: mtd device (mtddev=name/number) must be supplied [ 1.406310] iommu: Adding device ff0f0000.spi to group 0 [ 1.406842] m25p80 spi0.0: SPI-NOR-UniqueID 1044002c3991000618000d0087b771ef9c [ 1.406854] m25p80 spi0.0: found n25q512a, expected m25p80 [ 1.407049] m25p80 spi0.0: n25q512a (131072 Kbytes) [ 1.407073] 4 ofpart partitions found on MTD device spi0.0 [ 1.407080] Creating 4 MTD partitions on "spi0.0": [ 1.407090] 0x000000000000-0x000000100000 : "qspi-fsbl-uboot" [ 1.407508] 0x000000100000-0x000000600000 : "qspi-linux" [ 1.407876] 0x000000600000-0x000000620000 : "qspi-device-tree" [ 1.408275] 0x000000620000-0x000000c00000 : "qspi-rootfs" [ 1.409489] libphy: Fixed MDIO Bus: probed [ 1.410378] tun: Universal TUN/TAP device driver, 1.6 [ 1.410581] CAN device driver interface [ 1.412324] iommu: Adding device ff0e0000.ethernet to group 1 [ 1.412688] macb ff0e0000.ethernet: Not enabling partial store and forward [ 1.413066] libphy: MACB_mii_bus: probed [ 1.414686] macb ff0e0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0e0000 irq 23 (00:0a:35:04:a3:c3) [ 1.414701] TI DP83867 ff0e0000.ethernet-ffffffff:0c: attached PHY driver [TI DP83867] (mii_bus:phy_addr=ff0e0000.ethernet-ffffffff:0c, irq=POLL) [ 1.415338] usbcore: registered new interface driver asix [ 1.415383] usbcore: registered new interface driver ax88179_178a [ 1.415411] usbcore: registered new interface driver cdc_ether [ 1.415437] usbcore: registered new interface driver net1080 [ 1.415463] usbcore: registered new interface driver cdc_subset [ 1.415490] usbcore: registered new interface driver zaurus [ 1.415526] usbcore: registered new interface driver cdc_ncm [ 1.415995] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM [ 1.417362] usbcore: registered new interface driver uas [ 1.417397] usbcore: registered new interface driver usb-storage [ 1.418188] rtc_zynqmp ffa60000.rtc: rtc core: registered ffa60000.rtc as rtc0 [ 1.418248] i2c /dev entries driver [ 1.419205] IR NEC protocol handler initialized [ 1.419213] IR RC5(x/sz) protocol handler initialized [ 1.419221] IR RC6 protocol handler initialized [ 1.419227] IR JVC protocol handler initialized [ 1.419233] IR Sony protocol handler initialized [ 1.419240] IR SANYO protocol handler initialized [ 1.419246] IR Sharp protocol handler initialized [ 1.419252] IR MCE Keyboard/mouse protocol handler initialized [ 1.419259] IR XMP protocol handler initialized [ 1.419999] usbcore: registered new interface driver uvcvideo [ 1.420033] USB Video Class driver (1.1.1) [ 1.420648] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer at ffffff80091ed000 with timeout 10s [ 1.420852] Bluetooth: HCI UART driver ver 2.3 [ 1.420863] Bluetooth: HCI UART protocol H4 registered [ 1.420870] Bluetooth: HCI UART protocol BCSP registered [ 1.420877] Bluetooth: HCI UART protocol ATH3K registered [ 1.420884] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 1.420927] Bluetooth: HCI UART protocol Intel registered [ 1.420935] Bluetooth: HCI UART protocol QCA registered [ 1.420970] usbcore: registered new interface driver bcm203x [ 1.421001] usbcore: registered new interface driver bpa10x [ 1.421034] usbcore: registered new interface driver bfusb [ 1.421066] usbcore: registered new interface driver btusb [ 1.421074] Bluetooth: Generic Bluetooth SDIO driver ver 0.1 [ 1.421121] usbcore: registered new interface driver ath3k [ 1.421933] sdhci: Secure Digital Host Controller Interface driver [ 1.421942] sdhci: Copyright(c) Pierre Ossman [ 1.421948] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.422754] iommu: Adding device ff170000.sdhci to group 2 [ 1.423226] ledtrig-cpu: registered to indicate activity on CPUs [ 1.423349] usbcore: registered new interface driver usbhid [ 1.423357] usbhid: USB HID core driver [ 1.427132] ad9528 spi1.0: spi1.0 supply vcc not found, using dummy regulator [ 1.461827] axi_adxcvr 84a60000.axi-adxcvr-rx: cpll: fb_div_N1=5 [ 1.461827] cpll: fb_div_N2=4 [ 1.461827] cpll: refclk_div=1 [ 1.470911] axi_adxcvr 84a60000.axi-adxcvr-rx: cpll: fb_div_N1=5 [ 1.470911] cpll: fb_div_N2=4 [ 1.470911] cpll: refclk_div=1 [ 1.471076] axi_adxcvr 84a60000.axi-adxcvr-rx: AXI-ADXCVR-RX (16.01.a) using GTH4 at 0x84A60000 mapped to 0xffffff8009215000. Number of lanes: 2. [ 1.471169] axi_adxcvr 84a50000.axi-adxcvr-rx-os: cpll: fb_div_N1=5 [ 1.471169] cpll: fb_div_N2=4 [ 1.471169] cpll: refclk_div=1 [ 1.480233] axi_adxcvr 84a50000.axi-adxcvr-rx-os: cpll: fb_div_N1=5 [ 1.480233] cpll: fb_div_N2=4 [ 1.480233] cpll: refclk_div=1 [ 1.480395] axi_adxcvr 84a50000.axi-adxcvr-rx-os: AXI-ADXCVR-RX (16.01.a) using GTH4 at 0x84A50000 mapped to 0xffffff800921d000. Number of lanes: 2. [ 1.480479] axi_adxcvr 84a80000.axi-adxcvr-tx: qpll: fb_div=80, qpll: refclk_div=1 [ 1.480522] axi_adxcvr 84a80000.axi-adxcvr-tx: qpll: fb_div=80, qpll: refclk_div=1 [ 1.480678] axi_adxcvr 84a80000.axi-adxcvr-tx: AXI-ADXCVR-TX (16.01.a) using GTH4 at 0x84A80000 mapped to 0xffffff8009225000. Number of lanes: 4. [ 1.481872] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered [ 1.482987] pktgen: Packet Generator for packet performance testing. Version: 2.75 [ 1.483214] Netfilter messages via NETLINK v0.30. [ 1.483330] ip_tables: (C) 2000-2006 Netfilter Core Team [ 1.483460] Initializing XFRM netlink socket [ 1.483524] NET: Registered protocol family 10 [ 1.483923] Segment Routing with IPv6 [ 1.483966] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 1.484112] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 1.484418] NET: Registered protocol family 17 [ 1.484433] NET: Registered protocol family 15 [ 1.484451] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.484463] Ebtables v2.0 registered [ 1.484545] can: controller area network core (rev 20170425 abi 9) [ 1.484578] NET: Registered protocol family 29 [ 1.484593] can: raw protocol (rev 20170425) [ 1.484600] can: broadcast manager protocol (rev 20170425 t) [ 1.484610] can: netlink gateway (rev 20170425) max_hops=1 [ 1.484832] Bluetooth: RFCOMM TTY layer initialized [ 1.484848] Bluetooth: RFCOMM socket layer initialized [ 1.484862] Bluetooth: RFCOMM ver 1.11 [ 1.484872] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 1.484879] Bluetooth: BNEP filters: protocol multicast [ 1.484888] Bluetooth: BNEP socket layer initialized [ 1.484895] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 1.484905] Bluetooth: HIDP socket layer initialized [ 1.485019] 9pnet: Installing 9P2000 support [ 1.485038] Key type dns_resolver registered [ 1.485398] registered taskstats version 1 [ 1.485696] Btrfs loaded, crc32c=crc32c-generic [ 1.491224] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 41, base_baud = 6249999) is a xuartps [ 3.151495] console [ttyPS0] enabled [ 3.155545] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 42, base_baud = 6249999) is a xuartps [ 3.165908] iommu: Adding device fd500000.dma to group 3 [ 3.171420] xilinx-zynqmp-dma fd500000.dma: ZynqMP DMA driver Probe success [ 3.178402] iommu: Adding device fd510000.dma to group 4 [ 3.183817] xilinx-zynqmp-dma fd510000.dma: ZynqMP DMA driver Probe success [ 3.190791] iommu: Adding device fd520000.dma to group 5 [ 3.196201] xilinx-zynqmp-dma fd520000.dma: ZynqMP DMA driver Probe success [ 3.203170] iommu: Adding device fd530000.dma to group 6 [ 3.208585] xilinx-zynqmp-dma fd530000.dma: ZynqMP DMA driver Probe success [ 3.215554] iommu: Adding device fd540000.dma to group 7 [ 3.220974] xilinx-zynqmp-dma fd540000.dma: ZynqMP DMA driver Probe success [ 3.227941] iommu: Adding device fd550000.dma to group 8 [ 3.233369] xilinx-zynqmp-dma fd550000.dma: ZynqMP DMA driver Probe success [ 3.240340] iommu: Adding device fd560000.dma to group 9 [ 3.245767] xilinx-zynqmp-dma fd560000.dma: ZynqMP DMA driver Probe success [ 3.252735] iommu: Adding device fd570000.dma to group 10 [ 3.258259] xilinx-zynqmp-dma fd570000.dma: ZynqMP DMA driver Probe success [ 3.265417] xilinx-psgtr fd400000.zynqmp_phy: Lane:1 type:8 protocol:4 pll_locked:yes [ 3.273566] PLL: shutdown [ 3.277771] xilinx-dp-snd-codec fd4a0000.zynqmp-display:zynqmp_dp_snd_codec0: Xilinx DisplayPort Sound Codec probed [ 3.288375] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm0: Xilinx DisplayPort Sound PCM probed [ 3.296339] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm1: Xilinx DisplayPort Sound PCM probed [ 3.304605] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: xilinx-dp-snd-codec-dai <-> xilinx-dp-snd-codec-dai mapping ok [ 3.316958] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: xilinx-dp-snd-codec-dai <-> xilinx-dp-snd-codec-dai mapping ok [ 3.329679] xilinx-dp-snd-card fd4a0000.zynqmp-display:zynqmp_dp_snd_card: Xilinx DisplayPort Sound Card probed [ 3.339771] OF: graph: no port node found in /amba/zynqmp-display@fd4a0000 [ 3.346683] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 3.353215] [drm] No driver support for vblank timestamp query. [ 3.359162] xlnx-drm xlnx-drm.0: bound fd4a0000.zynqmp-display (ops 0xffffff8008b036f0) [ 4.444026] [drm] Cannot find any crtc or sizes [ 4.448643] [drm] Initialized xlnx 1.0.0 20130509 for fd4a0000.zynqmp-display on minor 0 [ 4.456668] zynqmp-display fd4a0000.zynqmp-display: ZynqMP DisplayPort Subsystem driver probed [ 4.465610] xilinx-psgtr fd400000.zynqmp_phy: Lane:3 type:3 protocol:2 pll_locked:yes [ 4.483477] ahci-ceva fd0c0000.ahci: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl platform mode [ 4.492363] ahci-ceva fd0c0000.ahci: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst [ 4.502628] scsi host0: ahci-ceva [ 4.506036] scsi host1: ahci-ceva [ 4.509366] ata1: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x100 irq 37 [ 4.517199] ata2: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 0x180 irq 37 [ 4.526520] iommu: Adding device fe200000.dwc3 to group 11 [ 4.532398] xilinx-psgtr fd400000.zynqmp_phy: Lane:2 type:0 protocol:3 pll_locked:yes [ 4.542398] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 4.547816] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 4.555557] xhci-hcd xhci-hcd.0.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x22010010 [ 4.564203] xhci-hcd xhci-hcd.0.auto: irq 53, io mem 0xfe200000 [ 4.570196] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 4.576906] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.584112] usb usb1: Product: xHCI Host Controller [ 4.588971] usb usb1: Manufacturer: Linux 4.14.0-g4d0e475-dirty xhci-hcd [ 4.595653] usb usb1: SerialNumber: xhci-hcd.0.auto [ 4.600784] hub 1-0:1.0: USB hub found [ 4.604481] hub 1-0:1.0: 1 port detected [ 4.608531] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 4.613944] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 4.621621] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 4.629727] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 4.636439] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.643642] usb usb2: Product: xHCI Host Controller [ 4.648502] usb usb2: Manufacturer: Linux 4.14.0-g4d0e475-dirty xhci-hcd [ 4.655186] usb usb2: SerialNumber: xhci-hcd.0.auto [ 4.660273] hub 2-0:1.0: USB hub found [ 4.663947] hub 2-0:1.0: 1 port detected [ 4.668892] pca953x 0-0020: 0-0020 supply vcc not found, using dummy regulator [ 4.679105] GPIO line 496 (sel0) hogged as output/low [ 4.684420] GPIO line 497 (sel1) hogged as output/high [ 4.689818] GPIO line 498 (sel2) hogged as output/high [ 4.695217] GPIO line 499 (sel3) hogged as output/high [ 4.700379] pca953x 0-0020: interrupt support not compiled in [ 4.706133] pca953x 0-0021: 0-0021 supply vcc not found, using dummy regulator [ 4.716126] pca953x 0-0021: interrupt support not compiled in [ 4.722586] ina2xx 3-0040: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.729283] ina2xx 3-0041: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.735981] ina2xx 3-0042: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.742677] ina2xx 3-0043: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.749368] ina2xx 3-0044: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.756066] ina2xx 3-0045: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.762762] ina2xx 3-0046: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.769460] ina2xx 3-0047: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.776155] ina2xx 3-004a: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.782853] ina2xx 3-004b: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.789160] i2c i2c-0: Added multiplexed i2c bus 3 [ 4.794500] ina2xx 4-0040: power monitor ina226 (Rshunt = 2000 uOhm) [ 4.801195] ina2xx 4-0041: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.807887] ina2xx 4-0042: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.814587] ina2xx 4-0043: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.821281] ina2xx 4-0044: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.827983] ina2xx 4-0045: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.834680] ina2xx 4-0046: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.838208] ata1: SATA link down (SStatus 0 SControl 330) [ 4.838232] ata2: SATA link down (SStatus 0 SControl 330) [ 4.852143] ina2xx 4-0047: power monitor ina226 (Rshunt = 5000 uOhm) [ 4.858448] i2c i2c-0: Added multiplexed i2c bus 4 [ 4.905089] i2c i2c-0: Added multiplexed i2c bus 5 [ 4.909926] i2c i2c-0: Added multiplexed i2c bus 6 [ 4.914637] pca954x 0-0075: registered 4 multiplexed busses for I2C mux pca9544 [ 4.921950] cdns-i2c ff020000.i2c: 400 kHz mmio ff020000 irq 25 [ 4.929491] at24 7-0054: 1024 byte 24c08 EEPROM, writable, 1 bytes/write [ 4.936141] i2c i2c-1: Added multiplexed i2c bus 7 [ 4.941081] i2c i2c-1: Added multiplexed i2c bus 8 [ 4.947814] si570 9-005d: registered, current frequency 300000000 Hz [ 4.954117] i2c i2c-1: Added multiplexed i2c bus 9 [ 4.972786] si570 10-005d: registered, current frequency 148500000 Hz [ 4.979179] i2c i2c-1: Added multiplexed i2c bus 10 [ 4.984203] i2c i2c-1: Added multiplexed i2c bus 11 [ 4.989131] i2c i2c-1: Added multiplexed i2c bus 12 [ 4.994038] i2c i2c-1: Added multiplexed i2c bus 13 [ 4.998956] i2c i2c-1: Added multiplexed i2c bus 14 [ 5.003753] pca954x 1-0074: registered 8 multiplexed busses for I2C switch pca9548 [ 5.011616] i2c i2c-1: Added multiplexed i2c bus 15 [ 5.017627] at24 16-0050: 256 byte 24c02 EEPROM, writable, 1 bytes/write [ 5.024276] i2c i2c-1: Added multiplexed i2c bus 16 [ 5.029226] i2c i2c-1: Added multiplexed i2c bus 17 [ 5.034147] i2c i2c-1: Added multiplexed i2c bus 18 [ 5.039073] i2c i2c-1: Added multiplexed i2c bus 19 [ 5.043996] i2c i2c-1: Added multiplexed i2c bus 20 [ 5.048919] i2c i2c-1: Added multiplexed i2c bus 21 [ 5.053842] i2c i2c-1: Added multiplexed i2c bus 22 [ 5.058643] pca954x 1-0075: registered 8 multiplexed busses for I2C switch pca9548 [ 5.066218] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 26 [ 5.116026] mmc0: SDHCI controller on ff170000.sdhci [ff170000.sdhci] using ADMA 64-bit [ 5.130245] adrv9009 spi1.1: adrv9009_probe : enter [ 5.140751] axi_adxcvr 84a80000.axi-adxcvr-tx: qpll: fb_div=40, qpll: refclk_div=1 [ 5.148242] adrv9009 spi1.1: ADIHAL_resetHw at index [ 5.199274] mmc0: new high speed SDHC card at address aaaa [ 5.204863] mmcblk0: mmc0:aaaa SL16G 14.8 GiB [ 5.214006] mmcblk0: p1 p2 [ 5.684959] [drm] Cannot find any crtc or sizes [ 5.817947] random: crng init done [ 12.666811] adrv9009 spi1.1: adrv9009_probe: adrv9009 Rev 192, Firmware 5.0.3 API version: 3.5.0.2 successfully initialized [ 12.689264] cf_axi_dds 84a04000.axi-adrv9009-tx-hpc: Analog Devices CF_AXI_DDS_DDS MASTER (9.00.b) at 0x84A04000 mapped to 0xffffff800d3c8000, probed DDS AD9371 [ 12.723936] cf_axi_adc 84a00000.axi-adrv9009-rx-hpc: ADI AIM (10.00.b) at 0x84A00000 mapped to 0xffffff800d3e0000, probed ADC ADRV9009 as MASTER [ 12.737642] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 12.744457] rtc_zynqmp ffa60000.rtc: setting system clock to 2018-06-17 01:29:07 UTC (1529198947) [ 12.753412] clk: Not disabling unused clocks [ 12.757638] ALSA device list: [ 12.760546] #0: DisplayPort monitor [ 12.771839] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 12.781699] VFS: Mounted root (vfat filesystem) on device 179:2. [ 12.787682] devtmpfs: error mounting -2 [ 12.791587] Freeing unused kernel memory: 512K [ 12.796045] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance. [ 12.810136] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 4.14.0-g4d0e475-dirty #4 [ 12.817334] Hardware name: ZynqMP ZCU102 Rev1.0 (DT) [ 12.822280] Call trace: [ 12.824718] [<ffffff8008088ad0>] dump_backtrace+0x0/0x368 [ 12.830096] [<ffffff8008088e4c>] show_stack+0x14/0x20 [ 12.835132] [<ffffff8008a2b7e0>] dump_stack+0x98/0xb8 [ 12.840166] [<ffffff800809b5a4>] panic+0x118/0x26c [ 12.844941] [<ffffff8008a3d434>] kernel_init+0xec/0x100 [ 12.850148] [<ffffff8008084a98>] ret_from_fork+0x10/0x18 [ 12.855443] SMP: stopping secondary CPUs [ 12.859392] Kernel Offset: disabled [ 12.862820] CPU features: 0x002004 [ 12.866204] Memory Limit: none [ 12.869247] ---[ end Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.
The other things I'm trying :
- If the 2nd partition is formatted by ext3 or ext4, there is no boot log.
- I also try to add "arm_ramdisk.image" on the 2nd partition, the boot log has no change.
(Quick Start Guide does not instruct how to do format/partition of SD card.)
Does anyone have any idea?
Or, if you guys have finished product or download page, I appreciate if you provide that for me.
Thanks.
Shintaro