Post Go back to editing

EVAL_AD7768_FMCZ Interface with ZED BOARD :- Not_able to boot ?

Category: Software
Product Number: EVAL_AD7768_INTERFACE WITH ZEDBOARD
Software Version: VIVADO 2022.2, PETALINUX 2022.2

Hello,

I am having the EVAL_BOARD AD7768.

I have to interface this ad7768 eval board to zedboard. 

I use this link to get image: https://wiki.analog.com/resources/tools-software/linux-software/kuiper-linux

from above link i fallowed all the steps. flash the image on sd card. I got different type of ad folder in that i went folder name==>  zynq-zed-adv7511-ad7768

i got BOOT.BIN, devicetree.dtb, bootgen_sysfiles.tgz. There is no  file image.ub. why ? 

on Uart I am able to see:

U-Boot 2018.01-21441-ga6ab387 (Aug 31 2022 - 11:43:06 +0100), Build: jenkins-development-build_uboot-2

Model: Zynq Zed Development Board
Board: Xilinx Zynq
Silicon: v3.1
DRAM: ECC disabled 512 MiB
MMC: sdhci@e0100000: 0 (SD)
SF: Detected s25fl256s_64k with page size 256 Bytes, erase size 64 KiB, total 32 MiB
*** Warning - bad CRC, using default environment

In: serial@e0001000
Out: serial@e0001000
Err: serial@e0001000
Net: ZYNQ GEM: e000b000, phyaddr 0, interface rgmii-id
eth0: ethernet@e000b000
reading uEnv.txt
407 bytes read in 18 ms (21.5 KiB/s)
Importing environment from SD ...
Hit any key to stop autoboot: 0
Device: sdhci@e0100000
Manufacturer ID: 27
OEM: 5048
Name: SD32G
Tran Speed: 50000000
Rd Block Len: 512
SD version 3.0
High Capacity: Yes
Capacity: 28.9 GiB
Bus Width: 4-bit
Erase Group Size: 512 Bytes
reading uEnv.txt
407 bytes read in 18 ms (21.5 KiB/s)
Loaded environment from uEnv.txt
Importing environment from SD ...
Running uenvcmd ...
Copying Linux from SD to RAM...
Unable to read file uImage
Copying Linux from SD to RAM...
Unable to read file uImage
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
starting USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 1 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found

Device 0: unknown device
ethernet@e000b000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
missing environment variable: pxefile_addr_r
ethernet@e000b000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
ethernet@e000b000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
Zynq>

Please provide some solution.

Thread Notes

  • Hi  ,

    I will contact the product owner and get back to you.

    Regards,
    Jo

  • Hi  ,

    The uimage file is in zynq-common/ . Please try again and let me know how it goes.

    Thanks,
    Janine

  • I tried uimge than it is working but when i am running the application on it shows lots of error? why ?

    I used : https://github.com/analogdevicesinc/linux/blob/main/drivers/iio/adc/ad7768.c

    https://wiki.analog.com/resources/tools-software/linux-drivers/iio-adc/ad7768

    it shows missing of header file why its present in particular directory. why the error comes?  

    how to resolve the issue 

  • Hi  ,

    Just to know in future, there is a ReadMe.txt file in /boot that explain what files to copy directly in /boot and from which paths.

    The same information is present also on the wiki page that you used:

    " For the zynq projects copy these files to the root of the BOOT FAT32 partition:

    1. target/BOOT.BIN
    2. target/<specific_folder>/devicetree.dtb
    3. zynq-common/uImage"

      
    What Kuiper version did you used?

    Could you please run 'dmesg' command in terminal and add the output here? 

  • Hii,

    Thanks for your response

    I read the ReadMe.txt file.

    I have AD7768FMCZ Evaluation kit I have to interface this with zedboard.

    I got the three ad7768 folder 

    1.zynq-zed-adv7511-ad7768-1-evb

    2.zynq-zed-adv7511-ad7768-axi-adc

    3.zynq-zed-adv7511-ad7768-4-axi-adc

    I used second zynq-zed-adv7511-ad7768-axi-adc and uimage from zynq-common. 

    Board is boot, to run application I used: https://github.com/analogdevicesinc/linux/blob/main/drivers/iio/adc/ad7768.c

    Download whole Linux application added in SD card.

    still it shows some lib are missing but they are present in specified directory. what is the issue ?

    Please check it let me know:

    Is selected folder; zynq-zed-adv7511-ad7768-axi-adc is correct or not ?

    I am using vivdao 2022.2, petalinux 2022.2.

    When i add the dmseg command i get:

    root@analog:~# dmesg
    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 5.15.0-175919-g427c94e8faa5 (jenkins@romlxbuild1) (arm-xilinx-linux-gnueabi-gcc.real (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37.20210721) #823 SMP PREEMPT Tue Dec 12 10:08:06 EET 2023
    [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [ 0.000000] OF: fdt: Machine model: Xilinx Zynq ZED
    [ 0.000000] OF: fdt: earlycon: stdout-path /amba@0/uart@E0001000 not found
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] cma: Reserved 128 MiB at 0x16800000
    [ 0.000000] Zone ranges:
    [ 0.000000] Normal [mem 0x0000000000000000-0x000000001fffffff]
    [ 0.000000] HighMem empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff]
    [ 0.000000] percpu: Embedded 11 pages/cpu s14156 r8192 d22708 u45056
    [ 0.000000] pcpu-alloc: s14156 r8192 d22708 u45056 alloc=11*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130048
    [ 0.000000] Kernel command line: console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlycon rootfstype=ext4 rootwait clk_ignore_unused cpuidle.off=1
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
    [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [ 0.000000] Memory: 363952K/524288K available (12288K kernel code, 805K rwdata, 8032K rodata, 1024K init, 474K bss, 29264K reserved, 131072K cma-reserved, 0K highmem)
    [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] rcu: RCU event tracing is enabled.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
    [ 0.000000] Trampoline variant of Tasks RCU enabled.
    [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [ 0.000000] efuse mapped to (ptrval)
    [ 0.000000] slcr mapped to (ptrval)
    [ 0.000000] L2C: platform modifies aux control register: 0x72360000 -> 0x72760000
    [ 0.000000] L2C: DT/platform modifies aux control register: 0x72360000 -> 0x72760000
    [ 0.000000] L2C-310 erratum 769419 enabled
    [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
    [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
    [ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines
    [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
    [ 0.000000] L2C-310 cache controller enabled, 8 ways, 512 kB
    [ 0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76760001
    [ 0.000000] random: get_random_bytes called from start_kernel+0x480/0x630 with crng_init=0
    [ 0.000000] zynq_clock_init: clkc starts at (ptrval)
    [ 0.000000] Zynq clock init
    [ 0.000001] sched_clock: 64 bits at 166MHz, resolution 6ns, wraps every 4398046511103ns
    [ 0.000026] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0x26703d7dd8, max_idle_ns: 440795208065 ns
    [ 0.000060] Switching to timer-based delay loop, resolution 6ns
    [ 0.000151] clocksource: ttc_clocksource: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 537538477 ns
    [ 0.000191] timer #0 at (ptrval), irq=25
    [ 0.000791] Console: colour dummy device 80x30
    [ 0.000830] Calibrating delay loop (skipped), value calculated using timer frequency.. 333.33 BogoMIPS (lpj=1666666)
    [ 0.000850] pid_max: default: 32768 minimum: 301
    [ 0.001014] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [ 0.001033] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
    [ 0.001688] CPU: Testing write buffer coherency: ok
    [ 0.001723] CPU0: Spectre v2: using BPIALL workaround
    [ 0.001897] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.002489] Setting up static identity map for 0x100000 - 0x100060
    [ 0.002634] rcu: Hierarchical SRCU implementation.
    [ 0.002935] smp: Bringing up secondary CPUs ...
    [ 0.003687] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [ 0.003705] CPU1: Spectre v2: using BPIALL workaround
    [ 0.003836] smp: Brought up 1 node, 2 CPUs
    [ 0.003853] SMP: Total of 2 processors activated (666.66 BogoMIPS).
    [ 0.003866] CPU: All CPU(s) started in SVC mode.
    [ 0.004353] devtmpfs: initialized
    [ 0.008881] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
    [ 0.009096] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.009125] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [ 0.016153] pinctrl core: initialized pinctrl subsystem
    [ 0.017000] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.019123] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.020118] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.028465] amba f8801000.etb: Fixing up cyclic dependency with replicator
    [ 0.028799] amba f8803000.tpiu: Fixing up cyclic dependency with replicator
    [ 0.029142] amba f8804000.funnel: Fixing up cyclic dependency with replicator
    [ 0.029493] amba f889c000.ptm: Fixing up cyclic dependency with f8804000.funnel
    [ 0.029826] amba f889d000.ptm: Fixing up cyclic dependency with f8804000.funnel
    [ 0.033523] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
    [ 0.033540] hw-breakpoint: maximum watchpoint size is 4 bytes.
    [ 0.034077] e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 32, base_baud = 3125000) is a xuartps
    [ 0.439845] printk: console [ttyPS0] enabled
    [ 0.454850] SCSI subsystem initialized
    [ 0.457511] usbcore: registered new interface driver usbfs
    [ 0.461733] usbcore: registered new interface driver hub
    [ 0.465791] usbcore: registered new device driver usb
    [ 0.469849] mc: Linux media interface: v0.10
    [ 0.472836] videodev: Linux video capture interface: v2.00
    [ 0.477130] pps_core: LinuxPPS API ver. 1 registered
    [ 0.480783] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.488630] PTP clock support registered
    [ 0.491563] jesd204: found 0 devices and 0 topologies
    [ 0.495354] FPGA manager framework
    [ 0.497672] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.503595] clocksource: Switched to clocksource arm_global_timer
    [ 0.516503] NET: Registered PF_INET protocol family
    [ 0.520204] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [ 0.526935] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
    [ 0.534085] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
    [ 0.540568] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.546488] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.551601] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
    [ 0.556893] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
    [ 0.562717] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 0.567582] RPC: Registered named UNIX socket transport module.
    [ 0.572193] RPC: Registered udp transport module.
    [ 0.575611] RPC: Registered tcp transport module.
    [ 0.579006] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.584426] armv7-pmu f8891000.pmu: hw perfevents: no interrupt-affinity property, guessing.
    [ 0.591742] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
    [ 0.599718] workingset: timestamp_bits=30 max_order=17 bucket_order=0
    [ 0.605658] NFS: Registering the id_resolver key type
    [ 0.609436] Key type id_resolver registered
    [ 0.612311] Key type id_legacy registered
    [ 0.615072] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.620462] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 0.626760] fuse: init (API version 7.34)
    [ 0.629715] io scheduler mq-deadline registered
    [ 0.632936] io scheduler kyber registered
    [ 0.636591] zynq-pinctrl 700.pinctrl: zynq pinctrl initialized
    [ 0.644755] dma-pl330 f8003000.dmac: Loaded driver for PL330 DMAC-241330
    [ 0.650158] dma-pl330 f8003000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16
    [ 0.665814] brd: module loaded
    [ 0.673512] loop: module loaded
    [ 0.675730] Registered mathworks_ip class
    [ 0.681309] spi-nor spi1.0: found s25fl256s1, expected n25q128a11
    [ 0.687848] random: fast init done
    [ 0.778313] random: crng init done
    [ 0.787389] spi-nor spi1.0: s25fl256s1 (32768 Kbytes)
    [ 0.791185] 5 fixed-partitions partitions found on MTD device spi1.0
    [ 0.796245] Creating 5 MTD partitions on "spi1.0":
    [ 0.799723] 0x000000000000-0x000000500000 : "boot"
    [ 0.814425] 0x000000500000-0x000000520000 : "bootenv"
    [ 0.819491] 0x000000520000-0x000000540000 : "config"
    [ 0.834455] 0x000000540000-0x000000fc0000 : "image"
    [ 0.844430] 0x000000fc0000-0x000002000000 : "spare"
    [ 0.854665] MACsec IEEE 802.1AE
    [ 0.857175] libphy: Fixed MDIO Bus: probed
    [ 0.860406] tun: Universal TUN/TAP device driver, 1.6
    [ 0.865695] libphy: MACB_mii_bus: probed
    [ 0.869348] macb e000b000.ethernet eth0: Cadence GEM rev 0x00020118 at 0xe000b000 irq 35 (00:0a:35:00:01:22)
    [ 0.878380] usbcore: registered new interface driver asix
    [ 0.882521] usbcore: registered new interface driver ax88179_178a
    [ 0.887401] usbcore: registered new interface driver cdc_ether
    [ 0.891952] usbcore: registered new interface driver net1080
    [ 0.896352] usbcore: registered new interface driver cdc_subset
    [ 0.900994] usbcore: registered new interface driver zaurus
    [ 0.905314] usbcore: registered new interface driver cdc_ncm
    [ 0.910474] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.916179] usbcore: registered new interface driver uas
    [ 0.920233] usbcore: registered new interface driver usb-storage
    [ 0.925046] usbcore: registered new interface driver usbserial_generic
    [ 0.930281] usbserial: USB Serial support registered for generic
    [ 0.935020] usbcore: registered new interface driver ftdi_sio
    [ 0.939471] usbserial: USB Serial support registered for FTDI USB Serial Device
    [ 0.945511] usbcore: registered new interface driver upd78f0730
    [ 0.950139] usbserial: USB Serial support registered for upd78f0730
    [ 1.013620] ULPI transceiver vendor/product ID 0x0451/0x1507
    [ 1.017981] Found TI TUSB1210 ULPI transceiver.
    [ 1.021209] ULPI integrity check: passed.
    [ 1.023953] ci_hdrc ci_hdrc.0: EHCI Host Controller
    [ 1.027542] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
    [ 1.063609] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
    [ 1.067863] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
    [ 1.074847] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 1.080764] usb usb1: Product: EHCI Host Controller
    [ 1.084342] usb usb1: Manufacturer: Linux 5.15.0-175919-g427c94e8faa5 ehci_hcd
    [ 1.090259] usb usb1: SerialNumber: ci_hdrc.0
    [ 1.093856] hub 1-0:1.0: USB hub found
    [ 1.096331] hub 1-0:1.0: 1 port detected
    [ 1.100973] i2c_dev: i2c /dev entries driver
    [ 1.104936] i2c 0-0039: Fixing up cyclic dependency with 70e00000.axi_hdmi
    [ 1.110706] adv7511 0-0039: supply avdd not found, using dummy regulator
    [ 1.116318] adv7511 0-0039: supply dvdd not found, using dummy regulator
    [ 1.121770] adv7511 0-0039: supply pvdd not found, using dummy regulator
    [ 1.127248] adv7511 0-0039: supply bgvdd not found, using dummy regulator
    [ 1.132780] adv7511 0-0039: supply dvdd-3v not found, using dummy regulator
    [ 1.147151] at24 1-0050: supply vcc not found, using dummy regulator
    [ 2.153591] xiic-i2c 41620000.i2c: Timeout waiting at Tx empty
    [ 3.163591] xiic-i2c 41620000.i2c: Timeout waiting at Tx empty
    [ 3.170923] usbcore: registered new interface driver uvcvideo
    [ 3.175403] gspca_main: v2.14.0 registered
    [ 3.180445] cdns-wdt f8005000.watchdog: Xilinx Watchdog Timer with timeout 10s
    [ 3.186671] Xilinx Zynq CpuIdle Driver started
    [ 3.189804] failed to register cpuidle driver
    [ 3.193094] sdhci: Secure Digital Host Controller Interface driver
    [ 3.197980] sdhci: Copyright(c) Pierre Ossman
    [ 3.201025] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 3.207027] ledtrig-cpu: registered to indicate activity on CPUs
    [ 3.211789] hid: raw HID events driver (C) Jiri Kosina
    [ 3.217903] usbcore: registered new interface driver usbhid
    [ 3.222171] usbhid: USB HID core driver
    [ 3.231659] mmc0: SDHCI controller on e0100000.mmc [e0100000.mmc] using ADMA
    [ 3.252606] cf_axi_adc 43c00000.cf_axi_adc: ADI AIM (10.03.\x00) at 0x43C00000 mapped to 0x5a49b716 probed ADC ad7768_axi_adc as master
    [ 3.271059] axi_sysid 45000000.axi-sysid-0: AXI System ID core version (1.01.a) found
    [ 3.277724] mmc0: new high speed SDHC card at address 5048
    [ 3.277822] axi_sysid 45000000.axi-sysid-0: [ad7768evb] on [zed] git branch <hdl_2022_r2> git <b31d4fbba87a96f329f858da3118771503c7c6b4> clean [2023-11-01 09:39:50] UTC
    [ 3.282470] mmcblk0: mmc0:5048 SD32G 28.9 GiB
    [ 3.296329] fpga_manager fpga0: Xilinx Zynq FPGA Manager registered
    [ 3.304737] mmcblk0: p1 p2 p3
    [ 3.304761] usbcore: registered new interface driver snd-usb-audio
    [ 3.314122] axi-i2s 77600000.axi-i2s: probed, capture enabled, playback enabled
    [ 3.321023] NET: Registered PF_INET6 protocol family
    [ 3.325725] Segment Routing with IPv6
    [ 3.328106] In-situ OAM (IOAM) with IPv6
    [ 3.330798] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 3.336082] NET: Registered PF_PACKET protocol family
    [ 3.340090] NET: Registered PF_IEEE802154 protocol family
    [ 3.344219] Key type dns_resolver registered
    [ 3.347349] zynq_pm_remap_ocm: OCM pool is not available
    [ 3.351355] zynq_pm_suspend_init: Unable to map OCM.
    [ 3.355075] Registering SWP/SWPB emulation handler
    [ 3.367132] of-fpga-region fpga-full: FPGA Region probed
    [ 3.372056] [drm] Initialized axi_hdmi_drm 1.0.0 20120930 for 70e00000.axi_hdmi on minor 0
    [ 3.380295] axi-hdmi 70e00000.axi_hdmi: [drm] Cannot find any crtc or sizes
    [ 3.389086] debugfs: File 'Capture' in directory 'dapm' already present!
    [ 3.409465] of_cfs_init
    [ 3.410629] of_cfs_init: OK
    [ 3.412306] clk: Not disabling unused clocks
    [ 3.415298] ALSA device list:
    [ 3.416950] #0: HDMI monitor
    [ 3.418694] #1: ZED ADAU1761
    [ 3.432871] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
    [ 3.441740] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 3.454565] devtmpfs: mounted
    [ 3.457689] Freeing unused kernel image (initmem) memory: 1024K
    [ 3.464212] Run /sbin/init as init process
    [ 3.467002] with arguments:
    [ 3.467007] /sbin/init
    [ 3.467013] with environment:
    [ 3.467017] HOME=/
    [ 3.467022] TERM=linux
    [ 4.005231] systemd[1]: System time before build time, advancing clock.
    [ 4.068058] systemd[1]: systemd 247.3-7+rpi1+deb11u2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
    [ 4.090980] systemd[1]: Detected architecture arm.
    [ 4.135070] systemd[1]: Set hostname to <analog>.
    [ 5.979471] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
    [ 6.309849] systemd[1]: Queued start job for default target Graphical Interface.
    [ 6.318398] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [ 6.329501] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [ 6.337911] systemd[1]: Created slice system-getty.slice.
    [ 6.384653] systemd[1]: Created slice system-modprobe.slice.
    [ 6.424629] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ 6.474557] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 6.524276] systemd[1]: Created slice User and Session Slice.
    [ 6.574219] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 6.624178] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
    [ 6.635790] systemd[1]: Reached target Slices.
    [ 6.673949] systemd[1]: Reached target Swap.
    [ 6.715339] systemd[1]: Listening on Syslog Socket.
    [ 6.754479] systemd[1]: Listening on fsck to fsckd communication Socket.
    [ 6.804144] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ 6.874261] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [ 6.881904] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 6.924746] systemd[1]: Listening on Journal Socket.
    [ 6.972794] systemd[1]: Listening on udev Control Socket.
    [ 7.014490] systemd[1]: Listening on udev Kernel Socket.
    [ 7.064716] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
    [ 7.072223] systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped.
    [ 7.083177] systemd[1]: Mounting RPC Pipe File System...
    [ 7.117024] systemd[1]: Mounting Kernel Debug File System...
    [ 7.144387] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
    [ 7.152009] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
    [ 7.165862] systemd[1]: Starting Restore / save the current clock...
    [ 7.215675] systemd[1]: Starting Set the console keyboard layout...
    [ 7.254011] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
    [ 7.268398] systemd[1]: Starting Load Kernel Module configfs...
    [ 7.297708] systemd[1]: Starting Load Kernel Module drm...
    [ 7.327266] systemd[1]: Starting Load Kernel Module fuse...
    [ 7.357810] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
    [ 7.366522] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [ 7.377696] systemd[1]: Starting Journal Service...
    [ 7.410177] systemd[1]: Starting Load Kernel Modules...
    [ 7.447306] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 7.466594] systemd[1]: Starting Coldplug All udev Devices...
    [ 7.512527] systemd[1]: Mounted RPC Pipe File System.
    [ 7.574759] systemd[1]: Mounted Kernel Debug File System.
    [ 7.618000] systemd[1]: Finished Restore / save the current clock.
    [ 7.697272] systemd[1]: modprobe@configfs.service: Succeeded.
    [ 7.702779] systemd[1]: Finished Load Kernel Module configfs.
    [ 7.745429] systemd[1]: modprobe@drm.service: Succeeded.
    [ 7.753799] systemd[1]: Finished Load Kernel Module drm.
    [ 7.795463] systemd[1]: modprobe@fuse.service: Succeeded.
    [ 7.803843] systemd[1]: Finished Load Kernel Module fuse.
    [ 7.844468] systemd[1]: Started Journal Service.
    [ 8.141225] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: disabled.
    [ 8.284659] systemd-journald[102]: Received client request to flush runtime journal.
    [ 8.312238] systemd-journald[102]: File /var/log/journal/a10807d99c5f43f49ba4c3c3ac94469d/system.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 13.921707] axi-hdmi 70e00000.axi_hdmi: [drm] Cannot find any crtc or sizes
    [ 13.922661] axi-hdmi 70e00000.axi_hdmi: [drm] Cannot find any crtc or sizes
    [ 41.169119] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SS
    [ 41.354477] macb e000b000.ethernet eth0: PHY [e000b000.ethernet-ffffffff:00] driver [Marvell 88E1510] (irq=POLL)
    [ 41.354508] macb e000b000.ethernet eth0: configuring for phy/rgmii-id link mode
    root@analog:~#

    Above are  the terminal screenshot. Why there is  ERROR while running the application.