Post Go back to editing

End Kernel Panic - not syncing: attempted to kill init! exitcode=0x00007f00 in QSPI

Category: Software
Software Version: CCES 2.11.0

In UBoot i followed the procedure which is mentioned in this Link . It's working upto loading the required booting images(QSPI) but after when i changed boot mode to 1 and reset the board atlast its showing the following error, i wasn't able to get the login promt also

Error: 

End Kernel Panic - not syncing: attempted to kill init! exitcode=0x00007f00

Hopefully i will get a solution

Thanks,

Sushindren

  • Hi Sushindren,

    Kindly share the complete bootlog along with the bootargs used.

    Thanks,

    Prasanth R

  • Hi Prasanth,

    => printenv          
    addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:eth0:off
    argscmd=qspiargs
    autoload=no
    baudrate=115200
    bootcmd=run qspiboot
    bootdelay=2
    bootfile=EFI\\Boot\\bootx64.efi
    dnsip=172.16.10.100
    dtbaddr=0x99000000
    dtbfile=sc598-som-ezkit.dtb
    dtbsize=0x20000
    emmc_boot=run emmcargs; bootm;
    emmc_boot_sc598=run emmcload; run emmc_boot
    emmc_setup_falcon=run emmcargs; mmc read ${loadaddr} 0x800 0x100; fdt addr ${loadaddr}; fdt resize 0x10000; fdt boardsetup; fdt chosen; mmc erase 0x800 0x400; mmc write ${loadaddr} 0x800 0x100
    emmcargs=setenv bootargs root=/dev/mmcblk0p1 rootfstype=ext4 rootwait earlycon=adi_uart,0x31003000 console=ttySC0,115200
    emmcboot=run emmc_boot_sc598
    emmcload=ext4load mmc 0:1 ${loadaddr} /boot/fitImage;
    ethact=eth@0x31040000
    ethaddr=02:80:ad:20:31:e8
    fdt_high=0xFFFFFFFFFFFFFFFF
    fdtcontroladdr=9dfce4d0
    fileaddr=96000000
    filesize=1f60000
    gatewayip=172.21.2.1
    hostname=sc59x
    imagefile=fitImage
    imagesize=d08d42
    init_ethernet=mii info; dhcp; setenv serverip ${tftpserverip};
    initramaddr=0x9c000000
    initramfile=ramdisk.cpio.xz.u-boot
    initramfs_file=initramfs.cpio.gz.uboot
    initrd_high=0xFFFFFFFFFFFFFFFF
    ipaddr=172.21.3.8
    loadaddr=0x96000000
    loads_echo=1
    nc=setenv ncip ${serverip};setenv stdin nc;setenv stdout nc;setenv stderr nc
    netmask=255.255.254.0
    nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath},tcp,nfsvers=3 earlycon=adi_uart,0x31003000 console=ttySC0,115200
    nfsboot=tftp ${loadaddr} ${nfsfile};run nfsargs;run addip;bootm ${loadaddr};
    nfsfile=fitImage
    norboot=tftp ${loadaddr} ${ramfile};run ramargs;run addip;bootm ${loadaddr};
    ospi_boot_sc598=run ospiargs; sf probe ${sfdev};sf read ${loadaddr} 0x160000 ${imagesize}; bootm ${loadaddr};
    ospiargs=setenv bootargs root=/dev/mtdblock4 rootfstype=jffs2 earlycon=adi_uart,0x31003000 console=ttySC0,115200
    ospiboot=run ospi_boot_sc598
    qspi_boot_sc598=run qspiargs; sf probe ${sfdev};sf read ${loadaddr} 0x160000 ${imagesize}; bootm ${loadaddr};
    qspiargs=setenv bootargs root=/dev/mtdblock4 rootfstype=jffs2 earlycon=adi_uart,0x31003000 console=ttySC0,115200
    qspiboot=run qspi_boot_sc598
    ramargs=setenv bootargs root=/dev/mtdblock2 rw rootfstype=jffs2 earlycon=adi_uart,0x31003000 console=ttySC0,115200
    ramboot=run init_ethernet; tftp ${loadaddr} ${ramfile}; tftp ${initramaddr} ${initramfile}; run ramargs; bootm ${loadaddr} ${initramaddr}
    ramboot_emmc=mmc rescan;mmc dev 0 0;ext2load mmc 0:1 ${loadaddr} /boot/${ramfile};ext2load mmc 0:1 ${initramaddr} /boot/${initramfile};run sdcardargs;run addip;bootm ${loadaddr} ${initramaddr};
    ramfile=fitImage
    rfsfile=adsp-sc5xx-minimal-adsp-sc598-som-ezkit.jffs2
    rootpath=/romfs
    sdcardargs=setenv bootargs root=/dev/mmcblk0p1 rw earlycon=adi_uart,0x31003000 console=ttySC0,115200
    sdcardboot=mmc rescan;mmc dev 0 0;ext2load mmc 0:1 ${loadaddr} /boot/${ramfile};run sdcardargs;bootm ${loadaddr};
    serveraddr=64:00:6a:7b:71:39
    serverip=172.21.3.17
    sfdev=2:1
    sfsize=0x4000000
    stage1file=stage1-boot.ldr
    stage2file=stage2-boot.ldr
    stderr=serial@0x31003000
    stdin=serial@0x31003000
    stdout=serial@0x31003000
    tftpserverip=172.21.3.17
    ubootfile=u-boot-sc598-som-ezkit.ldr
    update=tftp ${loadaddr} ${ubootfile};
    update_emmc_sc598=setenv bootcmd 'run emmcboot'; saveenv; run ramboot
    update_ospi_sc598=setenv sfdev 0:0; setenv sfsize 0x4000000; setenv bootcmd 'run ospiboot'; setenv argscmd ospiargs; run update_spi_sc598;
    update_qspi_sc598=setenv sfdev 2:1; setenv sfsize 0x4000000; setenv bootcmd 'run qspiboot'; setenv argscmd qspiargs; run update_spi_sc598;
    update_spi_fit=tftp ${loadaddr} ${imagefile}; sf probe ${sfdev}; sf write ${loadaddr} 0x160000 ${filesize}; setenv imagesize ${filesize};
    update_spi_image=tftp ${loadaddr} ${imagefile}; sf probe ${sfdev}; sf write ${loadaddr} 0x100000 ${filesize}; setenv imagesize ${filesize};
    update_spi_rfs=tftp ${loadaddr} ${rfsfile}; sf probe ${sfdev}; sf write ${loadaddr} 0x1000000 ${filesize};
    update_spi_sc598=run init_ethernet; sf probe ${sfdev}; sf erase 0 ${sfsize}; run update_spi_uboot; run update_spi_fit; run update_spi_rfs; sleep 3; saveenv
    update_spi_uboot=run update_spi_uboot_stage1; run update_spi_uboot_stage2;
    update_spi_uboot_stage1=tftp ${loadaddr} ${stage1file}; sf probe ${sfdev}; sf write ${loadaddr} 0x0 ${filesize};
    update_spi_uboot_stage2=tftp ${loadaddr} ${stage2file}; sf probe ${sfdev}; sf write ${loadaddr} 0x20000 ${filesize};

    => run update_qspi_sc598
    PHY 0x00: OUI = 0x80028, Model = 0x23, Rev = 0x01, 100baseT, FDX
    Speed: 100, full duplex
    BOOTP broadcast 1
    DHCP client bound to address 172.21.3.8 (11 ms)
    SF: Detected is25lp512 with page size 256 Bytes, erase size 64 KiB, total 64 MiB
    SF: 67108864 bytes @ 0x0 Erased: OK
    Speed: 100, full duplex
    Using eth@0x31040000 device
    TFTP from server 172.21.3.17; our IP address is 172.21.3.8
    Filename 'stage1-boot.ldr'.
    Load address: 0x96000000
    Loading: ######
             1 MiB/s
    done
    Bytes transferred = 79480 (13678 hex)
    SF: Detected is25lp512 with page size 256 Bytes, erase size 64 KiB, total 64 MiB
    device 0 offset 0x0, size 0x13678
    SF: 79480 bytes @ 0x0 Written: OK
    Speed: 100, full duplex
    Using eth@0x31040000 device
    TFTP from server 172.21.3.17; our IP address is 172.21.3.8
    Filename 'stage2-boot.ldr'.
    Load address: 0x96000000
    Loading: #########################################
             1.4 MiB/s
    done
    Bytes transferred = 592288 (909a0 hex)
    SF: Detected is25lp512 with page size 256 Bytes, erase size 64 KiB, total 64 MiB
    device 0 offset 0x20000, size 0x909a0
    SF: 592288 bytes @ 0x20000 Written: OK
    Speed: 100, full duplex
    Using eth@0x31040000 device
    TFTP from server 172.21.3.17; our IP address is 172.21.3.8
    Filename 'fitImage'.
    Load address: 0x96000000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             ######################
             1.4 MiB/s
    done
    Bytes transferred = 13667650 (d08d42 hex)
    SF: Detected is25lp512 with page size 256 Bytes, erase size 64 KiB, total 64 MiB
    device 0 offset 0x160000, size 0xd08d42
    SF: 13667650 bytes @ 0x160000 Written: OK
    Speed: 100, full duplex
    Using eth@0x31040000 device
    TFTP from server 172.21.3.17; our IP address is 172.21.3.8
    Filename 'adsp-sc5xx-minimal-adsp-sc598-som-ezkit.jffs2'.
    Load address: 0x96000000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             ################################
             1.4 MiB/s
    done
    Bytes transferred = 32899072 (1f60000 hex)
    SF: Detected is25lp512 with page size 256 Bytes, erase size 64 KiB, total 64 MiB
    device 0 offset 0x1000000, size 0x1f60000
    SF: 32899072 bytes @ 0x1000000 Written: OK
    Saving Environment to SPIFlash... Erasing SPI flash...Writing to SPI flash...done
    OK
    =>

    U-Boot SPL 2020.10 (Aug 23 2022 - 13:09:23 +0000)
    ADI Boot Mode: 1 (QSPI Master)
    Trying to boot from BOOTROM


    U-Boot 2020.10 (Aug 23 2022 - 13:09:23 +0000)

    Model: ADI sc598-som-ezkit
           Watchdog enabled
    I2C:   ready
    DRAM:  224 MiB
    MMC:   mmc@310C7000: 0
    Loading Environment from SPIFlash...
    SF: Detected is25lp512 with page size 256 Bytes, erase size 64 KiB, total 64 MiB
    OK
    In:    serial@0x31003000
    Out:   serial@0x31003000
    Err:   serial@0x31003000
    Net:   eth0: eth@0x31040000
    Hit any key to stop autoboot:  0
    SF: Detected is25lp512 with page size 256 Bytes, erase size 64 KiB, total 64 MiB
    device 0 offset 0x160000, size 0xd08d42
    SF: 13667650 bytes @ 0x160000 Read: OK
    ## Loading kernel from FIT Image at 96000000 ...
       Using 'conf@1' configuration
       Verifying Hash Integrity ... OK
       Trying 'kernel@1' kernel subimage
         Description:  Linux kernel
         Type:         Kernel Image
         Compression:  uncompressed
         Data Start:   0x960000e4
         Data Size:    13638144 Bytes = 13 MiB
         Architecture: AArch64
         OS:           Linux
         Load Address: 0x9a080000
         Entry Point:  0x9a080000
         Hash algo:    sha1
         Hash value:   f40996913d3c7f6af71aded03b4368fc3da689df
         Sign algo:    sha1,rsa2048:
         Sign value:   unavailable
       Verifying Hash Integrity ... sha1+ sha1,rsa2048:- OK
    ## Loading fdt from FIT Image at 96000000 ...
       Using 'conf@1' configuration
       Verifying Hash Integrity ... OK
       Trying 'fdt@2' fdt subimage
         Description:  Flattened Device Tree Blob
         Type:         Flat Device Tree
         Compression:  uncompressed
         Data Start:   0x96d01c1c
         Data Size:    27491 Bytes = 26.8 KiB
         Architecture: AArch64
         Load Address: 0x99000000
         Hash algo:    sha1
         Hash value:   598e513951aa1185ccfb1fcec57ea20de8202519
         Sign algo:    sha1,rsa2048:
         Sign value:   unavailable
       Verifying Hash Integrity ... sha1+ sha1,rsa2048:- OK
       Loading fdt from 0x96d01c1c to 0x99000000
       Booting using the fdt blob at 0x99000000
       Loading Kernel Image
       Using Device Tree in place at 0000000099000000, end 0000000099009b62

    Starting kernel ...

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
    [    0.000000] Linux version 5.4.183-yocto-standard (oe-user@oe-host) (gcc version 9.3.0 (GCC)) #1 SMP PREEMPT Tue Aug 9 19:58:07 UTC 2022
    [    0.000000] Machine model: ADI 64-bit SC598 SOM EZ Kit
    [    0.000000] earlycon: adi_uart0 at MMIO 0x0000000031003000 (options '')
    [    0.000000] printk: bootconsole [adi_uart0] enabled
    [    0.000000] efi: Getting EFI parameters from FDT:
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000020084000, size 0 MiB
    [    0.000000] OF: reserved mem: initialized node vdev0buffer@20084000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000200a8000, size 0 MiB
    [    0.000000] OF: reserved mem: initialized node vdev0buffer@200A8000, compatible id shared-dma-pool
    [    0.000000] NUMA: No NUMA configuration found
    [    0.000000] NUMA: Faking a node at [mem 0x0000000090000000-0x000000009dffffff]
    [    0.000000] NUMA: NODE_DATA [mem 0x9df68a40-0x9df69fff]
    [    0.000000] Zone ranges:
    [    0.000000]   DMA32    [mem 0x0000000090000000-0x000000009dffffff]
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000090000000-0x000000009dffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000090000000-0x000000009dffffff]
    [    0.000000] percpu: Embedded 22 pages/cpu s51096 r8192 d30824 u90112
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 56448
    [    0.000000] Policy zone: DMA32
    [    0.000000] Kernel command line: root=/dev/mtdblock4 rootfstype=jffs2 earlycon=adi_uart,0x31003000 console=ttySC0,115200 cadence-quadspi.ospi_id=0 cadence-quadspi.ospi_mode=spi
    [    0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 198144K/229376K available (8956K kernel code, 582K rwdata, 3120K rodata, 576K init, 397K bss, 31232K reserved, 0K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.
    [    0.000000]  Tasks RCU enabled.
    [    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=1
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 384 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] GICv3: Distributor has no Range Selector support
    [    0.000000] GICv3: 16 PPIs implemented
    [    0.000000] GICv3: no VLPI support, no direct LPI support
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000031240000
    [    0.000000] random: get_random_bytes called from start_kernel+0x2b8/0x43c with crng_init=0
    [    0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
    [    0.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
    [    0.008042] clocksource: cs_adi_gptimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 15290083572 ns
    [    0.017880] sched_clock: 32 bits at 125MHz, resolution 8ns, wraps every 17179869180ns
    [    0.026064] Console: colour dummy device 80x25
    [    0.030401] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
    [    0.040666] pid_max: default: 32768 minimum: 301
    [    0.045320] LSM: Security Framework initializing
    [    0.049899] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
    [    0.057068] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
    [    0.066109] ASID allocator initialised with 32768 entries
    [    0.071492] rcu: Hierarchical SRCU implementation.
    [    0.076590] EFI services will not be available.
    [    0.081113] smp: Bringing up secondary CPUs ...
    [    0.085496] smp: Brought up 1 node, 1 CPU
    [    0.089453] SMP: Total of 1 processors activated.
    [    0.094152] CPU features: detected: 32-bit EL0 Support
    [    0.099270] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
    [    0.107862] CPU features: detected: CRC32 instructions
    [    0.113208] CPU: All CPU(s) started at EL2
    [    0.117141] alternatives: patching kernel code
    [    0.122242] devtmpfs: initialized
    [    0.130342] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.139948] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
    [    0.146883] pinctrl core: initialized pinctrl subsystem
    [    0.152116] DMI not present or invalid.
    [    0.156049] NET: Registered protocol family 16
    [    0.160742] DMA: preallocated 256 KiB pool for atomic allocations
    [    0.166683] audit: initializing netlink subsys (disabled)
    [    0.172803] audit: type=2000 audit(0.104:1): state=initialized audit_enabled=0 res=1
    [    0.180439] cpuidle: using governor menu
    [    0.184525] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.205604] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.212205] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.218898] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.225504] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.233327] cryptd: max_cpu_qlen set to 1000
    [    0.239374] ACPI: Interpreter disabled.
    [    0.243325] iommu: Default domain type: Translated
    [    0.248389] vgaarb: loaded
    [    0.251087] SCSI subsystem initialized
    [    0.255122] usbcore: registered new interface driver usbfs
    [    0.260574] usbcore: registered new interface driver hub
    [    0.265756] usbcore: registered new device driver usb
    [    0.271378] i2c-adi-twi 31001400.twi: ADI on-chip I2C TWI Controller, regs_base@(____ptrval____)
    [    0.280242] i2c-adi-twi 31001500.twi: ADI on-chip I2C TWI Controller, regs_base@(____ptrval____)
    [    0.293291] GPIO line 496 (led1-en) hogged as output/high
    [    0.299324] GPIO line 497 (led2-en) hogged as output/high
    [    0.305351] GPIO line 498 (led3-en) hogged as output/high
    [    0.310978] GPIO line 499 (~spi2d2-d3-en) hogged as output/low
    [    0.317040] GPIO line 500 (~spi2flash-cs) hogged as output/low
    [    0.323100] GPIO line 501 (~uart0-en) hogged as output/low
    [    0.329213] GPIO line 502 (~uart0-flow-en) hogged as output/high
    [    0.335447] GPIO line 504 (emmc-en) hogged as output/low
    [    0.341386] GPIO line 505 (emmc-som-en) hogged as output/high
    [    0.351476] i2c-adi-twi 31001600.twi: ADI on-chip I2C TWI Controller, regs_base@(____ptrval____)
    [    0.360221] pps_core: LinuxPPS API ver. 1 registered
    [    0.365037] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.374163] PTP clock support registered
    [    0.378061] EDAC MC: Ver: 3.0.0
    [    0.381886] Advanced Linux Sound Architecture Driver Initialized.
    [    0.388576] clocksource: Switched to clocksource arch_sys_counter
    [    0.394767] VFS: Disk quotas dquot_6.6.0
    [    0.398594] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.405529] pnp: PnP ACPI: disabled
    [    0.413655] thermal_sys: Registered thermal governor 'step_wise'
    [    0.413660] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.419867] NET: Registered protocol family 2
    [    0.430663] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.438309] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.446607] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.454247] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.461370] TCP: Hash tables configured (established 2048 bind 2048)
    [    0.467774] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
    [    0.474187] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
    [    0.481280] NET: Registered protocol family 1
    [    0.485954] RPC: Registered named UNIX socket transport module.
    [    0.491752] RPC: Registered udp transport module.
    [    0.496390] RPC: Registered tcp transport module.
    [    0.501074] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.507506] PCI: CLS 0 bytes, default 64
    [    0.511959] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
    [    0.523231] Initialise system trusted keyrings
    [    0.527853] workingset: timestamp_bits=44 max_order=16 bucket_order=0
    [    0.539784] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.546365] NFS: Registering the id_resolver key type
    [    0.551317] Key type id_resolver registered
    [    0.555411] Key type id_legacy registered
    [    0.559409] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.566086] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.573486] jffs2: version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.
    [    0.579995] 9p: Installing v9fs 9p2000 file system support
    [    0.598288] Key type asymmetric registered
    [    0.602246] Asymmetric key parser 'x509' registered
    [    0.607145] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
    [    0.614481] io scheduler mq-deadline registered
    [    0.618975] io scheduler kyber registered
    [    0.624041] EINJ: ACPI disabled.
    [    0.627569] adi-dma 3102d000.dma: Creating new peripheral DMA controller instance
    [    0.638345] adi-dma 31026000.dma: Creating new peripheral DMA controller instance
    [    0.649030] adi-dma 3109a000.dma: Creating new MDMA controller instance
    [    0.659295] ADI serial driver
    [    0.662366] adi-uart4 31003000.uart: Serial probe
    [    0.666977] 31003000.uart: ttySC0 at MMIO 0x0 (irq = 0, base_baud = 7812500) is a ADI-UART4
    [    0.675427] printk: console [ttySC0] enabled
    [    0.675427] printk: console [ttySC0] enabled
    [    0.683775] printk: bootconsole [adi_uart0] disabled
    [    0.683775] printk: bootconsole [adi_uart0] disabled
    [    0.694398] cacheinfo: Unable to detect cache hierarchy for CPU 0
    [    0.707856] loop: module loaded
    [    0.713720] spi-nor spi2.0: is25lp512 (65536 Kbytes)
    [    0.718877] 5 fixed-partitions partitions found on MTD device spi2.0
    [    0.725130] Creating 5 MTD partitions on "spi2.0":
    [    0.729852] 0x000000000000-0x0000000c0000 : "U-Boot"
    [    0.741134] 0x0000000c0000-0x0000000e0000 : "U-Boot Environment"
    [    0.753111] 0x0000000e0000-0x000000100000 : "Device Tree Blob"
    [    0.765102] 0x000000100000-0x000001000000 : "Kernel zImage"
    [    0.777093] 0x000001000000-0x000004000000 : "JFFS2 Formatted RFS"
    [    0.789152] adi-spi3 31030000.spi: registered ADI SPI controller spi2
    [    0.795799] tun: Universal TUN/TAP device driver, 1.6
    [    0.801263] adi-dwmac 31040000.ethernet: IRQ eth_wake_irq not found
    [    0.807417] adi-dwmac 31040000.ethernet: IRQ eth_lpi not found
    [    0.813309] adi-dwmac 31040000.ethernet: PTP uses main clock
    [    0.818843] adi-dwmac 31040000.ethernet: no reset control found
    [    0.824906] adi-dwmac 31040000.ethernet: User ID: 0x10, Synopsys ID: 0x52
    [    0.831542] adi-dwmac 31040000.ethernet:     DWMAC4/5
    [    0.836294] adi-dwmac 31040000.ethernet: DMA HW capability register supported
    [    0.843410] adi-dwmac 31040000.ethernet: RX Checksum Offload Engine supported
    [    0.850527] adi-dwmac 31040000.ethernet: TX Checksum insertion supported
    [    0.857210] adi-dwmac 31040000.ethernet: Wake-Up On Lan supported
    [    0.863309] adi-dwmac 31040000.ethernet: TSO supported
    [    0.868408] adi-dwmac 31040000.ethernet: Enable RX Mitigation via HW Watchdog Timer
    [    0.876048] adi-dwmac 31040000.ethernet: TSO feature enabled
    [    0.906109] VFIO - User Level meta-driver version: 0.3
    [    0.930806] dwc2 310c5000.usb: DWC OTG Controller
    [    0.935372] dwc2 310c5000.usb: new USB bus registered, assigned bus number 1
    [    0.942403] dwc2 310c5000.usb: irq 37, io mem 0x310c5000
    [    0.948234] hub 1-0:1.0: USB hub found
    [    0.951873] hub 1-0:1.0: 1 port detected
    [    0.956674] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    0.963154] ehci-pci: EHCI PCI platform driver
    [    0.967548] ehci-platform: EHCI generic platform driver
    [    0.972814] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    0.978907] ohci-pci: OHCI PCI platform driver
    [    0.983325] ohci-platform: OHCI generic platform driver
    [    0.988911] usbcore: registered new interface driver usb-storage
    [    0.995537] i2c /dev entries driver
    [    1.000220] adi_sc59x_tmu 31016800.thermal: Fault limit: 85 C, Alert limit: 60 C
    [    1.007484] adi_sc59x_tmu 31016800.thermal: Gain 0x6, offset 32134
    [    1.013610] adi_sc59x_tmu 31016800.thermal: SC59x Thermal Monitoring Unit active
    [    1.021591] adi_wdt: initialized: timeout=20 sec (nowayout=0)
    [    1.027607] sdhci: Secure Digital Host Controller Interface driver
    [    1.033635] sdhci: Copyright(c) Pierre Ossman
    [    1.038001] Synopsys Designware Multimedia Card Interface Driver
    [    1.044022] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.081103] mmc0: SDHCI controller on 310c7000.mmc [310c7000.mmc] using ADMA
    [    1.088505] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.095454] usbcore: registered new interface driver usbhid
    [    1.100937] usbhid: USB HID core driver
    [    1.106446] NET: Registered protocol family 17
    [    1.110862] 8021q: 802.1Q VLAN Support v1.8
    [    1.115101] 9pnet: Installing 9P2000 support
    [    1.119311] Key type dns_resolver registered
    [    1.123955] registered taskstats version 1
    [    1.127950] Loading compiled-in X.509 certificates
    [    1.137327] adsp-sru-ctrl 310c9000.sru-ctrl-dai0: Started without extended selection codes (SC573, SC584, SC589)
    [    1.148016] adsp-sru-ctrl 310ca000.sru-ctrl-dai1: Started without extended selection codes (SC573, SC584, SC589)
    [    1.158601] printk: console [netcon0] enabled
    [    1.162836] netconsole: network logging started
    [    1.167319] hctosys: unable to open rtc device (rtc0)
    [    1.172543] ALSA device list:
    [    1.175344]   No soundcards found.
    [    1.201928] mmc0: new high speed MMC card at address 0001
    [    1.212311] mmcblk0: mmc0:0001 IS008G 7.28 GiB
    [    1.220698] mmcblk0boot0: mmc0:0001 IS008G partition 1 4.00 MiB
    [    1.233856] mmcblk0boot1: mmc0:0001 IS008G partition 2 4.00 MiB
    [    1.245985] mmcblk0rpmb: mmc0:0001 IS008G partition 3 4.00 MiB, chardev (243:0)
    [    1.264697]  mmcblk0: p1
    [    4.117994] VFS: Mounted root (jffs2 filesystem) readonly on device 31:4.
    [    4.124839] devtmpfs: mounted
    [    4.128224] Freeing unused kernel memory: 576K
    [    4.132632] Run /sbin/init as init process
    /sbin/init[    4.647593] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
    [    4.655890] CPU: 0 PID: 1 Comm: init Not tainted 5.4.183-yocto-standard #1
    [    4.662738] Hardware name: ADI 64-bit SC598 SOM EZ Kit (DT)
    [    4.668294] Call trace:
    [    4.670733]  dump_backtrace+0x0/0x140
    [    4.674371]  show_stack+0x14/0x20
    [    4.677672]  dump_stack+0xac/0xe8
    [    4.680973]  panic+0x150/0x31c
    [    4.684006]  do_exit+0x958/0x9a8
    [    4.687217]  do_group_exit+0x40/0xa0
    [    4.690776]  __arm64_sys_exit_group+0x14/0x18
    [    4.695119]  el0_svc_common.constprop.0+0x68/0x178
    [    4.699890]  el0_svc_handler+0x20/0x80
    [    4.703623]  el0_svc+0x8/0x204
    [    4.706665] Kernel Offset: disabled
    [    4.710133] CPU features: 0x0006,08002008
    [    4.714124] Memory Limit: none
    [    4.717169] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00 ]---

    Thanks,

    Sushindren S

  • Hi Sushindren,

    Apologize for the delay, Did you try rebuilding the image and flashing the new images? Do you still see this issue?

    Thanks,

    Prasanth R

  • Hi Prasanth,

    The issue was solved

    Thankyou for the Support.

    Thankyou,

    Sushindren