This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM5718: Disagrees about version of symbol module_layout

Part Number: AM5718
Other Parts Discussed in Thread: PMP, TMP102

Tool/software: Linux

Hi,

We are working on AM5718 processor using ti-processor-sdk-linux-am57xx-evm-05.02.00.10. we are able to enter into the root by using bootable SD card, but the kernal modules are not loaded properly and the following statements have occurred in the log mentioned below.

U-Boot SPL 2018.01-00558-gca1e85ecb5-dirty (Apr 23 2019 - 09:28:24)
DRA722-GP ES2.0

U-Boot SPL 2018.01-00558-gca1e85ecb5-dirty (Apr 23 2019 - 09:28:24)
DRA722-GP ES2.0
Trying to boot from MMC1
no pinctrl state for default mode
no pinctrl state for default mode


U-Boot 2018.01-00558-gca1e85ecb5-dirty (Apr 23 2019 - 09:28:24 +0530)

CPU  : DRA722-GP ES2.0
Model: TI AM5718 IDK
Board: AM571x IDRAM:  1 GiB
MMC:   prop_name: pinctrl-0 mode: default index: 0
prop_name: pinctrl-0 mode: default index: 0
OMAP SD/MMC: 0, OMAP SD/MMC: 1
Warning: fastboot.board_rev: unknown board revision
board revision is null
Entered into partition size
Got the mmc device
GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_get_info_efi: *** ERROR: Invalid GPT ***
GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
part_get_info_efi: *** ERROR: Invalid Backup GPT ***
SCSI:  SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
scanning bus for devices...
Found 0 device(s).
Net:   Could not get PHY for ethernet@48484000: addr 0
eth0: ethernet@48484000
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
** Unable to read file boot.scr **
1490 bytes read in 3 ms (484.4 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 ...
Running uenvcmd ...
1 bytes read in 2 ms (0 Bytes/s)
Already setup.
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
3912192 bytes read in 228 ms (16.4 MiB/s)
93375 bytes read in 37 ms (2.4 MiB/s)
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
   Loading Device Tree to 8ffe6000, end 8ffffcbe ... OK

Starting  kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.79-gbde58ab01e (toradex@medha) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #2 PREEMPT Wed Apr 10 9
[    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: TI AM5718 IDK
[    0.000000] Memory policy: Data cache writeback
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 24 MiB at 0x00000000be400000
[    0.000000] OMAP4: Map 0x00000000bfd00000 to fe600000 for dram barrier
[    0.000000] Hit pending asynchronous external abort (FSR=0x00000211) during first unmask, this is most likely caused by a firmware/bootloa.
[    0.000000] CPU: All CPU(s) started in HYP mode.
[    0.000000] CPU: Virtualization extensions available.
[    0.000000] DRA722 ES2.0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 210496
[    0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=1df8a9d4-02 rw rootfstype=ext4 rootwait
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 800580K/848896K available (8192K kernel code, 355K rwdata, 2524K rodata, 2048K init, 272K bss, 23740K reserved, 24576K)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0a00000   (10208 kB)
[    0.000000]       .init : 0xc0e00000 - 0xc1000000   (2048 kB)
[    0.000000]       .data : 0xc1000000 - 0xc1058e90   ( 356 kB)
[    0.000000]        .bss : 0xc105a000 - 0xc109e10c   ( 273 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Tasks RCU enabled.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] OMAP clockevent source: timer1 at 32786 Hz
[    0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
[    0.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[    0.000015] Switching to timer-based delay loop, resolution 162ns
[    0.000337] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[    0.000344] OMAP clocksource: 32k_counter at 32768 Hz
[    0.000741] Console: colour dummy device 80x30
[    0.000755] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.000760] This ensures that you still see kernel messages. Please
[    0.000765] update your kernel commandline.
[    0.000781] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[    0.000793] pid_max: default: 32768 minimum: 301
[    0.000887] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000899] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001313] CPU: Testing write buffer coherency: ok
[    0.001342] CPU0: Spectre v2: using ICIALLU workaround
[    0.001653] Setting up static identity map for 0x80200000 - 0x80200060
[    0.001728] Hierarchical SRCU implementation.
[    0.001943] EFI services will not be available.
[    0.002206] devtmpfs: initialized
[    0.015654] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
[    0.015849] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    0.015999] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.016012] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.016549] pinctrl core: initialized pinctrl subsystem
[    0.016892] DMI not present or invalid.
[    0.017072] NET: Registered protocol family 16
[    0.017783] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.018329] omap_hwmod: l3_main_2 using broken dt data from ocp
[    0.080512] omap_hwmod: dcan1: _wait_target_disable failed
[    0.178966] cpuidle: using governor ladder
[    0.178989] cpuidle: using governor menu
[    0.185477] OMAP GPIO hardware version 0.1
[    0.186963] omap_gpio 48059000.gpio: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/gpio4_pins_default, deferring pe
[    0.187256] omap_gpio 4805b000.gpio: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/gpio5_pins_default, deferring pe
[    0.205536] No ATAGs?
[    0.205549] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.205560] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.205896] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[    0.205904] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[    0.206268] OMAP DMA hardware revision 0.0
[    0.213715] edma 43300000.edma: memcpy is disabled
[    0.216229] edma 43300000.edma: TI EDMA DMA engine driver
[    0.221616] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[    0.222236] evm_5v0: supplied by evm_12v0
[    0.222449] evm_3v6: supplied by evm_5v0
[    0.222653] vsys_3v3: supplied by evm_12v0
[    0.222865] evm_3v3: supplied by vsys_3v3
[    0.223071] evm_3v3_sd: supplied by evm_3v3
[    0.223942] V3_3D: supplied by VMAIN
[    0.224280] vtt_fixed: supplied by V3_3D
[    0.226199] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[    0.226353] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[    0.226526] omap-iommu 58882000.mmu: 58882000.mmu registered
[    0.226708] omap-iommu 55082000.mmu: 55082000.mmu registered
[    0.229025] palmas 0-0058: IRQ missing: skipping irq request
[    0.250356] palmas 0-0058: Muxing GPIO 51, PWM 0, LED 2
[    0.251597] SMPS1: supplied by evm_3v3_sd
[    0.253139] SMPS2: supplied by evm_3v3_sd
[    0.254661] SMPS3: supplied by evm_3v3_sd
[    0.256174] SMPS4: supplied by evm_3v3_sd
[    0.257641] SMPS5: supplied by evm_3v3_sd
[    0.258761] SMPS12: supplied by evm_3v3_sd
[    0.259676] LDO1: supplied by evm_3v3_sd
[    0.260150] ldo1: Bringing 3000000uV into 3300000-3300000uV
[    0.270445] random: fast init done
[    0.270926] LDO2: supplied by evm_3v3_sd
[    0.272002] LDO3: supplied by evm_3v3_sd
[    0.280675] LDO4: supplied by evm_3v3_sd
[    0.290698] LDO5: supplied by evm_3v3_sd
[    0.301193] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[    0.301344] media: Linux media interface: v0.10
[    0.301375] Linux video capture interface: v2.00
[    0.301438] pps_core: LinuxPPS API ver. 1 registered
[    0.301445] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.301460] PTP clock support registered
[    0.301482] EDAC MC: Ver: 3.0.0
[    0.301687] dmi: Firmware registration failed.
[    0.302020] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[    0.302181] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[    0.302439] Advanced Linux Sound Architecture Driver Initialized.
[    0.302981] clocksource: Switched to clocksource arch_sys_counter
[    0.308561] missing cooling_device property
[    0.308572] failed to build thermal zone board_thermal: -2
[    0.308679] NET: Registered protocol family 2
[    0.309070] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.309130] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[    0.309231] TCP: Hash tables configured (established 8192 bind 8192)
[    0.309289] UDP hash table entries: 512 (order: 1, 8192 bytes)
[    0.309313] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
[    0.309411] NET: Registered protocol family 1
[    0.309605] RPC: Registered named UNIX socket transport module.
[    0.309612] RPC: Registered udp transport module.
[    0.309618] RPC: Registered tcp transport module.
[    0.309624] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.310365] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[    0.310426] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[    0.311140] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    0.314295] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.314737] NFS: Registering the id_resolver key type
[    0.314755] Key type id_resolver registered
[    0.314762] Key type id_legacy registered
[    0.314792] ntfs: driver 2.1.32 [Flags: R/O].
[    0.315911] bounce: pool size: 64 pages
[    0.315951] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.315959] io scheduler noop registered
[    0.315965] io scheduler deadline registered
[    0.316096] io scheduler cfq registered (default)
[    0.316104] io scheduler mq-deadline registered
[    0.316110] io scheduler kyber registered
[    0.319562] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[    0.319671] pinctrl-single 4a002e8c.pinmux: please update dts to use #pinctrl-cells = <1>
[    0.319731] pinctrl-single 4a002e8c.pinmux: initialized with no interrupts
[    0.319740] pinctrl-single 4a002e8c.pinmux: 1 pins at pa fc002e8c size 4
[    0.322203] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[    0.323852] vdd_3v3: supplied by ldo1
[    0.324088] aic_dvdd_fixed: supplied by vdd_3v3
[    0.355966] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    0.357941] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 43, base_baud = 3000000) is a 8250
[    1.267385] console [ttyS0] enabled
[    1.271476] 48068000.serial: ttyS5 at MMIO 0x48068000 (irq = 44, base_baud = 3000000) is a 8250
[    1.280795] 48420000.serial: ttyS6 at MMIO 0x48420000 (irq = 45, base_baud = 3000000) is a 8250
[    1.290096] 48422000.serial: ttyS7 at MMIO 0x48422000 (irq = 46, base_baud = 3000000) is a 8250
[    1.300374] omap_rng 48090000.rng: Random Number Generator ver. 20
[    1.307316] DSS: OMAP DSS rev 6.1
[    1.311577] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[    1.328205] brd: module loaded
[    1.335079] loop: module loaded
[    1.340227] libphy: Fixed MDIO Bus: probed
[    1.403002] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[    1.410693] davinci_mdio 48485000.mdio: no live phy, scanning all
[    1.418144] davinci_mdio: probe of 48485000.mdio failed with error -5
[    1.425055] cpsw 48484000.ethernet: No slave[1] phy_id, phy-handle, or fixed-link property
[    1.433386] cpsw 48484000.ethernet: Detected MACID = 98:5d:ad:99:8a:8e
[    1.439992] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
[    1.446386] cpsw 48484000.ethernet: ALE Table size 1024
[    1.451640] cpsw 48484000.ethernet: device node lookup for pps timer failed
[    1.458672] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
[    1.466742] i2c /dev entries driver
[    1.470749] IR NEC protocol handler initialized
[    1.475318] IR RC5(x/sz) protocol handler initialized
[    1.480389] IR RC6 protocol handler initialized
[    1.484943] IR JVC protocol handler initialized
[    1.489488] IR Sony protocol handler initialized
[    1.494129] IR SANYO protocol handler initialized
[    1.498848] IR Sharp protocol handler initialized
[    1.503575] IR MCE Keyboard/mouse protocol handler initialized
[    1.509428] IR XMP protocol handler initialized
[    1.515530] tmp102 0-0049: initialized
[    1.521396] cpu cpu0: dev_pm_opp_set_regulators: no regulator (vdd) found: -19
[    1.528948] sdhci: Secure Digital Host Controller Interface driver
[    1.535163] sdhci: Copyright(c) Pierre Ossman
[    1.539910] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.546237] sdhci-omap 4809c000.mmc: Got CD GPIO
[    1.551051] sdhci-omap 4809c000.mmc: 4809c000.mmc supply vqmmc not found, using dummy regulator
[    1.560072] sdhci-omap 4809c000.mmc: no pinctrl state for sdr104 mode
[    1.566574] sdhci-omap 4809c000.mmc: no pinctrl state for ddr50 mode
[    1.572955] sdhci-omap 4809c000.mmc: no pinctrl state for sdr50 mode
[    1.579359] sdhci-omap 4809c000.mmc: no pinctrl state for sdr25 mode
[    1.585764] sdhci-omap 4809c000.mmc: no pinctrl state for sdr12 mode
[    1.592144] sdhci-omap 4809c000.mmc: no pinctrl state for hs mode
[    1.598271] sdhci-omap 4809c000.mmc: no pinctrl state for hs mode
[    1.604397] sdhci-omap 4809c000.mmc: no pinctrl state for hs200_1_8v mode
[    1.663111] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[    1.670918] sdhci-omap 480b4000.mmc: no pinctrl state for ddr_1_8v mode
[    1.677686] sdhci-omap 480b4000.mmc: no pinctrl state for hs mode
[    1.684925] sdhci-omap 480b4000.mmc: no pinctrl state for hs mode
[    1.693072] sdhci-omap 480b4000.mmc: no pinctrl state for hs200_1_8v mode
[    1.740027] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.748149] mmc0: new SDHC card at address 1234
[    1.752885] mmcblk0: mmc0:1234 SA16G 14.5 GiB
[    1.757369] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[    1.757796] ledtrig-cpu: registered to indicate activity on CPUs
[    1.768046] NET: Registered protocol family 10
[    1.768608] Segment Routing with IPv6
[    1.768655] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.769008] NET: Registered protocol family 17
[    1.769146] Key type dns_resolver registered
[    1.769255] omap_voltage_late_init: Voltage driver support not added
[    1.769258] Power Management for TI OMAP4+ devices.
[    1.769438] Registering SWP/SWPB emulation handler
[    1.822324] dmm 4e000000.dmm: workaround for errata i878 in use
[    1.828435]  mmcblk0: p1 p2
[    1.836533] dmm 4e000000.dmm: initialized all PAT entries
[    1.843042] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.849772] [drm] No driver support for vblank timestamp query.
[    1.859377] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
[    1.867654] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[    1.876738] hctosys: unable to open rtc device (rtc0)
[    1.882410] ldo2: disabling
[    1.885664] ldo4: disabling
[    1.888726] ALSA device list:
[    1.891704]   No soundcards found.
[    1.913546] mmc1: new MMC card at address 0001
[    1.918226] mmcblk1: mmc1:0001 P1XXXX 3.60 GiB
[    1.922872] mmcblk1boot0: mmc1:0001 P1XXXX partition 1 16.0 MiB
[    1.929303] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.937565] mmcblk1boot1: mmc1:0001 P1XXXX partition 2 16.0 MiB
[    1.937652] mmcblk1rpmb: mmc1:0001 P1XXXX partition 3 128 KiB
[    1.943957]  mmcblk1: p1 p2
[    1.945185] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[    1.962584] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    1.972408] devtmpfs: mounted
[    1.976557] Freeing unused kernel memory: 2048K
[    2.571553] systemd[1]: System time before build time, advancing clock.
[    2.653367] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GC)
[    2.674528] systemd[1]: Detected architecture arm.

Welcome to Arago 2018.10!

[    2.714241] systemd[1]: Set hostname to <am57xx-evm>.
[    3.222850] random: systemd: uninitialized urandom read (16 bytes read)
[    3.235902] systemd[1]: Listening on Process Core Dump Socket.
[  OK  ] Listening on Process Core Dump Socket.
[    3.263094] random: systemd: uninitialized urandom read (16 bytes read)
[    3.269864] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    3.379377] random: systemd: uninitialized urandom read (16 bytes read)
[    3.386218] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    3.423183] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    3.453262] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[    3.494385] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    3.523209] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Listening on udev Control Socket.
[  OK  ] Created slice System Slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
         Mounting Kernel Debug File System...
[  OK  ] Created slice system-getty.slice.
         Mounting POSIX Message Queue File System...
[  OK  ] Reached target Slices.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Swap.
         Mounting Temporary Directory (/tmp)...
[  OK  ] Listening on Journal Socket.
         Starting Load Kernel Modules...
[    3.932096] cmemk: disagrees about version of symbol module_layout
         Starting Journal Service...
[    3.951336] cryptodev: disagrees about version of symbol module_layout
         Starting Remount Root and Kernel File Systems...
[    3.974353] gdbserverproxy: disagrees about version of symbol module_layout
         Starting Create list of required st��…ce nodes for the current kernel...
[    4.028622] usb_common: disagrees about version of symbol module_layout
[    4.049686] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[  OK  ] Reached target Paths.
[    4.066830] usb_common: disagrees about version of symbol module_layout
[    4.088061] uio: disagrees about version of symbol module_layout
[  OK  ] Reached target Remote File Systems.
[  OK  ] Listening on Network Service Netlink Socket.
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Temporary Directory (/tmp).
[  OK  ] Started Journal Service.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started Create list of required sta��…vice nodes for the current kernel.
         Starting Rebuild Hardware Database...
         Starting Create System Users...
         Mounting Kernel Configuration File System...
         Starting Apply Kernel Variables...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Started Create System Users.
[    4.588384] systemd-journald[70]: Received request to flush runtime journal from PID 1
         Starting Create Static Device Nodes in /dev...
[    4.616343] sch_fq_codel: disagrees about version of symbol module_layout
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /media/ram...
         Mounting /var/volatile...
         Starting udev Kernel Device Manager...
[  OK  ] Mounted /var/volatile.
[  OK  ] Mounted /media/ram.
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Rebuild Journal Catalog...
         Starting Create Volatile Files and Directories...
         Starting Rebuild Dynamic Linker Cache...
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Rebuild Journal Catalog.
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started Rebuild Dynamic Linker Cache.
[  OK  ] Started Rebuild Hardware Database.
         Starting udev Coldplug all Devices...
         Starting Update is Completed...
[  OK  ] Started Update is Completed.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting Network Service...
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activati[   12.629467] crypto_engine: disagrees about version of symbol module_layout
on Socket.
[  OK  ] Listening on dropbear.socket.
[   12.729942] crypto_engine: disagrees about version of symbol module_layout
[   12.788687] can_dev: disagrees about version of symbol module_layout
[   12.800395] snd_soc_tlv320aic3x: disagrees about version of symbol module_layout
[   12.811709] snd_soc_tlv320aic3x: disagrees about version of symbol module_layout
[   12.820021] can_dev: disagrees about version of symbol module_layout
[   13.065727] rtc_omap: disagrees about version of symbol module_layout
[   13.071364] dwc3_omap: disagrees about version of symbol module_layout
[   13.102773] rtc_omap: disagrees about version of symbol module_layout
[   13.115249] dwc3_omap: disagrees about version of symbol module_layout
[   13.129795] dwc3_omap: disagrees about version of symbol module_layout
[   13.148121] ti_vpdma: disagrees about version of symbol module_layout
[   13.167661] dwc3_omap: disagrees about version of symbol module_layout
[   13.201081] ti_vpdma: disagrees about version of symbol module_layout
[  OK  ] Listening on RPCbind Server Activation Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting RPC Bind Service...
[   13.618588] phy_omap_usb2: disagrees about version of symbol module_layout
[  OK  ] Started Job spooling tools.
[   13.628433] phy_omap_usb2: disagrees about version of symbol module_layout
[   13.628533] phy_omap_usb2: disagrees about version of symbol module_layout
[   13.657670] phy_omap_usb2: disagrees about version of symbol module_layout
[   13.704655] phy_omap_usb2: disagrees about version of symbol module_layout
[   14.003868] omap_wdt: disagrees about version of symbol module_layout
[   14.013377] can_dev: disagrees about version of symbol module_layout
[   14.019946] omap_sham: disagrees about version of symbol module_layout
[   14.037701] omap_wdt: disagrees about version of symbol module_layout
[   14.050989] omap_sham: disagrees about version of symbol module_layout
[   14.057258] can_dev: disagrees about version of symbol module_layout
[   14.137360] crypto_engine: disagrees about version of symbol module_layout
[   14.139860] crypto_engine: disagrees about version of symbol module_layout
[   14.157591] crypto_engine: disagrees about version of symbol module_layout
[   14.186825] crypto_engine: disagrees about version of symbol module_layout
[   14.338196] extcon_usb_gpio: disagrees about version of symbol module_layout
[   14.369810] extcon_usb_gpio: disagrees about version of symbol module_layout
[   14.380316] extcon_usb_gpio: disagrees about version of symbol module_layout
[   14.406682] extcon_usb_gpio: disagrees about version of symbol module_layout
[   14.645867] EXT4-fs (mmcblk1p2): recovery complete
[   14.645879] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
         Starting TI IPC Daemon...
[   14.806097] phy_omap_usb2: disagrees about version of symbol module_layout
[  OK  ] Reached target Containers.
[   14.840681] phy_omap_usb2: disagrees about version of symbol module_layout
[   14.896868] phy_omap_usb2: disagrees about version of symbol module_layout
[   15.991506] snd_soc_simple_card_utils: disagrees about version of symbol module_layout
[  OK  ] Started System Logging Service.
         Starting Login Service...
[   16.071504] snd_soc_simple_card_utils: disagrees about version of symbol module_layout
         Starting Avahi mDNS/DNS-SD Stack...
         Starting uim-sysfs.service...
[   16.170853] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
[  OK  ] Started Periodic Command Scheduler.
[  OK  ] Started D-Bus System Message Bus.
[   16.390733] random: crng init done
[   16.394264] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   16.599585] random: 7 urandom warning(s) missed due to ratelimiting
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
         Starting Print notice about GPLv3 packages...
[  OK  ] Started Daily Cleanup of Temporary Directorie[   16.966713] net eth0: initializing cpsw version 1.15 (0)
s.
[  OK  ] Reached target Timers.
[   17.083773] libphy: PHY 48485000.mdio:09 not found
[   17.088593] net eth0: phy "48485000.mdio:09" not found on slave 0, err -19
[  OK  ] Started Kernel Logging Service.
         Starting TI MultiCore Tools Daemon...
[   17.253040] libphy: PHY  not found
[   17.256465] net eth0: phy "" not found on slave 1, err -19
[  OK  ] Started Network Service.
[   17.438794] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  OK  ] Started RPC Bind Service.
[  OK  ] Started TI IPC Daemon.
[FAILED] Failed to start TI MultiCore Tools Daemon.
See 'systemctl status ti-mct-daemon.service' for details.
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Found device /dev/ttyS2.
[  OK  ] Started Login Service.
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Reached target Network.
         Starting Lightning Fast Webserver With Light System Requirements...
         Starting Simple Network Management Protocol (SNMP) Daemon....
         Starting Permit User Sessions...
         Starting Enable and configure wl18xx bluetooth stack...
[  OK  ] Started Redis In-Memory Data Store.
         Starting Wait for Network to be Configured...
         Starting Network Name Resolution...
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Serial Getty on ttyS2.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Reached target Login Prompts.
         Starting Synchronize System and HW clocks...
[  OK  ] Started Lightning Fast Webserver With Light System Requirements.
[  OK  ] Started Enable and configure wl18xx bluetooth stack.
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[  OK  ] Started Network Name Resolution.
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Started NFS status monitor for NFSv2/3 locking..
[  OK  ] Started uim-sysfs.service.
[  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
         Starting rc.pvr.service...
[   20.971956] pvrsrvkm: disagrees about version of symbol module_layout
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
        autoconf
        bash-dev
        bash
        binutils-dev
        binutils
        bison-dev
        bison
        cifs-utils
        cpio
        cpp-symlinks
        cpp
        dosfstools
        elfutils-dev
        elfutils
        findutils
        g++-symlinks
        g++
        gawk
        gcc-symlinks
        gcc
        gdb
        gdbc6x
        gdbserver
        gettext
        glmark2
        gstreamer1.0-libav
        gzip
        hidapi
        libasm1
        libcairo-perf-utils
        libdw1
        libelf1
        libgdbm-compat4
        libgdbm-dev
        libgdbm4
        libgettextlib
        libgettextsrc
        libgmp10
        libidn11
        libmavconn
        libmpc3
        libmpfr4
        libreadline-dev
        libreadline7
        libunistring2
        m4-dev
        m4
        make
        mavlink
        mavros-extras
        mavros-msgs
        mavros
        nettle
        parted
        python3-pycairo
        socketcan-interface
        swig-dev
        swig
        which

If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution.  This can be done using
the opkg remove command.  i.e.:
    opkg remove <package>
Where <package> is the name printed in the list above

NOTE: If the package is a dependency of another package you
      will be notified of the dependent packages.  You should
      use the --force-removal-of-dependent-packages option to
      also remove the dependent packages as well
***************************************************************
***************************************************************
[  OK  ] Started Print notice about GPLv3 packages.
[   22.926689] pvrsrvkm: disagrees about version of symbol module_layout
[  OK  ] Started rc.pvr.service.
         Starting weston.service...

 _____                    _____           _         _   
|  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
|     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
|__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
              |___|                    |___|            

Arago Project http://arago-project.org am57xx-evm ttyS0

Arago 2018.10 am57xx-evm ttyS0

am57xx-evm login: root (automatic login)

root@am57xx-evm:~# lsmod
Module                  Size  Used by
root@am57xx-evm:~# uname -r
4.14.79-gbde58ab01e
root@am57xx-evm:~# uname
Linux
root@am57xx-evm:~# depmod -a
root@am57xx-evm:~# depmod rtc_omap
depmod: ERROR: Bad version passed rtc_omap
root@am57xx-evm:~#

In the process of removing the disagree statements we tried the following thing and we have encountered the highligthed parts due to which the modules were not loaded and the same scenario continued. Please suggest us what is happening and what we have to do to remove those statements. Also have a glance at the entire log and suggest us is there any issue other than this module related thing.

root@medha:/home/toradex/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e# export PATH=/home/toradex/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/:$PATH
root@medha:/home/toradex/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e# export ARCH=arm
root@medha:/home/toradex/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e# make ARCH=arm CROSS_COMPILE=/home/toradex/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- modules
  CHK     include/config/kernel.release
  CHK     include/generated/uapi/linux/version.h
  CHK     include/generated/utsrelease.h
  CHK     include/generated/bounds.h
  CHK     include/generated/timeconst.h
  CHK     include/generated/asm-offsets.h
  CALL    scripts/checksyscalls.sh
  CHK     scripts/mod/devicetable-offsets.h
  Building modules, stage 2.
  MODPOST 440 modules
root@medha:/home/toradex/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e# sudo make ARCH=arm  INSTALL_MOD_PATH=/media/toradex/rootfs/ modules_install
  INSTALL arch/arm/crypto/aes-arm-bs.ko
  INSTALL arch/arm/crypto/aes-arm-ce.ko
  INSTALL arch/arm/crypto/aes-arm.ko
  INSTALL arch/arm/crypto/chacha20-neon.ko
  INSTALL arch/arm/crypto/crc32-arm-ce.ko
  INSTALL arch/arm/crypto/ghash-arm-ce.ko
  INSTALL arch/arm/crypto/sha1-arm-ce.ko
  INSTALL arch/arm/crypto/sha1-arm-neon.ko
  INSTALL arch/arm/crypto/sha1-arm.ko
  INSTALL arch/arm/crypto/sha2-arm-ce.ko
  INSTALL arch/arm/crypto/sha256-arm.ko
  INSTALL arch/arm/crypto/sha512-arm.ko
  INSTALL arch/arm/lib/xor-neon.ko
  INSTALL crypto/af_alg.ko
  INSTALL crypto/algif_aead.ko
  INSTALL crypto/algif_hash.ko
  INSTALL crypto/algif_rng.ko
  INSTALL crypto/algif_skcipher.ko
  INSTALL crypto/arc4.ko
  INSTALL crypto/authenc.ko
  INSTALL crypto/authencesn.ko
  INSTALL crypto/cbc.ko
  INSTALL crypto/ccm.ko
  INSTALL crypto/chacha20_generic.ko
  INSTALL crypto/cmac.ko
  INSTALL crypto/cryptd.ko
  INSTALL crypto/crypto_engine.ko
  INSTALL crypto/crypto_simd.ko
  INSTALL crypto/crypto_user.ko
  INSTALL crypto/ctr.ko
  INSTALL crypto/des_generic.ko
  INSTALL crypto/drbg.ko
  INSTALL crypto/ecb.ko
  INSTALL crypto/ecdh_generic.ko
  INSTALL crypto/echainiv.ko
  INSTALL crypto/gcm.ko
  INSTALL crypto/gf128mul.ko
  INSTALL crypto/ghash-generic.ko
  INSTALL crypto/hmac.ko
  INSTALL crypto/jitterentropy_rng.ko
  INSTALL crypto/md4.ko
  INSTALL crypto/md5.ko
  INSTALL crypto/seqiv.ko
  INSTALL crypto/sha1_generic.ko
  INSTALL crypto/sha256_generic.ko
  INSTALL crypto/sha512_generic.ko
  INSTALL crypto/tcrypt.ko
  INSTALL crypto/xor.ko
  INSTALL drivers/ata/ahci.ko
  INSTALL drivers/ata/ahci_dm816.ko
  INSTALL drivers/ata/ahci_platform.ko
  INSTALL drivers/ata/libahci.ko
  INSTALL drivers/ata/libahci_platform.ko
  INSTALL drivers/ata/libata.ko
  INSTALL drivers/ata/sata_mv.ko
  INSTALL drivers/bluetooth/btmrvl.ko
  INSTALL drivers/bluetooth/btmrvl_sdio.ko
  INSTALL drivers/cdrom/cdrom.ko
  INSTALL drivers/crypto/omap-aes-driver.ko
  INSTALL drivers/crypto/omap-crypto.ko
  INSTALL drivers/crypto/omap-des.ko
  INSTALL drivers/crypto/omap-sham.ko
  INSTALL drivers/crypto/virtio/virtio_crypto.ko
  INSTALL drivers/edac/ti_edac.ko
  INSTALL drivers/extcon/extcon-palmas.ko
  INSTALL drivers/extcon/extcon-usb-gpio.ko
  INSTALL drivers/firmware/efi/capsule-loader.ko
  INSTALL drivers/firmware/efi/efi-pstore.ko
  INSTALL drivers/firmware/efi/efivars.ko
  INSTALL drivers/gpio/gpio-pisosr.ko
  INSTALL drivers/gpio/gpio-tpic2810.ko
  INSTALL drivers/hid/hid-multitouch.ko
  INSTALL drivers/hid/usbhid/usbhid.ko
  INSTALL drivers/hwmon/ina2xx.ko
  INSTALL drivers/hwmon/ntc_thermistor.ko
  INSTALL drivers/hwmon/pwm-fan.ko
  INSTALL drivers/i2c/busses/i2c-emev2.ko
  INSTALL drivers/i2c/muxes/i2c-arb-gpio-challenge.ko
  INSTALL drivers/iio/adc/ti_am335x_adc.ko
  INSTALL drivers/iio/adc/vf610_adc.ko
  INSTALL drivers/iio/light/cm36651.ko
  INSTALL drivers/input/input-polldev.ko
  INSTALL drivers/input/keyboard/matrix_keypad.ko
  INSTALL drivers/input/keyboard/qt1070.ko
  INSTALL drivers/input/keyboard/samsung-keypad.ko
  INSTALL drivers/input/matrix-keymap.ko
  INSTALL drivers/input/misc/adxl34x-i2c.ko
  INSTALL drivers/input/misc/adxl34x-spi.ko
  INSTALL drivers/input/misc/adxl34x.ko
  INSTALL drivers/input/misc/gpio_decoder.ko
  INSTALL drivers/input/mouse/cyapatp.ko
  INSTALL drivers/input/touchscreen/atmel_mxt_ts.ko
  INSTALL drivers/input/touchscreen/edt-ft5x06.ko
  INSTALL drivers/input/touchscreen/goodix.ko
  INSTALL drivers/input/touchscreen/mms114.ko
  INSTALL drivers/input/touchscreen/pixcir_i2c_ts.ko
  INSTALL drivers/input/touchscreen/st1232.ko
  INSTALL drivers/input/touchscreen/ti_am335x_tsc.ko
  INSTALL drivers/leds/led-class-flash.ko
  INSTALL drivers/media/common/v4l2-tpg/v4l2-tpg.ko
  INSTALL drivers/media/i2c/adv7180.ko
  INSTALL drivers/media/i2c/ml86v7667.ko
  INSTALL drivers/media/i2c/mt9t11x.ko
  INSTALL drivers/media/i2c/ov1063x.ko
  INSTALL drivers/media/i2c/ov2659.ko
  INSTALL drivers/media/i2c/ov490.ko
  INSTALL drivers/media/platform/soc_camera/soc_camera.ko
  INSTALL drivers/media/platform/soc_camera/soc_camera_platform.ko
  INSTALL drivers/media/platform/soc_camera/soc_mediabus.ko
  INSTALL drivers/media/platform/ti-vpe/ti-cal.ko
  INSTALL drivers/media/platform/ti-vpe/ti-csc.ko
  INSTALL drivers/media/platform/ti-vpe/ti-sc.ko
  INSTALL drivers/media/platform/ti-vpe/ti-vip.ko
  INSTALL drivers/media/platform/ti-vpe/ti-vpdma.ko
  INSTALL drivers/media/platform/ti-vpe/ti-vpe.ko
  INSTALL drivers/media/platform/vivid/vivid.ko
  INSTALL drivers/media/usb/gspca/gspca_main.ko
  INSTALL drivers/media/usb/uvc/uvcvideo.ko
  INSTALL drivers/media/v4l2-core/v4l2-fwnode.ko
  INSTALL drivers/media/v4l2-core/videobuf2-vmalloc.ko
  INSTALL drivers/mfd/ti_am335x_tscadc.ko
  INSTALL drivers/misc/eeprom/at24.ko
  INSTALL drivers/misc/pci_endpoint_test.ko
  INSTALL drivers/mtd/tests/mtd_nandbiterrs.ko
  INSTALL drivers/mtd/tests/mtd_nandecctest.ko
  INSTALL drivers/mtd/tests/mtd_oobtest.ko
  INSTALL drivers/mtd/tests/mtd_pagetest.ko
  INSTALL drivers/mtd/tests/mtd_readtest.ko
  INSTALL drivers/mtd/tests/mtd_speedtest.ko
  INSTALL drivers/mtd/tests/mtd_stresstest.ko
  INSTALL drivers/mtd/tests/mtd_subpagetest.ko
  INSTALL drivers/mtd/tests/mtd_torturetest.ko
  INSTALL drivers/net/can/c_can/c_can.ko
  INSTALL drivers/net/can/c_can/c_can_platform.ko
  INSTALL drivers/net/can/can-dev.ko
  INSTALL drivers/net/can/m_can/m_can.ko
  INSTALL drivers/net/can/rcar/rcar_can.ko
  INSTALL drivers/net/can/spi/mcp251x.ko
  INSTALL drivers/net/dummy.ko
  INSTALL drivers/net/ethernet/broadcom/tg3.ko
  INSTALL drivers/net/ethernet/intel/e1000/e1000.ko
  INSTALL drivers/net/ethernet/intel/e1000e/e1000e.ko
  INSTALL drivers/net/ethernet/marvell/skge.ko
  INSTALL drivers/net/ethernet/ti/ti_prueth.ko
  INSTALL drivers/net/macvlan.ko
  INSTALL drivers/net/usb/asix.ko
  INSTALL drivers/net/usb/ax88179_178a.ko
  INSTALL drivers/net/usb/cdc_ether.ko
  INSTALL drivers/net/usb/cdc_ncm.ko
  INSTALL drivers/net/usb/cdc_subset.ko
  INSTALL drivers/net/usb/net1080.ko
  INSTALL drivers/net/usb/pegasus.ko
  INSTALL drivers/net/usb/r8152.ko
  INSTALL drivers/net/usb/smsc75xx.ko
  INSTALL drivers/net/usb/smsc95xx.ko
  INSTALL drivers/net/usb/usbnet.ko
  INSTALL drivers/net/usb/zaurus.ko
  INSTALL drivers/net/veth.ko
  INSTALL drivers/net/vxlan.ko
  INSTALL drivers/net/wireless/broadcom/b43/b43.ko
  INSTALL drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac.ko
  INSTALL drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil.ko
  INSTALL drivers/net/wireless/intel/iwlwifi/dvm/iwldvm.ko
  INSTALL drivers/net/wireless/intel/iwlwifi/iwlwifi.ko
  INSTALL drivers/net/wireless/intel/iwlwifi/mvm/iwlmvm.ko
  INSTALL drivers/net/wireless/marvell/mwifiex/mwifiex.ko
  INSTALL drivers/net/wireless/marvell/mwifiex/mwifiex_sdio.ko
  INSTALL drivers/net/wireless/ralink/rt2x00/rt2800lib.ko
  INSTALL drivers/net/wireless/ralink/rt2x00/rt2800usb.ko
  INSTALL drivers/net/wireless/ralink/rt2x00/rt2x00lib.ko
  INSTALL drivers/net/wireless/ralink/rt2x00/rt2x00usb.ko
  INSTALL drivers/net/wireless/ti/wl18xx/wl18xx.ko
  INSTALL drivers/net/wireless/ti/wlcore/wlcore.ko
  INSTALL drivers/net/wireless/ti/wlcore/wlcore_sdio.ko
  INSTALL drivers/phy/ti/phy-omap-usb2.ko
  INSTALL drivers/power/supply/max17040_battery.ko
  INSTALL drivers/power/supply/max17042_battery.ko
  INSTALL drivers/pwm/pwm-fsl-ftm.ko
  INSTALL drivers/remoteproc/omap_remoteproc.ko
  INSTALL drivers/remoteproc/pru_rproc.ko
  INSTALL drivers/remoteproc/pruss.ko
  INSTALL drivers/remoteproc/pruss_intc.ko
  INSTALL drivers/remoteproc/pruss_soc_bus.ko
  INSTALL drivers/remoteproc/remoteproc.ko
  INSTALL drivers/rpmsg/rpmsg-rpc.ko
  INSTALL drivers/rpmsg/rpmsg_core.ko
  INSTALL drivers/rpmsg/rpmsg_pru.ko
  INSTALL drivers/rpmsg/virtio_rpmsg_bus.ko
  INSTALL drivers/rtc/rtc-ds1307.ko
  INSTALL drivers/rtc/rtc-efi.ko
  INSTALL drivers/rtc/rtc-omap.ko
  INSTALL drivers/rtc/rtc-palmas.ko
  INSTALL drivers/rtc/rtc-tps6586x.ko
  INSTALL drivers/rtc/rtc-tps65910.ko
  INSTALL drivers/scsi/scsi_mod.ko
  INSTALL drivers/scsi/sd_mod.ko
  INSTALL drivers/scsi/sr_mod.ko
  INSTALL drivers/spi/spi-bitbang.ko
  INSTALL drivers/spi/spi-gpio.ko
  INSTALL drivers/ssb/ssb.ko
  INSTALL drivers/uio/uio.ko
  INSTALL drivers/usb/class/cdc-acm.ko
  INSTALL drivers/usb/common/usb-common.ko
  INSTALL drivers/usb/core/usbcore.ko
  INSTALL drivers/usb/dwc3/dwc3-of-simple.ko
  INSTALL drivers/usb/dwc3/dwc3-omap.ko
  INSTALL drivers/usb/dwc3/dwc3.ko
  INSTALL drivers/usb/gadget/function/u_audio.ko
  INSTALL drivers/usb/gadget/function/u_ether.ko
  INSTALL drivers/usb/gadget/function/u_serial.ko
  INSTALL drivers/usb/gadget/function/usb_f_acm.ko
  INSTALL drivers/usb/gadget/function/usb_f_ecm.ko
  INSTALL drivers/usb/gadget/function/usb_f_ecm_subset.ko
  INSTALL drivers/usb/gadget/function/usb_f_eem.ko
  INSTALL drivers/usb/gadget/function/usb_f_fs.ko
  INSTALL drivers/usb/gadget/function/usb_f_hid.ko
  INSTALL drivers/usb/gadget/function/usb_f_mass_storage.ko
  INSTALL drivers/usb/gadget/function/usb_f_midi.ko
  INSTALL drivers/usb/gadget/function/usb_f_ncm.ko
  INSTALL drivers/usb/gadget/function/usb_f_obex.ko
  INSTALL drivers/usb/gadget/function/usb_f_printer.ko
  INSTALL drivers/usb/gadget/function/usb_f_rndis.ko
  INSTALL drivers/usb/gadget/function/usb_f_serial.ko
  INSTALL drivers/usb/gadget/function/usb_f_ss_lb.ko
  INSTALL drivers/usb/gadget/function/usb_f_uac1.ko
  INSTALL drivers/usb/gadget/function/usb_f_uac2.ko
  INSTALL drivers/usb/gadget/function/usb_f_uvc.ko
  INSTALL drivers/usb/gadget/legacy/g_acm_ms.ko
  INSTALL drivers/usb/gadget/legacy/g_audio.ko
  INSTALL drivers/usb/gadget/legacy/g_cdc.ko
  INSTALL drivers/usb/gadget/legacy/g_dbgp.ko
  INSTALL drivers/usb/gadget/legacy/g_ether.ko
  INSTALL drivers/usb/gadget/legacy/g_ffs.ko
  INSTALL drivers/usb/gadget/legacy/g_hid.ko
  INSTALL drivers/usb/gadget/legacy/g_mass_storage.ko
  INSTALL drivers/usb/gadget/legacy/g_midi.ko
  INSTALL drivers/usb/gadget/legacy/g_multi.ko
  INSTALL drivers/usb/gadget/legacy/g_ncm.ko
  INSTALL drivers/usb/gadget/legacy/g_printer.ko
  INSTALL drivers/usb/gadget/legacy/g_serial.ko
  INSTALL drivers/usb/gadget/legacy/g_webcam.ko
  INSTALL drivers/usb/gadget/legacy/g_zero.ko
  INSTALL drivers/usb/gadget/legacy/gadgetfs.ko
  INSTALL drivers/usb/gadget/libcomposite.ko
  INSTALL drivers/usb/gadget/udc/udc-core.ko
  INSTALL drivers/usb/host/ehci-hcd.ko
  INSTALL drivers/usb/host/ehci-omap.ko
  INSTALL drivers/usb/host/ehci-pci.ko
  INSTALL drivers/usb/host/ehci-platform.ko
  INSTALL drivers/usb/host/ohci-hcd.ko
  INSTALL drivers/usb/host/ohci-pci.ko
  INSTALL drivers/usb/host/ohci-platform.ko
  INSTALL drivers/usb/host/r8a66597-hcd.ko
  INSTALL drivers/usb/host/xhci-hcd.ko
  INSTALL drivers/usb/host/xhci-pci.ko
  INSTALL drivers/usb/host/xhci-plat-hcd.ko
  INSTALL drivers/usb/isp1760/isp1760.ko
  INSTALL drivers/usb/misc/usbtest.ko
  INSTALL drivers/usb/musb/am35x.ko
  INSTALL drivers/usb/musb/musb_am335x.ko
  INSTALL drivers/usb/musb/musb_dsps.ko
  INSTALL drivers/usb/musb/musb_hdrc.ko
  INSTALL drivers/usb/musb/omap2430.ko
  INSTALL drivers/usb/phy/phy-am335x-control.ko
  INSTALL drivers/usb/phy/phy-am335x.ko
  INSTALL drivers/usb/phy/phy-generic.ko
  INSTALL drivers/usb/phy/phy-gpio-vbus-usb.ko
  INSTALL drivers/usb/phy/phy-isp1301.ko
  INSTALL drivers/usb/serial/ftdi_sio.ko
  INSTALL drivers/usb/serial/usbserial.ko
  INSTALL drivers/usb/storage/usb-storage.ko
  INSTALL drivers/w1/masters/omap_hdq.ko
  INSTALL drivers/w1/wire.ko
  INSTALL drivers/watchdog/omap_wdt.ko
  INSTALL fs/btrfs/btrfs.ko
  INSTALL fs/cifs/cifs.ko
  INSTALL fs/efivarfs/efivarfs.ko
  INSTALL fs/overlayfs/overlay.ko
  INSTALL lib/crc-ccitt.ko
  INSTALL lib/crc-itu-t.ko
  INSTALL lib/libcrc32c.ko
  INSTALL lib/raid6/raid6_pq.ko
  INSTALL lib/ts_bm.ko
  INSTALL lib/ts_fsm.ko
  INSTALL lib/ts_kmp.ko
  INSTALL lib/xxhash.ko
  INSTALL lib/zstd/zstd_compress.ko
  INSTALL lib/zstd/zstd_decompress.ko
  INSTALL net/802/p8022.ko
  INSTALL net/802/psnap.ko
  INSTALL net/802/stp.ko
  INSTALL net/8021q/8021q.ko
  INSTALL net/bluetooth/bluetooth.ko
  INSTALL net/bridge/br_netfilter.ko
  INSTALL net/bridge/bridge.ko
  INSTALL net/bridge/netfilter/ebt_802_3.ko
  INSTALL net/bridge/netfilter/ebt_among.ko
  INSTALL net/bridge/netfilter/ebt_arp.ko
  INSTALL net/bridge/netfilter/ebt_arpreply.ko
  INSTALL net/bridge/netfilter/ebt_dnat.ko
  INSTALL net/bridge/netfilter/ebt_ip.ko
  INSTALL net/bridge/netfilter/ebt_ip6.ko
  INSTALL net/bridge/netfilter/ebt_limit.ko
  INSTALL net/bridge/netfilter/ebt_log.ko
  INSTALL net/bridge/netfilter/ebt_mark.ko
  INSTALL net/bridge/netfilter/ebt_mark_m.ko
  INSTALL net/bridge/netfilter/ebt_nflog.ko
  INSTALL net/bridge/netfilter/ebt_pkttype.ko
  INSTALL net/bridge/netfilter/ebt_redirect.ko
  INSTALL net/bridge/netfilter/ebt_snat.ko
  INSTALL net/bridge/netfilter/ebt_stp.ko
  INSTALL net/bridge/netfilter/ebt_vlan.ko
  INSTALL net/bridge/netfilter/ebtable_broute.ko
  INSTALL net/bridge/netfilter/ebtable_filter.ko
  INSTALL net/bridge/netfilter/ebtable_nat.ko
  INSTALL net/bridge/netfilter/ebtables.ko
  INSTALL net/can/can-bcm.ko
  INSTALL net/can/can-gw.ko
  INSTALL net/can/can-raw.ko
  INSTALL net/can/can.ko
  INSTALL net/dsa/dsa_core.ko
  INSTALL net/ipv4/ah4.ko
  INSTALL net/ipv4/esp4.ko
  INSTALL net/ipv4/ipcomp.ko
  INSTALL net/ipv4/netfilter/arp_tables.ko
  INSTALL net/ipv4/netfilter/arpt_mangle.ko
  INSTALL net/ipv4/netfilter/arptable_filter.ko
  INSTALL net/ipv4/netfilter/ip_tables.ko
  INSTALL net/ipv4/netfilter/ipt_MASQUERADE.ko
  INSTALL net/ipv4/netfilter/iptable_filter.ko
  INSTALL net/ipv4/netfilter/iptable_nat.ko
  INSTALL net/ipv4/netfilter/nf_conntrack_ipv4.ko
  INSTALL net/ipv4/netfilter/nf_defrag_ipv4.ko
  INSTALL net/ipv4/netfilter/nf_nat_ipv4.ko
  INSTALL net/ipv4/netfilter/nf_nat_masquerade_ipv4.ko
  INSTALL net/ipv4/udp_tunnel.ko
  INSTALL net/ipv4/xfrm4_mode_beet.ko
  INSTALL net/ipv4/xfrm4_mode_transport.ko
  INSTALL net/ipv4/xfrm4_mode_tunnel.ko
  INSTALL net/ipv4/xfrm4_tunnel.ko
  INSTALL net/ipv6/ah6.ko
  INSTALL net/ipv6/esp6.ko
  INSTALL net/ipv6/ip6_tunnel.ko
  INSTALL net/ipv6/ip6_udp_tunnel.ko
  INSTALL net/ipv6/ipcomp6.ko
  INSTALL net/ipv6/mip6.ko
  INSTALL net/ipv6/tunnel6.ko
  INSTALL net/ipv6/xfrm6_tunnel.ko
  INSTALL net/key/af_key.ko
  INSTALL net/llc/llc.ko
  INSTALL net/mac80211/mac80211.ko
  INSTALL net/netfilter/ipvs/ip_vs.ko
  INSTALL net/netfilter/ipvs/ip_vs_rr.ko
  INSTALL net/netfilter/nf_conntrack.ko
  INSTALL net/netfilter/nf_conntrack_ftp.ko
  INSTALL net/netfilter/nf_conntrack_tftp.ko
  INSTALL net/netfilter/nf_nat.ko
  INSTALL net/netfilter/nf_nat_ftp.ko
  INSTALL net/netfilter/nf_nat_tftp.ko
  INSTALL net/netfilter/x_tables.ko
  INSTALL net/netfilter/xt_CLASSIFY.ko
  INSTALL net/netfilter/xt_IDLETIMER.ko
  INSTALL net/netfilter/xt_addrtype.ko
  INSTALL net/netfilter/xt_comment.ko
  INSTALL net/netfilter/xt_conntrack.ko
  INSTALL net/netfilter/xt_cpu.ko
  INSTALL net/netfilter/xt_iprange.ko
  INSTALL net/netfilter/xt_ipvs.ko
  INSTALL net/netfilter/xt_length.ko
  INSTALL net/netfilter/xt_limit.ko
  INSTALL net/netfilter/xt_mac.ko
  INSTALL net/netfilter/xt_mark.ko
  INSTALL net/netfilter/xt_multiport.ko
  INSTALL net/netfilter/xt_nat.ko
  INSTALL net/netfilter/xt_pkttype.ko
  INSTALL net/netfilter/xt_policy.ko
  INSTALL net/netfilter/xt_sctp.ko
  INSTALL net/netfilter/xt_tcpudp.ko
  INSTALL net/rpmsg/rpmsg_proto.ko
  INSTALL net/sched/act_csum.ko
  INSTALL net/sched/act_gact.ko
  INSTALL net/sched/act_ipt.ko
  INSTALL net/sched/act_mirred.ko
  INSTALL net/sched/act_nat.ko
  INSTALL net/sched/act_pedit.ko
  INSTALL net/sched/act_police.ko
  INSTALL net/sched/act_simple.ko
  INSTALL net/sched/act_skbedit.ko
  INSTALL net/sched/cls_basic.ko
  INSTALL net/sched/cls_cgroup.ko
  INSTALL net/sched/cls_flow.ko
  INSTALL net/sched/cls_fw.ko
  INSTALL net/sched/cls_route.ko
  INSTALL net/sched/cls_rsvp.ko
  INSTALL net/sched/cls_rsvp6.ko
  INSTALL net/sched/cls_tcindex.ko
  INSTALL net/sched/cls_u32.ko
  INSTALL net/sched/em_cmp.ko
  INSTALL net/sched/em_meta.ko
  INSTALL net/sched/em_nbyte.ko
  INSTALL net/sched/em_text.ko
  INSTALL net/sched/em_u32.ko
  INSTALL net/sched/sch_cbq.ko
  INSTALL net/sched/sch_choke.ko
  INSTALL net/sched/sch_codel.ko
  INSTALL net/sched/sch_drr.ko
  INSTALL net/sched/sch_dsmark.ko
  INSTALL net/sched/sch_fq_codel.ko
  INSTALL net/sched/sch_gred.ko
  INSTALL net/sched/sch_hfsc.ko
  INSTALL net/sched/sch_htb.ko
  INSTALL net/sched/sch_ingress.ko
  INSTALL net/sched/sch_mqprio.ko
  INSTALL net/sched/sch_multiq.ko
  INSTALL net/sched/sch_netem.ko
  INSTALL net/sched/sch_prio.ko
  INSTALL net/sched/sch_qfq.ko
  INSTALL net/sched/sch_red.ko
  INSTALL net/sched/sch_sfb.ko
  INSTALL net/sched/sch_sfq.ko
  INSTALL net/sched/sch_tbf.ko
  INSTALL net/sched/sch_teql.ko
  INSTALL net/sctp/sctp.ko
  INSTALL net/sctp/sctp_diag.ko
  INSTALL net/wireless/cfg80211.ko
  INSTALL net/xfrm/xfrm_algo.ko
  INSTALL net/xfrm/xfrm_ipcomp.ko
  INSTALL net/xfrm/xfrm_user.ko
  INSTALL sound/core/snd-hwdep.ko
  INSTALL sound/core/snd-rawmidi.ko
  INSTALL sound/soc/codecs/snd-soc-spdif-rx.ko
  INSTALL sound/soc/codecs/snd-soc-spdif-tx.ko
  INSTALL sound/soc/codecs/snd-soc-tlv320aic31xx.ko
  INSTALL sound/soc/codecs/snd-soc-tlv320aic3x.ko
  INSTALL sound/soc/generic/snd-soc-simple-card-utils.ko
  INSTALL sound/soc/generic/snd-soc-simple-card.ko
  INSTALL sound/soc/generic/snd-soc-simple-scu-card.ko
  INSTALL sound/soc/omap/snd-soc-omap-hdmi-audio.ko
  INSTALL sound/usb/snd-usb-audio.ko
  INSTALL sound/usb/snd-usbmidi-lib.ko
  DEPMOD  4.14.79-gbde58ab01e
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/cls_rsvp6.ko needs unknown symbol _raw_spin_unlock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/cls_rsvp6.ko needs unknown symbol _raw_spin_lock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/drivers/net/ethernet/marvell/skge.ko needs unknown symbol _raw_spin_lock_irqsave
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/drivers/net/ethernet/marvell/skge.ko needs unknown symbol _raw_spin_lock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/drivers/net/ethernet/marvell/skge.ko needs unknown symbol _raw_spin_lock_irq
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/drivers/net/ethernet/marvell/skge.ko needs unknown symbol _raw_spin_unlock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/drivers/net/ethernet/marvell/skge.ko needs unknown symbol _raw_spin_unlock_irq
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/drivers/net/ethernet/marvell/skge.ko needs unknown symbol _raw_spin_unlock_irqrestore
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/drivers/net/ethernet/marvell/skge.ko needs unknown symbol _raw_spin_lock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/drivers/net/ethernet/marvell/skge.ko needs unknown symbol _raw_spin_unlock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/netfilter/ipvs/ip_vs.ko needs unknown symbol __per_cpu_offset
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/netfilter/ipvs/ip_vs.ko needs unknown symbol _raw_spin_lock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/netfilter/ipvs/ip_vs.ko needs unknown symbol _raw_spin_unlock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/netfilter/ipvs/ip_vs.ko needs unknown symbol del_timer_sync
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/netfilter/ipvs/ip_vs.ko needs unknown symbol nr_cpu_ids
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/netfilter/ipvs/ip_vs.ko needs unknown symbol cpumask_next
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/netfilter/ipvs/ip_vs.ko needs unknown symbol _raw_spin_lock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/netfilter/ipvs/ip_vs.ko needs unknown symbol _raw_spin_unlock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/sch_multiq.ko needs unknown symbol _raw_spin_unlock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/sch_multiq.ko needs unknown symbol _raw_spin_lock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/drivers/hid/hid-multitouch.ko needs unknown symbol del_timer_sync
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_skbedit.ko needs unknown symbol _raw_spin_lock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_skbedit.ko needs unknown symbol _raw_spin_unlock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_skbedit.ko needs unknown symbol _raw_spin_lock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_skbedit.ko needs unknown symbol _raw_spin_unlock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_mirred.ko needs unknown symbol _raw_spin_unlock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_mirred.ko needs unknown symbol _raw_spin_lock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/bridge/netfilter/ebt_limit.ko needs unknown symbol _raw_spin_unlock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/bridge/netfilter/ebt_limit.ko needs unknown symbol _raw_spin_lock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/sch_teql.ko needs unknown symbol _raw_spin_unlock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/sch_teql.ko needs unknown symbol _raw_spin_trylock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/sch_teql.ko needs unknown symbol _raw_spin_lock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/sch_teql.ko needs unknown symbol _raw_spin_unlock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/bridge/netfilter/ebtables.ko needs unknown symbol _raw_write_lock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/bridge/netfilter/ebtables.ko needs unknown symbol _raw_read_unlock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/bridge/netfilter/ebtables.ko needs unknown symbol _raw_read_lock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/bridge/netfilter/ebtables.ko needs unknown symbol _raw_write_unlock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/bridge/netfilter/ebtables.ko needs unknown symbol nr_cpu_ids
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/bridge/netfilter/ebtables.ko needs unknown symbol cpumask_next
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_police.ko needs unknown symbol _raw_spin_lock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_police.ko needs unknown symbol _raw_spin_unlock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_police.ko needs unknown symbol _raw_spin_lock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_police.ko needs unknown symbol _raw_spin_unlock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/extra/galcore.ko needs unknown symbol _raw_spin_lock_irqsave
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/extra/galcore.ko needs unknown symbol _raw_spin_lock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/extra/galcore.ko needs unknown symbol _raw_spin_lock_irq
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/extra/galcore.ko needs unknown symbol _raw_spin_unlock_irq
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/extra/galcore.ko needs unknown symbol _raw_spin_unlock_irqrestore
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/extra/galcore.ko needs unknown symbol _raw_spin_unlock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/sch_dsmark.ko needs unknown symbol _raw_spin_unlock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/sch_dsmark.ko needs unknown symbol _raw_spin_lock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/drivers/usb/gadget/function/usb_f_uvc.ko needs unknown symbol _raw_spin_lock_irqsave
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/drivers/usb/gadget/function/usb_f_uvc.ko needs unknown symbol _raw_spin_unlock_irqrestore
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_csum.ko needs unknown symbol _raw_spin_lock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_csum.ko needs unknown symbol _raw_spin_unlock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_csum.ko needs unknown symbol _raw_spin_lock_bh
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/4.14.79-gbde58ab01e/kernel/net/sched/act_csum.ko needs unknown symbol _raw_spin_unlock

depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/extra/driver/jailhouse.ko needs unknown symbol _raw_spin_lock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/extra/driver/jailhouse.ko needs unknown symbol cpu_up
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/extra/driver/jailhouse.ko needs unknown symbol nr_cpu_ids
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/extra/driver/jailhouse.ko needs unknown symbol cpumask_next
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/extra/driver/jailhouse.ko needs unknown symbol _raw_spin_unlock
depmod: WARNING: /media/toradex/rootfs//lib/modules/4.14.79-gbde58ab01e/extra/driver/jailhouse.ko needs unknown symbol cpu_down


Thanks

P. Venkata Prasad

  • P. Venkata Prasad,

    Could you please describe how you built the software? Did you rebuild the modules with the kernel? Did you install the new modules into your filesystem?

    Please refer here for more information:

    software-dl.ti.com/.../Foundational_Components_Kernel_Users_Guide.html

    Thank you for your post.
  • HI, since we haven't heard back from you, we assume you've been able to move beyond this and that it is no longer hindering your development.

    Thank you.
  • Hi,

    Sorry for the delay.

    The modules were inserted by enabling the command CONFIG_SMP=y but while booting the kernal, the kernal is getting crashed and the related log is attached below regarding the kernal crash.

    kernalcrash.zip

    root@am57xx-evm:~# lsmod
    Module                  Size  Used by
    pvrsrvkm              417792  0
    c_can_platform         16384  1
    c_can                  20480  1 c_can_platform
    snd_soc_simple_card    16384  0
    snd_soc_simple_card_utils    16384  1 snd_soc_simple_card
    extcon_usb_gpio        16384  0
    omap_aes_driver        24576  1
    omap_sham              28672  1
    omap_wdt               16384  1
    phy_omap_usb2          16384  0
    ti_vpe                 24576  1
    ti_sc                  36864  1 ti_vpe
    ti_csc                 16384  1 ti_vpe
    ti_vpdma               20480  1 ti_vpe
    dwc3_omap              16384  1
    rtc_omap               20480  1
    snd_soc_tlv320aic3x    57344  1
    can_dev                24576  1 c_can
    omap_des               20480  0
    des_generic            28672  1 omap_des
    omap_crypto            16384  2 omap_des,omap_aes_driver
    crypto_engine          16384  2 omap_des,omap_aes_driver
    sch_fq_codel           20480  1
    uio_module_drv         16384  0
    uio                    20480  1 uio_module_drv
    ftdi_sio               40960  0
    usbserial              32768  1 ftdi_sio
    usbcore               204800  2 ftdi_sio,usbserial
    usb_common             16384  1 usbcore
    gdbserverproxy         16384  0
    cryptodev              45056  0
    cmemk                  45056  2
    root@am57xx-evm:~#

    Previously the above mentioned case is the scenario but in the process of removing the kernal crash we have disabled CONFIG_SMP=y and now the case is reverse. Please find the attached log regarding this scenario and kindly suggest us how to get the modules enabled and by eradicating the disagree statement and after focusing on this modules issue kindly have a glance at the entire log  and let us know if there are any issues and related task we have to do to rectify those issues.

    Modules disabled.zip

    Thanks

    A. Mounika

  • Hello,

    It doesn't appear from what you are showing that you are rebuilding the zImage with the modules. This may cause this issue. As indicated in the document I referred to earlier, the high level steps are:

    make <defconfig>
    make zImage
    make modules
    make modules install

    Please try all of these and make sure there are no errors.

    Thank you.
  • Hi

    We have compiled zImage and kernal modules as you suggested using following commands:

    medha@medha:~/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e$ make ARCH=arm CROSS_COMPILE=/home/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-  tisdk_am57xx-evm_defconfig

    medha@medha:~/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e$ make ARCH=arm CROSS_COMPILE=/home/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-  zImage

    medha@medha:~/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e$ make ARCH=arm CROSS_COMPILE=/home/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-  modules

    medha@medha:~/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e$ make ARCH=arm  INSTALL_MOD_PATH=/home/Pictures/ modules_install

    Then we copied zImage to /rootfs/boot/ and modules to /rootfs/lib/  but the problem is same, modules are failed to load (disagrees about version of symbol module_layout) what might be a reson for kernal modules are not loaded kindly suggest a solution to solve this and have a glance at attached log.

    U-Boot SPL 2018.01-00558-gca1e85ecb5-dirty (May 04 2019 - 18:42:49)
    DRA722-GP ES2.0

    U-Boot SPL 2018.01-00558-gca1e85ecb5-dirty (May 04 2019 - 18:42:49)
    DRA722-GP ES2.0
    Trying to boot from MMC1
    no pinctrl state for default mode
    no pinctrl state for default mode


    U-Boot 2018.01-00558-gca1e85ecb5-dirty (May 04 2019 - 18:42:49 +0530)

    CPU  : DRA722-GP ES2.0
    Model: TI AM5718 IDK
    Board: AM571x IDRAM:  1 GiB
    MMC:   prop_name: pinctrl-0 mode: default index: 0
    prop_name: pinctrl-0 mode: default index: 0
    OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Warning: fastboot.board_rev: unknown board revision
    board revision is null
    Entered into partition size
    Got the mmc device
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid GPT ***
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid Backup GPT ***
    SCSI:  SATA link 0 timeout.
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
    scanning bus for devices...
    Found 0 device(s).
    Net:   Could not get PHY for ethernet@48484000: addr 0
    eth0: ethernet@48484000
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    ** Unable to read file boot.scr **
    1490 bytes read in 3 ms (484.4 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    Running uenvcmd ...
    1 bytes read in 2 ms (0 Bytes/s)
    Already setup.
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3912192 bytes read in 229 ms (16.3 MiB/s)
    94326 bytes read in 38 ms (2.4 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe5000, end 8ffff075 ... OK

    Starting Medha kernel ...

    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 4.14.79-gbde58ab01e (toradex@medha) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #6 PREEMPT Tue May 7 19
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: div instructions available: patching division code
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] OF: fdt: Machine model: TI AM5718 IDK
    [    0.000000] Memory policy: Data cache writeback
    [    0.000000] efi: Getting EFI parameters from FDT:
    [    0.000000] efi: UEFI not found.
    [    0.000000] cma: Reserved 24 MiB at 0x00000000be400000
    [    0.000000] OMAP4: Map 0x00000000bfd00000 to fe600000 for dram barrier
    [    0.000000] CPU: All CPU(s) started in HYP mode.
    [    0.000000] CPU: Virtualization extensions available.
    [    0.000000] DRA722 ES2.0
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 210496
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=1df8a9d4-02 rw rootfstype=ext4 rootwait
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Memory: 800572K/848896K available (8192K kernel code, 355K rwdata, 2524K rodata, 2048K init, 272K bss, 23748K reserved, 24576K)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc0a00000   (10208 kB)
    [    0.000000]       .init : 0xc0e00000 - 0xc1000000   (2048 kB)
    [    0.000000]       .data : 0xc1000000 - 0xc1058e90   ( 356 kB)
    [    0.000000]        .bss : 0xc105a000 - 0xc109e10c   ( 273 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000]  Tasks RCU enabled.
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] GIC: Using split EOI/Deactivate mode
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [    0.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [    0.000014] Switching to timer-based delay loop, resolution 162ns
    [    0.000337] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000344] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000758] Console: colour dummy device 80x30
    [    0.000773] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.000778] This ensures that you still see kernel messages. Please
    [    0.000783] update your kernel commandline.
    [    0.000799] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000811] pid_max: default: 32768 minimum: 301
    [    0.000904] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000915] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001328] CPU: Testing write buffer coherency: ok
    [    0.001358] CPU0: Spectre v2: using ICIALLU workaround
    [    0.001669] Setting up static identity map for 0x80200000 - 0x80200060
    [    0.001743] Hierarchical SRCU implementation.
    [    0.001959] EFI services will not be available.
    [    0.002225] devtmpfs: initialized
    [    0.015697] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
    [    0.015891] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.016037] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.016050] futex hash table entries: 256 (order: -1, 3072 bytes)
    [    0.016588] pinctrl core: initialized pinctrl subsystem
    [    0.016929] DMI not present or invalid.
    [    0.017117] NET: Registered protocol family 16
    [    0.017834] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.018395] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.080094] omap_hwmod: dcan1: _wait_target_disable failed
    [    0.178269] cpuidle: using governor ladder
    [    0.178292] cpuidle: using governor menu
    [    0.184808] OMAP GPIO hardware version 0.1
    [    0.186298] omap_gpio 48059000.gpio: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/gpio4_pins_default, deferring pe
    [    0.186590] omap_gpio 4805b000.gpio: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/gpio5_pins_default, deferring pe
    [    0.205109] No ATAGs?
    [    0.205122] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.205133] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.205468] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.205476] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.205838] OMAP DMA hardware revision 0.0
    [    0.213399] edma 43300000.edma: memcpy is disabled
    [    0.215921] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.221332] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.221955] evm_5v0: supplied by evm_12v0
    [    0.222165] evm_3v6: supplied by evm_5v0
    [    0.222375] vsys_3v3: supplied by evm_12v0
    [    0.222586] evm_3v3: supplied by vsys_3v3
    [    0.222796] evm_3v3_sd: supplied by evm_3v3
    [    0.223691] V3_3D: supplied by VMAIN
    [    0.224026] vtt_fixed: supplied by V3_3D
    [    0.225973] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.226126] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.226299] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.226489] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.229007] palmas 0-0058: IRQ missing: skipping irq request
    [    0.250334] palmas 0-0058: Muxing GPIO 51, PWM 0, LED 2
    [    0.251514] SMPS1: supplied by evm_3v3_sd
    [    0.252943] SMPS2: supplied by evm_3v3_sd
    [    0.254360] SMPS3: supplied by evm_3v3_sd
    [    0.255763] SMPS4: supplied by evm_3v3_sd
    [    0.257042] SMPS5: supplied by evm_3v3_sd
    [    0.258085] SMPS12: supplied by evm_3v3_sd
    [    0.258944] LDO1: supplied by evm_3v3_sd
    [    0.259378] ldo1: Bringing 3000000uV into 3300000-3300000uV
    [    0.270513] random: fast init done
    [    0.270884] LDO2: supplied by evm_3v3_sd
    [    0.271884] LDO3: supplied by evm_3v3_sd
    [    0.280652] LDO4: supplied by evm_3v3_sd
    [    0.290671] LDO5: supplied by evm_3v3_sd
    [    0.301341] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.301498] media: Linux media interface: v0.10
    [    0.301529] Linux video capture interface: v2.00
    [    0.301598] pps_core: LinuxPPS API ver. 1 registered
    [    0.301605] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.301621] PTP clock support registered
    [    0.301643] EDAC MC: Ver: 3.0.0
    [    0.301848] dmi: Firmware registration failed.
    [    0.302175] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.302343] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.302610] Advanced Linux Sound Architecture Driver Initialized.
    [    0.303152] clocksource: Switched to clocksource arch_sys_counter
    [    0.308706] missing cooling_device property
    [    0.308716] failed to build thermal zone board_thermal: -2
    [    0.308817] NET: Registered protocol family 2
    [    0.309215] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.309274] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.309375] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.309432] UDP hash table entries: 512 (order: 1, 8192 bytes)
    [    0.309457] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
    [    0.309557] NET: Registered protocol family 1
    [    0.309760] RPC: Registered named UNIX socket transport module.
    [    0.309767] RPC: Registered udp transport module.
    [    0.309773] RPC: Registered tcp transport module.
    [    0.309778] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.310526] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [    0.310581] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.311297] workingset: timestamp_bits=14 max_order=18 bucket_order=4
    [    0.314418] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.314857] NFS: Registering the id_resolver key type
    [    0.314875] Key type id_resolver registered
    [    0.314882] Key type id_legacy registered
    [    0.314912] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.316040] bounce: pool size: 64 pages
    [    0.316083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.316091] io scheduler noop registered
    [    0.316098] io scheduler deadline registered
    [    0.316226] io scheduler cfq registered (default)
    [    0.316234] io scheduler mq-deadline registered
    [    0.316240] io scheduler kyber registered
    [    0.319703] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [    0.319812] pinctrl-single 4a002e8c.pinmux: please update dts to use #pinctrl-cells = <1>
    [    0.319870] pinctrl-single 4a002e8c.pinmux: initialized with no interrupts
    [    0.319880] pinctrl-single 4a002e8c.pinmux: 1 pins at pa fc002e8c size 4
    [    0.322424] pwm-backlight backlight: backlight supply power not found, using dummy regulator
    [    0.324089] vdd_3v3: supplied by ldo1
    [    0.324312] aic_dvdd_fixed: supplied by vdd_3v3
    [    0.356287] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.358277] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 43, base_baud = 3000000) is a 8250
    [    1.254466] console [ttyS0] enabled
    [    1.258562] 48068000.serial: ttyS5 at MMIO 0x48068000 (irq = 44, base_baud = 3000000) is a 8250
    [    1.267865] 48420000.serial: ttyS6 at MMIO 0x48420000 (irq = 45, base_baud = 3000000) is a 8250
    [    1.277156] 48422000.serial: ttyS7 at MMIO 0x48422000 (irq = 46, base_baud = 3000000) is a 8250
    [    1.287473] omap_rng 48090000.rng: Random Number Generator ver. 20
    [    1.294401] DSS: OMAP DSS rev 6.1
    [    1.298667] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    1.315514] brd: module loaded
    [    1.322332] loop: module loaded
    [    1.327564] libphy: Fixed MDIO Bus: probed
    [    1.393173] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    1.400863] davinci_mdio 48485000.mdio: no live phy, scanning all
    [    1.408535] davinci_mdio: probe of 48485000.mdio failed with error -5
    [    1.415456] cpsw 48484000.ethernet: No slave[1] phy_id, phy-handle, or fixed-link property
    [    1.423795] cpsw 48484000.ethernet: incompatible machine/device type for reading mac address
    [    1.432439] cpsw: probe of 48484000.ethernet failed with error -2
    [    1.438872] i2c /dev entries driver
    [    1.442880] IR NEC protocol handler initialized
    [    1.447464] IR RC5(x/sz) protocol handler initialized
    [    1.452534] IR RC6 protocol handler initialized
    [    1.457103] IR JVC protocol handler initialized
    [    1.461648] IR Sony protocol handler initialized
    [    1.466290] IR SANYO protocol handler initialized
    [    1.471009] IR Sharp protocol handler initialized
    [    1.475737] IR MCE Keyboard/mouse protocol handler initialized
    [    1.481590] IR XMP protocol handler initialized
    [    1.487682] tmp102 0-0049: initialized
    [    1.494511] sdhci: Secure Digital Host Controller Interface driver
    [    1.500716] sdhci: Copyright(c) Pierre Ossman
    [    1.505504] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.511820] sdhci-omap 4809c000.mmc: Got CD GPIO
    [    1.516677] sdhci-omap 4809c000.mmc: 4809c000.mmc supply vqmmc not found, using dummy regulator
    [    1.525706] sdhci-omap 4809c000.mmc: no pinctrl state for sdr104 mode
    [    1.532177] sdhci-omap 4809c000.mmc: no pinctrl state for ddr50 mode
    [    1.538585] sdhci-omap 4809c000.mmc: no pinctrl state for sdr50 mode
    [    1.544989] sdhci-omap 4809c000.mmc: no pinctrl state for sdr25 mode
    [    1.551368] sdhci-omap 4809c000.mmc: no pinctrl state for sdr12 mode
    [    1.557773] sdhci-omap 4809c000.mmc: no pinctrl state for hs mode
    [    1.563901] sdhci-omap 4809c000.mmc: no pinctrl state for hs mode
    [    1.570018] sdhci-omap 4809c000.mmc: no pinctrl state for hs200_1_8v mode
    [    1.633283] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
    [    1.640719] sdhci-omap 480b4000.mmc: 480b4000.mmc supply vqmmc not found, using dummy regulator
    [    1.649783] sdhci-omap 480b4000.mmc: no pinctrl state for ddr_1_8v mode
    [    1.656553] sdhci-omap 480b4000.mmc: no pinctrl state for hs mode
    [    1.663774] sdhci-omap 480b4000.mmc: no pinctrl state for hs mode
    [    1.671925] sdhci-omap 480b4000.mmc: no pinctrl state for hs200_1_8v mode
    [    1.720197] mmc0: host does not support reading read-only switch, assuming write-enable
    [    1.728308] mmc0: new SDHC card at address 1234
    [    1.733049] mmcblk0: mmc0:1234 SA16G 14.5 GiB
    [    1.737533] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
    [    1.737960] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.748242] NET: Registered protocol family 10
    [    1.748740] Segment Routing with IPv6
    [    1.748785] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    1.749139] NET: Registered protocol family 17
    [    1.749279] Key type dns_resolver registered
    [    1.749386] omap_voltage_late_init: Voltage driver support not added
    [    1.749389] Power Management for TI OMAP4+ devices.
    [    1.749565] Registering SWP/SWPB emulation handler
    [    1.802536] dmm 4e000000.dmm: workaround for errata i878 in use
    [    1.808660]  mmcblk0: p1 p2
    [    1.816772] dmm 4e000000.dmm: initialized all PAT entries
    [    1.824172] pwm-backlight backlight: backlight supply power not found, using dummy regulator
    [    1.836492] hctosys: unable to open rtc device (rtc0)
    [    1.842169] ldo2: disabling
    [    1.845398] ldo4: disabling
    [    1.848436] ALSA device list:
    [    1.851414]   No soundcards found.
    [    1.881546] mmc1: new MMC card at address 0001
    [    1.886487] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    1.894863] mmcblk1: mmc1:0001 P1XXXX 3.60 GiB
    [    1.894960] mmcblk1boot0: mmc1:0001 P1XXXX partition 1 16.0 MiB
    [    1.895046] mmcblk1boot1: mmc1:0001 P1XXXX partition 2 16.0 MiB
    [    1.905626] mmcblk1rpmb: mmc1:0001 P1XXXX partition 3 128 KiB
    [    1.911910]  mmcblk1: p1 p2
    [    1.913138] pwm-backlight backlight: backlight supply power not found, using dummy regulator
    [    1.930765] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    1.940545] devtmpfs: mounted
    [    1.944697] Freeing unused kernel memory: 2048K
    [    2.525910] systemd[1]: System time before build time, advancing clock.
    [    2.618614] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GC)
    [    2.639730] systemd[1]: Detected architecture arm.

    Welcome to Arago 2018.10!

    [    2.674419] systemd[1]: Set hostname to <am57xx-evm>.
    [    3.181528] random: systemd: uninitialized urandom read (16 bytes read)
    [    3.188320] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    3.213251] random: systemd: uninitialized urandom read (16 bytes read)
    [    3.220014] systemd[1]: Listening on Syslog Socket.
    [  OK  ] Listening on Syslog Socket.
    [    3.253262] random: systemd: uninitialized urandom read (16 bytes read)
    [    3.260013] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [    3.293337] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    3.323430] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    3.363371] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    3.403307] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [  OK  ] Listening on Journal Socket.
    [  OK  ] Created slice System Slice.
             Starting Load Kernel Modules...
             Starting Create list of required st…ce nodes for the current kernel...
             Mounting Temporary Directory (/tmp)...
    [    3.630873] cmemk: disagrees about version of symbol module_layout
             Starting Remount Root and Kernel File Systems...
    [    3.658595] cryptodev: disagrees about version of symbol module_layout
    [  OK  ] Created slice system-getty.slice.
    [    3.676390] gdbserverproxy: disagrees about version of symbol module_layout
    [    3.690340] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [  OK  ] Listening on udev Control Socket.
    [    3.718087] usb_common: disagrees about version of symbol module_layout
    [    3.726135] usb_common: disagrees about version of symbol module_layout
             Starting Journal Service...
    [    3.740085] uio: disagrees about version of symbol module_layout
    [  OK  ] Listening on Process Core Dump Socket.
    [  OK  ] Created slice User and Session Slice.
    [  OK  ] Reached target Slices.
    [  OK  ] Listening on Network Service Netlink Socket.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
             Mounting Kernel Debug File System...
    [  OK  ] Reached target Remote File Systems.
             Mounting POSIX Message Queue File System...
    [  OK  ] Reached target Paths.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Temporary Directory (/tmp).
    [  OK  ] Started Journal Service.
    [FAILED] Failed to start Load Kernel Modules.
    See 'systemctl status systemd-modules-load.service' for details.
    [  OK  ] Started Create list of required sta…vice nodes for the current kernel.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Starting Rebuild Hardware Database...
             Starting Create System Users...
             Starting Apply Kernel Variables...
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
    [  OK  ] Mounted Kernel Configuration File System.
    [    4.449874] sch_fq_codel: disagrees about version of symbol module_layout
    [  OK  ] Started Create System Users.
    [  OK  ] Started Apply Kernel Variables.
    [    4.551664] systemd-journald[74]: Received request to flush runtime journal from PID 1
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /media/ram...
             Mounting /var/volatile...
             Starting udev Kernel Device Manager...
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Mounted /media/ram.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Rebuild Journal Catalog...
             Starting Create Volatile Files and Directories...
             Starting Rebuild Dynamic Linker Cache...
    [  OK  ] Started Load/Save Random Seed.
    [  OK  ] Started Rebuild Journal Catalog.
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Update UTMP about System Boot/Shutdown...
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Synchronized.
    [  OK  ] Started Rebuild Dynamic Linker Cache.
    [  OK  ] Started Rebuild Hardware Database.
             Starting udev Coldplug all Devices...
             Starting Update is Completed...
    [  OK  ] Started Update is Completed.
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Reached target System Initialization.
             Starting Network Service...
    [   15.203074] dwc3_omap: disagrees about version of symbol module_layout
    [   15.209746] dwc3_omap: disagrees about version of symbol module_layout
    [   15.232263] ti_vpdma: disagrees about version of symbol module_layout
    [   15.233041] dwc3_omap: disagrees about version of symbol module_layout
    [   15.245748] ti_vpdma: disagrees about version of symbol module_layout
    [   15.255957] crypto_engine: disagrees about version of symbol module_layout
    [   15.256609] rtc_omap: disagrees about version of symbol module_layout
    [   15.261884] can_dev: disagrees about version of symbol module_layout
    [   15.291844] rtc_omap: disagrees about version of symbol module_layout
    [   15.292424] crypto_engine: disagrees about version of symbol module_layout
    [   15.302296] can_dev: disagrees about version of symbol module_layout
    [   15.364709] snd_soc_tlv320aic3x: disagrees about version of symbol module_layout
    [   15.434882] snd_soc_tlv320aic3x: disagrees about version of symbol module_layout
    [   15.492875] phy_omap_usb2: disagrees about version of symbol module_layout
    [   15.493005] phy_omap_usb2: disagrees about version of symbol module_layout
    [   15.493630] phy_omap_usb2: disagrees about version of symbol module_layout
    [   15.493745] phy_omap_usb2: disagrees about version of symbol module_layout
    [   15.518873] phy_omap_usb2: disagrees about version of symbol module_layout
    [   15.542452] phy_omap_usb2: disagrees about version of symbol module_layout
    [   15.542643] phy_omap_usb2: disagrees about version of symbol module_layout
    [   15.543549] phy_omap_usb2: disagrees about version of symbol module_layout
    [   15.575323] can_dev: disagrees about version of symbol module_layout
    [   15.575912] omap_wdt: disagrees about version of symbol module_layout
    [   15.582189] omap_sham: disagrees about version of symbol module_layout
    [   15.591808] crypto_engine: disagrees about version of symbol module_layout
    [   15.599258] can_dev: disagrees about version of symbol module_layout
    [   15.602506] omap_wdt: disagrees about version of symbol module_layout
    [   15.607783] crypto_engine: disagrees about version of symbol module_layout
    [   15.617798] omap_sham: disagrees about version of symbol module_layout
    [   15.622327] crypto_engine: disagrees about version of symbol module_layout
    [   15.639522] crypto_engine: disagrees about version of symbol module_layout
    [   15.801310] extcon_usb_gpio: disagrees about version of symbol module_layout
    [   15.801675] extcon_usb_gpio: disagrees about version of symbol module_layout
    [   15.817716] extcon_usb_gpio: disagrees about version of symbol module_layout
    [   15.853752] extcon_usb_gpio: disagrees about version of symbol module_layout
    [   16.529835] snd_soc_simple_card_utils: disagrees about version of symbol module_layout
    [   16.542112] snd_soc_simple_card_utils: disagrees about version of symbol module_layout
    [   16.914785] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [   17.105397] EXT4-fs (mmcblk1p2): recovery complete
    [   17.105407] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [   17.137446] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [  OK  ] Listening on dropbear.socket.
    [   17.851317] dwc3_omap: disagrees about version of symbol module_layout
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timers.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.
             Starting Print notice about GPLv3 packages...
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Kernel Logging Service.
    [   18.214616] random: crng init done
    [   18.218036] random: 7 urandom warning(s) missed due to ratelimiting
    [  OK  ] Started D-Bus System Message Bus.
             Starting uim-sysfs.service...
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Reached target Containers.
             Starting Login Service...
    [  OK  ] Started Periodic Command Scheduler.
    [  OK  ] Started System Logging Service.
             Starting TI IPC Daemon...
             Starting RPC Bind Service...
             Starting TI MultiCore Tools Daemon...
    [  OK  ] Started Network Service.
    [  OK  ] Started TI IPC Daemon.
    [  OK  ] Started RPC Bind Service.
    [  OK  ] Found device /dev/ttyS0.
    [FAILED] Failed to start TI MultiCore Tools Daemon.
    See 'systemctl status ti-mct-daemon.service' for details.
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Started uim-sysfs.service.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Login Service.
             Starting rc.pvr.service...
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
             Starting Wait for Network to be Configured...
    [  OK  ] Reached target Network.
    [  OK  ] Started Redis In-Memory Data Store.
             Starting Network Name Resolution...
             Starting Enable and configure wl18xx bluetooth stack...
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
             Starting Lightning Fast Webserver With Light System Requirements...
    [   21.284530] pvrsrvkm: disagrees about version of symbol module_layout
    [  OK  ] Started Enable and configure wl18xx bluetooth stack.
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
    [  OK  ] Started Lightning Fast Webserver With Light System Requirements.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
            autoconf
            bash-dev
            bash
            binutils-dev
            binutils
            bison-dev
            bison
            cifs-utils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils-dev
            elfutils
            findutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbc6x
            gdbserver
            gettext
            glmark2
            gstreamer1.0-libav
            gzip
            hidapi
            libasm1
            libcairo-perf-utils
            libdw1
            libelf1
            libgdbm-compat4
            libgdbm-dev
            libgdbm4
            libgettextlib
            libgettextsrc
            libgmp10
            libidn11
            libmavconn
            libmpc3
            libmpfr4
            libreadline-dev
            libreadline7
            libunistring2
            m4-dev
            m4
            make
            mavlink
            mavros-extras
            mavros-msgs
            mavros
            nettle
            parted
            python3-pycairo
            socketcan-interface
            swig-dev
            swig
            which

    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above

    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [  OK  ] Started Print notice about GPLv3 packages.
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [   24.956297] pvrsrvkm: disagrees about version of symbol module_layout
    [  OK  ] Started rc.pvr.service.
             Starting weston.service...

     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            

    Arago Project http://arago-project.org am57xx-evm ttyS0

    Arago 2018.10 am57xx-evm ttyS0

    am57xx-evm login: root (automatic login)

    root@am57xx-evm:~#
    root@am57xx-evm:~#

    Thanks

    A. Mounika

  • Hi

    We have compiled zImage and kernal modules as you suggested using following commands:

    medha@medha:~/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e$ make ARCH=arm CROSS_COMPILE=/home/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- tisdk_am57xx-evm_defconfig

    medha@medha:~/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e$ make ARCH=arm CROSS_COMPILE=/home/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- zImage

    medha@medha:~/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e$ make ARCH=arm CROSS_COMPILE=/home/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- modules

    medha@medha:~/ti-processor-sdk-linux-am57xx-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e$ make ARCH=arm INSTALL_MOD_PATH=/home/Pictures/ modules_install


    Then we copied zImage to /rootfs/boot/ and modules to /rootfs/lib/ but the problem is same, modules are failed to load (disagrees about version of symbol module_layout) what might be a reson for kernal modules are not loaded kindly suggest a solution to solve this and have a glance at attached log.


    U-Boot SPL 2018.01-00558-gca1e85ecb5-dirty (May 04 2019 - 18:42:49)
    DRA722-GP ES2.0

    U-Boot SPL 2018.01-00558-gca1e85ecb5-dirty (May 04 2019 - 18:42:49)
    DRA722-GP ES2.0
    Trying to boot from MMC1
    no pinctrl state for default mode
    no pinctrl state for default mode


    U-Boot 2018.01-00558-gca1e85ecb5-dirty (May 04 2019 - 18:42:49 +0530)

    CPU : DRA722-GP ES2.0
    Model: TI AM5718 IDK
    Board: AM571x IDRAM: 1 GiB
    MMC: prop_name: pinctrl-0 mode: default index: 0
    prop_name: pinctrl-0 mode: default index: 0
    OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Warning: fastboot.board_rev: unknown board revision
    board revision is null
    Entered into partition size
    Got the mmc device
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid GPT ***
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid Backup GPT ***
    SCSI: SATA link 0 timeout.
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
    scanning bus for devices...
    Found 0 device(s).
    Net: Could not get PHY for ethernet@48484000: addr 0
    eth0: ethernet@48484000
    Hit any key to stop autoboot: 0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    ** Unable to read file boot.scr **
    1490 bytes read in 3 ms (484.4 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    Running uenvcmd ...
    1 bytes read in 2 ms (0 Bytes/s)
    Already setup.
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3912192 bytes read in 229 ms (16.3 MiB/s)
    94326 bytes read in 38 ms (2.4 MiB/s)
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Device Tree to 8ffe5000, end 8ffff075 ... OK

    Starting Medha kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 4.14.79-gbde58ab01e (toradex@medha) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #6 PREEMPT Tue May 7 19
    [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: div instructions available: patching division code
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] OF: fdt: Machine model: TI AM5718 IDK
    [ 0.000000] Memory policy: Data cache writeback
    [ 0.000000] efi: Getting EFI parameters from FDT:
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] cma: Reserved 24 MiB at 0x00000000be400000
    [ 0.000000] OMAP4: Map 0x00000000bfd00000 to fe600000 for dram barrier
    [ 0.000000] CPU: All CPU(s) started in HYP mode.
    [ 0.000000] CPU: Virtualization extensions available.
    [ 0.000000] DRA722 ES2.0
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 210496
    [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=1df8a9d4-02 rw rootfstype=ext4 rootwait
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Memory: 800572K/848896K available (8192K kernel code, 355K rwdata, 2524K rodata, 2048K init, 272K bss, 23748K reserved, 24576K)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
    [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0xc0008000 - 0xc0a00000 (10208 kB)
    [ 0.000000] .init : 0xc0e00000 - 0xc1000000 (2048 kB)
    [ 0.000000] .data : 0xc1000000 - 0xc1058e90 ( 356 kB)
    [ 0.000000] .bss : 0xc105a000 - 0xc109e10c ( 273 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Tasks RCU enabled.
    [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [ 0.000000] GIC: Using split EOI/Deactivate mode
    [ 0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [ 0.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [ 0.000014] Switching to timer-based delay loop, resolution 162ns
    [ 0.000337] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [ 0.000344] OMAP clocksource: 32k_counter at 32768 Hz
    [ 0.000758] Console: colour dummy device 80x30
    [ 0.000773] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [ 0.000778] This ensures that you still see kernel messages. Please
    [ 0.000783] update your kernel commandline.
    [ 0.000799] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [ 0.000811] pid_max: default: 32768 minimum: 301
    [ 0.000904] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000915] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.001328] CPU: Testing write buffer coherency: ok
    [ 0.001358] CPU0: Spectre v2: using ICIALLU workaround
    [ 0.001669] Setting up static identity map for 0x80200000 - 0x80200060
    [ 0.001743] Hierarchical SRCU implementation.
    [ 0.001959] EFI services will not be available.
    [ 0.002225] devtmpfs: initialized
    [ 0.015697] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
    [ 0.015891] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.016037] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.016050] futex hash table entries: 256 (order: -1, 3072 bytes)
    [ 0.016588] pinctrl core: initialized pinctrl subsystem
    [ 0.016929] DMI not present or invalid.
    [ 0.017117] NET: Registered protocol family 16
    [ 0.017834] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.018395] omap_hwmod: l3_main_2 using broken dt data from ocp
    [ 0.080094] omap_hwmod: dcan1: _wait_target_disable failed
    [ 0.178269] cpuidle: using governor ladder
    [ 0.178292] cpuidle: using governor menu
    [ 0.184808] OMAP GPIO hardware version 0.1
    [ 0.186298] omap_gpio 48059000.gpio: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/gpio4_pins_default, deferring pe
    [ 0.186590] omap_gpio 4805b000.gpio: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/gpio5_pins_default, deferring pe
    [ 0.205109] No ATAGs?
    [ 0.205122] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.205133] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.205468] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [ 0.205476] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [ 0.205838] OMAP DMA hardware revision 0.0
    [ 0.213399] edma 43300000.edma: memcpy is disabled
    [ 0.215921] edma 43300000.edma: TI EDMA DMA engine driver
    [ 0.221332] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [ 0.221955] evm_5v0: supplied by evm_12v0
    [ 0.222165] evm_3v6: supplied by evm_5v0
    [ 0.222375] vsys_3v3: supplied by evm_12v0
    [ 0.222586] evm_3v3: supplied by vsys_3v3
    [ 0.222796] evm_3v3_sd: supplied by evm_3v3
    [ 0.223691] V3_3D: supplied by VMAIN
    [ 0.224026] vtt_fixed: supplied by V3_3D
    [ 0.225973] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [ 0.226126] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [ 0.226299] omap-iommu 58882000.mmu: 58882000.mmu registered
    [ 0.226489] omap-iommu 55082000.mmu: 55082000.mmu registered
    [ 0.229007] palmas 0-0058: IRQ missing: skipping irq request
    [ 0.250334] palmas 0-0058: Muxing GPIO 51, PWM 0, LED 2
    [ 0.251514] SMPS1: supplied by evm_3v3_sd
    [ 0.252943] SMPS2: supplied by evm_3v3_sd
    [ 0.254360] SMPS3: supplied by evm_3v3_sd
    [ 0.255763] SMPS4: supplied by evm_3v3_sd
    [ 0.257042] SMPS5: supplied by evm_3v3_sd
    [ 0.258085] SMPS12: supplied by evm_3v3_sd
    [ 0.258944] LDO1: supplied by evm_3v3_sd
    [ 0.259378] ldo1: Bringing 3000000uV into 3300000-3300000uV
    [ 0.270513] random: fast init done
    [ 0.270884] LDO2: supplied by evm_3v3_sd
    [ 0.271884] LDO3: supplied by evm_3v3_sd
    [ 0.280652] LDO4: supplied by evm_3v3_sd
    [ 0.290671] LDO5: supplied by evm_3v3_sd
    [ 0.301341] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [ 0.301498] media: Linux media interface: v0.10
    [ 0.301529] Linux video capture interface: v2.00
    [ 0.301598] pps_core: LinuxPPS API ver. 1 registered
    [ 0.301605] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.301621] PTP clock support registered
    [ 0.301643] EDAC MC: Ver: 3.0.0
    [ 0.301848] dmi: Firmware registration failed.
    [ 0.302175] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [ 0.302343] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [ 0.302610] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.303152] clocksource: Switched to clocksource arch_sys_counter
    [ 0.308706] missing cooling_device property
    [ 0.308716] failed to build thermal zone board_thermal: -2
    [ 0.308817] NET: Registered protocol family 2
    [ 0.309215] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.309274] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.309375] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.309432] UDP hash table entries: 512 (order: 1, 8192 bytes)
    [ 0.309457] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
    [ 0.309557] NET: Registered protocol family 1
    [ 0.309760] RPC: Registered named UNIX socket transport module.
    [ 0.309767] RPC: Registered udp transport module.
    [ 0.309773] RPC: Registered tcp transport module.
    [ 0.309778] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.310526] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [ 0.310581] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.311297] workingset: timestamp_bits=14 max_order=18 bucket_order=4
    [ 0.314418] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.314857] NFS: Registering the id_resolver key type
    [ 0.314875] Key type id_resolver registered
    [ 0.314882] Key type id_legacy registered
    [ 0.314912] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.316040] bounce: pool size: 64 pages
    [ 0.316083] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [ 0.316091] io scheduler noop registered
    [ 0.316098] io scheduler deadline registered
    [ 0.316226] io scheduler cfq registered (default)
    [ 0.316234] io scheduler mq-deadline registered
    [ 0.316240] io scheduler kyber registered
    [ 0.319703] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [ 0.319812] pinctrl-single 4a002e8c.pinmux: please update dts to use #pinctrl-cells = <1>
    [ 0.319870] pinctrl-single 4a002e8c.pinmux: initialized with no interrupts
    [ 0.319880] pinctrl-single 4a002e8c.pinmux: 1 pins at pa fc002e8c size 4
    [ 0.322424] pwm-backlight backlight: backlight supply power not found, using dummy regulator
    [ 0.324089] vdd_3v3: supplied by ldo1
    [ 0.324312] aic_dvdd_fixed: supplied by vdd_3v3
    [ 0.356287] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [ 0.358277] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 43, base_baud = 3000000) is a 8250
    [ 1.254466] console [ttyS0] enabled
    [ 1.258562] 48068000.serial: ttyS5 at MMIO 0x48068000 (irq = 44, base_baud = 3000000) is a 8250
    [ 1.267865] 48420000.serial: ttyS6 at MMIO 0x48420000 (irq = 45, base_baud = 3000000) is a 8250
    [ 1.277156] 48422000.serial: ttyS7 at MMIO 0x48422000 (irq = 46, base_baud = 3000000) is a 8250
    [ 1.287473] omap_rng 48090000.rng: Random Number Generator ver. 20
    [ 1.294401] DSS: OMAP DSS rev 6.1
    [ 1.298667] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [ 1.315514] brd: module loaded
    [ 1.322332] loop: module loaded
    [ 1.327564] libphy: Fixed MDIO Bus: probed
    [ 1.393173] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [ 1.400863] davinci_mdio 48485000.mdio: no live phy, scanning all
    [ 1.408535] davinci_mdio: probe of 48485000.mdio failed with error -5
    [ 1.415456] cpsw 48484000.ethernet: No slave[1] phy_id, phy-handle, or fixed-link property
    [ 1.423795] cpsw 48484000.ethernet: incompatible machine/device type for reading mac address
    [ 1.432439] cpsw: probe of 48484000.ethernet failed with error -2
    [ 1.438872] i2c /dev entries driver
    [ 1.442880] IR NEC protocol handler initialized
    [ 1.447464] IR RC5(x/sz) protocol handler initialized
    [ 1.452534] IR RC6 protocol handler initialized
    [ 1.457103] IR JVC protocol handler initialized
    [ 1.461648] IR Sony protocol handler initialized
    [ 1.466290] IR SANYO protocol handler initialized
    [ 1.471009] IR Sharp protocol handler initialized
    [ 1.475737] IR MCE Keyboard/mouse protocol handler initialized
    [ 1.481590] IR XMP protocol handler initialized
    [ 1.487682] tmp102 0-0049: initialized
    [ 1.494511] sdhci: Secure Digital Host Controller Interface driver
    [ 1.500716] sdhci: Copyright(c) Pierre Ossman
    [ 1.505504] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 1.511820] sdhci-omap 4809c000.mmc: Got CD GPIO
    [ 1.516677] sdhci-omap 4809c000.mmc: 4809c000.mmc supply vqmmc not found, using dummy regulator
    [ 1.525706] sdhci-omap 4809c000.mmc: no pinctrl state for sdr104 mode
    [ 1.532177] sdhci-omap 4809c000.mmc: no pinctrl state for ddr50 mode
    [ 1.538585] sdhci-omap 4809c000.mmc: no pinctrl state for sdr50 mode
    [ 1.544989] sdhci-omap 4809c000.mmc: no pinctrl state for sdr25 mode
    [ 1.551368] sdhci-omap 4809c000.mmc: no pinctrl state for sdr12 mode
    [ 1.557773] sdhci-omap 4809c000.mmc: no pinctrl state for hs mode
    [ 1.563901] sdhci-omap 4809c000.mmc: no pinctrl state for hs mode
    [ 1.570018] sdhci-omap 4809c000.mmc: no pinctrl state for hs200_1_8v mode
    [ 1.633283] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
    [ 1.640719] sdhci-omap 480b4000.mmc: 480b4000.mmc supply vqmmc not found, using dummy regulator
    [ 1.649783] sdhci-omap 480b4000.mmc: no pinctrl state for ddr_1_8v mode
    [ 1.656553] sdhci-omap 480b4000.mmc: no pinctrl state for hs mode
    [ 1.663774] sdhci-omap 480b4000.mmc: no pinctrl state for hs mode
    [ 1.671925] sdhci-omap 480b4000.mmc: no pinctrl state for hs200_1_8v mode
    [ 1.720197] mmc0: host does not support reading read-only switch, assuming write-enable
    [ 1.728308] mmc0: new SDHC card at address 1234
    [ 1.733049] mmcblk0: mmc0:1234 SA16G 14.5 GiB
    [ 1.737533] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
    [ 1.737960] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.748242] NET: Registered protocol family 10
    [ 1.748740] Segment Routing with IPv6
    [ 1.748785] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 1.749139] NET: Registered protocol family 17
    [ 1.749279] Key type dns_resolver registered
    [ 1.749386] omap_voltage_late_init: Voltage driver support not added
    [ 1.749389] Power Management for TI OMAP4+ devices.
    [ 1.749565] Registering SWP/SWPB emulation handler
    [ 1.802536] dmm 4e000000.dmm: workaround for errata i878 in use
    [ 1.808660] mmcblk0: p1 p2
    [ 1.816772] dmm 4e000000.dmm: initialized all PAT entries
    [ 1.824172] pwm-backlight backlight: backlight supply power not found, using dummy regulator
    [ 1.836492] hctosys: unable to open rtc device (rtc0)
    [ 1.842169] ldo2: disabling
    [ 1.845398] ldo4: disabling
    [ 1.848436] ALSA device list:
    [ 1.851414] No soundcards found.
    [ 1.881546] mmc1: new MMC card at address 0001
    [ 1.886487] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.894863] mmcblk1: mmc1:0001 P1XXXX 3.60 GiB
    [ 1.894960] mmcblk1boot0: mmc1:0001 P1XXXX partition 1 16.0 MiB
    [ 1.895046] mmcblk1boot1: mmc1:0001 P1XXXX partition 2 16.0 MiB
    [ 1.905626] mmcblk1rpmb: mmc1:0001 P1XXXX partition 3 128 KiB
    [ 1.911910] mmcblk1: p1 p2
    [ 1.913138] pwm-backlight backlight: backlight supply power not found, using dummy regulator
    [ 1.930765] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 1.940545] devtmpfs: mounted
    [ 1.944697] Freeing unused kernel memory: 2048K
    [ 2.525910] systemd[1]: System time before build time, advancing clock.
    [ 2.618614] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GC)
    [ 2.639730] systemd[1]: Detected architecture arm.

    Welcome to Arago 2018.10!

    [ 2.674419] systemd[1]: Set hostname to <am57xx-evm>.
    [ 3.181528] random: systemd: uninitialized urandom read (16 bytes read)
    [ 3.188320] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ 3.213251] random: systemd: uninitialized urandom read (16 bytes read)
    [ 3.220014] systemd[1]: Listening on Syslog Socket.
    [ OK ] Listening on Syslog Socket.
    [ 3.253262] random: systemd: uninitialized urandom read (16 bytes read)
    [ 3.260013] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.293337] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 3.323430] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 3.363371] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ 3.403307] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ OK ] Listening on Journal Socket.
    [ OK ] Created slice System Slice.
    Starting Load Kernel Modules...
    Starting Create list of required st…ce nodes for the current kernel...
    Mounting Temporary Directory (/tmp)...
    [ 3.630873] cmemk: disagrees about version of symbol module_layout
    Starting Remount Root and Kernel File Systems...
    [ 3.658595] cryptodev: disagrees about version of symbol module_layout
    [ OK ] Created slice system-getty.slice.
    [ 3.676390] gdbserverproxy: disagrees about version of symbol module_layout
    [ 3.690340] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [ OK ] Listening on udev Control Socket.
    [ 3.718087] usb_common: disagrees about version of symbol module_layout
    [ 3.726135] usb_common: disagrees about version of symbol module_layout
    Starting Journal Service...
    [ 3.740085] uio: disagrees about version of symbol module_layout
    [ OK ] Listening on Process Core Dump Socket.
    [ OK ] Created slice User and Session Slice.
    [ OK ] Reached target Slices.
    [ OK ] Listening on Network Service Netlink Socket.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    Mounting Kernel Debug File System...
    [ OK ] Reached target Remote File Systems.
    Mounting POSIX Message Queue File System...
    [ OK ] Reached target Paths.
    [ OK ] Mounted Kernel Debug File System.
    [ OK ] Mounted POSIX Message Queue File System.
    [ OK ] Mounted Temporary Directory (/tmp).
    [ OK ] Started Journal Service.
    [FAILED] Failed to start Load Kernel Modules.
    See 'systemctl status systemd-modules-load.service' for details.
    [ OK ] Started Create list of required sta…vice nodes for the current kernel.
    [ OK ] Started Remount Root and Kernel File Systems.
    Starting Rebuild Hardware Database...
    Starting Create System Users...
    Starting Apply Kernel Variables...
    Mounting Kernel Configuration File System...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Mounted Kernel Configuration File System.
    [ 4.449874] sch_fq_codel: disagrees about version of symbol module_layout
    [ OK ] Started Create System Users.
    [ OK ] Started Apply Kernel Variables.
    [ 4.551664] systemd-journald[74]: Received request to flush runtime journal from PID 1
    Starting Create Static Device Nodes in /dev...
    [ OK ] Started Flush Journal to Persistent Storage.
    [ OK ] Started Create Static Device Nodes in /dev.
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /media/ram...
    Mounting /var/volatile...
    Starting udev Kernel Device Manager...
    [ OK ] Mounted /var/volatile.
    [ OK ] Mounted /media/ram.
    Starting Load/Save Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Rebuild Journal Catalog...
    Starting Create Volatile Files and Directories...
    Starting Rebuild Dynamic Linker Cache...
    [ OK ] Started Load/Save Random Seed.
    [ OK ] Started Rebuild Journal Catalog.
    [ OK ] Started Create Volatile Files and Directories.
    Starting Network Time Synchronization...
    Starting Update UTMP about System Boot/Shutdown...
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Synchronized.
    [ OK ] Started Rebuild Dynamic Linker Cache.
    [ OK ] Started Rebuild Hardware Database.
    Starting udev Coldplug all Devices...
    Starting Update is Completed...
    [ OK ] Started Update is Completed.
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Reached target System Initialization.
    Starting Network Service...
    [ 15.203074] dwc3_omap: disagrees about version of symbol module_layout
    [ 15.209746] dwc3_omap: disagrees about version of symbol module_layout
    [ 15.232263] ti_vpdma: disagrees about version of symbol module_layout
    [ 15.233041] dwc3_omap: disagrees about version of symbol module_layout
    [ 15.245748] ti_vpdma: disagrees about version of symbol module_layout
    [ 15.255957] crypto_engine: disagrees about version of symbol module_layout
    [ 15.256609] rtc_omap: disagrees about version of symbol module_layout
    [ 15.261884] can_dev: disagrees about version of symbol module_layout
    [ 15.291844] rtc_omap: disagrees about version of symbol module_layout
    [ 15.292424] crypto_engine: disagrees about version of symbol module_layout
    [ 15.302296] can_dev: disagrees about version of symbol module_layout
    [ 15.364709] snd_soc_tlv320aic3x: disagrees about version of symbol module_layout
    [ 15.434882] snd_soc_tlv320aic3x: disagrees about version of symbol module_layout
    [ 15.492875] phy_omap_usb2: disagrees about version of symbol module_layout
    [ 15.493005] phy_omap_usb2: disagrees about version of symbol module_layout
    [ 15.493630] phy_omap_usb2: disagrees about version of symbol module_layout
    [ 15.493745] phy_omap_usb2: disagrees about version of symbol module_layout
    [ 15.518873] phy_omap_usb2: disagrees about version of symbol module_layout
    [ 15.542452] phy_omap_usb2: disagrees about version of symbol module_layout
    [ 15.542643] phy_omap_usb2: disagrees about version of symbol module_layout
    [ 15.543549] phy_omap_usb2: disagrees about version of symbol module_layout
    [ 15.575323] can_dev: disagrees about version of symbol module_layout
    [ 15.575912] omap_wdt: disagrees about version of symbol module_layout
    [ 15.582189] omap_sham: disagrees about version of symbol module_layout
    [ 15.591808] crypto_engine: disagrees about version of symbol module_layout
    [ 15.599258] can_dev: disagrees about version of symbol module_layout
    [ 15.602506] omap_wdt: disagrees about version of symbol module_layout
    [ 15.607783] crypto_engine: disagrees about version of symbol module_layout
    [ 15.617798] omap_sham: disagrees about version of symbol module_layout
    [ 15.622327] crypto_engine: disagrees about version of symbol module_layout
    [ 15.639522] crypto_engine: disagrees about version of symbol module_layout
    [ 15.801310] extcon_usb_gpio: disagrees about version of symbol module_layout
    [ 15.801675] extcon_usb_gpio: disagrees about version of symbol module_layout
    [ 15.817716] extcon_usb_gpio: disagrees about version of symbol module_layout
    [ 15.853752] extcon_usb_gpio: disagrees about version of symbol module_layout
    [ 16.529835] snd_soc_simple_card_utils: disagrees about version of symbol module_layout
    [ 16.542112] snd_soc_simple_card_utils: disagrees about version of symbol module_layout
    [ 16.914785] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 17.105397] EXT4-fs (mmcblk1p2): recovery complete
    [ 17.105407] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 17.137446] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ OK ] Listening on dropbear.socket.
    [ 17.851317] dwc3_omap: disagrees about version of symbol module_layout
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Started Daily rotation of log files.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Reached target Timers.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    Starting Print notice about GPLv3 packages...
    [ OK ] Started Hardware RNG Entropy Gatherer Daemon.
    [ OK ] Started Job spooling tools.
    [ OK ] Started Kernel Logging Service.
    [ 18.214616] random: crng init done
    [ 18.218036] random: 7 urandom warning(s) missed due to ratelimiting
    [ OK ] Started D-Bus System Message Bus.
    Starting uim-sysfs.service...
    Starting Avahi mDNS/DNS-SD Stack...
    [ OK ] Reached target Containers.
    Starting Login Service...
    [ OK ] Started Periodic Command Scheduler.
    [ OK ] Started System Logging Service.
    Starting TI IPC Daemon...
    Starting RPC Bind Service...
    Starting TI MultiCore Tools Daemon...
    [ OK ] Started Network Service.
    [ OK ] Started TI IPC Daemon.
    [ OK ] Started RPC Bind Service.
    [ OK ] Found device /dev/ttyS0.
    [FAILED] Failed to start TI MultiCore Tools Daemon.
    See 'systemctl status ti-mct-daemon.service' for details.
    [ OK ] Found device /dev/ttyS2.
    [ OK ] Started uim-sysfs.service.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started Login Service.
    Starting rc.pvr.service...
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    Starting Wait for Network to be Configured...
    [ OK ] Reached target Network.
    [ OK ] Started Redis In-Memory Data Store.
    Starting Network Name Resolution...
    Starting Enable and configure wl18xx bluetooth stack...
    Starting Simple Network Management Protocol (SNMP) Daemon....
    Starting Permit User Sessions...
    Starting Lightning Fast Webserver With Light System Requirements...
    [ 21.284530] pvrsrvkm: disagrees about version of symbol module_layout
    [ OK ] Started Enable and configure wl18xx bluetooth stack.
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Started Getty on tty1.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Host and Network Name Lookups.
    [ OK ] Started NFS status monitor for NFSv2/3 locking..
    [ OK ] Started Lightning Fast Webserver With Light System Requirements.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    autoconf
    bash-dev
    bash
    binutils-dev
    binutils
    bison-dev
    bison
    cifs-utils
    cpio
    cpp-symlinks
    cpp
    dosfstools
    elfutils-dev
    elfutils
    findutils
    g++-symlinks
    g++
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbc6x
    gdbserver
    gettext
    glmark2
    gstreamer1.0-libav
    gzip
    hidapi
    libasm1
    libcairo-perf-utils
    libdw1
    libelf1
    libgdbm-compat4
    libgdbm-dev
    libgdbm4
    libgettextlib
    libgettextsrc
    libgmp10
    libidn11
    libmavconn
    libmpc3
    libmpfr4
    libreadline-dev
    libreadline7
    libunistring2
    m4-dev
    m4
    make
    mavlink
    mavros-extras
    mavros-msgs
    mavros
    nettle
    parted
    python3-pycairo
    socketcan-interface
    swig-dev
    swig
    which

    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution. This can be done using
    the opkg remove command. i.e.:
    opkg remove <package>
    Where <package> is the name printed in the list above

    NOTE: If the package is a dependency of another package you
    will be notified of the dependent packages. You should
    use the --force-removal-of-dependent-packages option to
    also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [ OK ] Started Print notice about GPLv3 packages.
    [ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
    [ 24.956297] pvrsrvkm: disagrees about version of symbol module_layout
    [ OK ] Started rc.pvr.service.
    Starting weston.service...

    _____ _____ _ _
    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
    | | _| .'| . | . | | __| _| . | | | -_| _| _|
    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
    |___| |___|

    Arago Project http://arago-project.org am57xx-evm ttyS0

    Arago 2018.10 am57xx-evm ttyS0

    am57xx-evm login: root (automatic login)

    root@am57xx-evm:~#
    root@am57xx-evm:~#

    Thanks

    A. Mounika
  • Hi,

    How are you copying the modules? You need to keep the kernel version information in the copy. I usually find it better to point the modules_install directly to the SD Card to avoid copying problems. Can you please try that?

    Thank you.