<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Ls1028a: RAMDISK: incomplete write (4500 != 32645) in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/Ls1028a-RAMDISK-incomplete-write-4500-32645/m-p/1043191#M5842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are using custom board based on LS1028a. I am successful in updating linux, rootfs and dtb using USB and emmc.&lt;/P&gt;&lt;P&gt;I am failing to update it over tftp due to&lt;STRONG&gt; RAMDISK incomplete write issue&lt;/STRONG&gt; and also (&lt;STRONG&gt;&amp;nbsp;No working init found&lt;/STRONG&gt;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is some little information of my procedure:&lt;/P&gt;&lt;P&gt;1. compiled and build linux and rootfs with yocto (successfull)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;IMAGE_FSTYPES_qoriq = "tar.gz ext2.gz tar.bz2" (used fstypes)&lt;/P&gt;&lt;P&gt;____________________________________________________________________&lt;/P&gt;&lt;P&gt;2. created uImage and Ramdisk using mkimage&lt;/P&gt;&lt;P&gt;Linux:# mkimage -A arm64 -O linux -T kernel -C none -a &lt;STRONG&gt;0x80080000 -e 0x80080000&lt;/STRONG&gt; -n "Linux kernel" -d&amp;nbsp;image.bin tftpboot/uImage&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ramdisk:# mkimage -A arm64 -T ramdisk -C gzip -a &lt;STRONG&gt;0x84000000 -e 0x84000000&lt;/STRONG&gt; -n 'Ramdisk Image' -d&amp;nbsp;rootfs.ext2.tar.gz tftpboot/uRamdisk&lt;/P&gt;&lt;P&gt;_______________________________________________________________________&lt;/P&gt;&lt;P&gt;3. load the linux, device tree and rootfs from uboot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tftp_load_dt=tftpboot $fdt_addr_r ${serverip}:/tftpboot/linux_dt.dtb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tftp_load_linux=tftpboot $kernel_addr_r ${serverip}:/tftpboot/uImage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tftp_load_rootfs=tftpboot $ramdisk_addr_r ${serverip}:/tftpboot/uRamdisk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bootargs_ram=setenv bootargs &lt;STRONG&gt;root=/dev/ram0 rw rootwait&lt;/STRONG&gt; ip=${ipaddr}:${serverip}:{gatewayip}:${netmask}::off; run bootargs_comm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bootargs_comm=setenv bootargs ${bootargs} console=ttyS0,115200 earlycon=uart8250,mmio,0x21c0500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tftp_bootcmd_ram=run tftp_load_linux;run tftp_load_rootfs;run tftp_load_dt;run bootargs_ram;bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}&lt;/P&gt;&lt;P&gt;____________________________________________________________________&lt;/P&gt;&lt;P&gt;4. more information about addresses:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; bdinfo&lt;BR /&gt;arch_number = 0x0000000000000000&lt;BR /&gt;boot_params = 0x0000000000000000&lt;BR /&gt;&lt;STRONG&gt;DRAM bank = 0x0000000000000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-&amp;gt; start = 0x0000000080000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-&amp;gt; size = 0x000000003be00000&lt;/STRONG&gt;&lt;BR /&gt;baudrate = 115200 bps&lt;BR /&gt;TLB addr = 0x00000000b7bf0000&lt;BR /&gt;relocaddr = 0x00000000b7b47000&lt;BR /&gt;reloc off = 0x0000000035b47000&lt;BR /&gt;irq_sp = 0x00000000b793ff10&lt;BR /&gt;sp start = 0x00000000b793ff10&lt;BR /&gt;Early malloc usage: d8 / 6000&lt;BR /&gt;fdt_blob = 0x00000000b793ff20&lt;/P&gt;&lt;P&gt;__________________________________________________________________&lt;/P&gt;&lt;P&gt;fdt_addr=0x00f00000&lt;BR /&gt;fdt_addr_r=0x90000000&lt;BR /&gt;fdtcontroladdr=b793ff20&lt;BR /&gt;fdtheader_addr_r=0x80100000&lt;BR /&gt;fileaddr=90000000&lt;BR /&gt;kernel_addr=0x01000000&lt;BR /&gt;&lt;STRONG&gt;kernel_addr_r=0x80080000&lt;/STRONG&gt;&lt;BR /&gt;kernel_addr_sd=0x8000&lt;BR /&gt;kernelhdr_addr_sd=0x4000&lt;BR /&gt;kernelheader_addr_r=0x80200000&lt;BR /&gt;load_addr=0xa0000000&lt;BR /&gt;ramdisk_addr=0x800000&lt;BR /&gt;&lt;STRONG&gt;ramdisk_addr_r=0x84000000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;_____________________________________________________________&lt;/P&gt;&lt;P&gt;5. load and boot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; run tftp_bootcmd_ram&lt;BR /&gt;Using enetc-0 device&lt;BR /&gt;TFTP from server 192.168.0.214; our IP address is 192.168.0.128&lt;BR /&gt;Filename '/tftpboot/uImage'.&lt;BR /&gt;Load address: 0x80080000&lt;BR /&gt;Loading: #################################################################&lt;BR /&gt;...&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #####################&lt;BR /&gt; 1.6 MiB/s&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 25729600 (1889a40 hex)&lt;BR /&gt;Using enetc-0 device&lt;BR /&gt;TFTP from server 192.168.0.214; our IP address is 192.168.0.128&lt;BR /&gt;Filename '/tftpboot/uRamdisk'.&lt;BR /&gt;Load address: 0x84000000&lt;BR /&gt;Loading: #################################################################&lt;BR /&gt;....&lt;BR /&gt;#################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; ##############################################&lt;BR /&gt; 1.7 MiB/s&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 51424275 (310ac13 hex)&lt;BR /&gt;Using enetc-0 device&lt;BR /&gt;TFTP from server 192.168.0.214; our IP address is 192.168.0.128&lt;BR /&gt;Filename '/tftpboot/linux_dt.dtb'.&lt;BR /&gt;Load address: 0x90000000&lt;BR /&gt;Loading: #####&lt;BR /&gt; 403.3 KiB/s&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 23580 (5c1c hex)&lt;BR /&gt;## Booting kernel from Legacy Image at 80080000 ...&lt;BR /&gt; Image Name: Linux kernel&lt;BR /&gt; Created: 2020-04-01 5:34:56 UTC&lt;BR /&gt; Image Type: AArch64 Linux Kernel Image (uncompressed)&lt;BR /&gt; Data Size: 25729536 Bytes = 24.5 MiB&lt;BR /&gt; Load Address: 80080000&lt;BR /&gt; Entry Point: 80080000&lt;BR /&gt; Verifying Checksum ... OK&lt;BR /&gt;## Loading init Ramdisk from Legacy Image at 84000000 ...&lt;BR /&gt; Image Name: Ramdisk Image&lt;BR /&gt; Created: 2020-04-01 5:35:24 UTC&lt;BR /&gt; Image Type: AArch64 Linux RAMDisk Image (gzip compressed)&lt;BR /&gt; Data Size: 51424211 Bytes = 49 MiB&lt;BR /&gt; Load Address: 84000000&lt;BR /&gt; Entry Point: 84000000&lt;BR /&gt; Verifying Checksum ... OK&lt;BR /&gt;## Flattened Device Tree blob at 90000000&lt;BR /&gt; Booting using the fdt blob at 0x90000000&lt;BR /&gt; Loading Kernel Image ... OK&lt;BR /&gt; Using Device Tree in place at 0000000090000000, end 0000000090008c1b&lt;BR /&gt;NOTICE: RNG: INSTANTIATED&lt;BR /&gt;Unable to update property /sysclk:clock-frequency, err=FDT_ERR_NOTFOUND&lt;BR /&gt; ------------ fdt_fixup_icid_tbl():79: TBL 0x00000000b7bcd738 size 20 -------------&lt;BR /&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;[ 0.000000] Booting Linux on physical CPU 0x0&lt;BR /&gt;[ 0.000000] Linux version 4.14.140+gd39cc9ffcbe5 (oe-user@oe-host) (gcc version 7.3.0 (GCC)) #1 SMP PREEMPT Tue Mar 31 06:47:46 UTC 2020&lt;BR /&gt;[ 0.000000] Boot CPU: AArch64 Processor [410fd083]&lt;BR /&gt;[ 0.000000] Machine model: IP01 Board&lt;BR /&gt;[ 0.000000] earlycon: uart8250 at MMIO 0x00000000021c0500 (options '')&lt;BR /&gt;[ 0.000000] bootconsole [uart8250] enabled&lt;BR /&gt;[ 0.000000] efi: Getting EFI parameters from FDT:&lt;BR /&gt;[ 0.000000] efi: UEFI not found.&lt;BR /&gt;[ 0.000000] cma: Reserved 16 MiB at 0x00000000bac00000&lt;BR /&gt;[ 0.000000] NUMA: No NUMA configuration found&lt;BR /&gt;[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000bbdfffff]&lt;BR /&gt;[ 0.000000] NUMA: NODE_DATA [mem 0xbbdd0f40-0xbbdd26ff]&lt;BR /&gt;[ 0.000000] Zone ranges:&lt;BR /&gt;[ 0.000000] DMA [mem 0x0000000080000000-0x00000000bbdfffff]&lt;BR /&gt;[ 0.000000] Normal empty&lt;BR /&gt;[ 0.000000] Movable zone start for each node&lt;BR /&gt;[ 0.000000] Early memory node ranges&lt;BR /&gt;[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000bbdfffff]&lt;BR /&gt;[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bbdfffff]&lt;BR /&gt;[ 0.000000] psci: probing for conduit method from DT.&lt;BR /&gt;[ 0.000000] psci: PSCIv1.1 detected in firmware.&lt;BR /&gt;[ 0.000000] psci: Using standard PSCI v0.2 function IDs&lt;BR /&gt;[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.&lt;BR /&gt;[ 0.000000] psci: SMC Calling Convention v1.1&lt;BR /&gt;[ 0.000000] random: get_random_bytes called from start_kernel+0xa8/0x414 with crng_init=0&lt;BR /&gt;[ 0.000000] percpu: Embedded 25 pages/cpu s61720 r8192 d32488 u102400&lt;BR /&gt;[ 0.000000] Detected PIPT I-cache on CPU0&lt;BR /&gt;[ 0.000000] Speculative Store Bypass Disable mitigation not required&lt;BR /&gt;[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 241416&lt;BR /&gt;[ 0.000000] Policy zone: DMA&lt;BR /&gt;[ 0.000000] Kernel command line: root=/dev/ram0 rw rootwait ip=192.168.0.128:192.168.0.214:{gatewayip}:255.255.255.0::off console=ttyS0,115200 earlycon=uart8250,mmio,0x21c0500&lt;BR /&gt;[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)&lt;BR /&gt;[ 0.000000] Memory: 871460K/980992K available (13884K kernel code, 1446K rwdata, 5504K rodata, 4224K init, 924K bss, 93148K reserved, 16384K cma-reserved)&lt;BR /&gt;[ 0.000000] Virtual kernel memory layout:&lt;BR /&gt;[ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB)&lt;BR /&gt;[ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB)&lt;BR /&gt;[ 0.000000] .text : 0xffff20d2a0480000 - 0xffff20d2a1210000 ( 13888 KB)&lt;BR /&gt;[ 0.000000] .rodata : 0xffff20d2a1210000 - 0xffff20d2a1780000 ( 5568 KB)&lt;BR /&gt;[ 0.000000] .init : 0xffff20d2a1780000 - 0xffff20d2a1ba0000 ( 4224 KB)&lt;BR /&gt;[ 0.000000] .data : 0xffff20d2a1ba0000 - 0xffff20d2a1d09a00 ( 1447 KB)&lt;BR /&gt;[ 0.000000] .bss : 0xffff20d2a1d09a00 - 0xffff20d2a1df0ce0 ( 925 KB)&lt;BR /&gt;[ 0.000000] fixed : 0xffff7dfffe7f9000 - 0xffff7dfffec00000 ( 4124 KB)&lt;BR /&gt;[ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB)&lt;BR /&gt;[ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum)&lt;BR /&gt;[ 0.000000] 0xffff7ec32b000000 - 0xffff7ec32bef8000 ( 14 MB actual)&lt;BR /&gt;[ 0.000000] memory : 0xffffb0cac0000000 - 0xffffb0cafbe00000 ( 958 MB)&lt;BR /&gt;[ 0.000000] Preemptible hierarchical RCU implementation.&lt;BR /&gt;[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.&lt;BR /&gt;[ 0.000000] Tasks RCU enabled.&lt;BR /&gt;[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2&lt;BR /&gt;[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0&lt;BR /&gt;[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode&lt;BR /&gt;[ 0.000000] GICv3: no VLPI support, no direct LPI support&lt;BR /&gt;[ 0.000000] ITS [mem 0x06020000-0x0603ffff]&lt;BR /&gt;[ 0.000000] ITS@0x0000000006020000: allocated 65536 Devices @b9480000 (flat, esz 8, psz 64K, shr 0)&lt;BR /&gt;[ 0.000000] ITS: using cache flushing for cmd queue&lt;BR /&gt;[ 0.000000] GIC: using LPI property table @0x00000000b9430000&lt;BR /&gt;[ 0.000000] ITS: Allocated 1792 chunks for LPIs&lt;BR /&gt;[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000006040000&lt;BR /&gt;[ 0.000000] CPU0: using LPI pending table @0x00000000b9440000&lt;BR /&gt;[ 0.000000] GIC: using cache flushing for LPI property table&lt;BR /&gt;[ 0.000000] NO_HZ: Clearing 0 from nohz_full range for timekeeping&lt;BR /&gt;[ 0.000000] NO_HZ: Full dynticks CPUs: 1.&lt;BR /&gt;[ 0.000000] Note: kernel parameter 'rcu_nocbs=' contains nonexistent CPUs.&lt;BR /&gt;[ 0.000000] Offload RCU callbacks from CPUs: 1.&lt;BR /&gt;[ 0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys).&lt;BR /&gt;[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c409fb33, max_idle_ns: 440795203156 ns&lt;BR /&gt;[ 0.000003] sched_clock: 56 bits at 25MHz, resolution 39ns, wraps every 4398046511103ns&lt;BR /&gt;[ 0.008628] Console: colour dummy device 80x25&lt;BR /&gt;[ 0.013167] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)&lt;BR /&gt;[ 0.023660] pid_max: default: 32768 minimum: 301&lt;BR /&gt;[ 0.028423] Security Framework initialized&lt;BR /&gt;[ 0.033076] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)&lt;BR /&gt;[ 0.040615] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)&lt;BR /&gt;[ 0.047596] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)&lt;BR /&gt;[ 0.054399] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)&lt;BR /&gt;[ 0.094453] ASID allocator initialised with 32768 entries&lt;BR /&gt;[ 0.099991] Hierarchical SRCU implementation.&lt;BR /&gt;[ 0.124498] PCI/MSI: /interrupt-controller@6000000/gic-its@6020000 domain created&lt;BR /&gt;[ 0.132159] Platform MSI: /interrupt-controller@6000000/gic-its@6020000 domain created&lt;BR /&gt;[ 0.140248] fsl-mc MSI: /interrupt-controller@6000000/gic-its@6020000 domain created&lt;BR /&gt;[ 0.148628] EFI services will not be available.&lt;BR /&gt;[ 0.173241] smp: Bringing up secondary CPUs ...&lt;BR /&gt;[ 0.223576] Detected PIPT I-cache on CPU1&lt;BR /&gt;[ 0.223600] GICv3: CPU1: found redistributor 1 region 0:0x0000000006060000&lt;BR /&gt;[ 0.223662] CPU1: using LPI pending table @0x00000000b9720000&lt;BR /&gt;[ 0.223688] CPU1: Booted secondary processor [410fd083]&lt;BR /&gt;[ 0.223783] smp: Brought up 1 node, 2 CPUs&lt;BR /&gt;[ 0.250067] SMP: Total of 2 processors activated.&lt;BR /&gt;[ 0.254829] CPU features: detected feature: GIC system register CPU interface&lt;BR /&gt;[ 0.262062] CPU features: detected feature: 32-bit EL0 Support&lt;BR /&gt;[ 0.267965] CPU features: detected feature: Kernel page table isolation (KPTI)&lt;BR /&gt;[ 0.281781] CPU: All CPU(s) started at EL2&lt;BR /&gt;[ 0.285950] alternatives: patching kernel code&lt;BR /&gt;[ 0.291166] devtmpfs: initialized&lt;BR /&gt;[ 0.298435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns&lt;BR /&gt;[ 0.308422] futex hash table entries: 512 (order: 3, 32768 bytes)&lt;BR /&gt;[ 0.314959] xor: measuring software checksum speed&lt;BR /&gt;[ 0.419881] 8regs : 3388.800 MB/sec&lt;BR /&gt;[ 0.519900] 8regs_prefetch: 2969.600 MB/sec&lt;BR /&gt;[ 0.619939] 32regs : 3436.800 MB/sec&lt;BR /&gt;[ 0.719979] 32regs_prefetch: 3122.000 MB/sec&lt;BR /&gt;[ 0.724656] xor: using function: 32regs (3436.800 MB/sec)&lt;BR /&gt;[ 0.730122] pinctrl core: initialized pinctrl subsystem&lt;BR /&gt;[ 0.737089] DMI not present or invalid.&lt;BR /&gt;[ 0.741261] NET: Registered protocol family 16&lt;BR /&gt;[ 0.755807] cpuidle: using governor ladder&lt;BR /&gt;[ 0.759970] cpuidle: using governor menu&lt;BR /&gt;[ 0.764597] vdso: 2 pages (1 code @ ffff20d2a1217000, 1 data @ ffff20d2a1ba5000)&lt;BR /&gt;[ 0.772094] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.&lt;BR /&gt;[ 0.779838] DMA: preallocated 256 KiB pool for atomic allocations&lt;BR /&gt;[ 0.786342] Serial: AMBA PL011 UART driver&lt;BR /&gt;[ 0.821466] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages&lt;BR /&gt;[ 1.000719] raid6: int64x1 gen() 492 MB/s&lt;BR /&gt;[ 1.170780] raid6: int64x1 xor() 463 MB/s&lt;BR /&gt;[ 1.340851] raid6: int64x2 gen() 675 MB/s&lt;BR /&gt;[ 1.510921] raid6: int64x2 xor() 673 MB/s&lt;BR /&gt;[ 1.680961] raid6: int64x4 gen() 1027 MB/s&lt;BR /&gt;[ 1.851058] raid6: int64x4 xor() 703 MB/s&lt;BR /&gt;[ 2.021114] raid6: int64x8 gen() 909 MB/s&lt;BR /&gt;[ 2.191186] raid6: int64x8 xor() 706 MB/s&lt;BR /&gt;[ 2.361304] raid6: neonx1 gen() 983 MB/s&lt;BR /&gt;[ 2.531333] raid6: neonx1 xor() 1118 MB/s&lt;BR /&gt;[ 2.701433] raid6: neonx2 gen() 1285 MB/s&lt;BR /&gt;[ 2.871465] raid6: neonx2 xor() 1417 MB/s&lt;BR /&gt;[ 3.041534] raid6: neonx4 gen() 1678 MB/s&lt;BR /&gt;[ 3.211620] raid6: neonx4 xor() 1513 MB/s&lt;BR /&gt;[ 3.381674] raid6: neonx8 gen() 1942 MB/s&lt;BR /&gt;[ 3.551746] raid6: neonx8 xor() 1638 MB/s&lt;BR /&gt;[ 3.556064] raid6: using algorithm neonx8 gen() 1942 MB/s&lt;BR /&gt;[ 3.561534] raid6: .... xor() 1638 MB/s, rmw enabled&lt;BR /&gt;[ 3.566556] raid6: using neon recovery algorithm&lt;BR /&gt;[ 3.571718] ACPI: Interpreter disabled.&lt;BR /&gt;[ 3.576959] vgaarb: loaded&lt;BR /&gt;[ 3.579935] SCSI subsystem initialized&lt;BR /&gt;[ 3.584465] usbcore: registered new interface driver usbfs&lt;BR /&gt;[ 3.590054] usbcore: registered new interface driver hub&lt;BR /&gt;[ 3.595497] usbcore: registered new device driver usb&lt;BR /&gt;[ 3.600975] imx-i2c 2000000.i2c: scl-gpios not found&lt;BR /&gt;[ 3.606246] pca953x 0-0020: 0-0020 supply vcc not found, using dummy regulator&lt;BR /&gt;[ 3.716601] pca953x 0-0021: 0-0021 supply vcc not found, using dummy regulator&lt;BR /&gt;[ 3.826918] i2c i2c-0: of_i2c: modalias failure on /soc/i2c@2000000/pcie-switch@6f&lt;BR /&gt;[ 3.834588] i2c i2c-0: Failed to create I2C device for /soc/i2c@2000000/pcie-switch@6f&lt;BR /&gt;[ 3.842671] i2c i2c-0: IMX I2C adapter registered&lt;BR /&gt;[ 3.847573] imx-i2c 2040000.i2c: scl-gpios not found&lt;BR /&gt;[ 3.852785] i2c i2c-1: IMX I2C adapter registered&lt;BR /&gt;[ 3.858021] pps_core: LinuxPPS API ver. 1 registered&lt;BR /&gt;[ 3.863074] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti &amp;lt;giometti@linux.it&amp;gt;&lt;BR /&gt;[ 3.872338] PTP clock support registered&lt;BR /&gt;[ 3.876452] EDAC MC: Ver: 3.0.0&lt;BR /&gt;[ 3.886421] dmi: Firmware registration failed.&lt;BR /&gt;[ 3.891100] No BMan portals available!&lt;BR /&gt;[ 3.895271] QMan: Allocated lookup table at ffff00000924d000, entry count 65537&lt;BR /&gt;[ 3.902908] No QMan portals available!&lt;BR /&gt;[ 3.906967] No USDPAA memory, no 'fsl,usdpaa-mem' in device-tree&lt;BR /&gt;[ 3.913503] Advanced Linux Sound Architecture Driver Initialized.&lt;BR /&gt;[ 3.923286] clocksource: Switched to clocksource arch_sys_counter&lt;BR /&gt;[ 3.929557] VFS: Disk quotas dquot_6.6.0&lt;BR /&gt;[ 3.933589] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)&lt;BR /&gt;[ 3.940649] pnp: PnP ACPI: disabled&lt;BR /&gt;[ 3.950859] NET: Registered protocol family 2&lt;BR /&gt;[ 3.955847] TCP established hash table entries: 8192 (order: 4, 65536 bytes)&lt;BR /&gt;[ 3.963072] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)&lt;BR /&gt;[ 3.969890] TCP: Hash tables configured (established 8192 bind 8192)&lt;BR /&gt;[ 3.976423] UDP hash table entries: 512 (order: 2, 16384 bytes)&lt;BR /&gt;[ 3.982444] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)&lt;BR /&gt;[ 3.989065] NET: Registered protocol family 1&lt;BR /&gt;[ 3.993730] RPC: Registered named UNIX socket transport module.&lt;BR /&gt;[ 3.999723] RPC: Registered udp transport module.&lt;BR /&gt;[ 4.004513] RPC: Registered tcp transport module.&lt;BR /&gt;[ 4.009274] RPC: Registered tcp NFSv4.1 backchannel transport module.&lt;BR /&gt;[ 4.015934] Trying to unpack rootfs image as initramfs...&lt;BR /&gt;[ 4.021746] rootfs image is not initramfs (no cpio magic); looks like an initrd&lt;BR /&gt;[ 4.127316] Freeing initrd memory: 50212K&lt;BR /&gt;[ 4.131790] kvm [1]: 8-bit VMID&lt;BR /&gt;[ 4.135994] kvm [1]: GICv3: no GICV resource entry&lt;BR /&gt;[ 4.140841] kvm [1]: disabling GICv2 emulation&lt;BR /&gt;[ 4.145420] kvm [1]: GIC system register CPU interface enabled&lt;BR /&gt;[ 4.151370] kvm [1]: vgic interrupt IRQ1&lt;BR /&gt;[ 4.155416] kvm [1]: Hyp mode initialized successfully&lt;BR /&gt;[ 4.163215] audit: initializing netlink subsys (disabled)&lt;BR /&gt;[ 4.168826] audit: type=2000 audit(4.089:1): state=initialized audit_enabled=0 res=1&lt;BR /&gt;[ 4.169168] workingset: timestamp_bits=44 max_order=18 bucket_order=0&lt;BR /&gt;[ 4.183740] squashfs: version 4.0 (2009/01/31) Phillip Lougher&lt;BR /&gt;[ 4.189828] NFS: Registering the id_resolver key type&lt;BR /&gt;[ 4.194964] Key type id_resolver registered&lt;BR /&gt;[ 4.199194] Key type id_legacy registered&lt;BR /&gt;[ 4.203256] nfs4filelayout_init: NFSv4 File Layout Driver Registering...&lt;BR /&gt;[ 4.210167] fuse init (API version 7.26)&lt;BR /&gt;[ 4.214264] 9p: Installing v9fs 9p2000 file system support&lt;BR /&gt;[ 4.222323] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)&lt;BR /&gt;[ 4.229916] io scheduler noop registered&lt;BR /&gt;[ 4.233926] io scheduler cfq registered (default)&lt;BR /&gt;[ 4.238687] io scheduler mq-deadline registered&lt;BR /&gt;[ 4.243269] io scheduler kyber registered&lt;BR /&gt;[ 4.252291] OF: PCI: host bridge /soc/pcie@1f0000000 ranges:&lt;BR /&gt;[ 4.258052] OF: PCI: MEM 0x1f8000000..0x1f815ffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.264241] OF: PCI: MEM 0x1f8160000..0x1f81cffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.270415] OF: PCI: MEM 0x1f81d0000..0x1f81effff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.276590] OF: PCI: MEM 0x1f81f0000..0x1f820ffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.282763] OF: PCI: MEM 0x1f8210000..0x1f822ffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.288948] OF: PCI: MEM 0x1f8230000..0x1f824ffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.295117] OF: PCI: MEM 0x1fc000000..0x1fc3fffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.301340] pci-host-generic 1f0000000.pcie: ECAM at [mem 0x1f0000000-0x1f00fffff] for [bus 00]&lt;BR /&gt;[ 4.310258] pci-host-generic 1f0000000.pcie: PCI host bridge to bus 0000:00&lt;BR /&gt;[ 4.317309] pci_bus 0000:00: root bus resource [bus 00]&lt;BR /&gt;[ 4.322599] pci_bus 0000:00: root bus resource [mem 0x1f8000000-0x1f815ffff] (bus address [0x00000000-0x0015ffff])&lt;BR /&gt;[ 4.333085] pci_bus 0000:00: root bus resource [mem 0x1f8160000-0x1f81cffff pref] (bus address [0x00000000-0x0006ffff])&lt;BR /&gt;[ 4.344006] pci_bus 0000:00: root bus resource [mem 0x1f81d0000-0x1f81effff] (bus address [0x00000000-0x0001ffff])&lt;BR /&gt;[ 4.354490] pci_bus 0000:00: root bus resource [mem 0x1f81f0000-0x1f820ffff pref] (bus address [0x00000000-0x0001ffff])&lt;BR /&gt;[ 4.365411] pci_bus 0000:00: root bus resource [mem 0x1f8210000-0x1f822ffff] (bus address [0x00000000-0x0001ffff])&lt;BR /&gt;[ 4.375895] pci_bus 0000:00: root bus resource [mem 0x1f8230000-0x1f824ffff pref] (bus address [0x00000000-0x0001ffff])&lt;BR /&gt;[ 4.386815] pci_bus 0000:00: root bus resource [mem 0x1fc000000-0x1fc3fffff] (bus address [0x00000000-0x003fffff])&lt;BR /&gt;[ 4.397425] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x1f81d0000-0x1f81effff 64bit] (contains BAR0 for 2 VFs)&lt;BR /&gt;[ 4.407466] pci 0000:00:00.0: VF(n) BAR2 space: [mem 0x1f81f0000-0x1f820ffff 64bit pref] (contains BAR2 for 2 VFs)&lt;BR /&gt;[ 4.418207] pci 0000:00:00.1: VF(n) BAR0 space: [mem 0x1f8210000-0x1f822ffff 64bit] (contains BAR0 for 2 VFs)&lt;BR /&gt;[ 4.428249] pci 0000:00:00.1: VF(n) BAR2 space: [mem 0x1f8230000-0x1f824ffff 64bit pref] (contains BAR2 for 2 VFs)&lt;BR /&gt;[ 4.439983] /soc/pcie@1f0000000: Invalid msi-map translation - no match for rid 0xf8 on (null)&lt;BR /&gt;[ 4.450321] OF: PCI: host bridge /soc/pcie@3400000 ranges:&lt;BR /&gt;[ 4.455909] OF: PCI: IO 0x8000010000..0x800001ffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.462260] OF: PCI: MEM 0x8040000000..0x807fffffff -&amp;gt; 0x40000000&lt;BR /&gt;[ 4.468738] layerscape-pcie 3400000.pcie: PCI host bridge to bus 0001:00&lt;BR /&gt;[ 4.475530] pci_bus 0001:00: root bus resource [bus 00-ff]&lt;BR /&gt;[ 4.481083] pci_bus 0001:00: root bus resource [io 0x0000-0xffff]&lt;BR /&gt;[ 4.487344] pci_bus 0001:00: root bus resource [mem 0x8040000000-0x807fffffff] (bus address [0x40000000-0x7fffffff])&lt;BR /&gt;[ 4.498347] pci 0001:00:00.0: BAR 6: assigned [mem 0x8040000000-0x80400007ff pref]&lt;BR /&gt;[ 4.506015] pci 0001:00:00.0: PCI bridge to [bus 01]&lt;BR /&gt;[ 4.511238] OF: PCI: host bridge /soc/pcie@3500000 ranges:&lt;BR /&gt;[ 4.516805] OF: PCI: IO 0x8800010000..0x880001ffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.523152] OF: PCI: MEM 0x8840000000..0x887fffffff -&amp;gt; 0x40000000&lt;BR /&gt;[ 4.529618] layerscape-pcie 3500000.pcie: PCI host bridge to bus 0002:00&lt;BR /&gt;[ 4.536404] pci_bus 0002:00: root bus resource [bus 00-ff]&lt;BR /&gt;[ 4.541958] pci_bus 0002:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff])&lt;BR /&gt;[ 4.551032] pci_bus 0002:00: root bus resource [mem 0x8840000000-0x887fffffff] (bus address [0x40000000-0x7fffffff])&lt;BR /&gt;[ 4.571692] /soc/pcie@3500000: Invalid msi-map translation - no match for rid 0x302 on (null)&lt;BR /&gt;[ 4.582459] /soc/pcie@3500000: Invalid msi-map translation - no match for rid 0x303 on (null)&lt;BR /&gt;[ 4.593215] pci 0002:00:00.0: BAR 14: assigned [mem 0x8840000000-0x88400fffff]&lt;BR /&gt;[ 4.600528] pci 0002:00:00.0: BAR 13: assigned [io 0x10000-0x10fff]&lt;BR /&gt;[ 4.606964] pci 0002:00:00.0: BAR 6: assigned [mem 0x8840100000-0x88401007ff pref]&lt;BR /&gt;[ 4.614631] pci 0002:01:00.0: BAR 14: assigned [mem 0x8840000000-0x88400fffff]&lt;BR /&gt;[ 4.621945] pci 0002:01:00.0: BAR 13: assigned [io 0x10000-0x10fff]&lt;BR /&gt;[ 4.628379] pci 0002:02:01.0: BAR 14: assigned [mem 0x8840000000-0x88400fffff]&lt;BR /&gt;[ 4.635693] pci 0002:02:01.0: BAR 13: assigned [io 0x10000-0x10fff]&lt;BR /&gt;[ 4.642133] pci 0002:03:00.0: BAR 1: assigned [mem 0x8840000000-0x8840000fff]&lt;BR /&gt;[ 4.649377] pci 0002:03:00.0: BAR 5: assigned [mem 0x8840001000-0x8840001fff]&lt;BR /&gt;[ 4.656619] pci 0002:03:00.1: BAR 1: assigned [mem 0x8840002000-0x8840002fff]&lt;BR /&gt;[ 4.663863] pci 0002:03:00.1: BAR 5: assigned [mem 0x8840003000-0x8840003fff]&lt;BR /&gt;[ 4.671106] pci 0002:03:00.2: BAR 1: assigned [mem 0x8840004000-0x8840004fff]&lt;BR /&gt;[ 4.678351] pci 0002:03:00.2: BAR 5: assigned [mem 0x8840005000-0x8840005fff]&lt;BR /&gt;[ 4.685593] pci 0002:03:00.3: BAR 1: assigned [mem 0x8840006000-0x8840006fff]&lt;BR /&gt;[ 4.692836] pci 0002:03:00.3: BAR 5: assigned [mem 0x8840007000-0x8840007fff]&lt;BR /&gt;[ 4.700078] pci 0002:03:00.0: BAR 0: assigned [io 0x10000-0x10007]&lt;BR /&gt;[ 4.706443] pci 0002:03:00.1: BAR 0: assigned [io 0x10008-0x1000f]&lt;BR /&gt;[ 4.712804] pci 0002:03:00.2: BAR 0: assigned [io 0x10010-0x10017]&lt;BR /&gt;[ 4.719166] pci 0002:03:00.3: BAR 0: assigned [io 0x10018-0x1001f]&lt;BR /&gt;[ 4.725531] pci 0002:02:01.0: PCI bridge to [bus 03]&lt;BR /&gt;[ 4.730564] pci 0002:02:01.0: bridge window [io 0x10000-0x10fff]&lt;BR /&gt;[ 4.736931] pci 0002:02:01.0: bridge window [mem 0x8840000000-0x88400fffff]&lt;BR /&gt;[ 4.744203] pci 0002:02:02.0: PCI bridge to [bus 04]&lt;BR /&gt;[ 4.749299] pci 0002:02:03.0: PCI bridge to [bus 05]&lt;BR /&gt;[ 4.754398] pci 0002:01:00.0: PCI bridge to [bus 02-05]&lt;BR /&gt;[ 4.759693] pci 0002:01:00.0: bridge window [io 0x10000-0x10fff]&lt;BR /&gt;[ 4.766062] pci 0002:01:00.0: bridge window [mem 0x8840000000-0x88400fffff]&lt;BR /&gt;[ 4.773333] pci 0002:00:00.0: PCI bridge to [bus 01-05]&lt;BR /&gt;[ 4.778622] pci 0002:00:00.0: bridge window [io 0x10000-0x10fff]&lt;BR /&gt;[ 4.784967] pci 0002:00:00.0: bridge window [mem 0x8840000000-0x88400fffff]&lt;BR /&gt;[ 4.806417] Freescale LS2 console driver&lt;BR /&gt;[ 4.810545] fsl-ls2-console: device fsl_mc_console registered&lt;BR /&gt;[ 4.816472] fsl-ls2-console: device fsl_aiop_console registered&lt;BR /&gt;[ 4.827007] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled&lt;BR /&gt;[ 4.834664] /soc/pcie@3500000: Invalid iommu-map translation - no match for rid 0x302 on (null)&lt;BR /&gt;[ 4.844893] /soc/pcie@3500000: Invalid iommu-map translation - no match for rid 0x303 on (null)&lt;BR /&gt;[ 4.855681] console [ttyS0] disabled&lt;BR /&gt;[ 4.859339] 21c0500.serial: ttyS0 at MMIO 0x21c0500 (irq = 13, base_baud = 12500000) is a 16550A&lt;BR /&gt;[ 4.868280] console [ttyS0] enabled&lt;BR /&gt;[ 4.868280] console [ttyS0] enabled&lt;BR /&gt;[ 4.875309] bootconsole [uart8250] disabled&lt;BR /&gt;[ 4.875309] bootconsole [uart8250] disabled&lt;BR /&gt;[ 4.884258] 21c0600.serial: ttyS1 at MMIO 0x21c0600 (irq = 13, base_baud = 12500000) is a 16550A&lt;BR /&gt;[ 4.893579] SuperH (H)SCI(F) driver initialized&lt;BR /&gt;[ 4.898435] msm_serial: driver initialized&lt;BR /&gt;[ 4.903825] arm-smmu 5000000.iommu: probing hardware configuration...&lt;BR /&gt;[ 4.910291] arm-smmu 5000000.iommu: SMMUv2 with:&lt;BR /&gt;[ 4.914923] arm-smmu 5000000.iommu: stage 1 translation&lt;BR /&gt;[ 4.920251] arm-smmu 5000000.iommu: stage 2 translation&lt;BR /&gt;[ 4.925579] arm-smmu 5000000.iommu: nested translation&lt;BR /&gt;[ 4.930823] arm-smmu 5000000.iommu: stream matching with 128 register groups&lt;BR /&gt;[ 4.937987] arm-smmu 5000000.iommu: 64 context banks (0 stage-2 only)&lt;BR /&gt;[ 4.944539] arm-smmu 5000000.iommu: Supported page sizes: 0x61311000&lt;BR /&gt;[ 4.951001] arm-smmu 5000000.iommu: Stage-1: 48-bit VA -&amp;gt; 48-bit IPA&lt;BR /&gt;[ 4.957463] arm-smmu 5000000.iommu: Stage-2: 48-bit IPA -&amp;gt; 48-bit PA&lt;BR /&gt;[ 4.970938] brd: module loaded&lt;BR /&gt;[ 4.978881] loop: module loaded&lt;BR /&gt;[ 5.039786] libphy: Fixed MDIO Bus: probed&lt;BR /&gt;[ 5.045162] tun: Universal TUN/TAP device driver, 1.6&lt;BR /&gt;[ 5.051435] Freescale FM module, FMD API version 21.1.0&lt;BR /&gt;[ 5.056823] Freescale FM Ports module&lt;BR /&gt;[ 5.060496] fsl_mac: fsl_mac: FSL FMan MAC API based driver&lt;BR /&gt;[ 5.066170] fsl_dpa: FSL DPAA Ethernet driver&lt;BR /&gt;[ 5.070608] fsl_advanced: FSL DPAA Advanced drivers:&lt;BR /&gt;[ 5.075587] fsl_proxy: FSL DPAA Proxy initialization driver&lt;BR /&gt;[ 5.081243] fsl_oh: FSL FMan Offline Parsing port driver&lt;BR /&gt;[ 5.086821] iommu: Adding device 0000:00:00.0 to group 0&lt;BR /&gt;[ 5.203302] fsl_enetc 0000:00:00.0: enabling device (0400 -&amp;gt; 0402)&lt;BR /&gt;[ 5.209623] libphy: Freescale ENETC MDIO Bus: probed&lt;BR /&gt;[ 5.215111] fsl_enetc 0000:00:00.0: no MAC address specified for SI1, using 2a:b2:c1:57:3f:2c&lt;BR /&gt;[ 5.223772] fsl_enetc 0000:00:00.0: no MAC address specified for SI2, using 86:0e:1e:c8:44:da&lt;BR /&gt;[ 5.234299] fsl_enetc 0000:00:00.0 eth0: ENETC PF driver v1.0&lt;BR /&gt;[ 5.240085] fsl_enetc 0000:00:00.0: enetc_tsn_init: setup done&lt;BR /&gt;[ 5.246148] iommu: Adding device 0000:00:00.1 to group 1&lt;BR /&gt;[ 5.363299] fsl_enetc 0000:00:00.1: enabling device (0400 -&amp;gt; 0402)&lt;BR /&gt;[ 5.369602] libphy: Freescale ENETC MDIO Bus: probed&lt;BR /&gt;[ 5.375058] fsl_enetc 0000:00:00.1: no MAC address specified for SI1, using 42:d8:06:26:79:33&lt;BR /&gt;[ 5.383638] fsl_enetc 0000:00:00.1: no MAC address specified for SI2, using b6:f4:44:07:0b:b1&lt;BR /&gt;[ 5.393019] fsl_enetc 0000:00:00.1 eth1: ENETC PF driver v1.0&lt;BR /&gt;[ 5.398859] fsl_enetc 0000:00:00.1: enetc_tsn_init: setup done&lt;BR /&gt;[ 5.404921] iommu: Adding device 0000:00:00.2 to group 2&lt;BR /&gt;[ 5.523299] fsl_enetc 0000:00:00.2: enabling device (0400 -&amp;gt; 0402)&lt;BR /&gt;[ 5.530587] fsl_enetc 0000:00:00.2 eth2: ENETC PF driver v1.0&lt;BR /&gt;[ 5.536454] fsl_enetc 0000:00:00.2: enetc_tsn_init: setup done&lt;BR /&gt;[ 5.542503] iommu: Adding device 0000:00:00.6 to group 3&lt;BR /&gt;[ 5.663299] fsl_enetc 0000:00:00.6: enabling device (0400 -&amp;gt; 0402)&lt;BR /&gt;[ 5.670597] fsl_enetc 0000:00:00.6 eth3: ENETC PF driver v1.0&lt;BR /&gt;[ 5.676394] fsl_enetc 0000:00:00.6: enetc_tsn_init: setup done&lt;BR /&gt;[ 5.682555] iommu: Adding device 0000:00:00.3 to group 4&lt;BR /&gt;[ 5.803298] fsl_enetc_mdio 0000:00:00.3: enabling device (0400 -&amp;gt; 0402)&lt;BR /&gt;[ 5.810028] libphy: FSL PCIe IE Central MDIO Bus: probed&lt;BR /&gt;[ 5.817202] iommu: Adding device 0000:00:00.4 to group 5&lt;BR /&gt;[ 5.822625] fsl_enetc_ptp 0000:00:00.4: enabling device (0404 -&amp;gt; 0406)&lt;BR /&gt;[ 5.829410] ptp_qoriq: device tree node missing required elements, try automatic configuration&lt;BR /&gt;[ 5.838330] pps pps0: new PPS source ptp0&lt;BR /&gt;[ 5.842775] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI&lt;BR /&gt;[ 5.849872] e1000: Copyright (c) 1999-2006 Intel Corporation.&lt;BR /&gt;[ 5.855721] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k&lt;BR /&gt;[ 5.861572] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.&lt;BR /&gt;[ 5.867608] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k&lt;BR /&gt;[ 5.874619] igb: Copyright (c) 2007-2014 Intel Corporation.&lt;BR /&gt;[ 5.880257] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k&lt;BR /&gt;[ 5.888125] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.&lt;BR /&gt;[ 5.894371] sky2: driver version 1.30&lt;BR /&gt;[ 5.898237] iommu: Adding device 0000:00:00.5 to group 6&lt;BR /&gt;[ 5.916554] mscc_felix 0000:00:00.5: Felix Switch driver v1.0&lt;BR /&gt;[ 5.923601] VFIO - User Level meta-driver version: 0.3&lt;BR /&gt;[ 5.929297] iommu: Adding device 3100000.usb to group 7&lt;BR /&gt;[ 5.935242] iommu: Adding device 3110000.usb to group 8&lt;BR /&gt;[ 5.941811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver&lt;BR /&gt;[ 5.948386] ehci-pci: EHCI PCI platform driver&lt;BR /&gt;[ 5.952894] ehci-platform: EHCI generic platform driver&lt;BR /&gt;[ 5.958265] ehci-orion: EHCI orion driver&lt;BR /&gt;[ 5.962361] ehci-exynos: EHCI EXYNOS driver&lt;BR /&gt;[ 5.966846] ehci-msm: Qualcomm On-Chip EHCI Host Controller&lt;BR /&gt;[ 5.972504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver&lt;BR /&gt;[ 5.978742] ohci-pci: OHCI PCI platform driver&lt;BR /&gt;[ 5.983250] ohci-platform: OHCI generic platform driver&lt;BR /&gt;[ 5.988594] ohci-exynos: OHCI EXYNOS driver&lt;BR /&gt;[ 5.993145] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller&lt;BR /&gt;[ 5.998696] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1&lt;BR /&gt;[ 6.006615] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010010&lt;BR /&gt;[ 6.016103] xhci-hcd xhci-hcd.0.auto: irq 7, io mem 0x03100000&lt;BR /&gt;[ 6.022422] hub 1-0:1.0: USB hub found&lt;BR /&gt;[ 6.026222] hub 1-0:1.0: 1 port detected&lt;BR /&gt;[ 6.030400] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller&lt;BR /&gt;[ 6.035939] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2&lt;BR /&gt;[ 6.043652] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed&lt;BR /&gt;[ 6.050336] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.&lt;BR /&gt;[ 6.058854] hub 2-0:1.0: USB hub found&lt;BR /&gt;[ 6.062632] hub 2-0:1.0: 1 port detected&lt;BR /&gt;[ 6.067017] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller&lt;BR /&gt;[ 6.072534] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3&lt;BR /&gt;[ 6.080419] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010010&lt;BR /&gt;[ 6.089916] xhci-hcd xhci-hcd.1.auto: irq 8, io mem 0x03110000&lt;BR /&gt;[ 6.096188] hub 3-0:1.0: USB hub found&lt;BR /&gt;[ 6.099970] hub 3-0:1.0: 1 port detected&lt;BR /&gt;[ 6.104262] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller&lt;BR /&gt;[ 6.109773] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4&lt;BR /&gt;[ 6.117478] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed&lt;BR /&gt;[ 6.124205] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.&lt;BR /&gt;[ 6.132710] hub 4-0:1.0: USB hub found&lt;BR /&gt;[ 6.136515] hub 4-0:1.0: 1 port detected&lt;BR /&gt;[ 6.141001] usbcore: registered new interface driver usb-storage&lt;BR /&gt;[ 6.147168] usbcore: registered new interface driver usbserial&lt;BR /&gt;[ 6.153051] usbcore: registered new interface driver ftdi_sio&lt;BR /&gt;[ 6.158856] usbserial: USB Serial support registered for FTDI USB Serial Device&lt;BR /&gt;[ 6.168418] ftm-alarm 2800000.timer: registered as rtc1&lt;BR /&gt;[ 6.175414] rtc-pcf85063 0-0051: rtc core: registered rtc-pcf85063 as rtc0&lt;BR /&gt;[ 6.183037] i2c /dev entries driver&lt;BR /&gt;[ 6.187895] IR NEC protocol handler initialized&lt;BR /&gt;[ 6.192440] IR RC5(x/sz) protocol handler initialized&lt;BR /&gt;[ 6.197521] IR RC6 protocol handler initialized&lt;BR /&gt;[ 6.202064] IR JVC protocol handler initialized&lt;BR /&gt;[ 6.206607] IR Sony protocol handler initialized&lt;BR /&gt;[ 6.211236] IR SANYO protocol handler initialized&lt;BR /&gt;[ 6.215953] IR Sharp protocol handler initialized&lt;BR /&gt;[ 6.220669] IR MCE Keyboard/mouse protocol handler initialized&lt;BR /&gt;[ 6.226519] IR XMP protocol handler initialized&lt;BR /&gt;[ 6.232881] tmp401 0-0048: Detected TI TMP401 chip&lt;BR /&gt;[ 6.238399] sp805-wdt c000000.wdt: registration successful&lt;BR /&gt;[ 6.244076] sp805-wdt c010000.wdt: registration successful&lt;BR /&gt;[ 6.250743] qoriq_cpufreq: Freescale QorIQ CPU frequency scaling driver&lt;BR /&gt;[ 6.257710] sdhci: Secure Digital Host Controller Interface driver&lt;BR /&gt;[ 6.263914] sdhci: Copyright(c) Pierre Ossman&lt;BR /&gt;[ 6.268497] Synopsys Designware Multimedia Card Interface Driver&lt;BR /&gt;[ 6.275172] sdhci-pltfm: SDHCI platform and OF driver helper&lt;BR /&gt;[ 6.281322] iommu: Adding device 2140000.mmc to group 9&lt;BR /&gt;[ 6.343326] mmc0: SDHCI controller on 2140000.mmc [2140000.mmc] using ADMA&lt;BR /&gt;[ 6.351458] iommu: Adding device 2150000.mmc to group 10&lt;BR /&gt;[ 6.413339] mmc1: SDHCI controller on 2150000.mmc [2150000.mmc] using ADMA&lt;BR /&gt;[ 6.421107] ledtrig-cpu: registered to indicate activity on CPUs&lt;BR /&gt;[ 6.433180] caam 8000000.crypto: Instantiated RNG4 SH1&lt;BR /&gt;[ 6.438378] caam 8000000.crypto: device ID = 0x0a12070000000000 (Era 10)&lt;BR /&gt;[ 6.445124] caam 8000000.crypto: job rings = 3, qi = 0&lt;BR /&gt;[ 6.450666] iommu: Adding device 8010000.jr to group 11&lt;BR /&gt;[ 6.464561] caam algorithms registered in /proc/crypto&lt;BR /&gt;[ 6.470792] caam 8000000.crypto: caam pkc algorithms registered in /proc/crypto&lt;BR /&gt;[ 6.473570] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd&lt;BR /&gt;[ 6.478153] usb 3-1: new high-speed USB device number 2 using xhci-hcd&lt;BR /&gt;[ 6.491698] caam_jr 8010000.jr: registering rng-caam&lt;BR /&gt;[ 6.496890] iommu: Adding device 8020000.jr to group 12&lt;BR /&gt;[ 6.502451] iommu: Adding device 8030000.jr to group 13&lt;BR /&gt;[ 6.509110] usbcore: registered new interface driver usbhid&lt;BR /&gt;[ 6.514721] usbhid: USB HID core driver&lt;BR /&gt;[ 6.518724] DPAA2-ETH: debugfs created&lt;BR /&gt;[ 6.520195] usb-storage 2-1:1.0: USB Mass Storage device detected&lt;BR /&gt;[ 6.522956] No fsl,qman node&lt;BR /&gt;[ 6.531705] Freescale USDPAA process driver&lt;BR /&gt;[ 6.536019] fsl-usdpaa: no region found&lt;BR /&gt;[ 6.539377] scsi host0: usb-storage 2-1:1.0&lt;BR /&gt;[ 6.539880] Freescale USDPAA process IRQ driver&lt;BR /&gt;[ 6.549665] optee: probing for conduit method from DT.&lt;BR /&gt;[ 6.554859] optee: api uid mismatch&lt;BR /&gt;[ 6.558462] mmc1: new high speed MMC card at address 0001&lt;BR /&gt;[ 6.564716] u32 classifier&lt;BR /&gt;[ 6.567431] Actions configured&lt;BR /&gt;[ 6.570851] Netfilter messages via NETLINK v0.30.&lt;BR /&gt;[ 6.575698] mmcblk1: mmc1:0001 IS008G 7.28 GiB&lt;BR /&gt;[ 6.575872] nf_conntrack version 0.5.0 (7680 buckets, 30720 max)&lt;BR /&gt;[ 6.580444] mmcblk1boot0: mmc1:0001 IS008G partition 1 4.00 MiB&lt;BR /&gt;[ 6.586429] nf_tables: (c) 2007-2009 Patrick McHardy &amp;lt;kaber@trash.net&amp;gt;&lt;BR /&gt;[ 6.592404] mmcblk1boot1: mmc1:0001 IS008G partition 2 4.00 MiB&lt;BR /&gt;[ 6.598774] nf_tables_compat: (c) 2012 Pablo Neira Ayuso &amp;lt;pablo@netfilter.org&amp;gt;&lt;BR /&gt;[ 6.604908] mmcblk1rpmb: mmc1:0001 IS008G partition 3 4.00 MiB&lt;BR /&gt;[ 6.612166] ip_tables: (C) 2000-2006 Netfilter Core Team&lt;BR /&gt;[ 6.623228] mmcblk1: p1 p2&lt;BR /&gt;[ 6.626569] Initializing XFRM netlink socket&lt;BR /&gt;[ 6.630867] NET: Registered protocol family 17&lt;BR /&gt;[ 6.635682] NET: Registered protocol family 15&lt;BR /&gt;[ 6.640178] Bridge firewalling registered&lt;BR /&gt;[ 6.644235] Ebtables v2.0 registered&lt;BR /&gt;[ 6.647951] 8021q: 802.1Q VLAN Support v1.8&lt;BR /&gt;[ 6.652188] 9pnet: Installing 9P2000 support&lt;BR /&gt;[ 6.656589] tsn generic netlink module v1 init...&lt;BR /&gt;[ 6.661359] Key type dns_resolver registered&lt;BR /&gt;[ 6.666490] registered taskstats version 1&lt;BR /&gt;[ 6.670776] hub 3-1:1.0: USB hub found&lt;BR /&gt;[ 6.671081] Btrfs loaded, crc32c=crc32c-generic&lt;BR /&gt;[ 6.679123] hub 3-1:1.0: 2 ports detected&lt;BR /&gt;[ 6.681291] iommu: Adding device 22c0000.dma-controller to group 14&lt;BR /&gt;[ 6.691521] iommu: Adding device 0001:00:00.0 to group 15&lt;BR /&gt;[ 6.697374] pcieport 0001:00:00.0: Signaling PME with IRQ 20&lt;BR /&gt;[ 6.703225] pcieport 0001:00:00.0: AER enabled with IRQ 21&lt;BR /&gt;[ 6.709011] iommu: Adding device 0002:00:00.0 to group 16&lt;BR /&gt;[ 6.714683] pcieport 0002:00:00.0: Signaling PME with IRQ 22&lt;BR /&gt;[ 6.720551] pcieport 0002:00:00.0: AER enabled with IRQ 23&lt;BR /&gt;[ 6.726225] iommu: Adding device 0002:01:00.0 to group 16&lt;BR /&gt;[ 6.732363] iommu: Adding device 0002:02:01.0 to group 16&lt;BR /&gt;[ 6.738853] iommu: Adding device 0002:02:02.0 to group 16&lt;BR /&gt;[ 6.745309] iommu: Adding device 0002:02:03.0 to group 16&lt;BR /&gt;[ 6.751803] iommu: Adding device 0002:03:00.0 to group 16&lt;BR /&gt;[ 6.757861] iommu: Adding device 0002:03:00.1 to group 16&lt;BR /&gt;[ 6.764728] rtc-pcf85063 0-0051: setting system clock to 2000-01-01 00:40:35 UTC (946687235)&lt;BR /&gt;[ 6.963370] random: fast init done&lt;BR /&gt;[ 7.033308] usb 3-1.1: new full-speed USB device number 3 using xhci-hcd&lt;BR /&gt;[ 7.701759] scsi 0:0:0:0: Direct-Access JetFlash Transcend 16GB 1100 PQ: 0 ANSI: 6&lt;BR /&gt;[ 7.711025] sd 0:0:0:0: [sda] 30818304 512-byte logical blocks: (15.8 GB/14.7 GiB)&lt;BR /&gt;[ 7.719169] sd 0:0:0:0: [sda] Write Protect is off&lt;BR /&gt;[ 7.724458] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA&lt;BR /&gt;[ 7.740286] sda: sda1 sda2&lt;BR /&gt;[ 7.745197] sd 0:0:0:0: [sda] Attached SCSI removable disk&lt;BR /&gt;[ 19.263333] ALSA device list:&lt;BR /&gt;[ 19.266309] No soundcards found.&lt;BR /&gt;[ 19.269963] RAMDISK: gzip image found at block 0&lt;BR /&gt;&lt;STRONG&gt;[ 19.361745] RAMDISK: incomplete write (4500 != 32645)&lt;/STRONG&gt;&lt;BR /&gt;[ 19.366855] write error&lt;BR /&gt;[ 19.394305] EXT4-fs (ram0): bad geometry: block count 227628 exceeds size of device (4096 blocks)&lt;BR /&gt;[ 19.413427] VFS: Mounted root (ext2 filesystem) on device 1:0.&lt;BR /&gt;[ 19.419357] devtmpfs: mounted&lt;BR /&gt;[ 19.426762] Freeing unused kernel memory: 4224K&lt;BR /&gt;[ 19.431561] attempt to access beyond end of device&lt;BR /&gt;&lt;STRONG&gt;[ 19.436418] ram0: rw=0, want=8330, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.440791] Buffer I/O error on dev ram0, logical block 4164, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.448060] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.452867] ram0: rw=0, want=10220, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.457347] Buffer I/O error on dev ram0, logical block 5109, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.464528] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.469335] ram0: rw=0, want=14162, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.473810] Buffer I/O error on dev ram0, logical block 7080, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.480970] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.485785] ram0: rw=0, want=330314, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.490329] Buffer I/O error on dev ram0, logical block 165156, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.497733] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.502540] ram0: rw=0, want=36880, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.507021] Buffer I/O error on dev ram0, logical block 18439, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.514279] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.519084] ram0: rw=0, want=66354, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.523568] Buffer I/O error on dev ram0, logical block 33176, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.530815] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.535634] ram0: rw=0, want=330318, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.540177] Buffer I/O error on dev ram0, logical block 165158, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.547579] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.552386] ram0: rw=0, want=8328, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.556778] Buffer I/O error on dev ram0, logical block 4163, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.563948] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.568754] ram0: rw=0, want=330312, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.573316] Buffer I/O error on dev ram0, logical block 165155, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.580664] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.585484] ram0: rw=0, want=8328, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.589854] Buffer I/O error on dev ram0, logical block 4163, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.597034] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.601840] ram0: rw=0, want=330312, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.606402] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.&lt;/STRONG&gt;&lt;BR /&gt;[ 19.620628] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.14.140+gd39cc9ffcbe5 #1&lt;BR /&gt;[ 19.627962] Hardware name: IP01 Board (DT)&lt;BR /&gt;[ 19.632068] Call trace:&lt;BR /&gt;[ 19.634533] [&amp;lt;ffff20d2a048a2d0&amp;gt;] dump_backtrace+0x0/0x418&lt;BR /&gt;[ 19.639951] [&amp;lt;ffff20d2a048a6fc&amp;gt;] show_stack+0x14/0x20&lt;BR /&gt;[ 19.645022] [&amp;lt;ffff20d2a11df728&amp;gt;] dump_stack+0x9c/0xbc&lt;BR /&gt;[ 19.650091] [&amp;lt;ffff20d2a04d218c&amp;gt;] panic+0x130/0x2a4&lt;BR /&gt;[ 19.654899] [&amp;lt;ffff20d2a11f2fcc&amp;gt;] kernel_init+0xf4/0x108&lt;BR /&gt;[ 19.660142] [&amp;lt;ffff20d2a0485070&amp;gt;] ret_from_fork+0x10/0x18&lt;BR /&gt;[ 19.665474] SMP: stopping secondary CPUs&lt;BR /&gt;[ 19.669419] Kernel Offset: 0x20d298400000 from 0xffff000008000000&lt;BR /&gt;[ 19.675534] CPU features: 0x1802008&lt;BR /&gt;[ 19.679029] Memory Limit: none&lt;BR /&gt;[ 19.682097] ---[ end Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.&lt;/P&gt;&lt;P&gt;________________________________________________________________________&lt;/P&gt;&lt;P&gt;6. I also done some workarounds by default reference board addresses.&lt;/P&gt;&lt;P&gt;a) changing ramdisk_addr_r and kernel_addr_r to 0xa0000000&lt;/P&gt;&lt;P&gt;and also mkimage wiith 0xa0000000 load and start adddress&lt;/P&gt;&lt;P&gt;b) changing ramdisk_addr_r to 0x84000000 and kernel_addr_r to 0xa0000000 and vice -versa&lt;/P&gt;&lt;P&gt;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a question with &lt;STRONG&gt;no init found error: does uRamdisk file automatically unpack so that Linux can find /sbin/init file ?? if not how Linux can find the init file ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there something wrong in my procedure.&amp;nbsp; please give me your comments and feedback.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2020 05:52:18 GMT</pubDate>
    <dc:creator>yuvarajesh_vall</dc:creator>
    <dc:date>2020-04-01T05:52:18Z</dc:date>
    <item>
      <title>Ls1028a: RAMDISK: incomplete write (4500 != 32645)</title>
      <link>https://community.nxp.com/t5/Layerscape/Ls1028a-RAMDISK-incomplete-write-4500-32645/m-p/1043191#M5842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are using custom board based on LS1028a. I am successful in updating linux, rootfs and dtb using USB and emmc.&lt;/P&gt;&lt;P&gt;I am failing to update it over tftp due to&lt;STRONG&gt; RAMDISK incomplete write issue&lt;/STRONG&gt; and also (&lt;STRONG&gt;&amp;nbsp;No working init found&lt;/STRONG&gt;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is some little information of my procedure:&lt;/P&gt;&lt;P&gt;1. compiled and build linux and rootfs with yocto (successfull)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;IMAGE_FSTYPES_qoriq = "tar.gz ext2.gz tar.bz2" (used fstypes)&lt;/P&gt;&lt;P&gt;____________________________________________________________________&lt;/P&gt;&lt;P&gt;2. created uImage and Ramdisk using mkimage&lt;/P&gt;&lt;P&gt;Linux:# mkimage -A arm64 -O linux -T kernel -C none -a &lt;STRONG&gt;0x80080000 -e 0x80080000&lt;/STRONG&gt; -n "Linux kernel" -d&amp;nbsp;image.bin tftpboot/uImage&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ramdisk:# mkimage -A arm64 -T ramdisk -C gzip -a &lt;STRONG&gt;0x84000000 -e 0x84000000&lt;/STRONG&gt; -n 'Ramdisk Image' -d&amp;nbsp;rootfs.ext2.tar.gz tftpboot/uRamdisk&lt;/P&gt;&lt;P&gt;_______________________________________________________________________&lt;/P&gt;&lt;P&gt;3. load the linux, device tree and rootfs from uboot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tftp_load_dt=tftpboot $fdt_addr_r ${serverip}:/tftpboot/linux_dt.dtb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tftp_load_linux=tftpboot $kernel_addr_r ${serverip}:/tftpboot/uImage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tftp_load_rootfs=tftpboot $ramdisk_addr_r ${serverip}:/tftpboot/uRamdisk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bootargs_ram=setenv bootargs &lt;STRONG&gt;root=/dev/ram0 rw rootwait&lt;/STRONG&gt; ip=${ipaddr}:${serverip}:{gatewayip}:${netmask}::off; run bootargs_comm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bootargs_comm=setenv bootargs ${bootargs} console=ttyS0,115200 earlycon=uart8250,mmio,0x21c0500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tftp_bootcmd_ram=run tftp_load_linux;run tftp_load_rootfs;run tftp_load_dt;run bootargs_ram;bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}&lt;/P&gt;&lt;P&gt;____________________________________________________________________&lt;/P&gt;&lt;P&gt;4. more information about addresses:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; bdinfo&lt;BR /&gt;arch_number = 0x0000000000000000&lt;BR /&gt;boot_params = 0x0000000000000000&lt;BR /&gt;&lt;STRONG&gt;DRAM bank = 0x0000000000000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-&amp;gt; start = 0x0000000080000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-&amp;gt; size = 0x000000003be00000&lt;/STRONG&gt;&lt;BR /&gt;baudrate = 115200 bps&lt;BR /&gt;TLB addr = 0x00000000b7bf0000&lt;BR /&gt;relocaddr = 0x00000000b7b47000&lt;BR /&gt;reloc off = 0x0000000035b47000&lt;BR /&gt;irq_sp = 0x00000000b793ff10&lt;BR /&gt;sp start = 0x00000000b793ff10&lt;BR /&gt;Early malloc usage: d8 / 6000&lt;BR /&gt;fdt_blob = 0x00000000b793ff20&lt;/P&gt;&lt;P&gt;__________________________________________________________________&lt;/P&gt;&lt;P&gt;fdt_addr=0x00f00000&lt;BR /&gt;fdt_addr_r=0x90000000&lt;BR /&gt;fdtcontroladdr=b793ff20&lt;BR /&gt;fdtheader_addr_r=0x80100000&lt;BR /&gt;fileaddr=90000000&lt;BR /&gt;kernel_addr=0x01000000&lt;BR /&gt;&lt;STRONG&gt;kernel_addr_r=0x80080000&lt;/STRONG&gt;&lt;BR /&gt;kernel_addr_sd=0x8000&lt;BR /&gt;kernelhdr_addr_sd=0x4000&lt;BR /&gt;kernelheader_addr_r=0x80200000&lt;BR /&gt;load_addr=0xa0000000&lt;BR /&gt;ramdisk_addr=0x800000&lt;BR /&gt;&lt;STRONG&gt;ramdisk_addr_r=0x84000000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;_____________________________________________________________&lt;/P&gt;&lt;P&gt;5. load and boot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; run tftp_bootcmd_ram&lt;BR /&gt;Using enetc-0 device&lt;BR /&gt;TFTP from server 192.168.0.214; our IP address is 192.168.0.128&lt;BR /&gt;Filename '/tftpboot/uImage'.&lt;BR /&gt;Load address: 0x80080000&lt;BR /&gt;Loading: #################################################################&lt;BR /&gt;...&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #####################&lt;BR /&gt; 1.6 MiB/s&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 25729600 (1889a40 hex)&lt;BR /&gt;Using enetc-0 device&lt;BR /&gt;TFTP from server 192.168.0.214; our IP address is 192.168.0.128&lt;BR /&gt;Filename '/tftpboot/uRamdisk'.&lt;BR /&gt;Load address: 0x84000000&lt;BR /&gt;Loading: #################################################################&lt;BR /&gt;....&lt;BR /&gt;#################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; ##############################################&lt;BR /&gt; 1.7 MiB/s&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 51424275 (310ac13 hex)&lt;BR /&gt;Using enetc-0 device&lt;BR /&gt;TFTP from server 192.168.0.214; our IP address is 192.168.0.128&lt;BR /&gt;Filename '/tftpboot/linux_dt.dtb'.&lt;BR /&gt;Load address: 0x90000000&lt;BR /&gt;Loading: #####&lt;BR /&gt; 403.3 KiB/s&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 23580 (5c1c hex)&lt;BR /&gt;## Booting kernel from Legacy Image at 80080000 ...&lt;BR /&gt; Image Name: Linux kernel&lt;BR /&gt; Created: 2020-04-01 5:34:56 UTC&lt;BR /&gt; Image Type: AArch64 Linux Kernel Image (uncompressed)&lt;BR /&gt; Data Size: 25729536 Bytes = 24.5 MiB&lt;BR /&gt; Load Address: 80080000&lt;BR /&gt; Entry Point: 80080000&lt;BR /&gt; Verifying Checksum ... OK&lt;BR /&gt;## Loading init Ramdisk from Legacy Image at 84000000 ...&lt;BR /&gt; Image Name: Ramdisk Image&lt;BR /&gt; Created: 2020-04-01 5:35:24 UTC&lt;BR /&gt; Image Type: AArch64 Linux RAMDisk Image (gzip compressed)&lt;BR /&gt; Data Size: 51424211 Bytes = 49 MiB&lt;BR /&gt; Load Address: 84000000&lt;BR /&gt; Entry Point: 84000000&lt;BR /&gt; Verifying Checksum ... OK&lt;BR /&gt;## Flattened Device Tree blob at 90000000&lt;BR /&gt; Booting using the fdt blob at 0x90000000&lt;BR /&gt; Loading Kernel Image ... OK&lt;BR /&gt; Using Device Tree in place at 0000000090000000, end 0000000090008c1b&lt;BR /&gt;NOTICE: RNG: INSTANTIATED&lt;BR /&gt;Unable to update property /sysclk:clock-frequency, err=FDT_ERR_NOTFOUND&lt;BR /&gt; ------------ fdt_fixup_icid_tbl():79: TBL 0x00000000b7bcd738 size 20 -------------&lt;BR /&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;[ 0.000000] Booting Linux on physical CPU 0x0&lt;BR /&gt;[ 0.000000] Linux version 4.14.140+gd39cc9ffcbe5 (oe-user@oe-host) (gcc version 7.3.0 (GCC)) #1 SMP PREEMPT Tue Mar 31 06:47:46 UTC 2020&lt;BR /&gt;[ 0.000000] Boot CPU: AArch64 Processor [410fd083]&lt;BR /&gt;[ 0.000000] Machine model: IP01 Board&lt;BR /&gt;[ 0.000000] earlycon: uart8250 at MMIO 0x00000000021c0500 (options '')&lt;BR /&gt;[ 0.000000] bootconsole [uart8250] enabled&lt;BR /&gt;[ 0.000000] efi: Getting EFI parameters from FDT:&lt;BR /&gt;[ 0.000000] efi: UEFI not found.&lt;BR /&gt;[ 0.000000] cma: Reserved 16 MiB at 0x00000000bac00000&lt;BR /&gt;[ 0.000000] NUMA: No NUMA configuration found&lt;BR /&gt;[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000bbdfffff]&lt;BR /&gt;[ 0.000000] NUMA: NODE_DATA [mem 0xbbdd0f40-0xbbdd26ff]&lt;BR /&gt;[ 0.000000] Zone ranges:&lt;BR /&gt;[ 0.000000] DMA [mem 0x0000000080000000-0x00000000bbdfffff]&lt;BR /&gt;[ 0.000000] Normal empty&lt;BR /&gt;[ 0.000000] Movable zone start for each node&lt;BR /&gt;[ 0.000000] Early memory node ranges&lt;BR /&gt;[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000bbdfffff]&lt;BR /&gt;[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bbdfffff]&lt;BR /&gt;[ 0.000000] psci: probing for conduit method from DT.&lt;BR /&gt;[ 0.000000] psci: PSCIv1.1 detected in firmware.&lt;BR /&gt;[ 0.000000] psci: Using standard PSCI v0.2 function IDs&lt;BR /&gt;[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.&lt;BR /&gt;[ 0.000000] psci: SMC Calling Convention v1.1&lt;BR /&gt;[ 0.000000] random: get_random_bytes called from start_kernel+0xa8/0x414 with crng_init=0&lt;BR /&gt;[ 0.000000] percpu: Embedded 25 pages/cpu s61720 r8192 d32488 u102400&lt;BR /&gt;[ 0.000000] Detected PIPT I-cache on CPU0&lt;BR /&gt;[ 0.000000] Speculative Store Bypass Disable mitigation not required&lt;BR /&gt;[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 241416&lt;BR /&gt;[ 0.000000] Policy zone: DMA&lt;BR /&gt;[ 0.000000] Kernel command line: root=/dev/ram0 rw rootwait ip=192.168.0.128:192.168.0.214:{gatewayip}:255.255.255.0::off console=ttyS0,115200 earlycon=uart8250,mmio,0x21c0500&lt;BR /&gt;[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)&lt;BR /&gt;[ 0.000000] Memory: 871460K/980992K available (13884K kernel code, 1446K rwdata, 5504K rodata, 4224K init, 924K bss, 93148K reserved, 16384K cma-reserved)&lt;BR /&gt;[ 0.000000] Virtual kernel memory layout:&lt;BR /&gt;[ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB)&lt;BR /&gt;[ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB)&lt;BR /&gt;[ 0.000000] .text : 0xffff20d2a0480000 - 0xffff20d2a1210000 ( 13888 KB)&lt;BR /&gt;[ 0.000000] .rodata : 0xffff20d2a1210000 - 0xffff20d2a1780000 ( 5568 KB)&lt;BR /&gt;[ 0.000000] .init : 0xffff20d2a1780000 - 0xffff20d2a1ba0000 ( 4224 KB)&lt;BR /&gt;[ 0.000000] .data : 0xffff20d2a1ba0000 - 0xffff20d2a1d09a00 ( 1447 KB)&lt;BR /&gt;[ 0.000000] .bss : 0xffff20d2a1d09a00 - 0xffff20d2a1df0ce0 ( 925 KB)&lt;BR /&gt;[ 0.000000] fixed : 0xffff7dfffe7f9000 - 0xffff7dfffec00000 ( 4124 KB)&lt;BR /&gt;[ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB)&lt;BR /&gt;[ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum)&lt;BR /&gt;[ 0.000000] 0xffff7ec32b000000 - 0xffff7ec32bef8000 ( 14 MB actual)&lt;BR /&gt;[ 0.000000] memory : 0xffffb0cac0000000 - 0xffffb0cafbe00000 ( 958 MB)&lt;BR /&gt;[ 0.000000] Preemptible hierarchical RCU implementation.&lt;BR /&gt;[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.&lt;BR /&gt;[ 0.000000] Tasks RCU enabled.&lt;BR /&gt;[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2&lt;BR /&gt;[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0&lt;BR /&gt;[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode&lt;BR /&gt;[ 0.000000] GICv3: no VLPI support, no direct LPI support&lt;BR /&gt;[ 0.000000] ITS [mem 0x06020000-0x0603ffff]&lt;BR /&gt;[ 0.000000] ITS@0x0000000006020000: allocated 65536 Devices @b9480000 (flat, esz 8, psz 64K, shr 0)&lt;BR /&gt;[ 0.000000] ITS: using cache flushing for cmd queue&lt;BR /&gt;[ 0.000000] GIC: using LPI property table @0x00000000b9430000&lt;BR /&gt;[ 0.000000] ITS: Allocated 1792 chunks for LPIs&lt;BR /&gt;[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000006040000&lt;BR /&gt;[ 0.000000] CPU0: using LPI pending table @0x00000000b9440000&lt;BR /&gt;[ 0.000000] GIC: using cache flushing for LPI property table&lt;BR /&gt;[ 0.000000] NO_HZ: Clearing 0 from nohz_full range for timekeeping&lt;BR /&gt;[ 0.000000] NO_HZ: Full dynticks CPUs: 1.&lt;BR /&gt;[ 0.000000] Note: kernel parameter 'rcu_nocbs=' contains nonexistent CPUs.&lt;BR /&gt;[ 0.000000] Offload RCU callbacks from CPUs: 1.&lt;BR /&gt;[ 0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys).&lt;BR /&gt;[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c409fb33, max_idle_ns: 440795203156 ns&lt;BR /&gt;[ 0.000003] sched_clock: 56 bits at 25MHz, resolution 39ns, wraps every 4398046511103ns&lt;BR /&gt;[ 0.008628] Console: colour dummy device 80x25&lt;BR /&gt;[ 0.013167] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)&lt;BR /&gt;[ 0.023660] pid_max: default: 32768 minimum: 301&lt;BR /&gt;[ 0.028423] Security Framework initialized&lt;BR /&gt;[ 0.033076] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)&lt;BR /&gt;[ 0.040615] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)&lt;BR /&gt;[ 0.047596] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)&lt;BR /&gt;[ 0.054399] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)&lt;BR /&gt;[ 0.094453] ASID allocator initialised with 32768 entries&lt;BR /&gt;[ 0.099991] Hierarchical SRCU implementation.&lt;BR /&gt;[ 0.124498] PCI/MSI: /interrupt-controller@6000000/gic-its@6020000 domain created&lt;BR /&gt;[ 0.132159] Platform MSI: /interrupt-controller@6000000/gic-its@6020000 domain created&lt;BR /&gt;[ 0.140248] fsl-mc MSI: /interrupt-controller@6000000/gic-its@6020000 domain created&lt;BR /&gt;[ 0.148628] EFI services will not be available.&lt;BR /&gt;[ 0.173241] smp: Bringing up secondary CPUs ...&lt;BR /&gt;[ 0.223576] Detected PIPT I-cache on CPU1&lt;BR /&gt;[ 0.223600] GICv3: CPU1: found redistributor 1 region 0:0x0000000006060000&lt;BR /&gt;[ 0.223662] CPU1: using LPI pending table @0x00000000b9720000&lt;BR /&gt;[ 0.223688] CPU1: Booted secondary processor [410fd083]&lt;BR /&gt;[ 0.223783] smp: Brought up 1 node, 2 CPUs&lt;BR /&gt;[ 0.250067] SMP: Total of 2 processors activated.&lt;BR /&gt;[ 0.254829] CPU features: detected feature: GIC system register CPU interface&lt;BR /&gt;[ 0.262062] CPU features: detected feature: 32-bit EL0 Support&lt;BR /&gt;[ 0.267965] CPU features: detected feature: Kernel page table isolation (KPTI)&lt;BR /&gt;[ 0.281781] CPU: All CPU(s) started at EL2&lt;BR /&gt;[ 0.285950] alternatives: patching kernel code&lt;BR /&gt;[ 0.291166] devtmpfs: initialized&lt;BR /&gt;[ 0.298435] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns&lt;BR /&gt;[ 0.308422] futex hash table entries: 512 (order: 3, 32768 bytes)&lt;BR /&gt;[ 0.314959] xor: measuring software checksum speed&lt;BR /&gt;[ 0.419881] 8regs : 3388.800 MB/sec&lt;BR /&gt;[ 0.519900] 8regs_prefetch: 2969.600 MB/sec&lt;BR /&gt;[ 0.619939] 32regs : 3436.800 MB/sec&lt;BR /&gt;[ 0.719979] 32regs_prefetch: 3122.000 MB/sec&lt;BR /&gt;[ 0.724656] xor: using function: 32regs (3436.800 MB/sec)&lt;BR /&gt;[ 0.730122] pinctrl core: initialized pinctrl subsystem&lt;BR /&gt;[ 0.737089] DMI not present or invalid.&lt;BR /&gt;[ 0.741261] NET: Registered protocol family 16&lt;BR /&gt;[ 0.755807] cpuidle: using governor ladder&lt;BR /&gt;[ 0.759970] cpuidle: using governor menu&lt;BR /&gt;[ 0.764597] vdso: 2 pages (1 code @ ffff20d2a1217000, 1 data @ ffff20d2a1ba5000)&lt;BR /&gt;[ 0.772094] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.&lt;BR /&gt;[ 0.779838] DMA: preallocated 256 KiB pool for atomic allocations&lt;BR /&gt;[ 0.786342] Serial: AMBA PL011 UART driver&lt;BR /&gt;[ 0.821466] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages&lt;BR /&gt;[ 1.000719] raid6: int64x1 gen() 492 MB/s&lt;BR /&gt;[ 1.170780] raid6: int64x1 xor() 463 MB/s&lt;BR /&gt;[ 1.340851] raid6: int64x2 gen() 675 MB/s&lt;BR /&gt;[ 1.510921] raid6: int64x2 xor() 673 MB/s&lt;BR /&gt;[ 1.680961] raid6: int64x4 gen() 1027 MB/s&lt;BR /&gt;[ 1.851058] raid6: int64x4 xor() 703 MB/s&lt;BR /&gt;[ 2.021114] raid6: int64x8 gen() 909 MB/s&lt;BR /&gt;[ 2.191186] raid6: int64x8 xor() 706 MB/s&lt;BR /&gt;[ 2.361304] raid6: neonx1 gen() 983 MB/s&lt;BR /&gt;[ 2.531333] raid6: neonx1 xor() 1118 MB/s&lt;BR /&gt;[ 2.701433] raid6: neonx2 gen() 1285 MB/s&lt;BR /&gt;[ 2.871465] raid6: neonx2 xor() 1417 MB/s&lt;BR /&gt;[ 3.041534] raid6: neonx4 gen() 1678 MB/s&lt;BR /&gt;[ 3.211620] raid6: neonx4 xor() 1513 MB/s&lt;BR /&gt;[ 3.381674] raid6: neonx8 gen() 1942 MB/s&lt;BR /&gt;[ 3.551746] raid6: neonx8 xor() 1638 MB/s&lt;BR /&gt;[ 3.556064] raid6: using algorithm neonx8 gen() 1942 MB/s&lt;BR /&gt;[ 3.561534] raid6: .... xor() 1638 MB/s, rmw enabled&lt;BR /&gt;[ 3.566556] raid6: using neon recovery algorithm&lt;BR /&gt;[ 3.571718] ACPI: Interpreter disabled.&lt;BR /&gt;[ 3.576959] vgaarb: loaded&lt;BR /&gt;[ 3.579935] SCSI subsystem initialized&lt;BR /&gt;[ 3.584465] usbcore: registered new interface driver usbfs&lt;BR /&gt;[ 3.590054] usbcore: registered new interface driver hub&lt;BR /&gt;[ 3.595497] usbcore: registered new device driver usb&lt;BR /&gt;[ 3.600975] imx-i2c 2000000.i2c: scl-gpios not found&lt;BR /&gt;[ 3.606246] pca953x 0-0020: 0-0020 supply vcc not found, using dummy regulator&lt;BR /&gt;[ 3.716601] pca953x 0-0021: 0-0021 supply vcc not found, using dummy regulator&lt;BR /&gt;[ 3.826918] i2c i2c-0: of_i2c: modalias failure on /soc/i2c@2000000/pcie-switch@6f&lt;BR /&gt;[ 3.834588] i2c i2c-0: Failed to create I2C device for /soc/i2c@2000000/pcie-switch@6f&lt;BR /&gt;[ 3.842671] i2c i2c-0: IMX I2C adapter registered&lt;BR /&gt;[ 3.847573] imx-i2c 2040000.i2c: scl-gpios not found&lt;BR /&gt;[ 3.852785] i2c i2c-1: IMX I2C adapter registered&lt;BR /&gt;[ 3.858021] pps_core: LinuxPPS API ver. 1 registered&lt;BR /&gt;[ 3.863074] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti &amp;lt;giometti@linux.it&amp;gt;&lt;BR /&gt;[ 3.872338] PTP clock support registered&lt;BR /&gt;[ 3.876452] EDAC MC: Ver: 3.0.0&lt;BR /&gt;[ 3.886421] dmi: Firmware registration failed.&lt;BR /&gt;[ 3.891100] No BMan portals available!&lt;BR /&gt;[ 3.895271] QMan: Allocated lookup table at ffff00000924d000, entry count 65537&lt;BR /&gt;[ 3.902908] No QMan portals available!&lt;BR /&gt;[ 3.906967] No USDPAA memory, no 'fsl,usdpaa-mem' in device-tree&lt;BR /&gt;[ 3.913503] Advanced Linux Sound Architecture Driver Initialized.&lt;BR /&gt;[ 3.923286] clocksource: Switched to clocksource arch_sys_counter&lt;BR /&gt;[ 3.929557] VFS: Disk quotas dquot_6.6.0&lt;BR /&gt;[ 3.933589] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)&lt;BR /&gt;[ 3.940649] pnp: PnP ACPI: disabled&lt;BR /&gt;[ 3.950859] NET: Registered protocol family 2&lt;BR /&gt;[ 3.955847] TCP established hash table entries: 8192 (order: 4, 65536 bytes)&lt;BR /&gt;[ 3.963072] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)&lt;BR /&gt;[ 3.969890] TCP: Hash tables configured (established 8192 bind 8192)&lt;BR /&gt;[ 3.976423] UDP hash table entries: 512 (order: 2, 16384 bytes)&lt;BR /&gt;[ 3.982444] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)&lt;BR /&gt;[ 3.989065] NET: Registered protocol family 1&lt;BR /&gt;[ 3.993730] RPC: Registered named UNIX socket transport module.&lt;BR /&gt;[ 3.999723] RPC: Registered udp transport module.&lt;BR /&gt;[ 4.004513] RPC: Registered tcp transport module.&lt;BR /&gt;[ 4.009274] RPC: Registered tcp NFSv4.1 backchannel transport module.&lt;BR /&gt;[ 4.015934] Trying to unpack rootfs image as initramfs...&lt;BR /&gt;[ 4.021746] rootfs image is not initramfs (no cpio magic); looks like an initrd&lt;BR /&gt;[ 4.127316] Freeing initrd memory: 50212K&lt;BR /&gt;[ 4.131790] kvm [1]: 8-bit VMID&lt;BR /&gt;[ 4.135994] kvm [1]: GICv3: no GICV resource entry&lt;BR /&gt;[ 4.140841] kvm [1]: disabling GICv2 emulation&lt;BR /&gt;[ 4.145420] kvm [1]: GIC system register CPU interface enabled&lt;BR /&gt;[ 4.151370] kvm [1]: vgic interrupt IRQ1&lt;BR /&gt;[ 4.155416] kvm [1]: Hyp mode initialized successfully&lt;BR /&gt;[ 4.163215] audit: initializing netlink subsys (disabled)&lt;BR /&gt;[ 4.168826] audit: type=2000 audit(4.089:1): state=initialized audit_enabled=0 res=1&lt;BR /&gt;[ 4.169168] workingset: timestamp_bits=44 max_order=18 bucket_order=0&lt;BR /&gt;[ 4.183740] squashfs: version 4.0 (2009/01/31) Phillip Lougher&lt;BR /&gt;[ 4.189828] NFS: Registering the id_resolver key type&lt;BR /&gt;[ 4.194964] Key type id_resolver registered&lt;BR /&gt;[ 4.199194] Key type id_legacy registered&lt;BR /&gt;[ 4.203256] nfs4filelayout_init: NFSv4 File Layout Driver Registering...&lt;BR /&gt;[ 4.210167] fuse init (API version 7.26)&lt;BR /&gt;[ 4.214264] 9p: Installing v9fs 9p2000 file system support&lt;BR /&gt;[ 4.222323] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)&lt;BR /&gt;[ 4.229916] io scheduler noop registered&lt;BR /&gt;[ 4.233926] io scheduler cfq registered (default)&lt;BR /&gt;[ 4.238687] io scheduler mq-deadline registered&lt;BR /&gt;[ 4.243269] io scheduler kyber registered&lt;BR /&gt;[ 4.252291] OF: PCI: host bridge /soc/pcie@1f0000000 ranges:&lt;BR /&gt;[ 4.258052] OF: PCI: MEM 0x1f8000000..0x1f815ffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.264241] OF: PCI: MEM 0x1f8160000..0x1f81cffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.270415] OF: PCI: MEM 0x1f81d0000..0x1f81effff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.276590] OF: PCI: MEM 0x1f81f0000..0x1f820ffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.282763] OF: PCI: MEM 0x1f8210000..0x1f822ffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.288948] OF: PCI: MEM 0x1f8230000..0x1f824ffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.295117] OF: PCI: MEM 0x1fc000000..0x1fc3fffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.301340] pci-host-generic 1f0000000.pcie: ECAM at [mem 0x1f0000000-0x1f00fffff] for [bus 00]&lt;BR /&gt;[ 4.310258] pci-host-generic 1f0000000.pcie: PCI host bridge to bus 0000:00&lt;BR /&gt;[ 4.317309] pci_bus 0000:00: root bus resource [bus 00]&lt;BR /&gt;[ 4.322599] pci_bus 0000:00: root bus resource [mem 0x1f8000000-0x1f815ffff] (bus address [0x00000000-0x0015ffff])&lt;BR /&gt;[ 4.333085] pci_bus 0000:00: root bus resource [mem 0x1f8160000-0x1f81cffff pref] (bus address [0x00000000-0x0006ffff])&lt;BR /&gt;[ 4.344006] pci_bus 0000:00: root bus resource [mem 0x1f81d0000-0x1f81effff] (bus address [0x00000000-0x0001ffff])&lt;BR /&gt;[ 4.354490] pci_bus 0000:00: root bus resource [mem 0x1f81f0000-0x1f820ffff pref] (bus address [0x00000000-0x0001ffff])&lt;BR /&gt;[ 4.365411] pci_bus 0000:00: root bus resource [mem 0x1f8210000-0x1f822ffff] (bus address [0x00000000-0x0001ffff])&lt;BR /&gt;[ 4.375895] pci_bus 0000:00: root bus resource [mem 0x1f8230000-0x1f824ffff pref] (bus address [0x00000000-0x0001ffff])&lt;BR /&gt;[ 4.386815] pci_bus 0000:00: root bus resource [mem 0x1fc000000-0x1fc3fffff] (bus address [0x00000000-0x003fffff])&lt;BR /&gt;[ 4.397425] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x1f81d0000-0x1f81effff 64bit] (contains BAR0 for 2 VFs)&lt;BR /&gt;[ 4.407466] pci 0000:00:00.0: VF(n) BAR2 space: [mem 0x1f81f0000-0x1f820ffff 64bit pref] (contains BAR2 for 2 VFs)&lt;BR /&gt;[ 4.418207] pci 0000:00:00.1: VF(n) BAR0 space: [mem 0x1f8210000-0x1f822ffff 64bit] (contains BAR0 for 2 VFs)&lt;BR /&gt;[ 4.428249] pci 0000:00:00.1: VF(n) BAR2 space: [mem 0x1f8230000-0x1f824ffff 64bit pref] (contains BAR2 for 2 VFs)&lt;BR /&gt;[ 4.439983] /soc/pcie@1f0000000: Invalid msi-map translation - no match for rid 0xf8 on (null)&lt;BR /&gt;[ 4.450321] OF: PCI: host bridge /soc/pcie@3400000 ranges:&lt;BR /&gt;[ 4.455909] OF: PCI: IO 0x8000010000..0x800001ffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.462260] OF: PCI: MEM 0x8040000000..0x807fffffff -&amp;gt; 0x40000000&lt;BR /&gt;[ 4.468738] layerscape-pcie 3400000.pcie: PCI host bridge to bus 0001:00&lt;BR /&gt;[ 4.475530] pci_bus 0001:00: root bus resource [bus 00-ff]&lt;BR /&gt;[ 4.481083] pci_bus 0001:00: root bus resource [io 0x0000-0xffff]&lt;BR /&gt;[ 4.487344] pci_bus 0001:00: root bus resource [mem 0x8040000000-0x807fffffff] (bus address [0x40000000-0x7fffffff])&lt;BR /&gt;[ 4.498347] pci 0001:00:00.0: BAR 6: assigned [mem 0x8040000000-0x80400007ff pref]&lt;BR /&gt;[ 4.506015] pci 0001:00:00.0: PCI bridge to [bus 01]&lt;BR /&gt;[ 4.511238] OF: PCI: host bridge /soc/pcie@3500000 ranges:&lt;BR /&gt;[ 4.516805] OF: PCI: IO 0x8800010000..0x880001ffff -&amp;gt; 0x00000000&lt;BR /&gt;[ 4.523152] OF: PCI: MEM 0x8840000000..0x887fffffff -&amp;gt; 0x40000000&lt;BR /&gt;[ 4.529618] layerscape-pcie 3500000.pcie: PCI host bridge to bus 0002:00&lt;BR /&gt;[ 4.536404] pci_bus 0002:00: root bus resource [bus 00-ff]&lt;BR /&gt;[ 4.541958] pci_bus 0002:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff])&lt;BR /&gt;[ 4.551032] pci_bus 0002:00: root bus resource [mem 0x8840000000-0x887fffffff] (bus address [0x40000000-0x7fffffff])&lt;BR /&gt;[ 4.571692] /soc/pcie@3500000: Invalid msi-map translation - no match for rid 0x302 on (null)&lt;BR /&gt;[ 4.582459] /soc/pcie@3500000: Invalid msi-map translation - no match for rid 0x303 on (null)&lt;BR /&gt;[ 4.593215] pci 0002:00:00.0: BAR 14: assigned [mem 0x8840000000-0x88400fffff]&lt;BR /&gt;[ 4.600528] pci 0002:00:00.0: BAR 13: assigned [io 0x10000-0x10fff]&lt;BR /&gt;[ 4.606964] pci 0002:00:00.0: BAR 6: assigned [mem 0x8840100000-0x88401007ff pref]&lt;BR /&gt;[ 4.614631] pci 0002:01:00.0: BAR 14: assigned [mem 0x8840000000-0x88400fffff]&lt;BR /&gt;[ 4.621945] pci 0002:01:00.0: BAR 13: assigned [io 0x10000-0x10fff]&lt;BR /&gt;[ 4.628379] pci 0002:02:01.0: BAR 14: assigned [mem 0x8840000000-0x88400fffff]&lt;BR /&gt;[ 4.635693] pci 0002:02:01.0: BAR 13: assigned [io 0x10000-0x10fff]&lt;BR /&gt;[ 4.642133] pci 0002:03:00.0: BAR 1: assigned [mem 0x8840000000-0x8840000fff]&lt;BR /&gt;[ 4.649377] pci 0002:03:00.0: BAR 5: assigned [mem 0x8840001000-0x8840001fff]&lt;BR /&gt;[ 4.656619] pci 0002:03:00.1: BAR 1: assigned [mem 0x8840002000-0x8840002fff]&lt;BR /&gt;[ 4.663863] pci 0002:03:00.1: BAR 5: assigned [mem 0x8840003000-0x8840003fff]&lt;BR /&gt;[ 4.671106] pci 0002:03:00.2: BAR 1: assigned [mem 0x8840004000-0x8840004fff]&lt;BR /&gt;[ 4.678351] pci 0002:03:00.2: BAR 5: assigned [mem 0x8840005000-0x8840005fff]&lt;BR /&gt;[ 4.685593] pci 0002:03:00.3: BAR 1: assigned [mem 0x8840006000-0x8840006fff]&lt;BR /&gt;[ 4.692836] pci 0002:03:00.3: BAR 5: assigned [mem 0x8840007000-0x8840007fff]&lt;BR /&gt;[ 4.700078] pci 0002:03:00.0: BAR 0: assigned [io 0x10000-0x10007]&lt;BR /&gt;[ 4.706443] pci 0002:03:00.1: BAR 0: assigned [io 0x10008-0x1000f]&lt;BR /&gt;[ 4.712804] pci 0002:03:00.2: BAR 0: assigned [io 0x10010-0x10017]&lt;BR /&gt;[ 4.719166] pci 0002:03:00.3: BAR 0: assigned [io 0x10018-0x1001f]&lt;BR /&gt;[ 4.725531] pci 0002:02:01.0: PCI bridge to [bus 03]&lt;BR /&gt;[ 4.730564] pci 0002:02:01.0: bridge window [io 0x10000-0x10fff]&lt;BR /&gt;[ 4.736931] pci 0002:02:01.0: bridge window [mem 0x8840000000-0x88400fffff]&lt;BR /&gt;[ 4.744203] pci 0002:02:02.0: PCI bridge to [bus 04]&lt;BR /&gt;[ 4.749299] pci 0002:02:03.0: PCI bridge to [bus 05]&lt;BR /&gt;[ 4.754398] pci 0002:01:00.0: PCI bridge to [bus 02-05]&lt;BR /&gt;[ 4.759693] pci 0002:01:00.0: bridge window [io 0x10000-0x10fff]&lt;BR /&gt;[ 4.766062] pci 0002:01:00.0: bridge window [mem 0x8840000000-0x88400fffff]&lt;BR /&gt;[ 4.773333] pci 0002:00:00.0: PCI bridge to [bus 01-05]&lt;BR /&gt;[ 4.778622] pci 0002:00:00.0: bridge window [io 0x10000-0x10fff]&lt;BR /&gt;[ 4.784967] pci 0002:00:00.0: bridge window [mem 0x8840000000-0x88400fffff]&lt;BR /&gt;[ 4.806417] Freescale LS2 console driver&lt;BR /&gt;[ 4.810545] fsl-ls2-console: device fsl_mc_console registered&lt;BR /&gt;[ 4.816472] fsl-ls2-console: device fsl_aiop_console registered&lt;BR /&gt;[ 4.827007] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled&lt;BR /&gt;[ 4.834664] /soc/pcie@3500000: Invalid iommu-map translation - no match for rid 0x302 on (null)&lt;BR /&gt;[ 4.844893] /soc/pcie@3500000: Invalid iommu-map translation - no match for rid 0x303 on (null)&lt;BR /&gt;[ 4.855681] console [ttyS0] disabled&lt;BR /&gt;[ 4.859339] 21c0500.serial: ttyS0 at MMIO 0x21c0500 (irq = 13, base_baud = 12500000) is a 16550A&lt;BR /&gt;[ 4.868280] console [ttyS0] enabled&lt;BR /&gt;[ 4.868280] console [ttyS0] enabled&lt;BR /&gt;[ 4.875309] bootconsole [uart8250] disabled&lt;BR /&gt;[ 4.875309] bootconsole [uart8250] disabled&lt;BR /&gt;[ 4.884258] 21c0600.serial: ttyS1 at MMIO 0x21c0600 (irq = 13, base_baud = 12500000) is a 16550A&lt;BR /&gt;[ 4.893579] SuperH (H)SCI(F) driver initialized&lt;BR /&gt;[ 4.898435] msm_serial: driver initialized&lt;BR /&gt;[ 4.903825] arm-smmu 5000000.iommu: probing hardware configuration...&lt;BR /&gt;[ 4.910291] arm-smmu 5000000.iommu: SMMUv2 with:&lt;BR /&gt;[ 4.914923] arm-smmu 5000000.iommu: stage 1 translation&lt;BR /&gt;[ 4.920251] arm-smmu 5000000.iommu: stage 2 translation&lt;BR /&gt;[ 4.925579] arm-smmu 5000000.iommu: nested translation&lt;BR /&gt;[ 4.930823] arm-smmu 5000000.iommu: stream matching with 128 register groups&lt;BR /&gt;[ 4.937987] arm-smmu 5000000.iommu: 64 context banks (0 stage-2 only)&lt;BR /&gt;[ 4.944539] arm-smmu 5000000.iommu: Supported page sizes: 0x61311000&lt;BR /&gt;[ 4.951001] arm-smmu 5000000.iommu: Stage-1: 48-bit VA -&amp;gt; 48-bit IPA&lt;BR /&gt;[ 4.957463] arm-smmu 5000000.iommu: Stage-2: 48-bit IPA -&amp;gt; 48-bit PA&lt;BR /&gt;[ 4.970938] brd: module loaded&lt;BR /&gt;[ 4.978881] loop: module loaded&lt;BR /&gt;[ 5.039786] libphy: Fixed MDIO Bus: probed&lt;BR /&gt;[ 5.045162] tun: Universal TUN/TAP device driver, 1.6&lt;BR /&gt;[ 5.051435] Freescale FM module, FMD API version 21.1.0&lt;BR /&gt;[ 5.056823] Freescale FM Ports module&lt;BR /&gt;[ 5.060496] fsl_mac: fsl_mac: FSL FMan MAC API based driver&lt;BR /&gt;[ 5.066170] fsl_dpa: FSL DPAA Ethernet driver&lt;BR /&gt;[ 5.070608] fsl_advanced: FSL DPAA Advanced drivers:&lt;BR /&gt;[ 5.075587] fsl_proxy: FSL DPAA Proxy initialization driver&lt;BR /&gt;[ 5.081243] fsl_oh: FSL FMan Offline Parsing port driver&lt;BR /&gt;[ 5.086821] iommu: Adding device 0000:00:00.0 to group 0&lt;BR /&gt;[ 5.203302] fsl_enetc 0000:00:00.0: enabling device (0400 -&amp;gt; 0402)&lt;BR /&gt;[ 5.209623] libphy: Freescale ENETC MDIO Bus: probed&lt;BR /&gt;[ 5.215111] fsl_enetc 0000:00:00.0: no MAC address specified for SI1, using 2a:b2:c1:57:3f:2c&lt;BR /&gt;[ 5.223772] fsl_enetc 0000:00:00.0: no MAC address specified for SI2, using 86:0e:1e:c8:44:da&lt;BR /&gt;[ 5.234299] fsl_enetc 0000:00:00.0 eth0: ENETC PF driver v1.0&lt;BR /&gt;[ 5.240085] fsl_enetc 0000:00:00.0: enetc_tsn_init: setup done&lt;BR /&gt;[ 5.246148] iommu: Adding device 0000:00:00.1 to group 1&lt;BR /&gt;[ 5.363299] fsl_enetc 0000:00:00.1: enabling device (0400 -&amp;gt; 0402)&lt;BR /&gt;[ 5.369602] libphy: Freescale ENETC MDIO Bus: probed&lt;BR /&gt;[ 5.375058] fsl_enetc 0000:00:00.1: no MAC address specified for SI1, using 42:d8:06:26:79:33&lt;BR /&gt;[ 5.383638] fsl_enetc 0000:00:00.1: no MAC address specified for SI2, using b6:f4:44:07:0b:b1&lt;BR /&gt;[ 5.393019] fsl_enetc 0000:00:00.1 eth1: ENETC PF driver v1.0&lt;BR /&gt;[ 5.398859] fsl_enetc 0000:00:00.1: enetc_tsn_init: setup done&lt;BR /&gt;[ 5.404921] iommu: Adding device 0000:00:00.2 to group 2&lt;BR /&gt;[ 5.523299] fsl_enetc 0000:00:00.2: enabling device (0400 -&amp;gt; 0402)&lt;BR /&gt;[ 5.530587] fsl_enetc 0000:00:00.2 eth2: ENETC PF driver v1.0&lt;BR /&gt;[ 5.536454] fsl_enetc 0000:00:00.2: enetc_tsn_init: setup done&lt;BR /&gt;[ 5.542503] iommu: Adding device 0000:00:00.6 to group 3&lt;BR /&gt;[ 5.663299] fsl_enetc 0000:00:00.6: enabling device (0400 -&amp;gt; 0402)&lt;BR /&gt;[ 5.670597] fsl_enetc 0000:00:00.6 eth3: ENETC PF driver v1.0&lt;BR /&gt;[ 5.676394] fsl_enetc 0000:00:00.6: enetc_tsn_init: setup done&lt;BR /&gt;[ 5.682555] iommu: Adding device 0000:00:00.3 to group 4&lt;BR /&gt;[ 5.803298] fsl_enetc_mdio 0000:00:00.3: enabling device (0400 -&amp;gt; 0402)&lt;BR /&gt;[ 5.810028] libphy: FSL PCIe IE Central MDIO Bus: probed&lt;BR /&gt;[ 5.817202] iommu: Adding device 0000:00:00.4 to group 5&lt;BR /&gt;[ 5.822625] fsl_enetc_ptp 0000:00:00.4: enabling device (0404 -&amp;gt; 0406)&lt;BR /&gt;[ 5.829410] ptp_qoriq: device tree node missing required elements, try automatic configuration&lt;BR /&gt;[ 5.838330] pps pps0: new PPS source ptp0&lt;BR /&gt;[ 5.842775] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI&lt;BR /&gt;[ 5.849872] e1000: Copyright (c) 1999-2006 Intel Corporation.&lt;BR /&gt;[ 5.855721] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k&lt;BR /&gt;[ 5.861572] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.&lt;BR /&gt;[ 5.867608] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k&lt;BR /&gt;[ 5.874619] igb: Copyright (c) 2007-2014 Intel Corporation.&lt;BR /&gt;[ 5.880257] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k&lt;BR /&gt;[ 5.888125] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.&lt;BR /&gt;[ 5.894371] sky2: driver version 1.30&lt;BR /&gt;[ 5.898237] iommu: Adding device 0000:00:00.5 to group 6&lt;BR /&gt;[ 5.916554] mscc_felix 0000:00:00.5: Felix Switch driver v1.0&lt;BR /&gt;[ 5.923601] VFIO - User Level meta-driver version: 0.3&lt;BR /&gt;[ 5.929297] iommu: Adding device 3100000.usb to group 7&lt;BR /&gt;[ 5.935242] iommu: Adding device 3110000.usb to group 8&lt;BR /&gt;[ 5.941811] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver&lt;BR /&gt;[ 5.948386] ehci-pci: EHCI PCI platform driver&lt;BR /&gt;[ 5.952894] ehci-platform: EHCI generic platform driver&lt;BR /&gt;[ 5.958265] ehci-orion: EHCI orion driver&lt;BR /&gt;[ 5.962361] ehci-exynos: EHCI EXYNOS driver&lt;BR /&gt;[ 5.966846] ehci-msm: Qualcomm On-Chip EHCI Host Controller&lt;BR /&gt;[ 5.972504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver&lt;BR /&gt;[ 5.978742] ohci-pci: OHCI PCI platform driver&lt;BR /&gt;[ 5.983250] ohci-platform: OHCI generic platform driver&lt;BR /&gt;[ 5.988594] ohci-exynos: OHCI EXYNOS driver&lt;BR /&gt;[ 5.993145] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller&lt;BR /&gt;[ 5.998696] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1&lt;BR /&gt;[ 6.006615] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010010&lt;BR /&gt;[ 6.016103] xhci-hcd xhci-hcd.0.auto: irq 7, io mem 0x03100000&lt;BR /&gt;[ 6.022422] hub 1-0:1.0: USB hub found&lt;BR /&gt;[ 6.026222] hub 1-0:1.0: 1 port detected&lt;BR /&gt;[ 6.030400] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller&lt;BR /&gt;[ 6.035939] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2&lt;BR /&gt;[ 6.043652] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed&lt;BR /&gt;[ 6.050336] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.&lt;BR /&gt;[ 6.058854] hub 2-0:1.0: USB hub found&lt;BR /&gt;[ 6.062632] hub 2-0:1.0: 1 port detected&lt;BR /&gt;[ 6.067017] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller&lt;BR /&gt;[ 6.072534] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3&lt;BR /&gt;[ 6.080419] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010010&lt;BR /&gt;[ 6.089916] xhci-hcd xhci-hcd.1.auto: irq 8, io mem 0x03110000&lt;BR /&gt;[ 6.096188] hub 3-0:1.0: USB hub found&lt;BR /&gt;[ 6.099970] hub 3-0:1.0: 1 port detected&lt;BR /&gt;[ 6.104262] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller&lt;BR /&gt;[ 6.109773] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4&lt;BR /&gt;[ 6.117478] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed&lt;BR /&gt;[ 6.124205] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.&lt;BR /&gt;[ 6.132710] hub 4-0:1.0: USB hub found&lt;BR /&gt;[ 6.136515] hub 4-0:1.0: 1 port detected&lt;BR /&gt;[ 6.141001] usbcore: registered new interface driver usb-storage&lt;BR /&gt;[ 6.147168] usbcore: registered new interface driver usbserial&lt;BR /&gt;[ 6.153051] usbcore: registered new interface driver ftdi_sio&lt;BR /&gt;[ 6.158856] usbserial: USB Serial support registered for FTDI USB Serial Device&lt;BR /&gt;[ 6.168418] ftm-alarm 2800000.timer: registered as rtc1&lt;BR /&gt;[ 6.175414] rtc-pcf85063 0-0051: rtc core: registered rtc-pcf85063 as rtc0&lt;BR /&gt;[ 6.183037] i2c /dev entries driver&lt;BR /&gt;[ 6.187895] IR NEC protocol handler initialized&lt;BR /&gt;[ 6.192440] IR RC5(x/sz) protocol handler initialized&lt;BR /&gt;[ 6.197521] IR RC6 protocol handler initialized&lt;BR /&gt;[ 6.202064] IR JVC protocol handler initialized&lt;BR /&gt;[ 6.206607] IR Sony protocol handler initialized&lt;BR /&gt;[ 6.211236] IR SANYO protocol handler initialized&lt;BR /&gt;[ 6.215953] IR Sharp protocol handler initialized&lt;BR /&gt;[ 6.220669] IR MCE Keyboard/mouse protocol handler initialized&lt;BR /&gt;[ 6.226519] IR XMP protocol handler initialized&lt;BR /&gt;[ 6.232881] tmp401 0-0048: Detected TI TMP401 chip&lt;BR /&gt;[ 6.238399] sp805-wdt c000000.wdt: registration successful&lt;BR /&gt;[ 6.244076] sp805-wdt c010000.wdt: registration successful&lt;BR /&gt;[ 6.250743] qoriq_cpufreq: Freescale QorIQ CPU frequency scaling driver&lt;BR /&gt;[ 6.257710] sdhci: Secure Digital Host Controller Interface driver&lt;BR /&gt;[ 6.263914] sdhci: Copyright(c) Pierre Ossman&lt;BR /&gt;[ 6.268497] Synopsys Designware Multimedia Card Interface Driver&lt;BR /&gt;[ 6.275172] sdhci-pltfm: SDHCI platform and OF driver helper&lt;BR /&gt;[ 6.281322] iommu: Adding device 2140000.mmc to group 9&lt;BR /&gt;[ 6.343326] mmc0: SDHCI controller on 2140000.mmc [2140000.mmc] using ADMA&lt;BR /&gt;[ 6.351458] iommu: Adding device 2150000.mmc to group 10&lt;BR /&gt;[ 6.413339] mmc1: SDHCI controller on 2150000.mmc [2150000.mmc] using ADMA&lt;BR /&gt;[ 6.421107] ledtrig-cpu: registered to indicate activity on CPUs&lt;BR /&gt;[ 6.433180] caam 8000000.crypto: Instantiated RNG4 SH1&lt;BR /&gt;[ 6.438378] caam 8000000.crypto: device ID = 0x0a12070000000000 (Era 10)&lt;BR /&gt;[ 6.445124] caam 8000000.crypto: job rings = 3, qi = 0&lt;BR /&gt;[ 6.450666] iommu: Adding device 8010000.jr to group 11&lt;BR /&gt;[ 6.464561] caam algorithms registered in /proc/crypto&lt;BR /&gt;[ 6.470792] caam 8000000.crypto: caam pkc algorithms registered in /proc/crypto&lt;BR /&gt;[ 6.473570] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd&lt;BR /&gt;[ 6.478153] usb 3-1: new high-speed USB device number 2 using xhci-hcd&lt;BR /&gt;[ 6.491698] caam_jr 8010000.jr: registering rng-caam&lt;BR /&gt;[ 6.496890] iommu: Adding device 8020000.jr to group 12&lt;BR /&gt;[ 6.502451] iommu: Adding device 8030000.jr to group 13&lt;BR /&gt;[ 6.509110] usbcore: registered new interface driver usbhid&lt;BR /&gt;[ 6.514721] usbhid: USB HID core driver&lt;BR /&gt;[ 6.518724] DPAA2-ETH: debugfs created&lt;BR /&gt;[ 6.520195] usb-storage 2-1:1.0: USB Mass Storage device detected&lt;BR /&gt;[ 6.522956] No fsl,qman node&lt;BR /&gt;[ 6.531705] Freescale USDPAA process driver&lt;BR /&gt;[ 6.536019] fsl-usdpaa: no region found&lt;BR /&gt;[ 6.539377] scsi host0: usb-storage 2-1:1.0&lt;BR /&gt;[ 6.539880] Freescale USDPAA process IRQ driver&lt;BR /&gt;[ 6.549665] optee: probing for conduit method from DT.&lt;BR /&gt;[ 6.554859] optee: api uid mismatch&lt;BR /&gt;[ 6.558462] mmc1: new high speed MMC card at address 0001&lt;BR /&gt;[ 6.564716] u32 classifier&lt;BR /&gt;[ 6.567431] Actions configured&lt;BR /&gt;[ 6.570851] Netfilter messages via NETLINK v0.30.&lt;BR /&gt;[ 6.575698] mmcblk1: mmc1:0001 IS008G 7.28 GiB&lt;BR /&gt;[ 6.575872] nf_conntrack version 0.5.0 (7680 buckets, 30720 max)&lt;BR /&gt;[ 6.580444] mmcblk1boot0: mmc1:0001 IS008G partition 1 4.00 MiB&lt;BR /&gt;[ 6.586429] nf_tables: (c) 2007-2009 Patrick McHardy &amp;lt;kaber@trash.net&amp;gt;&lt;BR /&gt;[ 6.592404] mmcblk1boot1: mmc1:0001 IS008G partition 2 4.00 MiB&lt;BR /&gt;[ 6.598774] nf_tables_compat: (c) 2012 Pablo Neira Ayuso &amp;lt;pablo@netfilter.org&amp;gt;&lt;BR /&gt;[ 6.604908] mmcblk1rpmb: mmc1:0001 IS008G partition 3 4.00 MiB&lt;BR /&gt;[ 6.612166] ip_tables: (C) 2000-2006 Netfilter Core Team&lt;BR /&gt;[ 6.623228] mmcblk1: p1 p2&lt;BR /&gt;[ 6.626569] Initializing XFRM netlink socket&lt;BR /&gt;[ 6.630867] NET: Registered protocol family 17&lt;BR /&gt;[ 6.635682] NET: Registered protocol family 15&lt;BR /&gt;[ 6.640178] Bridge firewalling registered&lt;BR /&gt;[ 6.644235] Ebtables v2.0 registered&lt;BR /&gt;[ 6.647951] 8021q: 802.1Q VLAN Support v1.8&lt;BR /&gt;[ 6.652188] 9pnet: Installing 9P2000 support&lt;BR /&gt;[ 6.656589] tsn generic netlink module v1 init...&lt;BR /&gt;[ 6.661359] Key type dns_resolver registered&lt;BR /&gt;[ 6.666490] registered taskstats version 1&lt;BR /&gt;[ 6.670776] hub 3-1:1.0: USB hub found&lt;BR /&gt;[ 6.671081] Btrfs loaded, crc32c=crc32c-generic&lt;BR /&gt;[ 6.679123] hub 3-1:1.0: 2 ports detected&lt;BR /&gt;[ 6.681291] iommu: Adding device 22c0000.dma-controller to group 14&lt;BR /&gt;[ 6.691521] iommu: Adding device 0001:00:00.0 to group 15&lt;BR /&gt;[ 6.697374] pcieport 0001:00:00.0: Signaling PME with IRQ 20&lt;BR /&gt;[ 6.703225] pcieport 0001:00:00.0: AER enabled with IRQ 21&lt;BR /&gt;[ 6.709011] iommu: Adding device 0002:00:00.0 to group 16&lt;BR /&gt;[ 6.714683] pcieport 0002:00:00.0: Signaling PME with IRQ 22&lt;BR /&gt;[ 6.720551] pcieport 0002:00:00.0: AER enabled with IRQ 23&lt;BR /&gt;[ 6.726225] iommu: Adding device 0002:01:00.0 to group 16&lt;BR /&gt;[ 6.732363] iommu: Adding device 0002:02:01.0 to group 16&lt;BR /&gt;[ 6.738853] iommu: Adding device 0002:02:02.0 to group 16&lt;BR /&gt;[ 6.745309] iommu: Adding device 0002:02:03.0 to group 16&lt;BR /&gt;[ 6.751803] iommu: Adding device 0002:03:00.0 to group 16&lt;BR /&gt;[ 6.757861] iommu: Adding device 0002:03:00.1 to group 16&lt;BR /&gt;[ 6.764728] rtc-pcf85063 0-0051: setting system clock to 2000-01-01 00:40:35 UTC (946687235)&lt;BR /&gt;[ 6.963370] random: fast init done&lt;BR /&gt;[ 7.033308] usb 3-1.1: new full-speed USB device number 3 using xhci-hcd&lt;BR /&gt;[ 7.701759] scsi 0:0:0:0: Direct-Access JetFlash Transcend 16GB 1100 PQ: 0 ANSI: 6&lt;BR /&gt;[ 7.711025] sd 0:0:0:0: [sda] 30818304 512-byte logical blocks: (15.8 GB/14.7 GiB)&lt;BR /&gt;[ 7.719169] sd 0:0:0:0: [sda] Write Protect is off&lt;BR /&gt;[ 7.724458] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA&lt;BR /&gt;[ 7.740286] sda: sda1 sda2&lt;BR /&gt;[ 7.745197] sd 0:0:0:0: [sda] Attached SCSI removable disk&lt;BR /&gt;[ 19.263333] ALSA device list:&lt;BR /&gt;[ 19.266309] No soundcards found.&lt;BR /&gt;[ 19.269963] RAMDISK: gzip image found at block 0&lt;BR /&gt;&lt;STRONG&gt;[ 19.361745] RAMDISK: incomplete write (4500 != 32645)&lt;/STRONG&gt;&lt;BR /&gt;[ 19.366855] write error&lt;BR /&gt;[ 19.394305] EXT4-fs (ram0): bad geometry: block count 227628 exceeds size of device (4096 blocks)&lt;BR /&gt;[ 19.413427] VFS: Mounted root (ext2 filesystem) on device 1:0.&lt;BR /&gt;[ 19.419357] devtmpfs: mounted&lt;BR /&gt;[ 19.426762] Freeing unused kernel memory: 4224K&lt;BR /&gt;[ 19.431561] attempt to access beyond end of device&lt;BR /&gt;&lt;STRONG&gt;[ 19.436418] ram0: rw=0, want=8330, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.440791] Buffer I/O error on dev ram0, logical block 4164, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.448060] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.452867] ram0: rw=0, want=10220, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.457347] Buffer I/O error on dev ram0, logical block 5109, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.464528] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.469335] ram0: rw=0, want=14162, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.473810] Buffer I/O error on dev ram0, logical block 7080, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.480970] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.485785] ram0: rw=0, want=330314, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.490329] Buffer I/O error on dev ram0, logical block 165156, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.497733] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.502540] ram0: rw=0, want=36880, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.507021] Buffer I/O error on dev ram0, logical block 18439, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.514279] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.519084] ram0: rw=0, want=66354, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.523568] Buffer I/O error on dev ram0, logical block 33176, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.530815] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.535634] ram0: rw=0, want=330318, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.540177] Buffer I/O error on dev ram0, logical block 165158, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.547579] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.552386] ram0: rw=0, want=8328, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.556778] Buffer I/O error on dev ram0, logical block 4163, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.563948] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.568754] ram0: rw=0, want=330312, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.573316] Buffer I/O error on dev ram0, logical block 165155, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.580664] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.585484] ram0: rw=0, want=8328, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.589854] Buffer I/O error on dev ram0, logical block 4163, async page read&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.597034] attempt to access beyond end of device&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.601840] ram0: rw=0, want=330312, limit=8192&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 19.606402] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.&lt;/STRONG&gt;&lt;BR /&gt;[ 19.620628] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.14.140+gd39cc9ffcbe5 #1&lt;BR /&gt;[ 19.627962] Hardware name: IP01 Board (DT)&lt;BR /&gt;[ 19.632068] Call trace:&lt;BR /&gt;[ 19.634533] [&amp;lt;ffff20d2a048a2d0&amp;gt;] dump_backtrace+0x0/0x418&lt;BR /&gt;[ 19.639951] [&amp;lt;ffff20d2a048a6fc&amp;gt;] show_stack+0x14/0x20&lt;BR /&gt;[ 19.645022] [&amp;lt;ffff20d2a11df728&amp;gt;] dump_stack+0x9c/0xbc&lt;BR /&gt;[ 19.650091] [&amp;lt;ffff20d2a04d218c&amp;gt;] panic+0x130/0x2a4&lt;BR /&gt;[ 19.654899] [&amp;lt;ffff20d2a11f2fcc&amp;gt;] kernel_init+0xf4/0x108&lt;BR /&gt;[ 19.660142] [&amp;lt;ffff20d2a0485070&amp;gt;] ret_from_fork+0x10/0x18&lt;BR /&gt;[ 19.665474] SMP: stopping secondary CPUs&lt;BR /&gt;[ 19.669419] Kernel Offset: 0x20d298400000 from 0xffff000008000000&lt;BR /&gt;[ 19.675534] CPU features: 0x1802008&lt;BR /&gt;[ 19.679029] Memory Limit: none&lt;BR /&gt;[ 19.682097] ---[ end Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.&lt;/P&gt;&lt;P&gt;________________________________________________________________________&lt;/P&gt;&lt;P&gt;6. I also done some workarounds by default reference board addresses.&lt;/P&gt;&lt;P&gt;a) changing ramdisk_addr_r and kernel_addr_r to 0xa0000000&lt;/P&gt;&lt;P&gt;and also mkimage wiith 0xa0000000 load and start adddress&lt;/P&gt;&lt;P&gt;b) changing ramdisk_addr_r to 0x84000000 and kernel_addr_r to 0xa0000000 and vice -versa&lt;/P&gt;&lt;P&gt;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a question with &lt;STRONG&gt;no init found error: does uRamdisk file automatically unpack so that Linux can find /sbin/init file ?? if not how Linux can find the init file ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there something wrong in my procedure.&amp;nbsp; please give me your comments and feedback.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 05:52:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Ls1028a-RAMDISK-incomplete-write-4500-32645/m-p/1043191#M5842</guid>
      <dc:creator>yuvarajesh_vall</dc:creator>
      <dc:date>2020-04-01T05:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ls1028a: RAMDISK: incomplete write (4500 != 32645)</title>
      <link>https://community.nxp.com/t5/Layerscape/Ls1028a-RAMDISK-incomplete-write-4500-32645/m-p/1043192#M5843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please add "ramdisk_size=10000000" in bootargs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setenv bootargs "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;root=/dev/ram0 rw rootwait ip=192.168.0.128:192.168.0.214:{gatewayip}:255.255.255.0::off console=ttyS0,115200 earlycon=uart8250,mmio,0x21c0500&amp;nbsp;&lt;SPAN style="color: #3d3d3d;"&gt;ramdisk_size=10000000"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #3d3d3d; "&gt;If your problem remains, please provide Linux Kernel boot up log again.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 09:32:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Ls1028a-RAMDISK-incomplete-write-4500-32645/m-p/1043192#M5843</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-04-01T09:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ls1028a: RAMDISK: incomplete write (4500 != 32645)</title>
      <link>https://community.nxp.com/t5/Layerscape/Ls1028a-RAMDISK-incomplete-write-4500-32645/m-p/1043193#M5844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yiping Wang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the ramdisk_size in bootargs. Now its working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a question out of curiosity, i tried changing ramdisk_size address many times with different values(also &lt;SPAN style="background-color: #ffffff;"&gt;10000000&lt;/SPAN&gt;) and could not get forward. but after adding in bootargs its working. why ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 11:08:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Ls1028a-RAMDISK-incomplete-write-4500-32645/m-p/1043193#M5844</guid>
      <dc:creator>yuvarajesh_vall</dc:creator>
      <dc:date>2020-04-01T11:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ls1028a: RAMDISK: incomplete write (4500 != 32645)</title>
      <link>https://community.nxp.com/t5/Layerscape/Ls1028a-RAMDISK-incomplete-write-4500-32645/m-p/1043194#M5845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN style="color: #51626f;"&gt;ramdisk_size s&lt;/SPAN&gt;pecify the size of the initial RAM disk in kilobytes. The default size is 4096 (4 MB). This option should be used instead of the older&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;TT class="" style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;ramdisk&lt;/TT&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;command-line option.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 06:41:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Ls1028a-RAMDISK-incomplete-write-4500-32645/m-p/1043194#M5845</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-04-02T06:41:30Z</dc:date>
    </item>
  </channel>
</rss>

