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/AM3358: Kernel boot issues

Part Number: AM3358

Tool/software: Linux

Hello,
this is my first Project were I have to set up a Linux kernel and I hope you can help me.
First a few information’s to the used board:
I use a custom Board with the AM3358 and want to use a Linux Kernel.
I use a DDR and an eMMC like on the BeagleBoneBlack.
For the data communication, I can only use UART0 other interfaces are not supported by the hardware.
For the U-Boot we adapt the branch “v2016.07-rc1” from git://git.denx.de/u-boot.git.
I use this “old” U-Boot because the custom board is very similar to another one, were this U-Boot was developed (on the other board, we don’t use a Kernel…).
For the actual board I downloaded and installed the “ti-processor-sdk-linux-am335x-evm-05.03.00.07-Linux-x86-Install.bin” on a Virtual Machine with 64Bit Ubuntu (v16.04).
With this SDK I build the Kernel and DeviceTree and used the rootFS from the sdk.
I attach the used config file for the Kernel build, the DeviceTreeSource.
I tested the following file systems:
“arago-tiny-image-am335x-evm.tar.xz”
        sudo genext2fs -U -d rootfs_tiny -b 51200 rootfs_tiny.img //create image

“arago-base-tisdk-image-am335x-evm.tar.xz”
        sudo genext2fs -U -d rootfs -b 384000 rootfs.img //create image
The Log files tested with the tiny rootFS are called log_tiny_x.txt
The Log files tested with the base rootFS are called log_base_x.txt
Have you an idea what I can try next?
Thank you.
Regards
Steffen

actual.config.txt

/*
 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */
/dts-v1/;

#include "am33xx.dtsi"
#include <dt-bindings/interrupt-controller/irq.h>

/ {
	model = "TI AM335x BCSI";
	compatible = "ti,am3358-BCSI", "ti,am335x-evm", "ti,am33xx";

	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x10000000>; /* 256 MB */
	};

	chosen {
		stdout-path = &uart0;
	};
	

	vmmcsd_fixed: fixedregulator0 {
		compatible = "regulator-fixed";
		regulator-name = "vmmcsd_fixed";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
	};



};

&am33xx_pinmux {


	i2c0_pins_default: i2c0_pins_default {
		pinctrl-single,pins = <
			AM33XX_IOPAD(0x98c, PIN_INPUT | MUX_MODE0) /* (C16) I2C0_SCL.I2C0_SCL */
			AM33XX_IOPAD(0x988, PIN_INPUT | MUX_MODE0) /* (C17) I2C0_SDA.I2C0_SDA */
		>;
	};

	mcasp0_pins_default: mcasp0_pins_default {
		pinctrl-single,pins = <
			AM33XX_IOPAD(0x9ac, PIN_INPUT_PULLUP | MUX_MODE0) /* (A14) mcasp0_ahclkx.mcasp0_ahclkx */
			AM33XX_IOPAD(0x99c, PIN_INPUT_PULLUP | MUX_MODE0) /* (C12) mcasp0_ahclkr.mcasp0_ahclkr */
			AM33XX_IOPAD(0x990, PIN_INPUT | MUX_MODE0) /* (A13) mcasp0_aclkx.mcasp0_aclkx */
			AM33XX_IOPAD(0x994, PIN_INPUT | MUX_MODE0) /* (B13) mcasp0_fsx.mcasp0_fsx */
			AM33XX_IOPAD(0x9a0, PIN_INPUT | MUX_MODE0) /* (B12) mcasp0_aclkr.mcasp0_aclkr */
			AM33XX_IOPAD(0x9a4, PIN_INPUT | MUX_MODE0) /* (C13) mcasp0_fsr.mcasp0_fsr */
			AM33XX_IOPAD(0x998, PIN_INPUT | MUX_MODE0) /* (D12) mcasp0_axr0.mcasp0_axr0 */
			AM33XX_IOPAD(0x9a8, PIN_INPUT | MUX_MODE0) /* (D13) mcasp0_axr1.mcasp0_axr1 */
		>;
	};

	mmc1_pins_default: mmc1_pins_default {
		pinctrl-single,pins = <
			AM33XX_IOPAD(0x880, PIN_INPUT_PULLUP | MUX_MODE2) /* gpmc_csn1.mmc1_clk */
			AM33XX_IOPAD(0x884, PIN_INPUT_PULLUP | MUX_MODE2) /* gpmc_csn2.mmc1_cmd */
			AM33XX_IOPAD(0x800, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad0.mmc1_dat0 */
			AM33XX_IOPAD(0x804, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad1.mmc1_dat1 */
			AM33XX_IOPAD(0x808, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad2.mmc1_dat2 */
			AM33XX_IOPAD(0x80c, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad3.mmc1_dat3 */
			AM33XX_IOPAD(0x810, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad4.mmc1_dat4 */
			AM33XX_IOPAD(0x814, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad5.mmc1_dat5 */
			AM33XX_IOPAD(0x818, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad6.mmc1_dat6 */
			AM33XX_IOPAD(0x81c, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad7.mmc1_dat7 */
		>;
	};
	
	spi0_pins_default: spi0_pins_default {
		pinctrl-single,pins = <
			AM33XX_IOPAD(0x950, PIN_INPUT | MUX_MODE0) /* (A17) spi0_sclk.spi0_sclk */
			AM33XX_IOPAD(0x954, PIN_INPUT | MUX_MODE0) /* (B17) spi0_d0.spi0_d0 */
			AM33XX_IOPAD(0x958, PIN_OUTPUT | MUX_MODE0) /* (B16) spi0_d1.spi0_d1 */
			AM33XX_IOPAD(0x95c, PIN_OUTPUT | MUX_MODE0) /* (A16) spi0_cs0.spi0_cs0 */
			AM33XX_IOPAD(0x960, PIN_OUTPUT | MUX_MODE0) /* (C15) spi0_cs1.spi0_cs1 */
		>;
	};

	spi1_pins_default: spi1_pins_default {
		pinctrl-single,pins = <
			AM33XX_IOPAD(0x964, PIN_INPUT | MUX_MODE4) /* (C18) eCAP0_in_PWM0_out.spi1_sclk */
			AM33XX_IOPAD(0x968, PIN_INPUT | MUX_MODE4) /* (E18) uart0_ctsn.spi1_d0 */
			AM33XX_IOPAD(0x96c, PIN_INPUT | MUX_MODE4) /* (E17) uart0_rtsn.spi1_d1 */
			AM33XX_IOPAD(0x978, PIN_INPUT | MUX_MODE4) /* (D18) uart1_ctsn.spi1_cs0 */
		>;
	};

	console_pins_default: console_pins_default {
		pinctrl-single,pins = <
			AM33XX_IOPAD(0x970, PIN_INPUT | MUX_MODE0) /* (E15) uart0_rxd.uart0_rxd */
			AM33XX_IOPAD(0x974, PIN_OUTPUT | MUX_MODE0) /* (E16) uart0_txd.uart0_txd */
		>;
	};

	uart_imu_pins_default: uart_imu_pins_default {
		pinctrl-single,pins = <
			AM33XX_IOPAD(0x980, PIN_INPUT | MUX_MODE0) /* (D16) uart1_rxd.uart1_rxd */
			AM33XX_IOPAD(0x984, PIN_OUTPUT | MUX_MODE0) /* (D15) uart1_txd.uart1_txd */
		>;
	};
};

/*EQEP*/



&uart0 {
	pinctrl-names = "default";
	pinctrl-0 = <&console_pins_default>;

	status = "okay";
};

&uart1 {
	pinctrl-names = "default";
	pinctrl-0 = <&uart_imu_pins_default>;

	status = "okay";
};

&i2c0 {
	pinctrl-names = "default";
	pinctrl-0 = <&i2c0_pins_default>;

	status = "okay";
	clock-frequency = <400000>; /* überprüfen */

};

&cppi41dma  {
	status = "okay";
};

&lcdc {
	status = "disabled";

	blue-and-red-wiring = "crossed";
};

&elm {
	status = "okay";
};

&mcasp0 {
	#sound-dai-cells = <0>;
	pinctrl-names = "default";
	pinctrl-0 = <&mcasp0_pins_default>;

	status = "okay";

	op-mode = <0>;          /* MCASP_IIS_MODE */
	tdm-slots = <2>;
	/* 4 serializers */
	serial-dir = <  /* 0: INACTIVE, 1: TX, 2: RX */
		0 0 1 2
	>;
	tx-num-evt = <32>;
	rx-num-evt = <32>;
};

&mmc1 {
	status = "disabled";
	bus-width = <8>;
	pinctrl-names = "default";
	pinctrl-0 = <&mmc1_pins_default>;
	ti,non-removable;
	vmmc-supply = <&vmmcsd_fixed>;
};

&mmc2 {
	status = "okay";
	bus-width = <8>;
	pinctrl-names = "default";
	pinctrl-0 = <&mmc1_pins_default>;
	ti,non-removable;
	vmmc-supply = <&vmmcsd_fixed>;
	/*TODO vergleichen mit BeagleBone*/
	/*
	vmmc-supply = <&vmmcsd_fixed>;
	pinctrl-names = "default";
	pinctrl-0 = <&emmc_pins>;
	bus-width = <8>;
	status = "okay";
	*/
	
};

&dcan1 {
	status = "disabled";	/* Enable only if Profile 1 is selected */
};
[2019-07-03 11:22:08.988] 
[2019-07-03 11:22:08.988] => 
[2019-07-03 11:22:08.988] => mmc dev 1
[2019-07-03 11:22:10.090] switch to partitions #0, OK
[2019-07-03 11:22:10.090] mmc1(part 0) is current device
[2019-07-03 11:22:10.112] => mmc read 90000000 1000 6000
[2019-07-03 11:22:10.112] 
[2019-07-03 11:22:10.112] MMC read: dev # 1, block # 4096, count 24576 ... 24576 blocks read: OK
[2019-07-03 11:22:10.805] => mmc read 90C00000 7000 1000
[2019-07-03 11:22:10.805] 
[2019-07-03 11:22:10.805] MMC read: dev # 1, block # 28672, count 4096 ... 4096 blocks read: OK
[2019-07-03 11:22:10.917] => setenv stdin serial
[2019-07-03 11:22:10.917] => setenv stderr serial
[2019-07-03 11:22:10.950] => setenv stdout serial
[2019-07-03 11:22:10.950] => setenv console ttyS0,115200n8
[2019-07-03 11:22:10.992] => setenv mmcargs setenv bootargs console=\${console} earlyprintk root=/dev/mmcblk0p2 ro rootfstype=ext2 rootwait 
[2019-07-03 11:22:11.070] => run mmcargs
[2019-07-03 11:22:11.070] => TT_MSG [03.07.2019 11:22:11]: macro successfully finished
bootm 90000000 - 90C00000
[2019-07-03 11:22:11.553] ## Booting kernel from Legacy Image at 90000000 ...
[2019-07-03 11:22:11.553]    Image Name:   Linux-4.14.79-ge669d52447
[2019-07-03 11:22:11.553]    Created:      2019-06-25  10:33:23 UTC
[2019-07-03 11:22:11.553]    Image Type:   ARM Linux Kernel Image (uncompressed)
[2019-07-03 11:22:11.553]    Data Size:    3060224 Bytes = 2.9 MiB
[2019-07-03 11:22:11.553]    Load Address: 80008000
[2019-07-03 11:22:11.553]    Entry Point:  80008000
[2019-07-03 11:22:11.553]    Verifying Checksum ... OK
[2019-07-03 11:22:11.561] ## Flattened Device Tree blob at 90c00000
[2019-07-03 11:22:11.561]    Booting using the fdt blob at 0x90c00000
[2019-07-03 11:22:11.561]    Loading Kernel Image ... OK
[2019-07-03 11:22:11.561]    Loading Device Tree to 9ef2f000, end 9ef39f68 ... OK
[2019-07-03 11:22:11.561] 
[2019-07-03 11:22:11.561] Starting kernel ...
[2019-07-03 11:22:11.561] 
[2019-07-03 11:22:13.533] [    0.000000] Booting Linux on physical CPU 0x0
[2019-07-03 11:22:13.533] [    0.000000] Linux version 4.14.79-ge669d52447 (ngl@ubuntu) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #1 PREEMPT Tue Jun 25 03:32:23 PDT 2019
[2019-07-03 11:22:13.533] [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[2019-07-03 11:22:13.533] [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[2019-07-03 11:22:13.533] [    0.000000] OF: fdt: Machine model: TI AM335x BCSI
[2019-07-03 11:22:13.533] [    0.000000] Memory policy: Data cache writeback
[2019-07-03 11:22:13.533] [    0.000000] efi: Getting EFI parameters from FDT:
[2019-07-03 11:22:13.533] [    0.000000] efi: UEFI not found.
[2019-07-03 11:22:13.533] [    0.000000] cma: Reserved 48 MiB at 0x9b800000
[2019-07-03 11:22:13.533] [    0.000000] CPU: All CPU(s) started in SVC mode.
[2019-07-03 11:22:13.533] [    0.000000] AM335X ES2.1 (sgx neon)
[2019-07-03 11:22:13.533] [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
[2019-07-03 11:22:13.533] [    0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk root=/dev/mmcblk0p2 ro rootfstype=ext2 rootwait
[2019-07-03 11:22:13.533] [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[2019-07-03 11:22:13.533] [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[2019-07-03 11:22:13.547] [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[2019-07-03 11:22:13.547] [    0.000000] Memory: 460136K/524288K available (6144K kernel code, 232K rwdata, 1856K rodata, 1024K init, 238K bss, 15000K reserved, 49152K cma-reserved, 0K highmem)
[2019-07-03 11:22:13.547] [    0.000000] Virtual kernel memory layout:
[2019-07-03 11:22:13.547] [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[2019-07-03 11:22:13.547] [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[2019-07-03 11:22:13.547] [    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
[2019-07-03 11:22:13.547] [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[2019-07-03 11:22:13.547] [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[2019-07-03 11:22:13.547] [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[2019-07-03 11:22:13.547] [    0.000000]       .text : 0xc0008000 - 0xc0700000   (7136 kB)
[2019-07-03 11:22:13.547] [    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
[2019-07-03 11:22:13.547] [    0.000000]       .data : 0xc0a00000 - 0xc0a3a320   ( 233 kB)
[2019-07-03 11:22:13.547] [    0.000000]        .bss : 0xc0a3a320 - 0xc0a75d14   ( 239 kB)
[2019-07-03 11:22:13.547] [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[2019-07-03 11:22:13.561] [    0.000000] Preemptible hierarchical RCU implementation.
[2019-07-03 11:22:13.561] [    0.000000] 	Tasks RCU enabled.
[2019-07-03 11:22:13.561] [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[2019-07-03 11:22:13.561] [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[2019-07-03 11:22:13.561] [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[2019-07-03 11:22:13.561] [    0.000014] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[2019-07-03 11:22:13.561] [    0.000031] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[2019-07-03 11:22:13.561] [    0.000041] OMAP clocksource: timer1 at 24000000 Hz
[2019-07-03 11:22:13.561] [    0.000241] timer_probe: no matching timers found
[2019-07-03 11:22:13.561] [    0.000421] Console: colour dummy device 80x30
[2019-07-03 11:22:13.561] [    0.000464] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[2019-07-03 11:22:13.561] [    0.089277] pid_max: default: 32768 minimum: 301
[2019-07-03 11:22:13.561] [    0.089444] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[2019-07-03 11:22:13.561] [    0.089456] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[2019-07-03 11:22:13.561] [    0.090159] CPU: Testing write buffer coherency: ok
[2019-07-03 11:22:13.573] [    0.090220] CPU0: Spectre v2: using BPIALL workaround
[2019-07-03 11:22:13.573] [    0.090836] Setting up static identity map for 0x80100000 - 0x80100060
[2019-07-03 11:22:13.573] [    0.090970] Hierarchical SRCU implementation.
[2019-07-03 11:22:13.573] [    0.091266] EFI services will not be available.
[2019-07-03 11:22:13.573] [    0.092478] devtmpfs: initialized
[2019-07-03 11:22:13.573] [    0.098360] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
[2019-07-03 11:22:13.573] [    0.098791] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[2019-07-03 11:22:13.573] [    0.099076] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[2019-07-03 11:22:13.573] [    0.099097] futex hash table entries: 256 (order: -1, 3072 bytes)
[2019-07-03 11:22:13.573] [    0.102740] pinctrl core: initialized pinctrl subsystem
[2019-07-03 11:22:13.573] [    0.103402] DMI not present or invalid.
[2019-07-03 11:22:13.573] [    0.103762] NET: Registered protocol family 16
[2019-07-03 11:22:13.573] [    0.105701] DMA: preallocated 256 KiB pool for atomic coherent allocations
[2019-07-03 11:22:13.773] [    0.117162] omap_hwmod: debugss: _wait_target_disable failed
[2019-07-03 11:22:13.773] [    0.169411] cpuidle: using governor ladder
[2019-07-03 11:22:13.773] [    0.169444] cpuidle: using governor menu
[2019-07-03 11:22:13.773] [    0.173143] OMAP GPIO hardware version 0.1
[2019-07-03 11:22:13.773] [    0.180543] No ATAGs?
[2019-07-03 11:22:13.773] [    0.180559] hw-breakpoint: debug architecture 0x4 unsupported.
[2019-07-03 11:22:13.773] [    0.190226] edma 49000000.edma: TI EDMA DMA engine driver
[2019-07-03 11:22:13.773] [    0.192268] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/i2c0_pins_default, deferring probe
[2019-07-03 11:22:13.773] [    0.192372] pps_core: LinuxPPS API ver. 1 registered
[2019-07-03 11:22:13.773] [    0.192380] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[2019-07-03 11:22:13.773] [    0.192400] PTP clock support registered
[2019-07-03 11:22:13.773] [    0.192430] EDAC MC: Ver: 3.0.0
[2019-07-03 11:22:13.773] [    0.192842] dmi: Firmware registration failed.
[2019-07-03 11:22:13.773] [    0.193212] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[2019-07-03 11:22:13.773] [    0.194446] clocksource: Switched to clocksource timer1
[2019-07-03 11:22:13.773] [    0.201324] NET: Registered protocol family 2
[2019-07-03 11:22:13.773] [    0.201976] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[2019-07-03 11:22:13.785] [    0.202021] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[2019-07-03 11:22:13.786] [    0.202059] TCP: Hash tables configured (established 4096 bind 4096)
[2019-07-03 11:22:13.786] [    0.202154] UDP hash table entries: 256 (order: 0, 4096 bytes)
[2019-07-03 11:22:13.786] [    0.202171] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[2019-07-03 11:22:13.786] [    0.202314] NET: Registered protocol family 1
[2019-07-03 11:22:13.786] [    0.202896] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[2019-07-03 11:22:13.786] [    0.202998] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[2019-07-03 11:22:13.786] [    0.204270] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[2019-07-03 11:22:13.786] [    0.208041] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[2019-07-03 11:22:13.786] [    0.209930] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[2019-07-03 11:22:13.786] [    0.209948] io scheduler noop registered
[2019-07-03 11:22:13.786] [    0.209955] io scheduler deadline registered
[2019-07-03 11:22:13.786] [    0.210130] io scheduler cfq registered (default)
[2019-07-03 11:22:13.786] [    0.210141] io scheduler mq-deadline registered
[2019-07-03 11:22:13.786] [    0.210147] io scheduler kyber registered
[2019-07-03 11:22:14.184] [    0.211131] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[2019-07-03 11:22:14.184] [    0.254295] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[2019-07-03 11:22:14.184] [    0.257982] console [ttyS0] disabled
[2019-07-03 11:22:14.184] [    0.258073] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
[2019-07-03 11:22:14.184] [    0.810012] console [ttyS0] enabled
[2019-07-03 11:22:14.184] [    0.814675] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250
[2019-07-03 11:22:14.184] [    0.825122] omap_rng 48310000.rng: Random Number Generator ver. 20
[2019-07-03 11:22:14.184] [    0.840708] brd: module loaded
[2019-07-03 11:22:14.198] [    0.849718] loop: module loaded
[2019-07-03 11:22:14.198] [    0.854362] i2c /dev entries driver
[2019-07-03 11:22:14.198] [    0.859949] cpuidle: enable-method property 'ti,am3352' found operations
[2019-07-03 11:22:14.198] [    0.867151] sdhci: Secure Digital Host Controller Interface driver
[2019-07-03 11:22:14.198] [    0.873359] sdhci: Copyright(c) Pierre Ossman
[2019-07-03 11:22:14.198] [    0.935093] sdhci-pltfm: SDHCI platform and OF driver helper
[2019-07-03 11:22:14.198] [    0.948722] NET: Registered protocol family 10
[2019-07-03 11:22:14.198] [    0.954826] Segment Routing with IPv6
[2019-07-03 11:22:14.198] [    0.959693] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[2019-07-03 11:22:14.198] [    0.968522] NET: Registered protocol family 17
[2019-07-03 11:22:14.198] [    0.973169] Key type dns_resolver registered
[2019-07-03 11:22:14.198] [    0.977674] omap_voltage_late_init: Voltage driver support not added
[2019-07-03 11:22:14.198] [    0.989386] i2c i2c-0: of_i2c: modalias failure on /ocp/i2c@44e0b000/tps@2d
[2019-07-03 11:22:14.198] [    0.996546] i2c i2c-0: Failed to create I2C device for /ocp/i2c@44e0b000/tps@2d
[2019-07-03 11:22:14.198] [    1.003942] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[2019-07-03 11:22:14.198] [    1.009935] hctosys: unable to open rtc device (rtc0)
[2019-07-03 11:22:14.198] [    1.016383] Waiting for root device /dev/mmcblk0p2...
[2019-07-03 11:22:14.211] [    1.031500] mmc0: new high speed MMC card at address 0001
[2019-07-03 11:22:14.211] [    1.037719] mmcblk0: mmc0:0001 Q2J54A 3.64 GiB 
[2019-07-03 11:22:14.211] [    1.042500] mmcblk0boot0: mmc0:0001 Q2J54A partition 1 2.00 MiB
[2019-07-03 11:22:14.211] [    1.048768] mmcblk0boot1: mmc0:0001 Q2J54A partition 2 2.00 MiB
[2019-07-03 11:22:14.211] [    1.055087] mmcblk0rpmb: mmc0:0001 Q2J54A partition 3 512 KiB
[2019-07-03 11:22:14.211] [    1.062243]  mmcblk0: p1 p2
[2019-07-03 11:22:14.211] [    1.075458] EXT4-fs (mmcblk0p2): mounting ext2 file system using the ext4 subsystem
[2019-07-03 11:22:14.211] [    1.087458] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[2019-07-03 11:22:14.211] [    1.095165] VFS: Mounted root (ext2 filesystem) readonly on device 179:2.
[2019-07-03 11:22:14.211] [    1.104783] devtmpfs: mounted
[2019-07-03 11:22:14.211] [    1.109015] Freeing unused kernel memory: 1024K
[2019-07-03 11:22:14.211] [    1.118413] random: fast init done
[2019-07-03 11:22:14.313] [    1.389713] systemd[1]: System time before build time, advancing clock.
[2019-07-03 11:22:14.362] [    1.439093] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid)
[2019-07-03 11:22:14.412] [    1.460764] systemd[1]: Detected architecture arm.
[2019-07-03 11:22:14.412] 
[2019-07-03 11:22:14.412] Welcome to Arago 2018.10!
[2019-07-03 11:22:14.412] 
[2019-07-03 11:22:14.429] [    1.498274] systemd[1]: Set hostname to <am335x-evm>.
[2019-07-03 11:22:14.468] [    1.511280] random: systemd: uninitialized urandom read (16 bytes read)
[2019-07-03 11:22:14.468] [    1.518363] systemd[1]: Initializing machine ID from random generator.
[2019-07-03 11:22:14.468] [    1.525236] systemd[1]: Installed transient /etc/machine-id file.
[2019-07-03 11:22:14.638] [    1.680939] systemd[43]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with error code 127.
[2019-07-03 11:22:14.638] [    1.691911] systemd[43]: /lib/systemd/system-generators/systemd-rc-local-generator terminated by signal SEGV.
[2019-07-03 11:22:14.947] [    1.994871] random: systemd: uninitialized urandom read (16 bytes read)
[2019-07-03 11:22:14.947] [    2.005031] systemd[1]: Created slice System Slice.
[2019-07-03 11:22:14.948] [  OK  ] Created slice System Slice.
[2019-07-03 11:22:14.993] [    2.034882] random: systemd: uninitialized urandom read (16 bytes read)
[2019-07-03 11:22:14.993] [    2.043433] systemd[1]: Created slice system-getty.slice.
[2019-07-03 11:22:14.993] [  OK  ] Created slice system-getty.slice.
[2019-07-03 11:22:15.033] [    2.079334] systemd[1]: Created slice User and Session Slice.
[2019-07-03 11:22:15.033] [  OK  ] Created slice User and Session Slice.
[2019-07-03 11:22:15.044] [  OK  ] Created slice system-serial\x2dgetty.slice.
[2019-07-03 11:22:15.077]          Mounting Kernel Debug File System...
[2019-07-03 11:22:15.122] [  OK  ] Listening on Network Service Netlink Socket.
[2019-07-03 11:22:15.137] [  OK  ] Listening on udev Kernel Socket.
[2019-07-03 11:22:15.182] [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[2019-07-03 11:22:15.197] [  OK  ] Reached target Slices.
[2019-07-03 11:22:15.230] [  OK  ] Listening on udev Control Socket.
[2019-07-03 11:22:15.271] [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[2019-07-03 11:22:15.302] [  OK  ] Started Forward Password Requests to Wall Directory Watch.
[2019-07-03 11:22:15.318] [  OK  ] Reached target Paths.
[2019-07-03 11:22:15.349] [  OK  ] Reached target Remote File Systems.
[2019-07-03 11:22:15.380] [  OK  ] Listening on Journal Socket.
[2019-07-03 11:22:15.411]          Starting Load Kernel Modules...
[2019-07-03 11:22:15.443]          Starting Create list of required st�cce nodes for the current k[    2.525707] cryptodev: disagrees about version of symbol module_layout
[2019-07-03 11:22:15.529] ernel...
[2019-07-03 11:22:15.536] [  OK  ] Listening on Process Core Dump Socket.
[2019-07-03 11:22:15.536] [  OK  ] Listening on Syslog Socket.
[2019-07-03 11:22:15.548]          Starting File System Check on Root Device...
[2019-07-03 11:22:15.582]          Mounting POSIX Message Queue File System...
[2019-07-03 11:22:15.598] [  OK  ] Listening on Journal Socket (/dev/log).
[2019-07-03 11:22:15.645]          Starting Journal Service...
[2019-07-03 11:22:15.678] [  OK  ] Reached target Swap.
[2019-07-03 11:22:15.733]          Mounting Temporary Directory (/tmp)...
[2019-07-03 11:22:15.757] [  OK  ] Mounted Kernel Debug File System.
[2019-07-03 11:22:15.800] [  OK  ] Mounted POSIX Message Queue File System.
[2019-07-03 11:22:15.818] [  OK  ] Mounted Temporary Directory (/tmp).
[2019-07-03 11:22:15.865] [  OK  ] Started Journal Service.
[2019-07-03 11:22:15.911] [FAILED] Failed to start Load Kernel Modules.
[2019-07-03 11:22:15.939] See 'systemctl status systemd-modules-load.service' for details.
[2019-07-03 11:22:15.987] [  OK  ] Started Create list of required sta�cvice nodes for the current kernel.
[2019-07-03 11:22:16.032] [FAILED] Failed to start File System Check on Root Device.
[2019-07-03 11:22:16.060] See 'systemctl status systemd-fsck-root.service' for details.
[2019-07-03 11:22:16.091]          Starting Remount Root and Kernel File Systems...
[2019-07-03 11:22:16.168]          Starting Apply Kernel Variables...
[2019-07-03 11:22:16.168] [    3.222835] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
[2019-07-03 11:22:16.553] [    3.271713] Unable to handle kernel paging request at virtual address f0000042
[2019-07-03 11:22:16.553] [    3.271721] pgd = df6c0000
[2019-07-03 11:22:16.553] [    3.271725] [f0000042] *pgd=00000000
[2019-07-03 11:22:16.553] [    3.271739] Internal error: Oops: 5 [#1] PREEMPT ARM
[2019-07-03 11:22:16.553] [    3.271745] Modules linked in:
[2019-07-03 11:22:16.553] [    3.271758] CPU: 0 PID: 67 Comm: systemd-sysctl Not tainted 4.14.79-ge669d52447 #1
[2019-07-03 11:22:16.553] [    3.271761] Hardware name: Generic AM33XX (Flattened Device Tree)
[2019-07-03 11:22:16.553] [    3.271765] task: df690600 task.stack: df6e2000
[2019-07-03 11:22:16.553] [    3.271785] PC is at file_ra_state_init+0xc/0x6c
[2019-07-03 11:22:16.553] [    3.271799] LR is at do_dentry_open.constprop.4+0x1a0/0x310
[2019-07-03 11:22:16.553] [    3.271803] pc : [<c01cffa8>]    lr : [<c021b088>]    psr: 600d0013
[2019-07-03 11:22:16.553] [    3.271807] sp : df6e3db8  ip : df6e3dd0  fp : df6e3dcc
[2019-07-03 11:22:16.553] [    3.271810] r10: 00000000  r9 : df677d80  r8 : 00000000
[2019-07-03 11:22:16.553] [    3.271814] r7 : c027d1d8  r6 : df677d88  r5 : db183c10  r4 : df677d80
[2019-07-03 11:22:16.553] [    3.271817] r3 : db183c14  r2 : db183cec  r1 : f0000042  r0 : df677dd8
[2019-07-03 11:22:16.553] [    3.271823] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[2019-07-03 11:22:16.553] [    3.271828] Control: 10c5387d  Table: 9f6c0019  DAC: 00000051
[2019-07-03 11:22:16.566] [    3.271832] Process systemd-sysctl (pid: 67, stack limit = 0xdf6e2208)
[2019-07-03 11:22:16.566] [    3.271836] Stack: (0xdf6e3db8 to 0xdf6e4000)
[2019-07-03 11:22:16.566] [    3.271842] 3da0:                                                       df677d80 db183c10
[2019-07-03 11:22:16.566] [    3.271850] 3dc0: df6e3df4 df6e3dd0 c021b088 c01cffa8 df6e3ea8 df677d80 00000000 df6e3e68
[2019-07-03 11:22:16.566] [    3.271858] 3de0: 00020000 df677d80 df6e3e14 df6e3df8 c021c008 c021aef4 df6e3ea8 00000000
[2019-07-03 11:22:16.566] [    3.271867] 3e00: 00000000 df6e3e68 df6e3ea4 df6e3e18 c022d488 c021bfcc c01c8528 c01ed71c
[2019-07-03 11:22:16.566] [    3.271875] 3e20: c0a38ce8 df6e3eb0 df6e3e70 00000000 00000000 c0848d00 00020000 ffffe000
[2019-07-03 11:22:16.566] [    3.271883] 3e40: 00000000 00000000 00000041 df677d80 00000000 00000004 df6e3e84 00000000
[2019-07-03 11:22:16.566] [    3.271891] 3e60: 00000000 db183c10 df5b8110 db193cc0 df6e3e70 df6e3e70 df6e3edc 00000003
[2019-07-03 11:22:16.566] [    3.271900] 3e80: df6e3ea8 df6e3f5c 00000001 c0107e44 df6e2000 00000005 df6e3f4c df6e3ea8
[2019-07-03 11:22:16.566] [    3.271908] 3ea0: c022ef3c c022cf50 df5b8110 db193cc0 abdbd7e3 00000007 df6c8016 df6e3f78
[2019-07-03 11:22:16.581] [    3.271916] 3ec0: df4c4c10 db0b9d48 db183c10 00000101 00000000 00000090 00000000 00000000
[2019-07-03 11:22:16.581] [    3.271924] 3ee0: 00000000 df6e3ee8 c0a032e4 00000003 df034780 df647740 00000000 00000400
[2019-07-03 11:22:16.581] [    3.271932] 3f00: df6e3f3c df6e3f10 c023f9c4 c023eff0 000a0000 000a0000 df6c8000 00000000
[2019-07-03 11:22:16.581] [    3.271940] 3f20: fffff000 00000002 ffffff9c 00000005 00000003 ffffff9c df6c8000 fffff000
[2019-07-03 11:22:16.581] [    3.271948] 3f40: df6e3f94 df6e3f50 c021c42c c022eedc c021fe70 c021fc0c df6e3f8c 00020000
[2019-07-03 11:22:16.581] [    3.271956] 3f60: c0140000 00000004 00000100 00000001 0044e008 00000000 00000008 00000005
[2019-07-03 11:22:16.581] [    3.271965] 3f80: c0107e44 df6e2000 df6e3fa4 df6e3f98 c021c4cc c021c2d0 00000000 df6e3fa8
[2019-07-03 11:22:16.581] [    3.271973] 3fa0: c0107c40 c021c4b8 0044e008 00000000 b6ec8650 000a0000 000001b6 000001b6
[2019-07-03 11:22:16.581] [    3.271981] 3fc0: 0044e008 00000000 00000008 00000005 00000000 00000000 0044bb80 b6f4acf0
[2019-07-03 11:22:16.581] [    3.271989] 3fe0: 00000000 be8513bc b6cb1281 b6cec188 400d0030 b6ec8650 00000000 00000000
[2019-07-03 11:22:16.582] [    3.271991] Backtrace: 
[2019-07-03 11:22:16.582] [    3.272006] [<c01cff9c>] (file_ra_state_init) from [<c021b088>] (do_dentry_open.constprop.4+0x1a0/0x310)
[2019-07-03 11:22:16.595] [    3.272012]  r5:db183c10 r4:df677d80
[2019-07-03 11:22:16.595] [    3.272022] [<c021aee8>] (do_dentry_open.constprop.4) from [<c021c008>] (vfs_open+0x48/0x7c)
[2019-07-03 11:22:16.595] [    3.272029]  r9:df677d80 r8:00020000 r7:df6e3e68 r6:00000000 r5:df677d80 r4:df6e3ea8
[2019-07-03 11:22:16.595] [    3.272039] [<c021bfc0>] (vfs_open) from [<c022d488>] (path_openat+0x544/0x1124)
[2019-07-03 11:22:16.595] [    3.272045]  r7:df6e3e68 r6:00000000 r5:00000000 r4:df6e3ea8
[2019-07-03 11:22:16.595] [    3.272053] [<c022cf44>] (path_openat) from [<c022ef3c>] (do_filp_open+0x6c/0xd0)
[2019-07-03 11:22:16.595] [    3.272060]  r10:00000005 r9:df6e2000 r8:c0107e44 r7:00000001 r6:df6e3f5c r5:df6e3ea8
[2019-07-03 11:22:16.595] [    3.272063]  r4:00000003
[2019-07-03 11:22:16.595] [    3.272071] [<c022eed0>] (do_filp_open) from [<c021c42c>] (do_sys_open+0x168/0x1e8)
[2019-07-03 11:22:16.595] [    3.272076]  r7:fffff000 r6:df6c8000 r5:ffffff9c r4:00000003
[2019-07-03 11:22:16.595] [    3.272085] [<c021c2c4>] (do_sys_open) from [<c021c4cc>] (SyS_open+0x20/0x24)
[2019-07-03 11:22:16.595] [    3.272092]  r9:df6e2000 r8:c0107e44 r7:00000005 r6:00000008 r5:00000000 r4:0044e008
[2019-07-03 11:22:16.600] [    3.272109] [<c021c4ac>] (SyS_open) from [<c0107c40>] (ret_fast_syscall+0x0/0x54)
[2019-07-03 11:22:16.600] [    3.272119] Code: c0a63278 e1a0c00d e92dd830 e24cb004 (e5912000) 
[2019-07-03 11:22:16.600] [    3.272127] ---[ end trace e29599159af53a66 ]---
[2019-07-03 11:22:16.600]          Mounting Kernel Configuration File System...
[2019-07-03 11:22:16.622] [    3.678836] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[2019-07-03 11:22:16.622] [  OK  ] Mounted Kernel Configuration File System.
[2019-07-03 11:22:16.679] [  OK  ] Started Remount Root and Kernel File Systems.
[2019-07-03 11:22:16.722] [FAILED] Failed to start Apply Kernel Variables.
[2019-07-03 11:22:16.740] See 'systemctl status systemd-sysctl.service' for details.
[2019-07-03 11:22:16.785]          Starting Flush Journal to Persistent Storage...
[2019-07-03 11:22:16.835]          Starting Rebuild Hardware Database...
[2019-07-03 11:22:16.866]          Starting Create System Users...
[2019-07-03 11:22:17.235] [    3.960831] Unable to handle kernel paging request at virtual address 5b6e7c94
[2019-07-03 11:22:17.235] [    3.968110] pgd = df6d0000
[2019-07-03 11:22:17.235] [    3.970825] [5b6e7c94] *pgd=00000000
[2019-07-03 11:22:17.235] [    3.974424] Internal error: Oops: 5 [#2] PREEMPT ARM
[2019-07-03 11:22:17.235] [    3.979408] Modules linked in:
[2019-07-03 11:22:17.235] [    3.982483] CPU: 0 PID: 71 Comm: (sysusers) Tainted: G      D         4.14.79-ge669d52447 #1
[2019-07-03 11:22:17.235] [    3.990954] Hardware name: Generic AM33XX (Flattened Device Tree)
[2019-07-03 11:22:17.235] [    3.997069] task: df690600 task.stack: df6c6000
[2019-07-03 11:22:17.235] [    4.001634] PC is at irq_find_mapping+0x34/0xb0
[2019-07-03 11:22:17.235] [    4.006182] LR is at irq_gc_get_irq_data+0x44/0x68
[2019-07-03 11:22:17.235] [    4.010989] pc : [<c017016c>]    lr : [<c016ed40>]    psr: 20000193
[2019-07-03 11:22:17.235] [    4.017279] sp : df6c7c08  ip : df6c7c20  fp : df6c7c1c
[2019-07-03 11:22:17.235] [    4.022521] r10: c0895510  r9 : df6c6000  r8 : df008000
[2019-07-03 11:22:17.235] [    4.027765] r7 : 00000000  r6 : 00000000  r5 : df6c7c38  r4 : 5b6e7c58
[2019-07-03 11:22:17.235] [    4.034317] r3 : ffffffff  r2 : df0d2f00  r1 : df008008  r0 : df6c7c38
[2019-07-03 11:22:17.235] [    4.040871] Flags: nzCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment none
[2019-07-03 11:22:17.235] [    4.048120] Control: 10c5387d  Table: 9f6d0019  DAC: 00000051
[2019-07-03 11:22:17.248] [    4.053888] Process (sysusers) (pid: 71, stack limit = 0xdf6c6208)
[2019-07-03 11:22:17.248] [    4.060092] Stack: (0xdf6c7c08 to 0xdf6c8000)
[2019-07-03 11:22:17.248] [    4.064469] 7c00:                   df0d2f00 00000021 df6c7c34 df6c7c20 c016ed40 c0170144
[2019-07-03 11:22:17.248] [    4.072683] 7c20: df0d2f00 00000021 df6c7c4c df6c7c38 c016cecc c016cd54 c0a38364 00000021
[2019-07-03 11:22:17.248] [    4.080896] 7c40: df6c7c5c df6c7c50 c0168c1c c016cd90 df6c7c84 df6c7c60 c01692d4 c0168bfc
[2019-07-03 11:22:17.248] [    4.089110] 7c60: c0a6beb0 a0000113 ffffffff df6c7cd4 800813cd df6c6000 df6c7c9c df6c7c88
[2019-07-03 11:22:17.248] [    4.097324] 7c80: c0101464 c0169284 c01f02a0 a0000113 df6c7d6c df6c7ca0 c010c54c c0101434
[2019-07-03 11:22:17.248] [    4.105537] 7ca0: df678e68 00000040 00000000 dfb6225c b6b9b000 df67866c b6b9a000 dfb62224
[2019-07-03 11:22:17.248] [    4.113751] 7cc0: 800813cd df6c7dc0 c0895510 df6c7d6c 0009ffe1 df6c7cf0 c01f0270 c01f02a0
[2019-07-03 11:22:17.248] [    4.121965] 7ce0: a0000113 ffffffff 00000051 bf000000 b6b9bfff df6aada8 db0c7684 b6b9c000
[2019-07-03 11:22:17.248] [    4.130179] 7d00: 01000200 00000000 df665c40 df6aadac df678664 ffffe000 c0a66038 c0a05a80
[2019-07-03 11:22:17.262] [    4.138391] 7d20: 00000000 df6b6900 b6b9c000 b6b9b000 00000000 ffffffff 00000000 00000000
[2019-07-03 11:22:17.262] [    4.146604] 7d40: df6c7d84 df6b6900 ffffffff df6c7dc0 00000000 00000000 00000000 0000000a
[2019-07-03 11:22:17.262] [    4.154816] 7d60: df6c7d8c df6c7d70 c01f0708 c01efffc 00000000 df665c40 00000000 df6b6900
[2019-07-03 11:22:17.262] [    4.163029] 7d80: df6c7dbc df6c7d90 c01f09ac c01f06c4 00000000 df6c7da0 c01eeb80 df623ae0
[2019-07-03 11:22:17.262] [    4.171242] 7da0: df665c40 00000000 df6651c0 df665c40 df6c7e24 df6c7dc0 c01f7224 c01f095c
[2019-07-03 11:22:17.262] [    4.179456] 7dc0: df665c40 00000001 00000000 00000000 ffffffff 00000000 00000000 000000fb
[2019-07-03 11:22:17.262] [    4.187670] 7de0: 00000400 df671000 df631b00 df690600 df6651c0 df637600 00000000 df665c40
[2019-07-03 11:22:17.262] [    4.195882] 7e00: 00000000 df690600 df6651c0 df665c40 00000000 df690600 df6c7e3c df6c7e28
[2019-07-03 11:22:17.262] [    4.204096] 7e20: c0125108 c01f7178 df665c40 df631b00 df6c7e74 df6c7e40 c0225698 c01250d4
[2019-07-03 11:22:17.262] [    4.212309] 7e40: df6c7e74 df6c7e50 c02746a4 df650e00 df631b00 00000034 df6c7e78 df637600
[2019-07-03 11:22:17.262] [    4.220523] 7e60: 00000000 0000000a df6c7f0c df6c7e78 c0275d80 c022535c 00002017 df6c7f0c
[2019-07-03 11:22:17.273] [    4.228736] 7e80: 00000000 00000000 00000016 df6651f8 00000000 df690600 c0115df8 00000f5f
[2019-07-03 11:22:17.273] [    4.236950] 7ea0: 00000016 beffff49 df6c7ec4 df6c7eb8 c0115df8 00000001 df631400 df5bde40
[2019-07-03 11:22:17.273] [    4.245163] 7ec0: df696500 df637600 00000034 00000000 005d0280 df631b00 df631b00 00000000
[2019-07-03 11:22:17.273] [    4.253377] 7ee0: df6c7f04 c0a1aadc df631b00 ffffe000 c0a1a638 c0848ca0 00000002 fffffff8
[2019-07-03 11:22:17.273] [    4.261590] 7f00: df6c7f3c df6c7f10 c0225c24 c0275ad8 00000000 df6c9000 df690600 ffffe000
[2019-07-03 11:22:17.273] [    4.269803] 7f20: 00000047 df631b00 00000000 df6651c0 df6c7f84 df6c7f40 c022663c c0225b8c
[2019-07-03 11:22:17.273] [    4.278017] 7f40: 00000000 c0a3aa20 df6651f8 df66ed80 00592100 00000000 0000000b 005d0280
[2019-07-03 11:22:17.273] [    4.286230] 7f60: 00592100 00000000 0000000b c0107e44 df6c6000 0000000b df6c7fa4 df6c7f88
[2019-07-03 11:22:17.273] [    4.294444] 7f80: c0226970 c02260a4 00000000 005cdc74 00584440 0056a2f0 00000000 df6c7fa8
[2019-07-03 11:22:17.273] [    4.302657] 7fa0: c0107c40 c0226944 00584440 0056a2f0 0058f458 005d0280 00592100 005915f8
[2019-07-03 11:22:17.547] [    4.310871] 7fc0: 00584440 0056a2f0 00000000 0000000b 00000000 005d0280 beb63688 beb63604
[2019-07-03 11:22:17.547] [    4.319084] 7fe0: 005645c0 beb634d4 004994e8 b6c89758 600d0030 0058f458 00000000 00000000
[2019-07-03 11:22:17.547] [    4.327290] Backtrace: 
[2019-07-03 11:22:17.547] [    4.329757] [<c0170138>] (irq_find_mapping) from [<c016ed40>] (irq_gc_get_irq_data+0x44/0x68)
[2019-07-03 11:22:17.547] [    4.338316]  r5:00000021 r4:df0d2f00
[2019-07-03 11:22:17.547] [    4.341911] [<c016cd48>] (unmask_irq.part.4) from [<c016cecc>] (handle_level_irq+0x148/0x158)
[2019-07-03 11:22:17.547] [    4.350469]  r5:00000021 r4:df0d2f00
[2019-07-03 11:22:17.547] [    4.354073] [<c016cd84>] (handle_level_irq) from [<c0168c1c>] (generic_handle_irq+0x2c/0x3c)
[2019-07-03 11:22:17.547] [    4.362544]  r5:00000021 r4:c0a38364
[2019-07-03 11:22:17.547] [    4.366139] [<c0168bf0>] (generic_handle_irq) from [<c01692d4>] (__handle_domain_irq+0x5c/0xb0)
[2019-07-03 11:22:17.547] [    4.374881] [<c0169278>] (__handle_domain_irq) from [<c0101464>] (omap_intc_handle_irq+0x3c/0x98)
[2019-07-03 11:22:17.563] [    4.383792]  r9:df6c6000 r8:800813cd r7:df6c7cd4 r6:ffffffff r5:a0000113 r4:c0a6beb0
[2019-07-03 11:22:17.563] [    4.391572] [<c0101428>] (omap_intc_handle_irq) from [<c010c54c>] (__irq_svc+0x6c/0xa8)
[2019-07-03 11:22:17.563] [    4.399607] Exception stack(0xdf6c7ca0 to 0xdf6c7ce8)
[2019-07-03 11:22:17.563] [    4.404681] 7ca0: df678e68 00000040 00000000 dfb6225c b6b9b000 df67866c b6b9a000 dfb62224
[2019-07-03 11:22:17.563] [    4.412895] 7cc0: 800813cd df6c7dc0 c0895510 df6c7d6c 0009ffe1 df6c7cf0 c01f0270 c01f02a0
[2019-07-03 11:22:17.563] [    4.421104] 7ce0: a0000113 ffffffff
[2019-07-03 11:22:17.563] [    4.424604]  r5:a0000113 r4:c01f02a0
[2019-07-03 11:22:17.563] [    4.428198] [<c01efff0>] (unmap_page_range) from [<c01f0708>] (unmap_single_vma+0x50/0x58)
[2019-07-03 11:22:17.563] [    4.436499]  r10:0000000a r9:00000000 r8:00000000 r7:00000000 r6:df6c7dc0 r5:ffffffff
[2019-07-03 11:22:17.563] [    4.444357]  r4:df6b6900
[2019-07-03 11:22:17.563] [    4.446902] [<c01f06b8>] (unmap_single_vma) from [<c01f09ac>] (unmap_vmas+0x5c/0x70)
[2019-07-03 11:22:17.563] [    4.454675]  r4:df6b6900
[2019-07-03 11:22:17.563] [    4.457224] [<c01f0950>] (unmap_vmas) from [<c01f7224>] (exit_mmap+0xb8/0x1b0)
[2019-07-03 11:22:17.563] [    4.464477]  r8:df665c40 r7:df6651c0 r6:00000000 r5:df665c40 r4:df623ae0
[2019-07-03 11:22:17.579] [    4.471215] [<c01f716c>] (exit_mmap) from [<c0125108>] (mmput+0x40/0xfc)
[2019-07-03 11:22:17.579] [    4.477941]  r6:df690600 r5:00000000 r4:df665c40
[2019-07-03 11:22:17.579] [    4.482588] [<c01250c8>] (mmput) from [<c0225698>] (flush_old_exec+0x348/0x830)
[2019-07-03 11:22:17.579] [    4.489925]  r5:df631b00 r4:df665c40
[2019-07-03 11:22:17.579] [    4.493529] [<c0225350>] (flush_old_exec) from [<c0275d80>] (load_elf_binary+0x2b4/0x1348)
[2019-07-03 11:22:17.579] [    4.501830]  r10:0000000a r9:00000000 r8:df637600 r7:df6c7e78 r6:00000034 r5:df631b00
[2019-07-03 11:22:17.579] [    4.509689]  r4:df650e00
[2019-07-03 11:22:17.579] [    4.512237] [<c0275acc>] (load_elf_binary) from [<c0225c24>] (search_binary_handler.part.3+0xa4/0x23c)
[2019-07-03 11:22:17.579] [    4.521585]  r10:fffffff8 r9:00000002 r8:c0848ca0 r7:c0a1a638 r6:ffffe000 r5:df631b00
[2019-07-03 11:22:17.579] [    4.529444]  r4:c0a1aadc
[2019-07-03 11:22:17.579] [    4.531992] [<c0225b80>] (search_binary_handler.part.3) from [<c022663c>] (do_execveat_common+0x5a4/0x68c)
[2019-07-03 11:22:17.579] [    4.541689]  r10:df6651c0 r9:00000000 r8:df631b00 r7:00000047 r6:ffffe000 r5:df690600
[2019-07-03 11:22:17.579] [    4.549549]  r4:df6c9000 r3:00000000
[2019-07-03 11:22:17.579] [    4.553143] [<c0226098>] (do_execveat_common) from [<c0226970>] (SyS_execve+0x38/0x40)
[2019-07-03 11:22:17.589] [    4.561094]  r10:0000000b r9:df6c6000 r8:c0107e44 r7:0000000b r6:00000000 r5:00592100
[2019-07-03 11:22:17.589] [    4.568952]  r4:005d0280
[2019-07-03 11:22:17.589] [    4.571505] [<c0226938>] (SyS_execve) from [<c0107c40>] (ret_fast_syscall+0x0/0x54)
[2019-07-03 11:22:17.589] [    4.579191]  r5:0056a2f0 r4:00584440
[2019-07-03 11:22:17.589] [    4.582784] Code: e5953030 e1530004 9a000002 e0854104 (e594003c) 
[2019-07-03 11:22:17.589] [    4.588910] ---[ end trace e29599159af53a67 ]---
[2019-07-03 11:22:17.589] [    4.593544] Kernel panic - not syncing: Fatal exception in interrupt
[2019-07-03 11:22:17.589] [    4.599925] ---[ end Kernel panic - not syncing: Fatal exception in interrupt
[2019-07-03 15:24:26.560] 
[2019-07-03 15:24:26.560] U-Boot SPL 2016.07-rc1-00019-g84d2dae-dirty (Jun 25 2019 - 14:53:01)
[2019-07-03 15:24:26.625] Trying to boot from MMC2
[2019-07-03 15:24:26.745] *** Warning - bad CRC, using default environment
[2019-07-03 15:24:26.745] 
[2019-07-03 15:24:26.745] reading u-boot.img
[2019-07-03 15:24:26.745] reading u-boot.img
[2019-07-03 15:24:26.784] 
[2019-07-03 15:24:26.784] 
[2019-07-03 15:24:26.784] U-Boot 2016.07-rc1-00019-g84d2dae-dirty (Jun 25 2019 - 14:53:01 +0200)
[2019-07-03 15:24:26.784] 
[2019-07-03 15:24:26.784] I2C:   ready
[2019-07-03 15:24:26.833] DRAM:  512 MiB
[2019-07-03 15:24:26.882] MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
[2019-07-03 15:24:26.961] *** Warning - bad CRC, using default environment
[2019-07-03 15:24:26.961] 
[2019-07-03 15:24:27.121] => 
[2019-07-03 15:24:27.152] => mmc dev 1
[2019-07-03 15:24:28.318] switch to partitions #0, OK
[2019-07-03 15:24:28.334] mmc1(part 0) is current device
[2019-07-03 15:24:28.334] => mmc read 90000000 1000 6000
[2019-07-03 15:24:28.376] 
[2019-07-03 15:24:28.376] MMC read: dev # 1, block # 4096, count 24576 ... 24576 blocks read: OK
[2019-07-03 15:24:29.062] => mmc read 90C00000 7000 1000
[2019-07-03 15:24:29.133] 
[2019-07-03 15:24:29.133] MMC read: dev # 1, block # 28672, count 4096 ... 4096 blocks read: OK
[2019-07-03 15:24:29.246] => setenv stdin serial
[2019-07-03 15:24:29.277] => setenv stderr serial
[2019-07-03 15:24:29.294] => setenv stdout serial
[2019-07-03 15:24:29.309] => setenv console ttyS0,115200n8
[2019-07-03 15:24:29.326] => setenv mmcargs setenv bootargs console=\${console} earlyprintk root=/dev/mmcblk0p2 rw rootfstype=ext2 rootwait 
[2019-07-03 15:24:29.431] => run mmcargs
[2019-07-03 15:24:29.463] => bootm 90000000 - 9TT_MSG [03.07.2019 15:24:29]: macro successfully finished
0C00000
[2019-07-03 15:24:29.520] ## Booting kernel from Legacy Image at 90000000 ...
[2019-07-03 15:24:29.520]    Image Name:   Linux-4.14.79-ge669d52447
[2019-07-03 15:24:29.520]    Created:      2019-06-25  10:33:23 UTC
[2019-07-03 15:24:29.520]    Image Type:   ARM Linux Kernel Image (uncompressed)
[2019-07-03 15:24:29.520]    Data Size:    3060224 Bytes = 2.9 MiB
[2019-07-03 15:24:29.520]    Load Address: 80008000
[2019-07-03 15:24:29.520]    Entry Point:  80008000
[2019-07-03 15:24:29.520]    Verifying Checksum ... OK
[2019-07-03 15:24:29.535] ## Flattened Device Tree blob at 90c00000
[2019-07-03 15:24:29.557]    Booting using the fdt blob at 0x90c00000
[2019-07-03 15:24:29.557]    Loading Kernel Image ... OK
[2019-07-03 15:24:29.572]    Loading Device Tree to 9ef2f000, end 9ef39cdc ... OK
[2019-07-03 15:24:29.588] 
[2019-07-03 15:24:29.588] Starting kernel ...
[2019-07-03 15:24:29.588] 
[2019-07-03 15:24:31.922] [    0.000000] Booting Linux on physical CPU 0x0
[2019-07-03 15:24:31.922] [    0.000000] Linux version 4.14.79-ge669d52447 (ngl@ubuntu) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #1 PREEMPT Tue Jun 25 03:32:23 PDT 2019
[2019-07-03 15:24:31.922] [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[2019-07-03 15:24:31.922] [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[2019-07-03 15:24:31.922] [    0.000000] OF: fdt: Machine model: TI AM335x BCSI
[2019-07-03 15:24:31.922] [    0.000000] Memory policy: Data cache writeback
[2019-07-03 15:24:31.922] [    0.000000] efi: Getting EFI parameters from FDT:
[2019-07-03 15:24:31.922] [    0.000000] efi: UEFI not found.
[2019-07-03 15:24:31.922] [    0.000000] cma: Reserved 48 MiB at 0x9b800000
[2019-07-03 15:24:31.922] [    0.000000] CPU: All CPU(s) started in SVC mode.
[2019-07-03 15:24:31.922] [    0.000000] AM335X ES2.1 (sgx neon)
[2019-07-03 15:24:31.922] [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
[2019-07-03 15:24:31.922] [    0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk root=/dev/mmcblk0p2 rw rootfstype=ext2 rootwait
[2019-07-03 15:24:31.922] [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[2019-07-03 15:24:31.922] [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[2019-07-03 15:24:31.932] [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[2019-07-03 15:24:31.932] [    0.000000] Memory: 460140K/524288K available (6144K kernel code, 232K rwdata, 1856K rodata, 1024K init, 238K bss, 14996K reserved, 49152K cma-reserved, 0K highmem)
[2019-07-03 15:24:31.932] [    0.000000] Virtual kernel memory layout:
[2019-07-03 15:24:31.932] [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[2019-07-03 15:24:31.932] [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[2019-07-03 15:24:31.932] [    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
[2019-07-03 15:24:31.932] [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[2019-07-03 15:24:31.932] [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[2019-07-03 15:24:31.932] [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[2019-07-03 15:24:31.932] [    0.000000]       .text : 0xc0008000 - 0xc0700000   (7136 kB)
[2019-07-03 15:24:31.932] [    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
[2019-07-03 15:24:31.932] [    0.000000]       .data : 0xc0a00000 - 0xc0a3a320   ( 233 kB)
[2019-07-03 15:24:31.932] [    0.000000]        .bss : 0xc0a3a320 - 0xc0a75d14   ( 239 kB)
[2019-07-03 15:24:31.932] [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[2019-07-03 15:24:31.945] [    0.000000] Preemptible hierarchical RCU implementation.
[2019-07-03 15:24:31.945] [    0.000000] 	Tasks RCU enabled.
[2019-07-03 15:24:31.945] [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[2019-07-03 15:24:31.945] [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[2019-07-03 15:24:31.945] [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[2019-07-03 15:24:31.945] [    0.000014] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[2019-07-03 15:24:31.945] [    0.000031] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[2019-07-03 15:24:31.945] [    0.000040] OMAP clocksource: timer1 at 24000000 Hz
[2019-07-03 15:24:31.945] [    0.000233] timer_probe: no matching timers found
[2019-07-03 15:24:31.945] [    0.000416] Console: colour dummy device 80x30
[2019-07-03 15:24:31.945] [    0.000459] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[2019-07-03 15:24:31.945] [    0.089288] pid_max: default: 32768 minimum: 301
[2019-07-03 15:24:31.945] [    0.089456] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[2019-07-03 15:24:31.945] [    0.089468] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[2019-07-03 15:24:31.945] [    0.090173] CPU: Testing write buffer coherency: ok
[2019-07-03 15:24:31.956] [    0.090233] CPU0: Spectre v2: using BPIALL workaround
[2019-07-03 15:24:31.956] [    0.090847] Setting up static identity map for 0x80100000 - 0x80100060
[2019-07-03 15:24:31.956] [    0.090980] Hierarchical SRCU implementation.
[2019-07-03 15:24:31.956] [    0.091275] EFI services will not be available.
[2019-07-03 15:24:31.956] [    0.092489] devtmpfs: initialized
[2019-07-03 15:24:31.956] [    0.098300] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
[2019-07-03 15:24:31.956] [    0.098730] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[2019-07-03 15:24:31.956] [    0.099010] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[2019-07-03 15:24:31.956] [    0.099030] futex hash table entries: 256 (order: -1, 3072 bytes)
[2019-07-03 15:24:31.956] [    0.102673] pinctrl core: initialized pinctrl subsystem
[2019-07-03 15:24:31.956] [    0.103317] DMI not present or invalid.
[2019-07-03 15:24:31.956] [    0.103684] NET: Registered protocol family 16
[2019-07-03 15:24:31.956] [    0.105621] DMA: preallocated 256 KiB pool for atomic coherent allocations
[2019-07-03 15:24:32.163] [    0.116886] omap_hwmod: debugss: _wait_target_disable failed
[2019-07-03 15:24:32.163] [    0.169076] cpuidle: using governor ladder
[2019-07-03 15:24:32.163] [    0.169107] cpuidle: using governor menu
[2019-07-03 15:24:32.163] [    0.172884] OMAP GPIO hardware version 0.1
[2019-07-03 15:24:32.163] [    0.180261] No ATAGs?
[2019-07-03 15:24:32.163] [    0.180275] hw-breakpoint: debug architecture 0x4 unsupported.
[2019-07-03 15:24:32.163] [    0.189933] edma 49000000.edma: TI EDMA DMA engine driver
[2019-07-03 15:24:32.163] [    0.191960] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/i2c0_pins_default, deferring probe
[2019-07-03 15:24:32.163] [    0.192070] pps_core: LinuxPPS API ver. 1 registered
[2019-07-03 15:24:32.163] [    0.192078] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[2019-07-03 15:24:32.163] [    0.192098] PTP clock support registered
[2019-07-03 15:24:32.163] [    0.192128] EDAC MC: Ver: 3.0.0
[2019-07-03 15:24:32.163] [    0.192549] dmi: Firmware registration failed.
[2019-07-03 15:24:32.163] [    0.192920] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[2019-07-03 15:24:32.163] [    0.194153] clocksource: Switched to clocksource timer1
[2019-07-03 15:24:32.163] [    0.200979] NET: Registered protocol family 2
[2019-07-03 15:24:32.163] [    0.201631] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[2019-07-03 15:24:32.178] [    0.201678] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[2019-07-03 15:24:32.178] [    0.201716] TCP: Hash tables configured (established 4096 bind 4096)
[2019-07-03 15:24:32.178] [    0.201810] UDP hash table entries: 256 (order: 0, 4096 bytes)
[2019-07-03 15:24:32.178] [    0.201827] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[2019-07-03 15:24:32.178] [    0.201967] NET: Registered protocol family 1
[2019-07-03 15:24:32.178] [    0.202549] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[2019-07-03 15:24:32.178] [    0.202662] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[2019-07-03 15:24:32.178] [    0.203944] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[2019-07-03 15:24:32.178] [    0.207715] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[2019-07-03 15:24:32.178] [    0.209569] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[2019-07-03 15:24:32.178] [    0.209589] io scheduler noop registered
[2019-07-03 15:24:32.178] [    0.209596] io scheduler deadline registered
[2019-07-03 15:24:32.178] [    0.209776] io scheduler cfq registered (default)
[2019-07-03 15:24:32.178] [    0.209786] io scheduler mq-deadline registered
[2019-07-03 15:24:32.178] [    0.209793] io scheduler kyber registered
[2019-07-03 15:24:32.185] [    0.210798] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[2019-07-03 15:24:32.185] [    0.253605] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[2019-07-03 15:24:32.185] [    0.257261] console [ttyS0] disabled
[2019-07-03 15:24:32.185] [    0.257351] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
[2019-07-03 15:24:32.185] [    0.809288] console [ttyS0] enabled
[2019-07-03 15:24:32.185] [    0.813903] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250
[2019-07-03 15:24:32.185] [    0.824467] omap_rng 48310000.rng: Random Number Generator ver. 20
[2019-07-03 15:24:32.185] [    0.840091] brd: module loaded
[2019-07-03 15:24:32.206] [    0.849120] loop: module loaded
[2019-07-03 15:24:32.206] [    0.853776] i2c /dev entries driver
[2019-07-03 15:24:32.206] [    0.859375] cpuidle: enable-method property 'ti,am3352' found operations
[2019-07-03 15:24:32.206] [    0.866585] sdhci: Secure Digital Host Controller Interface driver
[2019-07-03 15:24:32.206] [    0.872794] sdhci: Copyright(c) Pierre Ossman
[2019-07-03 15:24:32.253] [    0.934802] sdhci-pltfm: SDHCI platform and OF driver helper
[2019-07-03 15:24:32.335] [    0.948470] NET: Registered protocol family 10
[2019-07-03 15:24:32.335] [    0.954570] Segment Routing with IPv6
[2019-07-03 15:24:32.335] [    0.959440] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[2019-07-03 15:24:32.335] [    0.968253] NET: Registered protocol family 17
[2019-07-03 15:24:32.335] [    0.972907] Key type dns_resolver registered
[2019-07-03 15:24:32.335] [    0.977412] omap_voltage_late_init: Voltage driver support not added
[2019-07-03 15:24:32.335] [    0.989112] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[2019-07-03 15:24:32.335] [    0.995201] hctosys: unable to open rtc device (rtc0)
[2019-07-03 15:24:32.335] [    1.001436] Waiting for root device /dev/mmcblk0p2...
[2019-07-03 15:24:32.412] [    1.023326] mmc0: new high speed MMC card at address 0001
[2019-07-03 15:24:32.412] [    1.029500] mmcblk0: mmc0:0001 Q2J54A 3.64 GiB 
[2019-07-03 15:24:32.412] [    1.034444] mmcblk0boot0: mmc0:0001 Q2J54A partition 1 2.00 MiB
[2019-07-03 15:24:32.412] [    1.040611] mmcblk0boot1: mmc0:0001 Q2J54A partition 2 2.00 MiB
[2019-07-03 15:24:32.412] [    1.046791] mmcblk0rpmb: mmc0:0001 Q2J54A partition 3 512 KiB
[2019-07-03 15:24:32.412] [    1.054216]  mmcblk0: p1 p2
[2019-07-03 15:24:32.412] [    1.065178] EXT4-fs (mmcblk0p2): mounting ext2 file system using the ext4 subsystem
[2019-07-03 15:24:32.412] [    1.076015] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
[2019-07-03 15:24:32.502] [    1.138741] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[2019-07-03 15:24:32.503] [    1.146601] VFS: Mounted root (ext2 filesystem) on device 179:2.
[2019-07-03 15:24:32.503] [    1.158199] devtmpfs: mounted
[2019-07-03 15:24:32.503] [    1.164693] Freeing unused kernel memory: 1024K
[2019-07-03 15:24:32.503] [    1.170613] random: fast init done
[2019-07-03 15:24:32.780] [    1.445399] systemd[1]: System time before build time, advancing clock.
[2019-07-03 15:24:32.813] [    1.495678] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid)
[2019-07-03 15:24:32.852] [    1.517392] systemd[1]: Detected architecture arm.
[2019-07-03 15:24:32.852] 
[2019-07-03 15:24:32.852] Welcome to Arago 2018.10!
[2019-07-03 15:24:32.852] 
[2019-07-03 15:24:32.883] [    1.558369] systemd[1]: Set hostname to <am335x-evm>.
[2019-07-03 15:24:33.324] [    1.988828] systemd[1]: Caught <SEGV>, dumped core as pid 52.
[2019-07-03 15:24:33.324] [    1.995036] systemd[1]: Freezing execution.
7776.log_tiny_01.txt
[2019-07-03 16:44:46.189] 
[2019-07-03 16:44:46.189] ��-Boot SPL 2016.07-rc1-00019-g84d2dae-dirty (Jun 25 2019 - 14:53:01)
[2019-07-03 16:44:46.237] Trying to boot from MMC2
[2019-07-03 16:44:46.349] *** Warning - bad CRC, using default environment
[2019-07-03 16:44:46.349] 
[2019-07-03 16:44:46.364] reading u-boot.img
[2019-07-03 16:44:46.364] reading u-boot.img
[2019-07-03 16:44:46.407] 
[2019-07-03 16:44:46.407] 
[2019-07-03 16:44:46.407] U-Boot 2016.07-rc1-00019-g84d2dae-dirty (Jun 25 2019 - 14:53:01 +0200)
[2019-07-03 16:44:46.407] 
[2019-07-03 16:44:46.407] I2C:   ready
[2019-07-03 16:44:46.454] DRAM:  512 MiB
[2019-07-03 16:44:46.503] MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
[2019-07-03 16:44:46.582] *** Warning - bad CRC, using default environment
[2019-07-03 16:44:46.582] 
[2019-07-03 16:44:46.742] => 
[2019-07-03 16:44:46.758] => mmc dev 1
[2019-07-03 16:44:47.923] switch to partitions #0, OK
[2019-07-03 16:44:47.923] mmc1(part 0) is current device
[2019-07-03 16:44:47.923] => mmc read 90000000 1000 6000
[2019-07-03 16:44:47.961] 
[2019-07-03 16:44:47.961] MMC read: dev # 1, block # 4096, count 24576 ... 24576 blocks read: OK
[2019-07-03 16:44:48.646] => mmc read 90C00000 7000 1000
[2019-07-03 16:44:48.718] 
[2019-07-03 16:44:48.718] MMC read: dev # 1, block # 28672, count 4096 ... 4096 blocks read: OK
[2019-07-03 16:44:48.831] => setenv stdin serial
[2019-07-03 16:44:49.293] => setenv stderr serial
[2019-07-03 16:44:49.327] => setenv stdout serial
[2019-07-03 16:44:49.360] => setenv console ttyS0,115200n8
[2019-07-03 16:44:49.388] => setenv mmcargs setenv bootargs console=\${console} earlyprintk root=/dev/mmcblk0p2 rw rootfstype=ext2 rootwait 
[2019-07-03 16:44:49.919] => run mmcargs
[2019-07-03 16:44:49.950] => TT_MSG [03.07.2019 16:44:49]: macro successfully finished
bootm 90000000 - 90C00000
[2019-07-03 16:44:50.000] ## Booting kernel from Legacy Image at 90000000 ...
[2019-07-03 16:44:50.000]    Image Name:   Linux-4.14.79-ge669d52447
[2019-07-03 16:44:50.000]    Created:      2019-06-25  10:33:23 UTC
[2019-07-03 16:44:50.000]    Image Type:   ARM Linux Kernel Image (uncompressed)
[2019-07-03 16:44:50.000]    Data Size:    3060224 Bytes = 2.9 MiB
[2019-07-03 16:44:50.000]    Load Address: 80008000
[2019-07-03 16:44:50.000]    Entry Point:  80008000
[2019-07-03 16:44:50.000]    Verifying Checksum ... OK
[2019-07-03 16:44:50.035] ## Flattened Device Tree blob at 90c00000
[2019-07-03 16:44:50.035]    Booting using the fdt blob at 0x90c00000
[2019-07-03 16:44:50.035]    Loading Kernel Image ... OK
[2019-07-03 16:44:50.049]    Loading Device Tree to 9ef2f000, end 9ef39cdc ... OK
[2019-07-03 16:44:50.067] 
[2019-07-03 16:44:50.067] Starting kernel ...
[2019-07-03 16:44:50.067] 
[2019-07-03 16:44:52.401] [    0.000000] Booting Linux on physical CPU 0x0
[2019-07-03 16:44:52.401] [    0.000000] Linux version 4.14.79-ge669d52447 (ngl@ubuntu) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #1 PREEMPT Tue Jun 25 03:32:23 PDT 2019
[2019-07-03 16:44:52.401] [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[2019-07-03 16:44:52.401] [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[2019-07-03 16:44:52.401] [    0.000000] OF: fdt: Machine model: TI AM335x BCSI
[2019-07-03 16:44:52.401] [    0.000000] Memory policy: Data cache writeback
[2019-07-03 16:44:52.401] [    0.000000] efi: Getting EFI parameters from FDT:
[2019-07-03 16:44:52.401] [    0.000000] efi: UEFI not found.
[2019-07-03 16:44:52.401] [    0.000000] cma: Reserved 48 MiB at 0x9b800000
[2019-07-03 16:44:52.401] [    0.000000] CPU: All CPU(s) started in SVC mode.
[2019-07-03 16:44:52.401] [    0.000000] AM335X ES2.1 (sgx neon)
[2019-07-03 16:44:52.401] [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
[2019-07-03 16:44:52.401] [    0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk root=/dev/mmcblk0p2 rw rootfstype=ext2 rootwait
[2019-07-03 16:44:52.401] [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[2019-07-03 16:44:52.401] [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[2019-07-03 16:44:52.411] [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[2019-07-03 16:44:52.411] [    0.000000] Memory: 460140K/524288K available (6144K kernel code, 232K rwdata, 1856K rodata, 1024K init, 238K bss, 14996K reserved, 49152K cma-reserved, 0K highmem)
[2019-07-03 16:44:52.411] [    0.000000] Virtual kernel memory layout:
[2019-07-03 16:44:52.411] [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[2019-07-03 16:44:52.411] [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[2019-07-03 16:44:52.411] [    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
[2019-07-03 16:44:52.411] [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[2019-07-03 16:44:52.411] [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[2019-07-03 16:44:52.411] [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[2019-07-03 16:44:52.411] [    0.000000]       .text : 0xc0008000 - 0xc0700000   (7136 kB)
[2019-07-03 16:44:52.411] [    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
[2019-07-03 16:44:52.411] [    0.000000]       .data : 0xc0a00000 - 0xc0a3a320   ( 233 kB)
[2019-07-03 16:44:52.411] [    0.000000]        .bss : 0xc0a3a320 - 0xc0a75d14   ( 239 kB)
[2019-07-03 16:44:52.411] [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[2019-07-03 16:44:52.424] [    0.000000] Preemptible hierarchical RCU implementation.
[2019-07-03 16:44:52.424] [    0.000000] 	Tasks RCU enabled.
[2019-07-03 16:44:52.424] [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[2019-07-03 16:44:52.424] [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
[2019-07-03 16:44:52.424] [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[2019-07-03 16:44:52.424] [    0.000014] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[2019-07-03 16:44:52.424] [    0.000031] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[2019-07-03 16:44:52.424] [    0.000040] OMAP clocksource: timer1 at 24000000 Hz
[2019-07-03 16:44:52.424] [    0.000236] timer_probe: no matching timers found
[2019-07-03 16:44:52.424] [    0.000419] Console: colour dummy device 80x30
[2019-07-03 16:44:52.424] [    0.000464] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[2019-07-03 16:44:52.424] [    0.089293] pid_max: default: 32768 minimum: 301
[2019-07-03 16:44:52.424] [    0.089459] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[2019-07-03 16:44:52.424] [    0.089471] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[2019-07-03 16:44:52.424] [    0.090176] CPU: Testing write buffer coherency: ok
[2019-07-03 16:44:52.438] [    0.090235] CPU0: Spectre v2: using BPIALL workaround
[2019-07-03 16:44:52.438] [    0.090854] Setting up static identity map for 0x80100000 - 0x80100060
[2019-07-03 16:44:52.438] [    0.090992] Hierarchical SRCU implementation.
[2019-07-03 16:44:52.438] [    0.091287] EFI services will not be available.
[2019-07-03 16:44:52.438] [    0.092495] devtmpfs: initialized
[2019-07-03 16:44:52.438] [    0.098305] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
[2019-07-03 16:44:52.438] [    0.098730] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[2019-07-03 16:44:52.438] [    0.099009] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[2019-07-03 16:44:52.438] [    0.099031] futex hash table entries: 256 (order: -1, 3072 bytes)
[2019-07-03 16:44:52.438] [    0.102683] pinctrl core: initialized pinctrl subsystem
[2019-07-03 16:44:52.438] [    0.103329] DMI not present or invalid.
[2019-07-03 16:44:52.438] [    0.103694] NET: Registered protocol family 16
[2019-07-03 16:44:52.438] [    0.105632] DMA: preallocated 256 KiB pool for atomic coherent allocations
[2019-07-03 16:44:52.642] [    0.116890] omap_hwmod: debugss: _wait_target_disable failed
[2019-07-03 16:44:52.642] [    0.169101] cpuidle: using governor ladder
[2019-07-03 16:44:52.642] [    0.169132] cpuidle: using governor menu
[2019-07-03 16:44:52.642] [    0.172892] OMAP GPIO hardware version 0.1
[2019-07-03 16:44:52.642] [    0.180280] No ATAGs?
[2019-07-03 16:44:52.642] [    0.180294] hw-breakpoint: debug architecture 0x4 unsupported.
[2019-07-03 16:44:52.642] [    0.189976] edma 49000000.edma: TI EDMA DMA engine driver
[2019-07-03 16:44:52.642] [    0.192001] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/i2c0_pins_default, deferring probe
[2019-07-03 16:44:52.642] [    0.192106] pps_core: LinuxPPS API ver. 1 registered
[2019-07-03 16:44:52.642] [    0.192113] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[2019-07-03 16:44:52.642] [    0.192132] PTP clock support registered
[2019-07-03 16:44:52.642] [    0.192162] EDAC MC: Ver: 3.0.0
[2019-07-03 16:44:52.642] [    0.192564] dmi: Firmware registration failed.
[2019-07-03 16:44:52.642] [    0.192927] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[2019-07-03 16:44:52.642] [    0.194153] clocksource: Switched to clocksource timer1
[2019-07-03 16:44:52.642] [    0.200980] NET: Registered protocol family 2
[2019-07-03 16:44:52.642] [    0.201633] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[2019-07-03 16:44:52.656] [    0.201679] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[2019-07-03 16:44:52.656] [    0.201717] TCP: Hash tables configured (established 4096 bind 4096)
[2019-07-03 16:44:52.656] [    0.201808] UDP hash table entries: 256 (order: 0, 4096 bytes)
[2019-07-03 16:44:52.656] [    0.201824] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[2019-07-03 16:44:52.656] [    0.201963] NET: Registered protocol family 1
[2019-07-03 16:44:52.656] [    0.202548] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[2019-07-03 16:44:52.656] [    0.202659] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[2019-07-03 16:44:52.656] [    0.203947] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[2019-07-03 16:44:52.656] [    0.207716] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[2019-07-03 16:44:52.656] [    0.209570] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[2019-07-03 16:44:52.656] [    0.209588] io scheduler noop registered
[2019-07-03 16:44:52.656] [    0.209595] io scheduler deadline registered
[2019-07-03 16:44:52.656] [    0.209780] io scheduler cfq registered (default)
[2019-07-03 16:44:52.656] [    0.209791] io scheduler mq-deadline registered
[2019-07-03 16:44:52.656] [    0.209798] io scheduler kyber registered
[2019-07-03 16:44:52.664] [    0.210792] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[2019-07-03 16:44:52.664] [    0.253511] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[2019-07-03 16:44:52.664] [    0.257200] console [ttyS0] disabled
[2019-07-03 16:44:52.664] [    0.257286] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
[2019-07-03 16:44:52.664] [    0.809216] console [ttyS0] enabled
[2019-07-03 16:44:52.664] [    0.813810] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250
[2019-07-03 16:44:52.664] [    0.824370] omap_rng 48310000.rng: Random Number Generator ver. 20
[2019-07-03 16:44:52.664] [    0.840002] brd: module loaded
[2019-07-03 16:44:52.685] [    0.849037] loop: module loaded
[2019-07-03 16:44:52.685] [    0.853688] i2c /dev entries driver
[2019-07-03 16:44:52.685] [    0.859279] cpuidle: enable-method property 'ti,am3352' found operations
[2019-07-03 16:44:52.685] [    0.866483] sdhci: Secure Digital Host Controller Interface driver
[2019-07-03 16:44:52.685] [    0.872693] sdhci: Copyright(c) Pierre Ossman
[2019-07-03 16:44:52.733] [    0.934805] sdhci-pltfm: SDHCI platform and OF driver helper
[2019-07-03 16:44:52.814] [    0.948490] NET: Registered protocol family 10
[2019-07-03 16:44:52.814] [    0.954578] Segment Routing with IPv6
[2019-07-03 16:44:52.814] [    0.959452] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[2019-07-03 16:44:52.814] [    0.968272] NET: Registered protocol family 17
[2019-07-03 16:44:52.814] [    0.972927] Key type dns_resolver registered
[2019-07-03 16:44:52.814] [    0.977429] omap_voltage_late_init: Voltage driver support not added
[2019-07-03 16:44:52.814] [    0.989107] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[2019-07-03 16:44:52.814] [    0.995204] hctosys: unable to open rtc device (rtc0)
[2019-07-03 16:44:52.814] [    1.001437] Waiting for root device /dev/mmcblk0p2...
[2019-07-03 16:44:52.891] [    1.023319] mmc0: new high speed MMC card at address 0001
[2019-07-03 16:44:52.891] [    1.029495] mmcblk0: mmc0:0001 Q2J54A 3.64 GiB 
[2019-07-03 16:44:52.891] [    1.034431] mmcblk0boot0: mmc0:0001 Q2J54A partition 1 2.00 MiB
[2019-07-03 16:44:52.891] [    1.040601] mmcblk0boot1: mmc0:0001 Q2J54A partition 2 2.00 MiB
[2019-07-03 16:44:52.891] [    1.046772] mmcblk0rpmb: mmc0:0001 Q2J54A partition 3 512 KiB
[2019-07-03 16:44:52.891] [    1.054139]  mmcblk0: p1 p2
[2019-07-03 16:44:52.891] [    1.065177] EXT4-fs (mmcblk0p2): mounting ext2 file system using the ext4 subsystem
[2019-07-03 16:44:52.891] [    1.075036] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
[2019-07-03 16:44:53.011] [    1.167720] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[2019-07-03 16:44:53.011] [    1.175449] VFS: Mounted root (ext2 filesystem) on device 179:2.
[2019-07-03 16:44:53.011] [    1.182950] devtmpfs: mounted
[2019-07-03 16:44:53.011] [    1.188009] Freeing unused kernel memory: 1024K
[2019-07-03 16:44:53.011] [    1.198507] random: fast init done
[2019-07-03 16:44:53.058] INIT: version 2.88 booting
[2019-07-03 16:44:53.257] Framebuffer /dev/fb0 not detected
[2019-07-03 16:44:53.257] Boot splashscreen disabled
[2019-07-03 16:44:53.369] [    1.552005] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[2019-07-03 16:44:53.829] [    1.686468] Unable to handle kernel paging request at virtual address 000041ed
[2019-07-03 16:44:53.829] [    1.693744] pgd = c0004000
[2019-07-03 16:44:53.829] [    1.696459] [000041ed] *pgd=00000000
[2019-07-03 16:44:53.829] [    1.700056] Internal error: Oops: 817 [#1] PREEMPT ARM
[2019-07-03 16:44:53.829] [    1.705212] Modules linked in:
[2019-07-03 16:44:53.829] [    1.708286] CPU: 0 PID: 13 Comm: kworker/0:1 Not tainted 4.14.79-ge669d52447 #1
[2019-07-03 16:44:53.830] [    1.715622] Hardware name: Generic AM33XX (Flattened Device Tree)
[2019-07-03 16:44:53.830] [    1.721749] Workqueue: events_power_efficient 0xdb02a770
[2019-07-03 16:44:53.830] [    1.727082] task: df074c00 task.stack: df0d8000
[2019-07-03 16:44:53.830] [    1.731640] PC is at process_one_work+0x16c/0x444
[2019-07-03 16:44:53.830] [    1.736362] LR is at worker_thread+0x84/0x680
[2019-07-03 16:44:53.830] [    1.740734] pc : [<c013efe0>]    lr : [<c013f33c>]    psr: 60040093
[2019-07-03 16:44:53.830] [    1.747024] sp : df0d9f00  ip : df0d9f38  fp : df0d9f34
[2019-07-03 16:44:53.838] [    1.752267] r10: c0a15180  r9 : 00000000  r8 : c0a0e980
[2019-07-03 16:44:53.838] [    1.757511] r7 : 00000000  r6 : dfb3f500  r5 : df0c2180  r4 : df1f1338
[2019-07-03 16:44:53.838] [    1.764063] r3 : df1f133c  r2 : 000041ed  r1 : c0a0e994  r0 : 00000000
[2019-07-03 16:44:53.838] [    1.770618] Flags: nZCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment none
[2019-07-03 16:44:53.838] [    1.777868] Control: 10c5387d  Table: 9f620019  DAC: 00000051
[2019-07-03 16:44:53.838] [    1.783635] Process kworker/0:1 (pid: 13, stack limit = 0xdf0d8208)
[2019-07-03 16:44:53.838] [    1.789926] Stack: (0xdf0d9f00 to 0xdf0da000)
[2019-07-03 16:44:53.838] [    1.794303] 9f00: ffffe000 c0a0e994 00000008 df0c2180 c0a0e980 df0c2198 ffffe000 c0a0e994
[2019-07-03 16:44:53.838] [    1.802515] 9f20: 00000008 c0a15180 df0d9f74 df0d9f38 c013f33c c013ee80 c083e1c8 00000000
[2019-07-03 16:44:53.838] [    1.810729] 9f40: c0a38fad c0a0e980 c013f2b8 df0bdc40 df0bdc00 00000000 df0d8000 df0c2180
[2019-07-03 16:44:53.838] [    1.818942] 9f60: c013f2b8 df05de8c df0d9fac df0d9f78 c01450bc c013f2c4 df0bdc58 df0bdc58
[2019-07-03 16:44:53.838] [    1.827156] 9f80: 00000000 df0bdc00 c0144f60 00000000 00000000 00000000 00000000 00000000
[2019-07-03 16:44:53.838] [    1.835369] 9fa0: 00000000 df0d9fb0 c0107d28 c0144f6c 00000000 00000000 00000000 00000000
[2019-07-03 16:44:53.851] [    1.843581] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[2019-07-03 16:44:53.851] [    1.851794] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000
[2019-07-03 16:44:53.851] [    1.860000] Backtrace: 
[2019-07-03 16:44:53.851] [    1.862461] [<c013ee74>] (process_one_work) from [<c013f33c>] (worker_thread+0x84/0x680)
[2019-07-03 16:44:53.851] [    1.870587]  r10:c0a15180 r9:00000008 r8:c0a0e994 r7:ffffe000 r6:df0c2198 r5:c0a0e980
[2019-07-03 16:44:53.851] [    1.878446]  r4:df0c2180
[2019-07-03 16:44:53.851] [    1.880996] [<c013f2b8>] (worker_thread) from [<c01450bc>] (kthread+0x15c/0x164)
[2019-07-03 16:44:53.851] [    1.888422]  r10:df05de8c r9:c013f2b8 r8:df0c2180 r7:df0d8000 r6:00000000 r5:df0bdc00
[2019-07-03 16:44:53.851] [    1.896282]  r4:df0bdc40
[2019-07-03 16:44:53.851] [    1.898832] [<c0144f60>] (kthread) from [<c0107d28>] (ret_from_fork+0x14/0x2c)
[2019-07-03 16:44:53.851] [    1.906084]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0144f60
[2019-07-03 16:44:53.851] [    1.913943]  r4:df0bdc00
[2019-07-03 16:44:53.851] [    1.916487] Code: e4939004 e9940006 e7e39259 e5812004 (e5821000) 
[2019-07-03 16:44:53.851] [    1.922608] ---[ end trace 760978bc81b47a4e ]---
[2019-07-03 16:44:53.851] [    1.927300] Unable to handle kernel paging request at virtual address 000041ed
[2019-07-03 16:44:53.863] [    1.934552] pgd = c0004000
[2019-07-03 16:44:53.863] [    1.937265] [000041ed] *pgd=00000000
[2019-07-03 16:44:53.863] [    1.940854] Internal error: Oops: 817 [#2] PREEMPT ARM
[2019-07-03 16:44:53.863] [    1.946009] Modules linked in:
[2019-07-03 16:44:53.863] [    1.949077] CPU: 0 PID: 13 Comm: kworker/0:1 Tainted: G      D         4.14.79-ge669d52447 #1
[2019-07-03 16:44:53.863] [    1.957634] Hardware name: Generic AM33XX (Flattened Device Tree)
[2019-07-03 16:44:53.863] [    1.963755] Workqueue: events_power_efficient 0xdb02a770
[2019-07-03 16:44:53.863] [    1.969088] task: df074c00 task.stack: df0d8000
[2019-07-03 16:44:53.863] [    1.973635] PC is at insert_work+0x48/0xc0
[2019-07-03 16:44:53.863] [    1.977746] LR is at __queue_work+0x1a4/0x3d8
[2019-07-03 16:44:53.863] [    1.982117] pc : [<c013c3a0>]    lr : [<c013e504>]    psr: 00040193
[2019-07-03 16:44:53.863] [    1.988406] sp : df0d9a30  ip : df0d9a58  fp : df0d9a54
[2019-07-03 16:44:53.863] [    1.993649] r10: 00000000  r9 : c0a3b1fc  r8 : df003000
[2019-07-03 16:44:53.863] [    1.998891] r7 : dfb3f100  r6 : c0a0e980  r5 : dfb3f100  r4 : df4b7ab0
[2019-07-03 16:44:53.863] [    2.005442] r3 : 000041ed  r2 : c0a0e994  r1 : df4b7ab4  r0 : dfb3f100
[2019-07-03 16:44:53.863] [    2.011994] Flags: nzcv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment none
[2019-07-03 16:44:53.869] [    2.019244] Control: 10c5387d  Table: 9f620019  DAC: 00000051
[2019-07-03 16:44:53.869] [    2.025011] Process kworker/0:1 (pid: 13, stack limit = 0xdf0d8208)
[2019-07-03 16:44:53.869] [    2.031301] Stack: (0xdf0d9a30 to 0xdf0da000)
[2019-07-03 16:44:54.178] [    2.035674] 9a20:                                     c06b068c c06b05b0 df0d9a54 df4b7ab0
[2019-07-03 16:44:54.178] [    2.043887] 9a40: dfb3f100 0000003e df0d9a9c df0d9a58 c013e504 c013c364 df0d9a7c df0d9a68
[2019-07-03 16:44:54.178] [    2.052100] 9a60: c012b9f4 c083e320 c0a0e980 00000000 df0d9af4 60040193 00000001 00000002
[2019-07-03 16:44:54.178] [    2.060314] 9a80: 00000000 00000001 00000000 c018c94c df0d9ab4 df0d9aa0 c013e774 c013e36c
[2019-07-03 16:44:54.178] [    2.068527] 9aa0: df4b7aa4 00000003 df0d9ac4 df0d9ab8 c053ea3c c013e744 df0d9ae4 df0d9ac8
[2019-07-03 16:44:54.178] [    2.076740] 9ac0: c01a938c c053ea24 df0d8000 df074c00 00000000 00000000 df0d9af4 df0d9ae8
[2019-07-03 16:44:54.178] [    2.084952] 9ae0: c01a9554 c01a9324 df0d9b14 df0d9af8 c017d170 c01a953c c0a16a00 df0d9ce0
[2019-07-03 16:44:54.178] [    2.093166] 9b00: 72a09e54 00000000 df0d9b24 df0d9b18 c018c76c c017d128 df0d9b4c df0d9b28
[2019-07-03 16:44:54.178] [    2.101379] 9b20: c018c9b0 c018c71c c017d828 c06b73e8 c0a16300 c0a16a00 c0a16340 ffffe000
[2019-07-03 16:44:54.178] [    2.109592] 9b40: df0d9b94 df0d9b50 c017dd58 c018c958 c08421c8 c0a3903e 00000000 72a087b5
[2019-07-03 16:44:54.178] [    2.117806] 9b60: 72a087b5 00000000 df0d9b9c c0a16300 ffffe000 00000003 7fffffff ffffffff
[2019-07-03 16:44:54.193] [    2.126020] 9b80: c0a16300 c0a163b8 df0d9be4 df0d9b98 c017e0c8 c017dc14 c0443280 c044020c
[2019-07-03 16:44:54.193] [    2.134232] 9ba0: df0d9be4 df0d9be4 00000000 72a087b5 c06bb548 c08405cc 00000001 c0a07d40
[2019-07-03 16:44:54.193] [    2.142445] 9bc0: df006200 00000000 df0d9c44 00000010 df006200 c0a39000 df0d9bf4 df0d9be8
[2019-07-03 16:44:54.193] [    2.150658] 9be0: c01183ec c017e038 df0d9c3c df0d9bf8 c0169a0c c01183c8 df0d9c1c df0d9c08
[2019-07-03 16:44:54.193] [    2.158871] 9c00: c0166134 c0840cc0 c0840cac c0840c84 df0d9c7c df006200 df006200 00000000
[2019-07-03 16:44:54.193] [    2.167084] 9c20: 00000000 df008000 df0d8000 df074c00 df0d9c5c df0d9c40 c0169b04 c01699ac
[2019-07-03 16:44:54.193] [    2.175297] 9c40: c016ef08 00000000 df006200 00000010 df0d9c74 df0d9c60 c0169ba4 c0169aec
[2019-07-03 16:44:54.193] [    2.183510] 9c60: df006200 00000010 df0d9c8c df0d9c78 c016ce38 c0169b4c c0a38364 00000010
[2019-07-03 16:44:54.193] [    2.191723] 9c80: df0d9c9c df0d9c90 c0168c1c c016cd90 df0d9cc4 df0d9ca0 c01692d4 c0168bfc
[2019-07-03 16:44:54.193] [    2.199937] 9ca0: c0a6beb0 20040113 ffffffff df0d9d14 bf000000 df0d8000 df0d9cdc df0d9cc8
[2019-07-03 16:44:54.193] [    2.208150] 9cc0: c0101464 c0169284 c012a09c 20040113 df0d9d54 df0d9ce0 c010c54c c0101434
[2019-07-03 16:44:54.208] [    2.216363] 9ce0: 00000000 04208064 00000002 df0d8000 df074c00 0000000b 0000000b df0d8000
[2019-07-03 16:44:54.208] [    2.224576] 9d00: bf000000 00000817 df074c00 df0d9d54 df0d9ce0 df0d9d30 c0129cbc c012a09c
[2019-07-03 16:44:54.208] [    2.232788] 9d20: 20040113 ffffffff 00000051 bf000000 00000817 df074c00 df0d9d54 df0d9d48
[2019-07-03 16:44:54.208] [    2.241001] 9d40: c0127cfc df0d8000 df0d9d94 df0d9d58 c010bc28 c0129fdc df0d8208 0000000b
[2019-07-03 16:44:54.208] [    2.249214] 9d60: c0111540 60040193 c08377ac 000041ed df0d9eb0 00000817 00000000 000041ed
[2019-07-03 16:44:54.208] [    2.257428] 9d80: df0d8000 c0a15180 df0d9dac df0d9d98 c0111a98 c010b9d4 df0d9eb0 00000817
[2019-07-03 16:44:54.208] [    2.265640] 9da0: df0d9dfc df0d9db0 c01118e0 c0111a38 df0d9ddc df0d9dc0 c015f9f8 c0171580
[2019-07-03 16:44:54.208] [    2.273853] 9dc0: df074c30 c0a0f730 00007fc4 00000000 df0d9e04 c0a077cc 00000817 c0111598
[2019-07-03 16:44:54.208] [    2.282066] 9de0: 000041ed df0d9eb0 df0d8000 c0a15180 df0d9eac df0d9e00 c0101300 c01115a4
[2019-07-03 16:44:54.208] [    2.290279] 9e00: c0151ee0 c0151a78 00000000 df0d9e18 c06af8a4 c0177d00 00000004 00000000
[2019-07-03 16:44:54.208] [    2.298493] 9e20: 000f4240 00000000 648460bd 00000000 db0d25f0 00000018 df0d9e64 df0d9e48
[2019-07-03 16:44:54.222] [    2.306707] 9e40: df614030 c0a0fb80 c0a0f700 df074c30 c053edbc c0a2ff3c df0d9e9c df0d9e68
[2019-07-03 16:44:54.222] [    2.314919] 9e60: c0150b24 c053edc8 ffffffff 00000000 df0d9ea4 df0d9e80 c014690c c0102bb4
[2019-07-03 16:44:54.222] [    2.323132] 9e80: c0a3a3b0 00000002 df604000 c013efe0 60040093 ffffffff df0d9ee4 c0a0e980
[2019-07-03 16:44:54.222] [    2.331345] 9ea0: df0d9f34 df0d9eb0 c010c4b8 c01012c8 00000000 c0a0e994 000041ed df1f133c
[2019-07-03 16:44:54.222] [    2.339558] 9ec0: df1f1338 df0c2180 dfb3f500 00000000 c0a0e980 00000000 c0a15180 df0d9f34
[2019-07-03 16:44:54.222] [    2.347772] 9ee0: df0d9f38 df0d9f00 c013f33c c013efe0 60040093 ffffffff 00000051 00000000
[2019-07-03 16:44:54.222] [    2.355985] 9f00: ffffe000 c0a0e994 00000008 df0c2180 c0a0e980 df0c2198 ffffe000 c0a0e994
[2019-07-03 16:44:54.222] [    2.364198] 9f20: 00000008 c0a15180 df0d9f74 df0d9f38 c013f33c c013ee80 c083e1c8 00000000
[2019-07-03 16:44:54.222] [    2.372411] 9f40: c0a38fad c0a0e980 c013f2b8 df0bdc40 df0bdc00 00000000 df0d8000 df0c2180
[2019-07-03 16:44:54.526] [    2.380624] 9f60: c013f2b8 df05de8c df0d9fac df0d9f78 c01450bc c013f2c4 df0bdc58 df0bdc58
[2019-07-03 16:44:54.526] [    2.388836] 9f80: 00000000 df0bdc00 c0144f60 00000000 00000000 00000000 00000000 00000000
[2019-07-03 16:44:54.526] [    2.397049] 9fa0: 00000000 df0d9fb0 c0107d28 c0144f6c 00000000 00000000 00000000 00000000
[2019-07-03 16:44:54.526] [    2.405262] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[2019-07-03 16:44:54.526] [    2.413474] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000
[2019-07-03 16:44:54.526] [    2.421681] Backtrace: 
[2019-07-03 16:44:54.526] [    2.424139] [<c013c358>] (insert_work) from [<c013e504>] (__queue_work+0x1a4/0x3d8)
[2019-07-03 16:44:54.526] [    2.431826]  r6:0000003e r5:dfb3f100 r4:df4b7ab0
[2019-07-03 16:44:54.526] [    2.436463] [<c013e360>] (__queue_work) from [<c013e774>] (queue_work_on+0x3c/0x48)
[2019-07-03 16:44:54.526] [    2.444152]  r10:c018c94c r9:00000000 r8:00000001 r7:00000000 r6:00000002 r5:00000001
[2019-07-03 16:44:54.526] [    2.452010]  r4:60040193
[2019-07-03 16:44:54.526] [    2.454558] [<c013e738>] (queue_work_on) from [<c053ea3c>] (dbs_irq_work+0x24/0x28)
[2019-07-03 16:44:54.526] [    2.462243]  r5:00000003 r4:df4b7aa4
[2019-07-03 16:44:54.526] [    2.465845] [<c053ea18>] (dbs_irq_work) from [<c01a938c>] (irq_work_run_list+0x74/0xa4)
[2019-07-03 16:44:54.540] [    2.473885] [<c01a9318>] (irq_work_run_list) from [<c01a9554>] (irq_work_tick+0x24/0x34)
[2019-07-03 16:44:54.540] [    2.482008]  r7:00000000 r6:00000000 r5:df074c00 r4:df0d8000
[2019-07-03 16:44:54.540] [    2.487702] [<c01a9530>] (irq_work_tick) from [<c017d170>] (update_process_times+0x54/0x64)
[2019-07-03 16:44:54.540] [    2.496100] [<c017d11c>] (update_process_times) from [<c018c76c>] (tick_sched_handle+0x5c/0x60)
[2019-07-03 16:44:54.540] [    2.504834]  r7:00000000 r6:72a09e54 r5:df0d9ce0 r4:c0a16a00
[2019-07-03 16:44:54.540] [    2.510519] [<c018c710>] (tick_sched_handle) from [<c018c9b0>] (tick_sched_timer+0x64/0xd0)
[2019-07-03 16:44:54.540] [    2.518909] [<c018c94c>] (tick_sched_timer) from [<c017dd58>] (__hrtimer_run_queues.constprop.5+0x150/0x1e8)
[2019-07-03 16:44:54.540] [    2.528777]  r7:ffffe000 r6:c0a16340 r5:c0a16a00 r4:c0a16300
[2019-07-03 16:44:54.540] [    2.534462] [<c017dc08>] (__hrtimer_run_queues.constprop.5) from [<c017e0c8>] (hrtimer_interrupt+0x9c/0x248)
[2019-07-03 16:44:54.540] [    2.544332]  r10:c0a163b8 r9:c0a16300 r8:ffffffff r7:7fffffff r6:00000003 r5:ffffe000
[2019-07-03 16:44:54.540] [    2.552191]  r4:c0a16300
[2019-07-03 16:44:54.540] [    2.554745] [<c017e02c>] (hrtimer_interrupt) from [<c01183ec>] (omap2_gp_timer_interrupt+0x30/0x38)
[2019-07-03 16:44:54.552] [    2.563829]  r10:c0a39000 r9:df006200 r8:00000010 r7:df0d9c44 r6:00000000 r5:df006200
[2019-07-03 16:44:54.552] [    2.571689]  r4:c0a07d40
[2019-07-03 16:44:54.552] [    2.574234] [<c01183bc>] (omap2_gp_timer_interrupt) from [<c0169a0c>] (__handle_irq_event_percpu+0x6c/0x140)
[2019-07-03 16:44:54.552] [    2.584104] [<c01699a0>] (__handle_irq_event_percpu) from [<c0169b04>] (handle_irq_event_percpu+0x24/0x60)
[2019-07-03 16:44:54.552] [    2.593799]  r10:df074c00 r9:df0d8000 r8:df008000 r7:00000000 r6:00000000 r5:df006200
[2019-07-03 16:44:54.552] [    2.601658]  r4:df006200
[2019-07-03 16:44:54.552] [    2.604201] [<c0169ae0>] (handle_irq_event_percpu) from [<c0169ba4>] (handle_irq_event+0x64/0x90)
[2019-07-03 16:44:54.552] [    2.613108]  r5:00000010 r4:df006200
[2019-07-03 16:44:54.552] [    2.616699] [<c0169b40>] (handle_irq_event) from [<c016ce38>] (handle_level_irq+0xb4/0x158)
[2019-07-03 16:44:54.552] [    2.625082]  r5:00000010 r4:df006200
[2019-07-03 16:44:54.552] [    2.628682] [<c016cd84>] (handle_level_irq) from [<c0168c1c>] (generic_handle_irq+0x2c/0x3c)
[2019-07-03 16:44:54.552] [    2.637153]  r5:00000010 r4:c0a38364
[2019-07-03 16:44:54.552] [    2.640745] [<c0168bf0>] (generic_handle_irq) from [<c01692d4>] (__handle_domain_irq+0x5c/0xb0)
[2019-07-03 16:44:54.563] [    2.649482] [<c0169278>] (__handle_domain_irq) from [<c0101464>] (omap_intc_handle_irq+0x3c/0x98)
[2019-07-03 16:44:54.563] [    2.658393]  r9:df0d8000 r8:bf000000 r7:df0d9d14 r6:ffffffff r5:20040113 r4:c0a6beb0
[2019-07-03 16:44:54.563] [    2.666170] [<c0101428>] (omap_intc_handle_irq) from [<c010c54c>] (__irq_svc+0x6c/0xa8)
[2019-07-03 16:44:54.563] [    2.674204] Exception stack(0xdf0d9ce0 to 0xdf0d9d28)
[2019-07-03 16:44:54.563] [    2.679278] 9ce0: 00000000 04208064 00000002 df0d8000 df074c00 0000000b 0000000b df0d8000
[2019-07-03 16:44:54.563] [    2.687491] 9d00: bf000000 00000817 df074c00 df0d9d54 df0d9ce0 df0d9d30 c0129cbc c012a09c
[2019-07-03 16:44:54.563] [    2.695700] 9d20: 20040113 ffffffff
[2019-07-03 16:44:54.563] [    2.699199]  r5:20040113 r4:c012a09c
[2019-07-03 16:44:54.563] [    2.702796] [<c0129fd0>] (do_exit) from [<c010bc28>] (die+0x260/0x2a4)
[2019-07-03 16:44:54.563] [    2.709347]  r7:df0d8000
[2019-07-03 16:44:54.563] [    2.711898] [<c010b9c8>] (die) from [<c0111a98>] (__do_kernel_fault.part.0+0x6c/0x7c)
[2019-07-03 16:44:54.563] [    2.719762]  r10:c0a15180 r9:df0d8000 r8:000041ed r7:00000000 r6:00000817 r5:df0d9eb0
[2019-07-03 16:44:54.692] [    2.727620]  r4:000041ed
[2019-07-03 16:44:54.692] [    2.730164] [<c0111a2c>] (__do_kernel_fault.part.0) from [<c01118e0>] (do_bad_area+0x0/0x8c)
[2019-07-03 16:44:54.692] [    2.738634]  r7:00000817 r4:df0d9eb0
[2019-07-03 16:44:54.692] [    2.742224] [<c0111598>] (do_page_fault) from [<c0101300>] (do_DataAbort+0x44/0xc4)
[2019-07-03 16:44:54.692] [    2.749913]  r10:c0a15180 r9:df0d8000 r8:df0d9eb0 r7:000041ed r6:c0111598 r5:00000817
[2019-07-03 16:44:54.692] [    2.757771]  r4:c0a077cc
[2019-07-03 16:44:54.692] [    2.760314] [<c01012bc>] (do_DataAbort) from [<c010c4b8>] (__dabt_svc+0x58/0x80)
[2019-07-03 16:44:54.692] [    2.767737] Exception stack(0xdf0d9eb0 to 0xdf0d9ef8)
[2019-07-03 16:44:54.692] [    2.772808] 9ea0:                                     00000000 c0a0e994 000041ed df1f133c
[2019-07-03 16:44:54.692] [    2.781021] 9ec0: df1f1338 df0c2180 dfb3f500 00000000 c0a0e980 00000000 c0a15180 df0d9f34
[2019-07-03 16:44:54.692] [    2.789233] 9ee0: df0d9f38 df0d9f00 c013f33c c013efe0 60040093 ffffffff
[2019-07-03 16:44:54.692] [    2.795874]  r8:c0a0e980 r7:df0d9ee4 r6:ffffffff r5:60040093 r4:c013efe0
[2019-07-03 16:44:54.692] [    2.802604] [<c013ee74>] (process_one_work) from [<c013f33c>] (worker_thread+0x84/0x680)
[2019-07-03 16:44:54.692] [    2.810729]  r10:c0a15180 r9:00000008 r8:c0a0e994 r7:ffffe000 r6:df0c2198 r5:c0a0e980
[2019-07-03 16:44:54.705] [    2.818588]  r4:df0c2180
[2019-07-03 16:44:54.705] [    2.821134] [<c013f2b8>] (worker_thread) from [<c01450bc>] (kthread+0x15c/0x164)
[2019-07-03 16:44:54.705] [    2.828561]  r10:df05de8c r9:c013f2b8 r8:df0c2180 r7:df0d8000 r6:00000000 r5:df0bdc00
[2019-07-03 16:44:54.705] [    2.836419]  r4:df0bdc40
[2019-07-03 16:44:54.705] [    2.838964] [<c0144f60>] (kthread) from [<c0107d28>] (ret_from_fork+0x14/0x2c)
[2019-07-03 16:44:54.705] [    2.846217]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0144f60
[2019-07-03 16:44:54.705] [    2.854076]  r4:df0bdc00
[2019-07-03 16:44:54.705] [    2.856619] Code: e1a00005 e5923004 e5821004 e1c420f4 (e5831000) 
[2019-07-03 16:44:54.705] [    2.862740] ---[ end trace 760978bc81b47a4f ]---
[2019-07-03 16:44:54.705] [    2.867375] Kernel panic - not syncing: Fatal exception in interrupt
[2019-07-03 16:44:54.705] [    2.873754] ---[ end Kernel panic - not syncing: Fatal exception in interrupt

  • Hello Steffen,

    Since there are many file system related crashes in your kernel log, first I would like suggest you to try switching to the ext4 rootfs type.

    Best regards,
    Kemal

  • Hello Kemal,

    Thank you for your quick answer.

    I created a ext4 filesystem (only the base filesystem) with the following commands:

    #here we will mount the img
    $ mkdir rootfs_ext4
    
    #Creation of the img
    $ dd if=/dev/zero of=rootfs_ext4.img bs=1k count=384000
    
    #Formating the img with EXT4
    $ mkfs.ext4 rootfs_ext4.img 
    
    #override the file system check 
    $ tune2fs -c0 -i0 rootfs_ext4.img 
    
    #mount the img
    $ sudo mount -o loop rootfs_ext4.img rootfs_ext4
    
    #copy the rootfs to the img
    $ sudo cp -v -r -p rootfs/* rootfs_ext4
    
    #sync the files
    $ sync
    
    #unmount the img
    $ sudo umount rootfs_ext4

    I tried to boot the linux a few times, see the log files, without success.

    Sometimes the boot process ends after the u-boot message: "Starting kernel ...". This problem exist also with the ext2 filesystem.

    Best Regards

    Steffen

    [2019-07-11 07:36:21.302] 
    [2019-07-11 07:36:21.302] ìÓ-Boot SPL 2016.07-rc1-00019-g84d2dae-dirty (Jun 25 2019 - 14:53:01)
    [2019-07-11 07:36:21.372] Trying to boot from MMC2
    [2019-07-11 07:36:21.484] *** Warning - bad CRC, using default environment
    [2019-07-11 07:36:21.484] 
    [2019-07-11 07:36:21.500] reading u-boot.img
    [2019-07-11 07:36:21.500] reading u-boot.img
    [2019-07-11 07:36:21.541] 
    [2019-07-11 07:36:21.541] 
    [2019-07-11 07:36:21.541] U-Boot 2016.07-rc1-00019-g84d2dae-dirty (Jun 25 2019 - 14:53:01 +0200)
    [2019-07-11 07:36:21.541] 
    [2019-07-11 07:36:21.541] I2C:   ready
    [2019-07-11 07:36:21.590] DRAM:  512 MiB
    [2019-07-11 07:36:21.638] MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    [2019-07-11 07:36:21.717] *** Warning - bad CRC, using default environment
    [2019-07-11 07:36:21.717] 
    [2019-07-11 07:36:21.877] => 
    [2019-07-11 07:36:21.925] => mmc dev 1
    [2019-07-11 07:36:23.086] switch to partitions #0, OK
    [2019-07-11 07:36:23.086] mmc1(part 0) is current device
    [2019-07-11 07:36:23.086] => mmc read 90000000 1000 6000
    [2019-07-11 07:36:23.122] 
    [2019-07-11 07:36:23.122] MMC read: dev # 1, block # 4096, count 24576 ... 24576 blocks read: OK
    [2019-07-11 07:36:23.808] => mmc read 90C00000 7000 1000
    [2019-07-11 07:36:23.878] 
    [2019-07-11 07:36:23.878] MMC read: dev # 1, block # 28672, count 4096 ... 4096 blocks read: OK
    [2019-07-11 07:36:23.991] => setenv stdin serial
    [2019-07-11 07:36:24.023] => setenv stderr serial
    [2019-07-11 07:36:24.055] => setenv stdout serial
    [2019-07-11 07:36:24.087] => setenv console ttyS0,115200n8
    [2019-07-11 07:36:24.119] => setenv mmcargs setenv bootargs console=\${console} earlyprintk root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait init=/sbin/init
    [2019-07-11 07:36:24.236] => run mmcargs
    [2019-07-11 07:36:24.264] => TT_MSG [11.07.2019 07:36:24]: macro successfully finished
    bootm 90000000 - 90C00000
    [2019-07-11 07:36:24.332] ## Booting kernel from Legacy Image at 90000000 ...
    [2019-07-11 07:36:24.332]    Image Name:   Linux-4.14.79-ge669d52447
    [2019-07-11 07:36:24.332]    Created:      2019-07-05  13:33:49 UTC
    [2019-07-11 07:36:24.332]    Image Type:   ARM Linux Kernel Image (uncompressed)
    [2019-07-11 07:36:24.332]    Data Size:    2880000 Bytes = 2.7 MiB
    [2019-07-11 07:36:24.332]    Load Address: 80008000
    [2019-07-11 07:36:24.332]    Entry Point:  80008000
    [2019-07-11 07:36:24.332]    Verifying Checksum ... OK
    [2019-07-11 07:36:24.339] ## Flattened Device Tree blob at 90c00000
    [2019-07-11 07:36:24.359]    Booting using the fdt blob at 0x90c00000
    [2019-07-11 07:36:24.359]    Loading Kernel Image ... OK
    [2019-07-11 07:36:24.389]    Loading Device Tree to 9ef2f000, end 9ef39cdc ... OK
    [2019-07-11 07:36:24.389] 
    [2019-07-11 07:36:24.389] Starting kernel ...
    [2019-07-11 07:36:24.389] 
    [2019-07-11 07:36:26.633] [    0.000000] Booting Linux on physical CPU 0x0
    [2019-07-11 07:36:26.633] [    0.000000] Linux version 4.14.79-ge669d52447 (ngl@ubuntu) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #4 PREEMPT Fri Jul 5 06:33:40 PDT 2019
    [2019-07-11 07:36:26.633] [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [2019-07-11 07:36:26.633] [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [2019-07-11 07:36:26.633] [    0.000000] OF: fdt: Machine model: TI AM335x BCSI
    [2019-07-11 07:36:26.633] [    0.000000] Memory policy: Data cache writeback
    [2019-07-11 07:36:26.633] [    0.000000] efi: Getting EFI parameters from FDT:
    [2019-07-11 07:36:26.633] [    0.000000] efi: UEFI not found.
    [2019-07-11 07:36:26.633] [    0.000000] cma: Reserved 48 MiB at 0x9b800000
    [2019-07-11 07:36:26.633] [    0.000000] CPU: All CPU(s) started in SVC mode.
    [2019-07-11 07:36:26.633] [    0.000000] AM335X ES2.1 (sgx neon)
    [2019-07-11 07:36:26.633] [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
    [2019-07-11 07:36:26.633] [    0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait init=/sbin/init
    [2019-07-11 07:36:26.633] [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [2019-07-11 07:36:26.633] [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [2019-07-11 07:36:26.646] [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [2019-07-11 07:36:26.646] [    0.000000] Memory: 460148K/524288K available (6144K kernel code, 229K rwdata, 1656K rodata, 1024K init, 230K bss, 14988K reserved, 49152K cma-reserved, 0K highmem)
    [2019-07-11 07:36:26.646] [    0.000000] Virtual kernel memory layout:
    [2019-07-11 07:36:26.646] [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [2019-07-11 07:36:26.646] [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [2019-07-11 07:36:26.646] [    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
    [2019-07-11 07:36:26.646] [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    [2019-07-11 07:36:26.646] [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [2019-07-11 07:36:26.646] [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [2019-07-11 07:36:26.646] [    0.000000]       .text : 0xc0008000 - 0xc0700000   (7136 kB)
    [2019-07-11 07:36:26.646] [    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
    [2019-07-11 07:36:26.646] [    0.000000]       .data : 0xc0a00000 - 0xc0a39780   ( 230 kB)
    [2019-07-11 07:36:26.646] [    0.000000]        .bss : 0xc0a39780 - 0xc0a73264   ( 231 kB)
    [2019-07-11 07:36:26.661] [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [2019-07-11 07:36:26.661] [    0.000000] Preemptible hierarchical RCU implementation.
    [2019-07-11 07:36:26.661] [    0.000000] 	Tasks RCU enabled.
    [2019-07-11 07:36:26.661] [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [2019-07-11 07:36:26.661] [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [2019-07-11 07:36:26.661] [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [2019-07-11 07:36:26.661] [    0.000014] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [2019-07-11 07:36:26.662] [    0.000032] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [2019-07-11 07:36:26.662] [    0.000041] OMAP clocksource: timer1 at 24000000 Hz
    [2019-07-11 07:36:26.662] [    0.000232] timer_probe: no matching timers found
    [2019-07-11 07:36:26.662] [    0.000420] Console: colour dummy device 80x30
    [2019-07-11 07:36:26.662] [    0.000463] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [2019-07-11 07:36:26.662] [    0.089288] pid_max: default: 32768 minimum: 301
    [2019-07-11 07:36:26.662] [    0.089454] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-07-11 07:36:26.662] [    0.089467] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-07-11 07:36:26.675] [    0.090173] CPU: Testing write buffer coherency: ok
    [2019-07-11 07:36:26.675] [    0.090229] CPU0: Spectre v2: using BPIALL workaround
    [2019-07-11 07:36:26.675] [    0.090846] Setting up static identity map for 0x80100000 - 0x80100060
    [2019-07-11 07:36:26.675] [    0.090983] Hierarchical SRCU implementation.
    [2019-07-11 07:36:26.675] [    0.091285] EFI services will not be available.
    [2019-07-11 07:36:26.675] [    0.092496] devtmpfs: initialized
    [2019-07-11 07:36:26.675] [    0.098307] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
    [2019-07-11 07:36:26.675] [    0.098739] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [2019-07-11 07:36:26.675] [    0.099017] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [2019-07-11 07:36:26.675] [    0.099035] futex hash table entries: 256 (order: -1, 3072 bytes)
    [2019-07-11 07:36:26.675] [    0.102471] pinctrl core: initialized pinctrl subsystem
    [2019-07-11 07:36:26.675] [    0.103112] DMI not present or invalid.
    [2019-07-11 07:36:26.675] [    0.103474] NET: Registered protocol family 16
    [2019-07-11 07:36:26.675] [    0.105422] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [2019-07-11 07:36:26.920] [    0.116737] omap_hwmod: debugss: _wait_target_disable failed
    [2019-07-11 07:36:26.920] [    0.168938] cpuidle: using governor ladder
    [2019-07-11 07:36:26.920] [    0.168967] cpuidle: using governor menu
    [2019-07-11 07:36:26.920] [    0.172811] OMAP GPIO hardware version 0.1
    [2019-07-11 07:36:26.920] [    0.180365] No ATAGs?
    [2019-07-11 07:36:26.920] [    0.180381] hw-breakpoint: debug architecture 0x4 unsupported.
    [2019-07-11 07:36:26.920] [    0.189781] edma 49000000.edma: TI EDMA DMA engine driver
    [2019-07-11 07:36:26.920] [    0.191815] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/i2c0_pins_default, deferring probe
    [2019-07-11 07:36:26.920] [    0.191928] pps_core: LinuxPPS API ver. 1 registered
    [2019-07-11 07:36:26.920] [    0.191936] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [2019-07-11 07:36:26.920] [    0.191957] PTP clock support registered
    [2019-07-11 07:36:26.920] [    0.191989] EDAC MC: Ver: 3.0.0
    [2019-07-11 07:36:26.920] [    0.192400] dmi: Firmware registration failed.
    [2019-07-11 07:36:26.920] [    0.192778] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [2019-07-11 07:36:26.920] [    0.194008] clocksource: Switched to clocksource timer1
    [2019-07-11 07:36:26.920] [    0.200810] NET: Registered protocol family 2
    [2019-07-11 07:36:26.920] [    0.201452] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-07-11 07:36:26.936] [    0.201497] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-07-11 07:36:26.936] [    0.201535] TCP: Hash tables configured (established 4096 bind 4096)
    [2019-07-11 07:36:26.936] [    0.201639] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [2019-07-11 07:36:26.936] [    0.201655] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [2019-07-11 07:36:26.936] [    0.201799] NET: Registered protocol family 1
    [2019-07-11 07:36:26.936] [    0.202383] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [2019-07-11 07:36:26.936] [    0.202493] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [2019-07-11 07:36:26.936] [    0.203786] workingset: timestamp_bits=14 max_order=17 bucket_order=3
    [2019-07-11 07:36:26.936] [    0.207632] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [2019-07-11 07:36:26.936] [    0.209506] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
    [2019-07-11 07:36:26.936] [    0.209525] io scheduler noop registered
    [2019-07-11 07:36:26.936] [    0.209533] io scheduler deadline registered
    [2019-07-11 07:36:26.936] [    0.209721] io scheduler cfq registered (default)
    [2019-07-11 07:36:26.936] [    0.209731] io scheduler mq-deadline registered
    [2019-07-11 07:36:26.936] [    0.209738] io scheduler kyber registered
    [2019-07-11 07:36:26.949] [    0.210723] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [2019-07-11 07:36:26.949] [    0.253333] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [2019-07-11 07:36:26.949] [    0.257048] console [ttyS0] disabled
    [2019-07-11 07:36:26.949] [    0.257137] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
    [2019-07-11 07:36:26.949] [    0.810392] console [ttyS0] enabled
    [2019-07-11 07:36:26.949] [    0.815036] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250
    [2019-07-11 07:36:26.949] [    0.825517] omap_rng 48310000.rng: Random Number Generator ver. 20
    [2019-07-11 07:36:26.949] [    0.839985] brd: module loaded
    [2019-07-11 07:36:26.949] [    0.849036] loop: module loaded
    [2019-07-11 07:36:26.949] [    0.853706] i2c /dev entries driver
    [2019-07-11 07:36:26.949] [    0.859294] cpuidle: enable-method property 'ti,am3352' found operations
    [2019-07-11 07:36:26.949] [    0.866504] sdhci: Secure Digital Host Controller Interface driver
    [2019-07-11 07:36:26.949] [    0.872713] sdhci: Copyright(c) Pierre Ossman
    [2019-07-11 07:36:26.960] [    0.934688] sdhci-pltfm: SDHCI platform and OF driver helper
    [2019-07-11 07:36:27.038] [    0.948354] NET: Registered protocol family 10
    [2019-07-11 07:36:27.038] [    0.954465] Segment Routing with IPv6
    [2019-07-11 07:36:27.038] [    0.959329] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [2019-07-11 07:36:27.038] [    0.968182] NET: Registered protocol family 17
    [2019-07-11 07:36:27.038] [    0.972831] Key type dns_resolver registered
    [2019-07-11 07:36:27.038] [    0.977333] omap_voltage_late_init: Voltage driver support not added
    [2019-07-11 07:36:27.038] [    0.989020] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [2019-07-11 07:36:27.038] [    0.996247] Waiting for root device /dev/mmcblk0p2...
    [2019-07-11 07:36:27.134] [    1.018061] mmc0: new high speed MMC card at address 0001
    [2019-07-11 07:36:27.134] [    1.024131] mmcblk0: mmc0:0001 Q2J54A 3.64 GiB 
    [2019-07-11 07:36:27.134] [    1.028860] mmcblk0boot0: mmc0:0001 Q2J54A partition 1 2.00 MiB
    [2019-07-11 07:36:27.134] [    1.035151] mmcblk0boot1: mmc0:0001 Q2J54A partition 2 2.00 MiB
    [2019-07-11 07:36:27.134] [    1.041288] mmcblk0rpmb: mmc0:0001 Q2J54A partition 3 512 KiB
    [2019-07-11 07:36:27.134] [    1.048633]  mmcblk0: p1 p2
    [2019-07-11 07:36:27.134] [    1.058753] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [2019-07-11 07:36:27.134] [    1.067093] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
    [2019-07-11 07:36:27.134] [    1.074648] devtmpfs: mounted
    [2019-07-11 07:36:27.134] [    1.078794] Freeing unused kernel memory: 1024K
    [2019-07-11 07:36:27.134] [    1.092970] random: fast init done
    [2019-07-11 07:36:27.325] [    1.278417] systemd[1]: System time before build time, advancing clock.
    [2019-07-11 07:36:27.354] [    1.328404] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid)
    [2019-07-11 07:36:27.709] [    1.350082] systemd[1]: Detected architecture arm.
    [2019-07-11 07:36:27.709] [    1.356110] Unable to handle kernel NULL pointer dereference at virtual address 00000048
    [2019-07-11 07:36:27.709] [    1.364386] pgd = df5f0000
    [2019-07-11 07:36:27.709] [    1.367105] [00000048] *pgd=00000000
    [2019-07-11 07:36:27.709] [    1.370701] Internal error: Oops: 5 [#1] PREEMPT ARM
    [2019-07-11 07:36:27.709] [    1.375683] Modules linked in:
    [2019-07-11 07:36:27.709] [    1.378757] CPU: 0 PID: 1 Comm: systemd Not tainted 4.14.79-ge669d52447 #4
    [2019-07-11 07:36:27.709] [    1.385657] Hardware name: Generic AM33XX (Flattened Device Tree)
    [2019-07-11 07:36:27.709] [    1.391772] task: df050000 task.stack: df04e000
    [2019-07-11 07:36:27.709] [    1.396339] PC is at generic_make_request_checks+0x24/0x5f8
    [2019-07-11 07:36:27.709] [    1.401935] LR is at generic_make_request+0x18/0x264
    [2019-07-11 07:36:27.709] [    1.406916] pc : [<c03646e0>]    lr : [<c0367098>]    psr: 000b0013
    [2019-07-11 07:36:27.709] [    1.413205] sp : df04fba8  ip : 00000000  fp : df04fbf4
    [2019-07-11 07:36:27.709] [    1.418448] r10: 00000004  r9 : df58c3c0  r8 : 00000001
    [2019-07-11 07:36:27.723] [    1.423691] r7 : 00000000  r6 : 00046728  r5 : 00000002  r4 : df58c3c0
    [2019-07-11 07:36:27.723] [    1.430243] r3 : 00000000  r2 : 0000245c  r1 : 400b0013  r0 : df58c3c0
    [2019-07-11 07:36:27.723] [    1.436796] Flags: nzcv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
    [2019-07-11 07:36:27.723] [    1.443958] Control: 10c5387d  Table: 9f5f0019  DAC: 00000051
    [2019-07-11 07:36:27.723] [    1.449725] Process systemd (pid: 1, stack limit = 0xdf04e208)
    [2019-07-11 07:36:27.723] [    1.455579] Stack: (0xdf04fba8 to 0xdf050000)
    [2019-07-11 07:36:27.723] [    1.459955] fba0:                   db0e8798 db0e8708 00000000 00000000 df04fd08 db0e8798
    [2019-07-11 07:36:27.723] [    1.468169] fbc0: 0000024f 00000000 00400000 01011280 df58c3c0 00000002 00046728 00000000
    [2019-07-11 07:36:27.723] [    1.476383] fbe0: 00000001 df58c3c0 df04fc2c df04fbf8 c0367098 c03646c8 c01c32cc c01c2ed8
    [2019-07-11 07:36:27.723] [    1.484596] fc00: db0e8798 df04fd08 df58c3c0 00000002 00046728 00000000 00000001 00000001
    [2019-07-11 07:36:27.723] [    1.492809] fc20: df04fc8c df04fc30 c036732c c036708c 014000c0 014000c0 00000001 00000004
    [2019-07-11 07:36:27.723] [    1.501022] fc40: df04fc8c df04fc50 c035fe88 c035fe2c 00000000 df04fc60 00000000 00000000
    [2019-07-11 07:36:27.723] [    1.509234] fc60: df04fc6c 00000400 00000001 00046728 00000000 00000001 00000001 00000004
    [2019-07-11 07:36:27.734] [    1.517447] fc80: df04fd8c df04fc90 c02cebb8 c03672f0 dfb3f89c 014213ca 200b0013 00000100
    [2019-07-11 07:36:27.734] [    1.525660] fca0: 00000081 014000c0 c0a6a3bc db03e200 00000400 ffffe000 00000000 00000000
    [2019-07-11 07:36:27.734] [    1.533873] fcc0: c02b107c db0e8874 0000000a 00000000 db0e8798 df58c3c0 df04fdb8 00000004
    [2019-07-11 07:36:27.734] [    1.542085] fce0: 00000000 c0823c94 00046728 00000000 00000001 00000000 00000010 dfb7adb8
    [2019-07-11 07:36:27.734] [    1.550298] fd00: 00000004 00000000 00046728 00000000 00000000 00000001 00000000 db0c3990
    [2019-07-11 07:36:27.734] [    1.558510] fd20: 00046728 00000000 df58c840 00000000 df04fd4c df04fd40 c0a38148 00000000
    [2019-07-11 07:36:27.734] [    1.566723] fd40: c0a38148 00000001 00000002 00000000 df04fd84 df04fd60 c02e12d0 c020bd70
    [2019-07-11 07:36:27.734] [    1.574936] fd60: 00000000 00000003 00000004 00400000 df04fdb8 c02afa78 00000003 db0e8878
    [2019-07-11 07:36:27.734] [    1.583149] fd80: df04fd9c df04fd90 c02afab4 c02ce438 df04fe04 df04fda0 c01cf6cc c02afa84
    [2019-07-11 07:36:27.734] [    1.591362] fda0: df04fddc df58c840 db0e8874 00000000 00000001 014213ca dfb7ae38 dfb7adf0
    [2019-07-11 07:36:27.734] [    1.599575] fdc0: df04fdc0 df04fdc0 df04fdc8 df04fdc8 df04fdd0 df04fdd0 c065b264 00000003
    [2019-07-11 07:36:27.747] [    1.607788] fde0: df58c898 00000000 db0e8874 df58c840 00000020 00000000 df04fe44 df04fe08
    [2019-07-11 07:36:27.747] [    1.616001] fe00: c01cf8f0 c01cf4f8 00000003 c0a18750 df04fe5c df04fe20 c01bf39c df04ff08
    [2019-07-11 07:36:27.747] [    1.624214] fe20: db0e8874 00000000 df04fef0 df58c840 00000001 00000000 df04fe5c df04fe48
    [2019-07-11 07:36:27.747] [    1.632427] fe40: c01cfc4c c01cf7a4 00000000 00000001 df04fecc df04fe60 c01c2548 c01cfc04
    [2019-07-11 07:36:27.747] [    1.640640] fe60: 00000001 db0e8798 df4ddc10 014000c0 00080001 00000001 00000fff ffffffff
    [2019-07-11 07:36:27.747] [    1.648853] fe80: df58c898 00000000 ffffe000 00000000 db0e8798 be882870 00000000 df04fef0
    [2019-07-11 07:36:27.747] [    1.657065] fea0: 00000051 00000000 df58c840 df04ff78 df04ff78 00000000 00000400 00000003
    [2019-07-11 07:36:27.747] [    1.665279] fec0: df04fedc df04fed0 c02a3d38 c01c1e30 df04ff44 df04fee0 c021dd60 c02a3d04
    [2019-07-11 07:36:27.747] [    1.673492] fee0: 00000400 00000000 00590268 00000400 00000000 00000000 00000400 df04fee8
    [2019-07-11 07:36:28.023] [    1.681704] ff00: 00000001 00000000 df58c840 00000000 00000000 00000000 00000000 00000000
    [2019-07-11 07:36:28.023] [    1.689918] ff20: 00000000 00000000 00000400 df58c840 00590268 df04ff78 df04ff74 df04ff48
    [2019-07-11 07:36:28.023] [    1.698131] ff40: c021de3c c021dc94 00011326 00000000 df04ff74 df58c840 df58c840 00000000
    [2019-07-11 07:36:28.023] [    1.706343] ff60: 00000000 00590268 df04ffa4 df04ff78 c021e2ec c021ddb8 00000000 00000000
    [2019-07-11 07:36:28.023] [    1.714556] ff80: 005900a0 b6c53f41 000005e8 00000003 c0107e44 df04e000 00000000 df04ffa8
    [2019-07-11 07:36:28.023] [    1.722769] ffa0: c0107c40 c021e2b4 005900a0 b6c53f41 00000004 00590268 00000400 00000000
    [2019-07-11 07:36:28.023] [    1.730982] ffc0: 005900a0 b6c53f41 000005e8 00000003 0000005b 000005e8 b6cee7a8 00000000
    [2019-07-11 07:36:28.023] [    1.739195] ffe0: 00000000 be8828dc b6c547e1 b6c8f4b8 400b0030 00000004 00000000 00000000
    [2019-07-11 07:36:28.023] [    1.747401] Backtrace: 
    [2019-07-11 07:36:28.023] [    1.749864] [<c03646bc>] (generic_make_request_checks) from [<c0367098>] (generic_make_request+0x18/0x264)
    [2019-07-11 07:36:28.023] [    1.759561]  r9:df58c3c0 r8:00000001 r7:00000000 r6:00046728 r5:00000002 r4:df58c3c0
    [2019-07-11 07:36:28.023] [    1.767341] [<c0367080>] (generic_make_request) from [<c036732c>] (submit_bio+0x48/0x154)
    [2019-07-11 07:36:28.037] [    1.775554]  r9:00000001 r8:00000001 r7:00000000 r6:00046728 r5:00000002 r4:df58c3c0
    [2019-07-11 07:36:28.037] [    1.783342] [<c03672e4>] (submit_bio) from [<c02cebb8>] (ext4_mpage_readpages+0x78c/0x8a4)
    [2019-07-11 07:36:28.037] [    1.791642]  r10:00000004 r9:00000001 r8:00000001 r7:00000000 r6:00046728 r5:00000001
    [2019-07-11 07:36:28.037] [    1.799500]  r4:00000400
    [2019-07-11 07:36:28.037] [    1.802045] [<c02ce42c>] (ext4_mpage_readpages) from [<c02afab4>] (ext4_readpages+0x3c/0x48)
    [2019-07-11 07:36:28.037] [    1.810519]  r10:db0e8878 r9:00000003 r8:c02afa78 r7:df04fdb8 r6:00400000 r5:00000004
    [2019-07-11 07:36:28.037] [    1.818378]  r4:00000003
    [2019-07-11 07:36:28.037] [    1.820925] [<c02afa78>] (ext4_readpages) from [<c01cf6cc>] (__do_page_cache_readahead+0x1e0/0x2ac)
    [2019-07-11 07:36:28.037] [    1.830010] [<c01cf4ec>] (__do_page_cache_readahead) from [<c01cf8f0>] (ondemand_readahead+0x158/0x2a4)
    [2019-07-11 07:36:28.037] [    1.839443]  r10:00000000 r9:00000020 r8:df58c840 r7:db0e8874 r6:00000000 r5:df58c898
    [2019-07-11 07:36:28.037] [    1.847302]  r4:00000003
    [2019-07-11 07:36:28.037] [    1.849844] [<c01cf798>] (ondemand_readahead) from [<c01cfc4c>] (page_cache_sync_readahead+0x54/0x74)
    [2019-07-11 07:36:28.049] [    1.859104]  r10:00000000 r9:00000001 r8:df58c840 r7:df04fef0 r6:00000000 r5:db0e8874
    [2019-07-11 07:36:28.049] [    1.866963]  r4:df04ff08
    [2019-07-11 07:36:28.049] [    1.869514] [<c01cfbf8>] (page_cache_sync_readahead) from [<c01c2548>] (generic_file_read_iter+0x724/0xa08)
    [2019-07-11 07:36:28.049] [    1.879306] [<c01c1e24>] (generic_file_read_iter) from [<c02a3d38>] (ext4_file_read_iter+0x40/0x4c)
    [2019-07-11 07:36:28.049] [    1.888390]  r10:00000003 r9:00000400 r8:00000000 r7:df04ff78 r6:df04ff78 r5:df58c840
    [2019-07-11 07:36:28.049] [    1.896248]  r4:00000000
    [2019-07-11 07:36:28.049] [    1.898802] [<c02a3cf8>] (ext4_file_read_iter) from [<c021dd60>] (__vfs_read+0xd8/0x124)
    [2019-07-11 07:36:28.049] [    1.906929] [<c021dc88>] (__vfs_read) from [<c021de3c>] (vfs_read+0x90/0x114)
    [2019-07-11 07:36:28.049] [    1.914093]  r7:df04ff78 r6:00590268 r5:df58c840 r4:00000400
    [2019-07-11 07:36:28.049] [    1.919778] [<c021ddac>] (vfs_read) from [<c021e2ec>] (SyS_read+0x44/0x98)
    [2019-07-11 07:36:28.049] [    1.926681]  r8:00590268 r7:00000000 r6:00000000 r5:df58c840 r4:df58c840
    [2019-07-11 07:36:28.049] [    1.933420] [<c021e2a8>] (SyS_read) from [<c0107c40>] (ret_fast_syscall+0x0/0x54)
    [2019-07-11 07:36:28.049] [    1.940935]  r9:df04e000 r8:c0107e44 r7:00000003 r6:000005e8 r5:b6c53f41 r4:005900a0
    [2019-07-11 07:36:28.054] [    1.948713] Code: e5905028 e590c004 e1b054a5 0a000002 (e1cc04d8) 
    [2019-07-11 07:36:28.054] [    1.954976] ---[ end trace 1c20b0c906021757 ]---
    [2019-07-11 07:36:28.054] [    1.960600] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
    [2019-07-11 07:36:28.054] [    1.960600] 
    [2019-07-11 07:36:28.054] [    1.969785] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
    [2019-07-11 07:36:28.054] [    1.969785] 

    [2019-07-11 07:37:40.379] 
    [2019-07-11 07:37:40.379] => 
    [2019-07-11 07:37:40.379] => mmc dev 1
    [2019-07-11 07:37:41.546] switch to partitions #0, OK
    [2019-07-11 07:37:41.546] mmc1(part 0) is current device
    [2019-07-11 07:37:41.546] => mmc read 90000000 1000 6000
    [2019-07-11 07:37:41.546] 
    [2019-07-11 07:37:41.546] MMC read: dev # 1, block # 4096, count 24576 ... 24576 blocks read: OK
    [2019-07-11 07:37:42.238] => mmc read 90C00000 7000 1000
    [2019-07-11 07:37:42.238] 
    [2019-07-11 07:37:42.238] MMC read: dev # 1, block # 28672, count 4096 ... 4096 blocks read: OK
    [2019-07-11 07:37:42.351] => setenv stdin serial
    [2019-07-11 07:37:42.351] => setenv stderr serial
    [2019-07-11 07:37:42.383] => setenv stdout serial
    [2019-07-11 07:37:42.383] => setenv console ttyS0,115200n8
    [2019-07-11 07:37:42.416] => setenv mmcargs setenv bootargs console=\${console} earlyprintk root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait init=/sbin/init
    [2019-07-11 07:37:42.490] => run mmcargs
    [2019-07-11 07:37:42.490] => TT_MSG [11.07.2019 07:37:42]: macro successfully finished
    bootm 90000000 - 90C00000
    [2019-07-11 07:37:42.567] ## Booting kernel from Legacy Image at 90000000 ...
    [2019-07-11 07:37:42.567]    Image Name:   Linux-4.14.79-ge669d52447
    [2019-07-11 07:37:42.567]    Created:      2019-07-05  13:33:49 UTC
    [2019-07-11 07:37:42.567]    Image Type:   ARM Linux Kernel Image (uncompressed)
    [2019-07-11 07:37:42.567]    Data Size:    2880000 Bytes = 2.7 MiB
    [2019-07-11 07:37:42.567]    Load Address: 80008000
    [2019-07-11 07:37:42.567]    Entry Point:  80008000
    [2019-07-11 07:37:42.567]    Verifying Checksum ... OK
    [2019-07-11 07:37:42.572] ## Flattened Device Tree blob at 90c00000
    [2019-07-11 07:37:42.594]    Booting using the fdt blob at 0x90c00000
    [2019-07-11 07:37:42.594]    Loading Kernel Image ... OK
    [2019-07-11 07:37:42.624]    Loading Device Tree to 9ef2f000, end 9ef39cdc ... OK
    [2019-07-11 07:37:42.624] 
    [2019-07-11 07:37:42.624] Starting kernel ...
    [2019-07-11 07:37:42.624] 
    [2019-07-11 07:37:44.870] [    0.000000] Booting Linux on physical CPU 0x0
    [2019-07-11 07:37:44.870] [    0.000000] Linux version 4.14.79-ge669d52447 (ngl@ubuntu) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #4 PREEMPT Fri Jul 5 06:33:40 PDT 2019
    [2019-07-11 07:37:44.870] [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [2019-07-11 07:37:44.870] [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [2019-07-11 07:37:44.870] [    0.000000] OF: fdt: Machine model: TI AM335x BCSI
    [2019-07-11 07:37:44.870] [    0.000000] Memory policy: Data cache writeback
    [2019-07-11 07:37:44.870] [    0.000000] efi: Getting EFI parameters from FDT:
    [2019-07-11 07:37:44.870] [    0.000000] efi: UEFI not found.
    [2019-07-11 07:37:44.870] [    0.000000] cma: Reserved 48 MiB at 0x9b800000
    [2019-07-11 07:37:44.870] [    0.000000] CPU: All CPU(s) started in SVC mode.
    [2019-07-11 07:37:44.870] [    0.000000] AM335X ES2.1 (sgx neon)
    [2019-07-11 07:37:44.870] [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
    [2019-07-11 07:37:44.870] [    0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait init=/sbin/init
    [2019-07-11 07:37:44.870] [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [2019-07-11 07:37:44.870] [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [2019-07-11 07:37:44.883] [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [2019-07-11 07:37:44.883] [    0.000000] Memory: 460148K/524288K available (6144K kernel code, 229K rwdata, 1656K rodata, 1024K init, 230K bss, 14988K reserved, 49152K cma-reserved, 0K highmem)
    [2019-07-11 07:37:44.883] [    0.000000] Virtual kernel memory layout:
    [2019-07-11 07:37:44.883] [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [2019-07-11 07:37:44.883] [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [2019-07-11 07:37:44.883] [    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
    [2019-07-11 07:37:44.883] [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    [2019-07-11 07:37:44.883] [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [2019-07-11 07:37:44.883] [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [2019-07-11 07:37:44.883] [    0.000000]       .text : 0xc0008000 - 0xc0700000   (7136 kB)
    [2019-07-11 07:37:44.883] [    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
    [2019-07-11 07:37:44.884] [    0.000000]       .data : 0xc0a00000 - 0xc0a39780   ( 230 kB)
    [2019-07-11 07:37:44.884] [    0.000000]        .bss : 0xc0a39780 - 0xc0a73264   ( 231 kB)
    [2019-07-11 07:37:44.898] [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [2019-07-11 07:37:44.898] [    0.000000] Preemptible hierarchical RCU implementation.
    [2019-07-11 07:37:44.898] [    0.000000] 	Tasks RCU enabled.
    [2019-07-11 07:37:44.898] [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [2019-07-11 07:37:44.898] [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [2019-07-11 07:37:44.898] [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [2019-07-11 07:37:44.898] [    0.000014] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [2019-07-11 07:37:44.898] [    0.000031] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [2019-07-11 07:37:44.898] [    0.000040] OMAP clocksource: timer1 at 24000000 Hz
    [2019-07-11 07:37:44.898] [    0.000237] timer_probe: no matching timers found
    [2019-07-11 07:37:44.898] [    0.000422] Console: colour dummy device 80x30
    [2019-07-11 07:37:44.898] [    0.000464] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [2019-07-11 07:37:44.898] [    0.089292] pid_max: default: 32768 minimum: 301
    [2019-07-11 07:37:44.898] [    0.089459] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-07-11 07:37:44.898] [    0.089472] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-07-11 07:37:44.912] [    0.090184] CPU: Testing write buffer coherency: ok
    [2019-07-11 07:37:44.912] [    0.090243] CPU0: Spectre v2: using BPIALL workaround
    [2019-07-11 07:37:44.912] [    0.090858] Setting up static identity map for 0x80100000 - 0x80100060
    [2019-07-11 07:37:44.912] [    0.090994] Hierarchical SRCU implementation.
    [2019-07-11 07:37:44.912] [    0.091298] EFI services will not be available.
    [2019-07-11 07:37:44.912] [    0.092505] devtmpfs: initialized
    [2019-07-11 07:37:44.912] [    0.098311] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
    [2019-07-11 07:37:44.912] [    0.098741] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [2019-07-11 07:37:44.912] [    0.099022] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [2019-07-11 07:37:44.912] [    0.099040] futex hash table entries: 256 (order: -1, 3072 bytes)
    [2019-07-11 07:37:44.912] [    0.102464] pinctrl core: initialized pinctrl subsystem
    [2019-07-11 07:37:44.912] [    0.103111] DMI not present or invalid.
    [2019-07-11 07:37:44.912] [    0.103476] NET: Registered protocol family 16
    [2019-07-11 07:37:44.912] [    0.105423] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [2019-07-11 07:37:45.239] [    0.116734] omap_hwmod: debugss: _wait_target_disable failed
    [2019-07-11 07:37:45.239] [    0.168910] cpuidle: using governor ladder
    [2019-07-11 07:37:45.239] [    0.168942] cpuidle: using governor menu
    [2019-07-11 07:37:45.239] [    0.172785] OMAP GPIO hardware version 0.1
    [2019-07-11 07:37:45.239] [    0.180359] No ATAGs?
    [2019-07-11 07:37:45.239] [    0.180374] hw-breakpoint: debug architecture 0x4 unsupported.
    [2019-07-11 07:37:45.239] [    0.189778] edma 49000000.edma: TI EDMA DMA engine driver
    [2019-07-11 07:37:45.239] [    0.191819] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/i2c0_pins_default, deferring probe
    [2019-07-11 07:37:45.239] [    0.191925] pps_core: LinuxPPS API ver. 1 registered
    [2019-07-11 07:37:45.239] [    0.191933] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [2019-07-11 07:37:45.239] [    0.191954] PTP clock support registered
    [2019-07-11 07:37:45.239] [    0.191988] EDAC MC: Ver: 3.0.0
    [2019-07-11 07:37:45.239] [    0.192395] dmi: Firmware registration failed.
    [2019-07-11 07:37:45.239] [    0.192772] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [2019-07-11 07:37:45.239] [    0.194002] clocksource: Switched to clocksource timer1
    [2019-07-11 07:37:45.239] [    0.200820] NET: Registered protocol family 2
    [2019-07-11 07:37:45.239] [    0.201473] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-07-11 07:37:45.252] [    0.201518] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-07-11 07:37:45.252] [    0.201555] TCP: Hash tables configured (established 4096 bind 4096)
    [2019-07-11 07:37:45.252] [    0.201653] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [2019-07-11 07:37:45.252] [    0.201669] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [2019-07-11 07:37:45.252] [    0.201809] NET: Registered protocol family 1
    [2019-07-11 07:37:45.252] [    0.202385] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [2019-07-11 07:37:45.252] [    0.202495] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [2019-07-11 07:37:45.252] [    0.203776] workingset: timestamp_bits=14 max_order=17 bucket_order=3
    [2019-07-11 07:37:45.252] [    0.207619] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [2019-07-11 07:37:45.252] [    0.209500] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
    [2019-07-11 07:37:45.252] [    0.209519] io scheduler noop registered
    [2019-07-11 07:37:45.252] [    0.209526] io scheduler deadline registered
    [2019-07-11 07:37:45.252] [    0.209713] io scheduler cfq registered (default)
    [2019-07-11 07:37:45.252] [    0.209722] io scheduler mq-deadline registered
    [2019-07-11 07:37:45.252] [    0.209729] io scheduler kyber registered
    [2019-07-11 07:37:45.266] [    0.210718] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [2019-07-11 07:37:45.266] [    0.253493] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [2019-07-11 07:37:45.266] [    0.257168] console [ttyS0] disabled
    [2019-07-11 07:37:45.266] [    0.257259] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
    [2019-07-11 07:37:45.266] [    0.810507] console [ttyS0] enabled
    [2019-07-11 07:37:45.266] [    0.815156] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250
    [2019-07-11 07:37:45.266] [    0.825647] omap_rng 48310000.rng: Random Number Generator ver. 20
    [2019-07-11 07:37:45.266] [    0.840151] brd: module loaded
    [2019-07-11 07:37:45.266] [    0.849184] loop: module loaded
    [2019-07-11 07:37:45.266] [    0.853848] i2c /dev entries driver
    [2019-07-11 07:37:45.266] [    0.859439] cpuidle: enable-method property 'ti,am3352' found operations
    [2019-07-11 07:37:45.266] [    0.866647] sdhci: Secure Digital Host Controller Interface driver
    [2019-07-11 07:37:45.266] [    0.872857] sdhci: Copyright(c) Pierre Ossman
    [2019-07-11 07:37:45.266] [    0.877293] Unable to handle kernel paging request at virtual address 5b06fd68
    [2019-07-11 07:37:45.266] [    0.877298] pgd = c0004000
    [2019-07-11 07:37:45.266] [    0.877303] [5b06fd68] *pgd=00000000
    [2019-07-11 07:37:45.266] [    0.877316] Internal error: Oops: 5 [#1] PREEMPT ARM
    [2019-07-11 07:37:45.277] [    0.877320] Modules linked in:
    [2019-07-11 07:37:45.277] [    0.877335] CPU: 0 PID: 1 Comm: swapper Not tainted 4.14.79-ge669d52447 #4
    [2019-07-11 07:37:45.277] [    0.877338] Hardware name: Generic AM33XX (Flattened Device Tree)
    [2019-07-11 07:37:45.277] [    0.877342] task: df050000 task.stack: df04e000
    [2019-07-11 07:37:45.277] [    0.877365] PC is at irq_find_mapping+0x34/0xb0
    [2019-07-11 07:37:45.277] [    0.877370] LR is at irq_gc_get_irq_data+0x44/0x68
    [2019-07-11 07:37:45.277] [    0.877374] pc : [<c017016c>]    lr : [<c016ed40>]    psr: 20000193
    [2019-07-11 07:37:45.277] [    0.877377] sp : df04fcd8  ip : df04fcf0  fp : df04fcec
    [2019-07-11 07:37:45.277] [    0.877380] r10: c0a3ca38  r9 : df04e000  r8 : df008000
    [2019-07-11 07:37:45.277] [    0.877384] r7 : 00000000  r6 : 00000000  r5 : df04fd08  r4 : 5b06fd2c
    [2019-07-11 07:37:45.277] [    0.877388] r3 : ffffffff  r2 : df006200  r1 : df008009  r0 : df04fd08
    [2019-07-11 07:37:45.277] [    0.877394] Flags: nzCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment none
    [2019-07-11 07:37:45.277] [    0.877398] Control: 10c5387d  Table: 80004019  DAC: 00000051
    [2019-07-11 07:37:45.277] [    0.877402] Process swapper (pid: 1, stack limit = 0xdf04e208)
    [2019-07-11 07:37:45.585] [    0.877407] Stack: (0xdf04fcd8 to 0xdf050000)
    [2019-07-11 07:37:45.585] [    0.877413] fcc0:                                                       df006200 00000010
    [2019-07-11 07:37:45.585] [    0.877422] fce0: df04fd04 df04fcf0 c016ed40 c0170144 df006200 00000010 df04fd1c df04fd08
    [2019-07-11 07:37:45.585] [    0.877430] fd00: c016cecc c016cd54 c0a377c4 00000010 df04fd2c df04fd20 c0168c1c c016cd90
    [2019-07-11 07:37:45.585] [    0.877438] fd20: df04fd54 df04fd30 c01692d4 c0168bfc c0a6b2b0 60000013 ffffffff df04fda4
    [2019-07-11 07:37:45.585] [    0.877446] fd40: 00000031 df04e000 df04fd6c df04fd58 c0101464 c0169284 c0167310 60000013
    [2019-07-11 07:37:45.585] [    0.877454] fd60: df04fe1c df04fd70 c010c54c c0101434 00000000 60000093 00000000 60000013
    [2019-07-11 07:37:45.585] [    0.877462] fd80: 00000000 00000000 c0a3d328 00000000 00000031 c0a3d7c0 c0a3ca38 df04fe1c
    [2019-07-11 07:37:45.585] [    0.877471] fda0: df04fdc0 df04fdc0 c0167308 c0167310 60000013 ffffffff 00000051 00000000
    [2019-07-11 07:37:45.585] [    0.877479] fdc0: df04fe1c df04fdd0 c0166f68 00000001 c081bb38 c0a030d4 c0a10438 60000013
    [2019-07-11 07:37:45.585] [    0.877487] fde0: ffffe000 00000000 0000006c 00000000 df04e000 df04e000 00000000 60000013
    [2019-07-11 07:37:45.681] [    0.877495] fe00: 00000021 00000000 00000000 ffffffff df04fe5c df04fe20 c01675b0 c01670ec
    [2019-07-11 07:37:45.681] [    0.877503] fe20: c08594ac df04fec4 c0658c54 c020bd70 df04fe64 00000000 c08594ac df04fec4
    [2019-07-11 07:37:45.681] [    0.877511] fe40: 00000000 00000000 00000079 c0a39780 df04fe74 df04fe60 c0167798 c01674c0
    [2019-07-11 07:37:45.681] [    0.877519] fe60: c08594ac df04fec4 df04fea4 df04fe78 c0168a9c c016777c 00000079 c0a39780
    [2019-07-11 07:37:45.681] [    0.877527] fe80: df04fe9c ffffe000 00000000 c0922b00 c0a39780 c0934830 df04febc df04fea8
    [2019-07-11 07:37:45.681] [    0.877535] fea0: c01683fc c01689b4 df04fec4 df04fec4 df04fedc df04fed0 c0922b24 c01683e4
    [2019-07-11 07:37:45.681] [    0.877544] fec0: c08594ac 60000093 00000000 00000000 df04ff4c df04fee0 c0101974 c0922b0c
    [2019-07-11 07:37:45.681] [    0.877552] fee0: df04ff4c df04fef0 c0144700 c0900624 c0819bbc c0819b9c c0819be8 c0823c94
    [2019-07-11 07:37:45.681] [    0.877560] ff00: 00000000 c0819b74 00000006 00000006 c0850d0c c089ca70 dffffc93 dffffc98
    [2019-07-11 07:37:45.681] [    0.877568] ff20: 00000000 c089ca70 00000007 c089ca70 c09428a4 00000007 c0a39780 c0934830
    [2019-07-11 07:37:45.681] [    0.877576] ff40: df04ff94 df04ff50 c0900eb4 c0101934 00000006 00000006 00000000 c0900618
    [2019-07-11 07:37:45.697] [    0.877584] ff60: 00000000 c0900618 00000000 00000000 c0666548 00000000 00000000 00000000
    [2019-07-11 07:37:45.697] [    0.877593] ff80: 00000000 00000000 df04ffac df04ff98 c0666558 c0900d78 00000000 c0666548
    [2019-07-11 07:37:45.697] [    0.877600] ffa0: 00000000 df04ffb0 c0107d28 c0666554 00000000 00000000 00000000 00000000
    [2019-07-11 07:37:45.697] [    0.877608] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    [2019-07-11 07:37:45.697] [    0.877615] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000
    [2019-07-11 07:37:45.697] [    0.877617] Backtrace: 
    [2019-07-11 07:37:45.697] [    0.877632] [<c0170138>] (irq_find_mapping) from [<c016ed40>] (irq_gc_get_irq_data+0x44/0x68)
    [2019-07-11 07:37:45.697] [    0.877638]  r5:00000010 r4:df006200
    [2019-07-11 07:37:45.697] [    0.877646] [<c016cd48>] (unmask_irq.part.4) from [<c016cecc>] (handle_level_irq+0x148/0x158)
    [2019-07-11 07:37:45.697] [    0.877651]  r5:00000010 r4:df006200
    [2019-07-11 07:37:45.697] [    0.877668] [<c016cd84>] (handle_level_irq) from [<c0168c1c>] (generic_handle_irq+0x2c/0x3c)
    [2019-07-11 07:37:45.697] [    0.877672]  r5:00000010 r4:c0a377c4
    [2019-07-11 07:37:45.697] [    0.877681] [<c0168bf0>] (generic_handle_irq) from [<c01692d4>] (__handle_domain_irq+0x5c/0xb0)
    [2019-07-11 07:37:45.712] [    0.877691] [<c0169278>] (__handle_domain_irq) from [<c0101464>] (omap_intc_handle_irq+0x3c/0x98)
    [2019-07-11 07:37:45.712] [    0.877699]  r9:df04e000 r8:00000031 r7:df04fda4 r6:ffffffff r5:60000013 r4:c0a6b2b0
    [2019-07-11 07:37:45.712] [    0.877707] [<c0101428>] (omap_intc_handle_irq) from [<c010c54c>] (__irq_svc+0x6c/0xa8)
    [2019-07-11 07:37:45.712] [    0.877710] Exception stack(0xdf04fd70 to 0xdf04fdb8)
    [2019-07-11 07:37:45.712] [    0.877716] fd60:                                     00000000 60000093 00000000 60000013
    [2019-07-11 07:37:45.712] [    0.877724] fd80: 00000000 00000000 c0a3d328 00000000 00000031 c0a3d7c0 c0a3ca38 df04fe1c
    [2019-07-11 07:37:45.712] [    0.877731] fda0: df04fdc0 df04fdc0 c0167308 c0167310 60000013 ffffffff
    [2019-07-11 07:37:45.712] [    0.877735]  r5:60000013 r4:c0167310
    [2019-07-11 07:37:45.712] [    0.877743] [<c01670e0>] (console_unlock) from [<c01675b0>] (vprintk_emit+0xfc/0x148)
    [2019-07-11 07:37:45.712] [    0.877751]  r10:ffffffff r9:00000000 r8:00000000 r7:00000021 r6:60000013 r5:00000000
    [2019-07-11 07:37:45.712] [    0.877754]  r4:df04e000
    [2019-07-11 07:37:45.712] [    0.877762] [<c01674b4>] (vprintk_emit) from [<c0167798>] (vprintk_default+0x28/0x30)
    [2019-07-11 07:37:45.724] [    0.877769]  r10:c0a39780 r9:00000079 r8:00000000 r7:00000000 r6:df04fec4 r5:c08594ac
    [2019-07-11 07:37:45.724] [    0.877772]  r4:00000000
    [2019-07-11 07:37:45.724] [    0.877780] [<c0167770>] (vprintk_default) from [<c0168a9c>] (vprintk_func+0xf4/0x1d0)
    [2019-07-11 07:37:45.724] [    0.877789] [<c01689a8>] (vprintk_func) from [<c01683fc>] (printk+0x28/0x30)
    [2019-07-11 07:37:45.724] [    0.877795]  r8:c0934830 r7:c0a39780 r6:c0922b00 r5:00000000 r4:ffffe000
    [2019-07-11 07:37:45.724] [    0.877808] [<c01683d8>] (printk) from [<c0922b24>] (sdhci_drv_init+0x24/0x2c)
    [2019-07-11 07:37:45.724] [    0.877814]  r3:00000000 r2:00000000 r1:60000093 r0:c08594ac
    [2019-07-11 07:37:45.724] [    0.877822] [<c0922b00>] (sdhci_drv_init) from [<c0101974>] (do_one_initcall+0x4c/0x170)
    [2019-07-11 07:37:45.724] [    0.877839] [<c0101928>] (do_one_initcall) from [<c0900eb4>] (kernel_init_freeable+0x148/0x1e4)
    [2019-07-11 07:37:45.724] [    0.877846]  r8:c0934830 r7:c0a39780 r6:00000007 r5:c09428a4 r4:c089ca70
    [2019-07-11 07:37:45.724] [    0.877864] [<c0900d6c>] (kernel_init_freeable) from [<c0666558>] (kernel_init+0x10/0x114)
    [2019-07-11 07:37:45.724] [    0.877872]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0666548
    [2019-07-11 07:37:45.724] [    0.877875]  r4:00000000
    [2019-07-11 07:37:45.730] [    0.877888] [<c0666548>] (kernel_init) from [<c0107d28>] (ret_from_fork+0x14/0x2c)
    [2019-07-11 07:37:45.730] [    0.877892]  r5:c0666548 r4:00000000
    [2019-07-11 07:37:45.730] [    0.877901] Code: e5953030 e1530004 9a000002 e0854104 (e594003c) 
    [2019-07-11 07:37:45.730] [    0.877923] ---[ end trace beefff13ed3f3af0 ]---
    [2019-07-11 07:37:45.730] [    0.877930] Kernel panic - not syncing: Fatal exception in interrupt
    [2019-07-11 07:37:45.730] [    1.438331] ---[ end Kernel panic - not syncing: Fatal exception in interrupt

    log_base_ext4_03.txt

    [2019-07-11 07:45:43.284] reading u-boot.img
    [2019-07-11 07:45:43.284] reading u-boot.img
    [2019-07-11 07:45:43.329] 
    [2019-07-11 07:45:43.329] 
    [2019-07-11 07:45:43.329] U-Boot 2016.07-rc1-00019-g84d2dae-dirty (Jun 25 2019 - 14:53:01 +0200)
    [2019-07-11 07:45:43.329] 
    [2019-07-11 07:45:43.329] I2C:   ready
    [2019-07-11 07:45:43.378] DRAM:  512 MiB
    [2019-07-11 07:45:43.426] MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    [2019-07-11 07:45:43.509] *** Warning - bad CRC, using default environment
    [2019-07-11 07:45:43.665] => 
    [2019-07-11 07:45:43.697] => mmc dev 1
    [2019-07-11 07:45:44.858] switch to partitions #0, OK
    [2019-07-11 07:45:44.858] mmc1(part 0) is current device
    [2019-07-11 07:45:44.858] => mmc read 90000000 1000 6000
    [2019-07-11 07:45:44.953] 
    [2019-07-11 07:45:44.967] MMC read: dev # 1, block # 4096, count 24576 ... 24576 blocks read: OK
    [2019-07-11 07:45:45.657] => mmc read 90C00000 7000 1000
    [2019-07-11 07:45:45.709] 
    [2019-07-11 07:45:45.709] MMC read: dev # 1, block # 28672, count 4096 ... 4096 blocks read: OK
    [2019-07-11 07:45:45.822] => setenv stdin serial
    [2019-07-11 07:45:45.854] => setenv stderr serial
    [2019-07-11 07:45:45.886] => setenv stdout serial
    [2019-07-11 07:45:45.918] => setenv console ttyS0,115200n8
    [2019-07-11 07:45:46.013] => setenv mmcargs setenv bootargs console=\${console} earlyprintk root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait init=/sbin/init
    [2019-07-11 07:45:46.128] => run mmcargs
    [2019-07-11 07:45:46.142] =>TT_MSG [11.07.2019 07:45:46]: macro successfully finished
     bootm 90000000 - 90C00000
    [2019-07-11 07:45:46.162] ## Booting kernel from Legacy Image at 90000000 ...
    [2019-07-11 07:45:46.200]    Image Name:   Linux-4.14.79-ge669d52447
    [2019-07-11 07:45:46.200]    Created:      2019-07-05  13:33:49 UTC
    [2019-07-11 07:45:46.200]    Image Type:   ARM Linux Kernel Image (uncompressed)
    [2019-07-11 07:45:46.200]    Data Size:    2880000 Bytes = 2.7 MiB
    [2019-07-11 07:45:46.200]    Load Address: 80008000
    [2019-07-11 07:45:46.200]    Entry Point:  80008000
    [2019-07-11 07:45:46.200]    Verifying Checksum ... OK
    [2019-07-11 07:45:46.229] ## Flattened Device Tree blob at 90c00000
    [2019-07-11 07:45:46.229]    Booting using the fdt blob at 0x90c00000
    [2019-07-11 07:45:46.229]    Loading Kernel Image ... OK
    [2019-07-11 07:45:46.245]    Loading Device Tree to 9ef2f000, end 9ef39cdc ... OK
    [2019-07-11 07:45:46.262] 
    [2019-07-11 07:45:46.262] Starting kernel ...
    [2019-07-11 07:45:46.262] 
    [2019-07-11 07:45:48.507] [    0.000000] Booting Linux on physical CPU 0x0
    [2019-07-11 07:45:48.507] [    0.000000] Linux version 4.14.79-ge669d52447 (ngl@ubuntu) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #4 PREEMPT Fri Jul 5 06:33:40 PDT 2019
    [2019-07-11 07:45:48.507] [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [2019-07-11 07:45:48.507] [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [2019-07-11 07:45:48.507] [    0.000000] OF: fdt: Machine model: TI AM335x BCSI
    [2019-07-11 07:45:48.507] [    0.000000] Memory policy: Data cache writeback
    [2019-07-11 07:45:48.507] [    0.000000] efi: Getting EFI parameters from FDT:
    [2019-07-11 07:45:48.507] [    0.000000] efi: UEFI not found.
    [2019-07-11 07:45:48.507] [    0.000000] cma: Reserved 48 MiB at 0x9b800000
    [2019-07-11 07:45:48.507] [    0.000000] CPU: All CPU(s) started in SVC mode.
    [2019-07-11 07:45:48.507] [    0.000000] AM335X ES2.1 (sgx neon)
    [2019-07-11 07:45:48.507] [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
    [2019-07-11 07:45:48.507] [    0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait init=/sbin/init
    [2019-07-11 07:45:48.507] [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [2019-07-11 07:45:48.507] [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [2019-07-11 07:45:48.520] [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [2019-07-11 07:45:48.520] [    0.000000] Memory: 460148K/524288K available (6144K kernel code, 229K rwdata, 1656K rodata, 1024K init, 230K bss, 14988K reserved, 49152K cma-reserved, 0K highmem)
    [2019-07-11 07:45:48.520] [    0.000000] Virtual kernel memory layout:
    [2019-07-11 07:45:48.520] [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [2019-07-11 07:45:48.520] [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [2019-07-11 07:45:48.520] [    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
    [2019-07-11 07:45:48.520] [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    [2019-07-11 07:45:48.520] [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [2019-07-11 07:45:48.520] [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [2019-07-11 07:45:48.520] [    0.000000]       .text : 0xc0008000 - 0xc0700000   (7136 kB)
    [2019-07-11 07:45:48.520] [    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
    [2019-07-11 07:45:48.520] [    0.000000]       .data : 0xc0a00000 - 0xc0a39780   ( 230 kB)
    [2019-07-11 07:45:48.520] [    0.000000]        .bss : 0xc0a39780 - 0xc0a73264   ( 231 kB)
    [2019-07-11 07:45:48.534] [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [2019-07-11 07:45:48.534] [    0.000000] Preemptible hierarchical RCU implementation.
    [2019-07-11 07:45:48.534] [    0.000000] 	Tasks RCU enabled.
    [2019-07-11 07:45:48.534] [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [2019-07-11 07:45:48.534] [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [2019-07-11 07:45:48.534] [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [2019-07-11 07:45:48.534] [    0.000015] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [2019-07-11 07:45:48.534] [    0.000032] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [2019-07-11 07:45:48.534] [    0.000041] OMAP clocksource: timer1 at 24000000 Hz
    [2019-07-11 07:45:48.534] [    0.000237] timer_probe: no matching timers found
    [2019-07-11 07:45:48.534] [    0.000421] Console: colour dummy device 80x30
    [2019-07-11 07:45:48.534] [    0.000463] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [2019-07-11 07:45:48.534] [    0.089286] pid_max: default: 32768 minimum: 301
    [2019-07-11 07:45:48.534] [    0.089454] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-07-11 07:45:48.534] [    0.089467] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-07-11 07:45:48.547] [    0.090172] CPU: Testing write buffer coherency: ok
    [2019-07-11 07:45:48.547] [    0.090231] CPU0: Spectre v2: using BPIALL workaround
    [2019-07-11 07:45:48.547] [    0.090849] Setting up static identity map for 0x80100000 - 0x80100060
    [2019-07-11 07:45:48.547] [    0.090983] Hierarchical SRCU implementation.
    [2019-07-11 07:45:48.547] [    0.091284] EFI services will not be available.
    [2019-07-11 07:45:48.547] [    0.092489] devtmpfs: initialized
    [2019-07-11 07:45:48.547] [    0.098309] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
    [2019-07-11 07:45:48.547] [    0.098746] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [2019-07-11 07:45:48.547] [    0.099021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [2019-07-11 07:45:48.547] [    0.099041] futex hash table entries: 256 (order: -1, 3072 bytes)
    [2019-07-11 07:45:48.547] [    0.102465] pinctrl core: initialized pinctrl subsystem
    [2019-07-11 07:45:48.547] [    0.103115] DMI not present or invalid.
    [2019-07-11 07:45:48.547] [    0.103479] NET: Registered protocol family 16
    [2019-07-11 07:45:48.547] [    0.105421] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [2019-07-11 07:45:48.793] [    0.116733] omap_hwmod: debugss: _wait_target_disable failed
    [2019-07-11 07:45:48.793] [    0.168924] cpuidle: using governor ladder
    [2019-07-11 07:45:48.793] [    0.168953] cpuidle: using governor menu
    [2019-07-11 07:45:48.793] [    0.172794] OMAP GPIO hardware version 0.1
    [2019-07-11 07:45:48.793] [    0.180384] No ATAGs?
    [2019-07-11 07:45:48.793] [    0.180400] hw-breakpoint: debug architecture 0x4 unsupported.
    [2019-07-11 07:45:48.793] [    0.189799] edma 49000000.edma: TI EDMA DMA engine driver
    [2019-07-11 07:45:48.793] [    0.191834] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/i2c0_pins_default, deferring probe
    [2019-07-11 07:45:48.793] [    0.191941] pps_core: LinuxPPS API ver. 1 registered
    [2019-07-11 07:45:48.793] [    0.191948] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [2019-07-11 07:45:48.793] [    0.191970] PTP clock support registered
    [2019-07-11 07:45:48.793] [    0.192003] EDAC MC: Ver: 3.0.0
    [2019-07-11 07:45:48.793] [    0.192409] dmi: Firmware registration failed.
    [2019-07-11 07:45:48.793] [    0.192783] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [2019-07-11 07:45:48.793] [    0.194023] clocksource: Switched to clocksource timer1
    [2019-07-11 07:45:48.793] [    0.200845] NET: Registered protocol family 2
    [2019-07-11 07:45:48.793] [    0.201492] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-07-11 07:45:48.806] [    0.201539] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-07-11 07:45:48.806] [    0.201577] TCP: Hash tables configured (established 4096 bind 4096)
    [2019-07-11 07:45:48.806] [    0.201678] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [2019-07-11 07:45:48.806] [    0.201696] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [2019-07-11 07:45:48.806] [    0.201838] NET: Registered protocol family 1
    [2019-07-11 07:45:48.806] [    0.202422] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [2019-07-11 07:45:48.806] [    0.202533] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [2019-07-11 07:45:48.806] [    0.203824] workingset: timestamp_bits=14 max_order=17 bucket_order=3
    [2019-07-11 07:45:48.806] [    0.207675] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [2019-07-11 07:45:48.806] [    0.209562] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
    [2019-07-11 07:45:48.806] [    0.209581] io scheduler noop registered
    [2019-07-11 07:45:48.806] [    0.209588] io scheduler deadline registered
    [2019-07-11 07:45:48.806] [    0.209775] io scheduler cfq registered (default)
    [2019-07-11 07:45:48.806] [    0.209785] io scheduler mq-deadline registered
    [2019-07-11 07:45:48.806] [    0.209792] io scheduler kyber registered
    [2019-07-11 07:45:48.818] [    0.210786] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [2019-07-11 07:45:48.818] [    0.253520] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [2019-07-11 07:45:48.818] [    0.257197] console [ttyS0] disabled
    [2019-07-11 07:45:48.818] [    0.257285] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
    [2019-07-11 07:45:48.818] [    0.810538] console [ttyS0] enabled
    [2019-07-11 07:45:48.818] [    0.815170] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250
    [2019-07-11 07:45:48.818] [    0.825640] omap_rng 48310000.rng: Random Number Generator ver. 20
    [2019-07-11 07:45:48.818] [    0.840089] brd: module loaded
    [2019-07-11 07:45:48.818] [    0.849102] loop: module loaded
    [2019-07-11 07:45:48.818] [    0.853774] i2c /dev entries driver
    [2019-07-11 07:45:48.818] [    0.859357] cpuidle: enable-method property 'ti,am3352' found operations
    [2019-07-11 07:45:48.818] [    0.866568] sdhci: Secure Digital Host Controller Interface driver
    [2019-07-11 07:45:48.818] [    0.872779] sdhci: Copyright(c) Pierre Ossman
    [2019-07-11 07:45:48.834] [    0.934714] sdhci-pltfm: SDHCI platform and OF driver helper
    [2019-07-11 07:45:48.911] [    0.948381] NET: Registered protocol family 10
    [2019-07-11 07:45:48.911] [    0.954461] Segment Routing with IPv6
    [2019-07-11 07:45:48.911] [    0.959325] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [2019-07-11 07:45:48.911] [    0.968166] NET: Registered protocol family 17
    [2019-07-11 07:45:48.911] [    0.972822] Key type dns_resolver registered
    [2019-07-11 07:45:48.911] [    0.977326] omap_voltage_late_init: Voltage driver support not added
    [2019-07-11 07:45:48.911] [    0.989015] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [2019-07-11 07:45:48.911] [    0.996250] Waiting for root device /dev/mmcblk0p2...
    [2019-07-11 07:45:48.960] [    1.018059] mmc0: new high speed MMC card at address 0001
    [2019-07-11 07:45:48.960] [    1.024128] mmcblk0: mmc0:0001 Q2J54A 3.64 GiB 
    [2019-07-11 07:45:48.960] [    1.028860] mmcblk0boot0: mmc0:0001 Q2J54A partition 1 2.00 MiB
    [2019-07-11 07:45:48.960] [    1.035141] mmcblk0boot1: mmc0:0001 Q2J54A partition 2 2.00 MiB
    [2019-07-11 07:45:48.960] [    1.041276] mmcblk0rpmb: mmc0:0001 Q2J54A partition 3 512 KiB
    [2019-07-11 07:45:48.960] [    1.048633]  mmcblk0: p1 p2
    [2019-07-11 07:45:49.247] [    1.346002] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [2019-07-11 07:45:49.285] [    1.354461] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [2019-07-11 07:45:49.285] [    1.361943] devtmpfs: mounted
    [2019-07-11 07:45:49.285] [    1.368699] Freeing unused kernel memory: 1024K
    [2019-07-11 07:45:49.285] [    1.383221] random: fast init done
    [2019-07-11 07:45:49.489] [    1.569102] systemd[1]: System time before build time, advancing clock.
    [2019-07-11 07:45:49.519] [    1.618991] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid)
    [2019-07-11 07:45:49.559] [    1.640643] systemd[1]: Detected architecture arm.
    [2019-07-11 07:45:49.559] 
    [2019-07-11 07:45:49.559] Welcome to Arago 2018.10!
    [2019-07-11 07:45:49.559] 
    [2019-07-11 07:45:49.574] [    1.675749] systemd[1]: Set hostname to <am335x-evm>.
    [2019-07-11 07:45:49.610] [    1.683370] random: systemd: uninitialized urandom read (16 bytes read)
    [2019-07-11 07:45:49.610] [    1.690378] systemd[1]: Initializing machine ID from random generator.
    [2019-07-11 07:45:49.821] [    1.878451] systemd[44]: /lib/systemd/system-generators/systemd-getty-generator failed with error code 127.
    [2019-07-11 07:45:49.821] [    1.888814] systemd[44]: /lib/systemd/system-generators/systemd-sysv-generator failed with error code 127.
    [2019-07-11 07:45:49.821] [    1.898665] systemd[44]: /lib/systemd/system-generators/systemd-debug-generator failed with error code 127.
    [2019-07-11 07:45:50.373] [    2.123681] Unable to handle kernel NULL pointer dereference at virtual address 00000048
    [2019-07-11 07:45:50.373] [    2.132024] pgd = df5f0000
    [2019-07-11 07:45:50.373] [    2.134835] [00000048] *pgd=00000000
    [2019-07-11 07:45:50.373] [    2.138437] Internal error: Oops: 5 [#1] PREEMPT ARM
    [2019-07-11 07:45:50.373] [    2.143419] Modules linked in:
    [2019-07-11 07:45:50.373] [    2.146492] CPU: 0 PID: 1 Comm: systemd Not tainted 4.14.79-ge669d52447 #4
    [2019-07-11 07:45:50.373] [    2.153393] Hardware name: Generic AM33XX (Flattened Device Tree)
    [2019-07-11 07:45:50.373] [    2.159509] task: df050000 task.stack: df04e000
    [2019-07-11 07:45:50.373] [    2.164074] PC is at generic_make_request_checks+0x24/0x5f8
    [2019-07-11 07:45:50.373] [    2.169669] LR is at generic_make_request+0x18/0x264
    [2019-07-11 07:45:50.373] [    2.174650] pc : [<c03646e0>]    lr : [<c0367098>]    psr: 00080013
    [2019-07-11 07:45:50.373] [    2.180939] sp : df04fba8  ip : 00000000  fp : df04fbf4
    [2019-07-11 07:45:50.373] [    2.186181] r10: 00000004  r9 : df5df900  r8 : 00000002
    [2019-07-11 07:45:50.373] [    2.191425] r7 : 00000000  r6 : 00025eea  r5 : 00000004  r4 : df5df900
    [2019-07-11 07:45:50.373] [    2.197976] r3 : 00000000  r2 : 00003110  r1 : 40080013  r0 : df5df900
    [2019-07-11 07:45:50.373] [    2.204530] Flags: nzcv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
    [2019-07-11 07:45:50.373] [    2.211692] Control: 10c5387d  Table: 9f5f0019  DAC: 00000051
    [2019-07-11 07:45:50.385] [    2.217459] Process systemd (pid: 1, stack limit = 0xdf04e208)
    [2019-07-11 07:45:50.385] [    2.223314] Stack: (0xdf04fba8 to 0xdf050000)
    [2019-07-11 07:45:50.385] [    2.227690] fba0:                   db138c48 db138bb8 00000000 00000000 df04fd08 db138c48
    [2019-07-11 07:45:50.385] [    2.235904] fbc0: 0000024f 00000000 00400000 01011280 df5df900 00000004 00025eea 00000000
    [2019-07-11 07:45:50.386] [    2.244117] fbe0: 00000002 df5df900 df04fc2c df04fbf8 c0367098 c03646c8 c01c32cc c01c2ed8
    [2019-07-11 07:45:50.386] [    2.252330] fc00: db138c48 df04fd08 df5df900 00000004 00025eea 00000000 00000002 00000002
    [2019-07-11 07:45:50.386] [    2.260543] fc20: df04fc8c df04fc30 c036732c c036708c 014000c0 014000c0 00000002 00000004
    [2019-07-11 07:45:50.386] [    2.268757] fc40: df04fc8c df04fc50 c035fe88 c035fe2c 00000000 df04fc60 00000000 00000000
    [2019-07-11 07:45:50.386] [    2.276970] fc60: df04fc6c 00000800 00000002 00025eea 00000000 00000002 00000002 00000004
    [2019-07-11 07:45:50.386] [    2.285183] fc80: df04fd8c df04fc90 c02cebb8 c03672f0 dfb3f89c 014213ca 20080013 00000100
    [2019-07-11 07:45:50.386] [    2.293397] fca0: 00000081 014000c0 c0a6a3bc db03e200 00000400 ffffe000 00000000 00000000
    [2019-07-11 07:45:50.400] [    2.301610] fcc0: c02b107c db138d24 0000000a 00000000 db138c48 df5df900 df04fdb8 00000001
    [2019-07-11 07:45:50.400] [    2.309823] fce0: 00000000 c0823c94 00025eea 00000000 00000002 00000000 00000004 dffb9e38
    [2019-07-11 07:45:50.400] [    2.318035] fd00: 00000004 00000000 00025ee9 00000000 00000000 00000002 00000000 db0f5110
    [2019-07-11 07:45:50.400] [    2.326249] fd20: 00025ee9 00000000 00025eea 00000000 df04fd4c df04fd40 c0a38148 00000000
    [2019-07-11 07:45:50.400] [    2.334462] fd40: c0a38148 00000001 00000002 00000000 df04fd84 df04fd60 c02e12d0 c020bd70
    [2019-07-11 07:45:50.400] [    2.342674] fd60: 00000000 00000001 00000001 00000000 df04fdb8 c02afa78 00000003 db138d28
    [2019-07-11 07:45:50.400] [    2.350887] fd80: df04fd9c df04fd90 c02afab4 c02ce438 df04fe04 df04fda0 c01cf6cc c02afa84
    [2019-07-11 07:45:50.400] [    2.359100] fda0: df04fddc df5dfc00 db138d24 00000000 00000001 014213ca df04fdb8 df04fdb8
    [2019-07-11 07:45:50.400] [    2.367313] fdc0: df04fdc0 df04fdc0 df04fdc8 df04fdc8 df04fdd0 df04fdd0 c065b264 00000003
    [2019-07-11 07:45:50.400] [    2.375526] fde0: df5dfc58 00000000 db138d24 df5dfc00 00000020 00000000 df04fe44 df04fe08
    [2019-07-11 07:45:50.400] [    2.383740] fe00: c01cf8f0 c01cf4f8 00000003 c0a18750 df04fe5c df04fe20 c01bf39c df04ff08
    [2019-07-11 07:45:50.412] [    2.391952] fe20: db138d24 00000000 df04fef0 df5dfc00 00000001 00000000 df04fe5c df04fe48
    [2019-07-11 07:45:50.412] [    2.400165] fe40: c01cfc4c c01cf7a4 00000000 00000001 df04fecc df04fe60 c01c2548 c01cfc04
    [2019-07-11 07:45:50.412] [    2.408378] fe60: 00000001 db138c48 df4ddc10 014000c0 00080001 00000001 00000fff ffffffff
    [2019-07-11 07:45:50.412] [    2.416591] fe80: df5dfc58 00000000 ffffe000 00000000 db138c48 beb04f08 00000000 df04fef0
    [2019-07-11 07:45:50.412] [    2.424803] fea0: 00000051 00000000 df5dfc00 df04ff78 df04ff78 00000000 00000400 00000003
    [2019-07-11 07:45:50.412] [    2.433016] fec0: df04fedc df04fed0 c02a3d38 c01c1e30 df04ff44 df04fee0 c021dd60 c02a3d04
    [2019-07-11 07:45:50.412] [    2.441228] fee0: 00000400 00000000 0057e228 00000400 00000000 00000000 00000400 df04fee8
    [2019-07-11 07:45:50.412] [    2.449440] ff00: 00000001 00000000 df5dfc00 00000000 00000000 00000000 00000000 00000000
    [2019-07-11 07:45:50.412] [    2.457653] ff20: 00000000 00000000 00000400 df5dfc00 0057e228 df04ff78 df04ff74 df04ff48
    [2019-07-11 07:45:50.412] [    2.465866] ff40: c021de3c c021dc94 00008218 00000000 df04ff74 df5dfc00 df5dfc00 00000000
    [2019-07-11 07:45:50.644] [    2.474078] ff60: 00000000 0057e228 df04ffa4 df04ff78 c021e2ec c021ddb8 00000000 00000000
    [2019-07-11 07:45:50.644] [    2.482291] ff80: 0057dd50 b6babf41 000005e8 00000003 c0107e44 df04e000 00000000 df04ffa8
    [2019-07-11 07:45:50.644] [    2.490504] ffa0: c0107c40 c021e2b4 0057dd50 b6babf41 0000000e 0057e228 00000400 00000000
    [2019-07-11 07:45:50.644] [    2.498717] ffc0: 0057dd50 b6babf41 000005e8 00000003 0000000a beb0509c 00000000 00000000
    [2019-07-11 07:45:50.644] [    2.506930] ffe0: 00000000 beb04f8c b6bac7e1 b6be74b8 40080030 0000000e 00000000 00000000
    [2019-07-11 07:45:50.644] [    2.515137] Backtrace: 
    [2019-07-11 07:45:50.644] [    2.517602] [<c03646bc>] (generic_make_request_checks) from [<c0367098>] (generic_make_request+0x18/0x264)
    [2019-07-11 07:45:50.644] [    2.527299]  r9:df5df900 r8:00000002 r7:00000000 r6:00025eea r5:00000004 r4:df5df900
    [2019-07-11 07:45:50.644] [    2.535079] [<c0367080>] (generic_make_request) from [<c036732c>] (submit_bio+0x48/0x154)
    [2019-07-11 07:45:50.644] [    2.543291]  r9:00000002 r8:00000002 r7:00000000 r6:00025eea r5:00000004 r4:df5df900
    [2019-07-11 07:45:50.644] [    2.551081] [<c03672e4>] (submit_bio) from [<c02cebb8>] (ext4_mpage_readpages+0x78c/0x8a4)
    [2019-07-11 07:45:50.658] [    2.559381]  r10:00000004 r9:00000002 r8:00000002 r7:00000000 r6:00025eea r5:00000002
    [2019-07-11 07:45:50.658] [    2.567239]  r4:00000800
    [2019-07-11 07:45:50.658] [    2.569785] [<c02ce42c>] (ext4_mpage_readpages) from [<c02afab4>] (ext4_readpages+0x3c/0x48)
    [2019-07-11 07:45:50.658] [    2.578258]  r10:db138d28 r9:00000003 r8:c02afa78 r7:df04fdb8 r6:00000000 r5:00000001
    [2019-07-11 07:45:50.658] [    2.586117]  r4:00000001
    [2019-07-11 07:45:50.658] [    2.588664] [<c02afa78>] (ext4_readpages) from [<c01cf6cc>] (__do_page_cache_readahead+0x1e0/0x2ac)
    [2019-07-11 07:45:50.658] [    2.597749] [<c01cf4ec>] (__do_page_cache_readahead) from [<c01cf8f0>] (ondemand_readahead+0x158/0x2a4)
    [2019-07-11 07:45:50.658] [    2.607182]  r10:00000000 r9:00000020 r8:df5dfc00 r7:db138d24 r6:00000000 r5:df5dfc58
    [2019-07-11 07:45:50.658] [    2.615040]  r4:00000003
    [2019-07-11 07:45:50.658] [    2.617584] [<c01cf798>] (ondemand_readahead) from [<c01cfc4c>] (page_cache_sync_readahead+0x54/0x74)
    [2019-07-11 07:45:50.658] [    2.626842]  r10:00000000 r9:00000001 r8:df5dfc00 r7:df04fef0 r6:00000000 r5:db138d24
    [2019-07-11 07:45:50.658] [    2.634701]  r4:df04ff08
    [2019-07-11 07:45:50.658] [    2.637252] [<c01cfbf8>] (page_cache_sync_readahead) from [<c01c2548>] (generic_file_read_iter+0x724/0xa08)
    [2019-07-11 07:45:50.658] [    2.647043] [<c01c1e24>] (generic_file_read_iter) from [<c02a3d38>] (ext4_file_read_iter+0x40/0x4c)
    [2019-07-11 07:45:50.669] [    2.656128]  r10:00000003 r9:00000400 r8:00000000 r7:df04ff78 r6:df04ff78 r5:df5dfc00
    [2019-07-11 07:45:50.669] [    2.663986]  r4:00000000
    [2019-07-11 07:45:50.669] [    2.666541] [<c02a3cf8>] (ext4_file_read_iter) from [<c021dd60>] (__vfs_read+0xd8/0x124)
    [2019-07-11 07:45:50.669] [    2.674668] [<c021dc88>] (__vfs_read) from [<c021de3c>] (vfs_read+0x90/0x114)
    [2019-07-11 07:45:50.669] [    2.681832]  r7:df04ff78 r6:0057e228 r5:df5dfc00 r4:00000400
    [2019-07-11 07:45:50.669] [    2.687517] [<c021ddac>] (vfs_read) from [<c021e2ec>] (SyS_read+0x44/0x98)
    [2019-07-11 07:45:50.669] [    2.694419]  r8:0057e228 r7:00000000 r6:00000000 r5:df5dfc00 r4:df5dfc00
    [2019-07-11 07:45:50.670] [    2.701159] [<c021e2a8>] (SyS_read) from [<c0107c40>] (ret_fast_syscall+0x0/0x54)
    [2019-07-11 07:45:50.670] [    2.708675]  r9:df04e000 r8:c0107e44 r7:00000003 r6:000005e8 r5:b6babf41 r4:0057dd50
    [2019-07-11 07:45:50.670] [    2.716453] Code: e5905028 e590c004 e1b054a5 0a000002 (e1cc04d8) 
    [2019-07-11 07:45:50.670] [    2.722699] ---[ end trace 065988a3e91e2db3 ]---
    [2019-07-11 07:45:50.695] [    2.764547] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
    [2019-07-11 07:45:50.695] [    2.764547] 
    [2019-07-11 07:45:50.695] [    2.773785] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
    [2019-07-11 07:45:50.695] [    2.773785] 

  • The logs looks a bit better now, but why do you manually execute these commands to create a rootfs image? Can you use the <Processor SKD>/bin/create-sdcard.sh script to create a SD card, then boot your board with that SD card?

  • Hello Kemal,

    I'm still trying to create a SD Card. But we have some Problems with the SD-Card writer.

    A other problem is, that our custom board doesn't support a SD-Card.

    So my next step will be, that I create this SD Card and after that I will copy the Image from the SD Card to the board via Y-Modem.


  • user5961099 said:
    A other problem is, that our custom board doesn't support a SD-Card.

    Do you have Ethernet port on that board? Can you boot through NFS and reflash your eMMC by using the commands from this post?


    user5961099 said:
    So my next step will be, that I create this SD Card and after that I will copy the Image from the SD Card to the board via Y-Modem.

    Transferring the images through Y-Modem will be very slow.

  • As I mentioned in the first post, we only have UART to talk with the processor.

    For the base filesystem I need ca. 5h. The tiny filesystem can be done in 2h.

    I was surprised, that the "create-sdcard.sh" script from the processor doesn't support the base and tiny filesystem.

    The rootfs filesystem with more than 2GB is to big to send it with the y-modem...

    We also tried to use our U-Boot, Kernel, Filesystem, ... on a Beaglebone Black to exclude SW problems of our settings.

    For that we overwrite the first mmc1 blocks from the beaglebone to get the 'CCCC'.

    Then we used the X-Modem to send our u-boot-spl.bin and the Y-Modem for our u-boot.bin.

    We tried to load the u-bootDisk.img (including MLO and u-boot.img) like on our custom board too, but the beaglebone black doesn't start the u-boot after reset (we only see the 'C' again) so we always load the u-boot-spl.bin and u-boot.bin after reset.

    After that we send the uImage, rootfs (base and tiny) and dtb tho the mmc1 and boot the kernel.

    I will add the logfiles of this test.

    We are not sure how to interpret the results.

    It seems that the booting on the beaglebone black works.

    Is it possible that we have an error on our custom board (where?)?

    With our u-boot we made a mtest of our DDR3 Memory without any errors (ca. 50 iterations).

    mtest 80000000 9D000000

    [2019-07-18 09:33:35.698] 
    [2019-07-18 09:33:35.699] => 
    [2019-07-18 09:33:35.713] => mmc dev 1
    [2019-07-18 09:33:36.873] switch to partitions #0, OK
    [2019-07-18 09:33:36.873] mmc1(part 0) is current device
    [2019-07-18 09:33:36.873] => mmc read 90000000 1000 6000
    [2019-07-18 09:33:36.909] 
    [2019-07-18 09:33:36.909] MMC read: dev # 1, block # 4096, count 24576 ... 24576 blocks read: OK
    [2019-07-18 09:33:37.583] => mmc read 90C00000 7000 1000
    [2019-07-18 09:33:37.600] 
    [2019-07-18 09:33:37.600] MMC read: dev # 1, block # 28672, count 4096 ... 4096 blocks read: OK
    [2019-07-18 09:33:37.724] => setenv stdin serial
    [2019-07-18 09:33:37.757] => setenv stderr serial
    [2019-07-18 09:33:37.772] => setenv stdout serial
    [2019-07-18 09:33:37.788] => setenv console ttyS0,115200n8
    [2019-07-18 09:33:37.809] => setenv mmcargs setenv bootargs console=\${console} earlyprintk root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait init=/sbin/init
    [2019-07-18 09:33:37.935] => run mmcargs
    [2019-07-18 09:33:37.977] => TT_MSG [18.07.2019 09:33:37]: macro successfully finished
    bootm 90000000 - 90C00000
    [2019-07-18 09:33:38.027] ## Booting kernel from Legacy Image at 90000000 ...
    [2019-07-18 09:33:38.027]    Image Name:   Linux-4.14.79-ge669d52447
    [2019-07-18 09:33:38.027]    Created:      2019-07-05  13:33:49 UTC
    [2019-07-18 09:33:38.027]    Image Type:   ARM Linux Kernel Image (uncompressed)
    [2019-07-18 09:33:38.027]    Data Size:    2880000 Bytes = 2.7 MiB
    [2019-07-18 09:33:38.027]    Load Address: 80008000
    [2019-07-18 09:33:38.027]    Entry Point:  80008000
    [2019-07-18 09:33:38.027]    Verifying Checksum ... OK
    [2019-07-18 09:33:38.044] ## Flattened Device Tree blob at 90c00000
    [2019-07-18 09:33:38.065]    Booting using the fdt blob at 0x90c00000
    [2019-07-18 09:33:38.065]    Loading Kernel Image ... OK
    [2019-07-18 09:33:38.096]    Loading Device Tree to 9ef37000, end 9ef41cdc ... OK
    [2019-07-18 09:33:38.096] 
    [2019-07-18 09:33:38.096] Starting kernel ...
    [2019-07-18 09:33:38.096] 
    [2019-07-18 09:33:40.341] [    0.000000] Booting Linux on physical CPU 0x0
    [2019-07-18 09:33:40.341] [    0.000000] Linux version 4.14.79-ge669d52447 (ngl@ubuntu) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #4 PREEMPT Fri Jul 5 06:33:40 PDT 2019
    [2019-07-18 09:33:40.341] [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [2019-07-18 09:33:40.341] [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [2019-07-18 09:33:40.341] [    0.000000] OF: fdt: Machine model: TI AM335x BCSI
    [2019-07-18 09:33:40.341] [    0.000000] Memory policy: Data cache writeback
    [2019-07-18 09:33:40.341] [    0.000000] efi: Getting EFI parameters from FDT:
    [2019-07-18 09:33:40.341] [    0.000000] efi: UEFI not found.
    [2019-07-18 09:33:40.341] [    0.000000] cma: Reserved 48 MiB at 0x9b800000
    [2019-07-18 09:33:40.341] [    0.000000] CPU: All CPU(s) started in SVC mode.
    [2019-07-18 09:33:40.341] [    0.000000] AM335X ES2.1 (sgx neon)
    [2019-07-18 09:33:40.341] [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
    [2019-07-18 09:33:40.341] [    0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait init=/sbin/init
    [2019-07-18 09:33:40.341] [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [2019-07-18 09:33:40.341] [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [2019-07-18 09:33:40.359] [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [2019-07-18 09:33:40.359] [    0.000000] Memory: 460148K/524288K available (6144K kernel code, 229K rwdata, 1656K rodata, 1024K init, 230K bss, 14988K reserved, 49152K cma-reserved, 0K highmem)
    [2019-07-18 09:33:40.360] [    0.000000] Virtual kernel memory layout:
    [2019-07-18 09:33:40.360] [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [2019-07-18 09:33:40.360] [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [2019-07-18 09:33:40.360] [    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
    [2019-07-18 09:33:40.360] [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    [2019-07-18 09:33:40.360] [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [2019-07-18 09:33:40.360] [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [2019-07-18 09:33:40.360] [    0.000000]       .text : 0xc0008000 - 0xc0700000   (7136 kB)
    [2019-07-18 09:33:40.360] [    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
    [2019-07-18 09:33:40.360] [    0.000000]       .data : 0xc0a00000 - 0xc0a39780   ( 230 kB)
    [2019-07-18 09:33:40.360] [    0.000000]        .bss : 0xc0a39780 - 0xc0a73264   ( 231 kB)
    [2019-07-18 09:33:40.466] [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [2019-07-18 09:33:40.466] [    0.000000] Preemptible hierarchical RCU implementation.
    [2019-07-18 09:33:40.466] [    0.000000] 	Tasks RCU enabled.
    [2019-07-18 09:33:40.466] [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [2019-07-18 09:33:40.466] [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [2019-07-18 09:33:40.466] [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [2019-07-18 09:33:40.466] [    0.000013] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [2019-07-18 09:33:40.466] [    0.000029] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [2019-07-18 09:33:40.466] [    0.000038] OMAP clocksource: timer1 at 24000000 Hz
    [2019-07-18 09:33:40.466] [    0.000233] timer_probe: no matching timers found
    [2019-07-18 09:33:40.466] [    0.000417] Console: colour dummy device 80x30
    [2019-07-18 09:33:40.466] [    0.000461] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [2019-07-18 09:33:40.466] [    0.089300] pid_max: default: 32768 minimum: 301
    [2019-07-18 09:33:40.466] [    0.089469] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-07-18 09:33:40.466] [    0.089482] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-07-18 09:33:40.533] [    0.090183] CPU: Testing write buffer coherency: ok
    [2019-07-18 09:33:40.533] [    0.090241] CPU0: Spectre v2: using BPIALL workaround
    [2019-07-18 09:33:40.533] [    0.090856] Setting up static identity map for 0x80100000 - 0x80100060
    [2019-07-18 09:33:40.533] [    0.090985] Hierarchical SRCU implementation.
    [2019-07-18 09:33:40.533] [    0.091286] EFI services will not be available.
    [2019-07-18 09:33:40.533] [    0.092492] devtmpfs: initialized
    [2019-07-18 09:33:40.533] [    0.098296] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
    [2019-07-18 09:33:40.533] [    0.098731] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [2019-07-18 09:33:40.533] [    0.099006] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [2019-07-18 09:33:40.533] [    0.099025] futex hash table entries: 256 (order: -1, 3072 bytes)
    [2019-07-18 09:33:40.533] [    0.102443] pinctrl core: initialized pinctrl subsystem
    [2019-07-18 09:33:40.533] [    0.103084] DMI not present or invalid.
    [2019-07-18 09:33:40.533] [    0.103449] NET: Registered protocol family 16
    [2019-07-18 09:33:40.533] [    0.105384] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [2019-07-18 09:33:40.620] [    0.116707] omap_hwmod: debugss: _wait_target_disable failed
    [2019-07-18 09:33:40.620] [    0.168882] cpuidle: using governor ladder
    [2019-07-18 09:33:40.620] [    0.168913] cpuidle: using governor menu
    [2019-07-18 09:33:40.620] [    0.172753] OMAP GPIO hardware version 0.1
    [2019-07-18 09:33:40.620] [    0.180263] No ATAGs?
    [2019-07-18 09:33:40.620] [    0.180278] hw-breakpoint: debug architecture 0x4 unsupported.
    [2019-07-18 09:33:40.620] [    0.189685] edma 49000000.edma: TI EDMA DMA engine driver
    [2019-07-18 09:33:40.620] [    0.191724] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/i2c0_pins_default, deferring probe
    [2019-07-18 09:33:40.620] [    0.191836] pps_core: LinuxPPS API ver. 1 registered
    [2019-07-18 09:33:40.620] [    0.191844] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [2019-07-18 09:33:40.620] [    0.191864] PTP clock support registered
    [2019-07-18 09:33:40.620] [    0.191896] EDAC MC: Ver: 3.0.0
    [2019-07-18 09:33:40.620] [    0.192299] dmi: Firmware registration failed.
    [2019-07-18 09:33:40.620] [    0.192666] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [2019-07-18 09:33:40.620] [    0.193881] clocksource: Switched to clocksource timer1
    [2019-07-18 09:33:40.620] [    0.200677] NET: Registered protocol family 2
    [2019-07-18 09:33:40.620] [    0.201333] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-07-18 09:33:40.683] [    0.201379] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-07-18 09:33:40.683] [    0.201416] TCP: Hash tables configured (established 4096 bind 4096)
    [2019-07-18 09:33:40.683] [    0.201519] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [2019-07-18 09:33:40.683] [    0.201535] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [2019-07-18 09:33:40.683] [    0.201676] NET: Registered protocol family 1
    [2019-07-18 09:33:40.683] [    0.202256] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [2019-07-18 09:33:40.683] [    0.202363] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [2019-07-18 09:33:40.683] [    0.203651] workingset: timestamp_bits=14 max_order=17 bucket_order=3
    [2019-07-18 09:33:40.683] [    0.207493] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [2019-07-18 09:33:40.683] [    0.209352] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
    [2019-07-18 09:33:40.683] [    0.209371] io scheduler noop registered
    [2019-07-18 09:33:40.683] [    0.209378] io scheduler deadline registered
    [2019-07-18 09:33:40.683] [    0.209561] io scheduler cfq registered (default)
    [2019-07-18 09:33:40.683] [    0.209571] io scheduler mq-deadline registered
    [2019-07-18 09:33:40.683] [    0.209578] io scheduler kyber registered
    [2019-07-18 09:33:40.722] [    0.210576] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [2019-07-18 09:33:40.722] [    0.253236] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [2019-07-18 09:33:40.722] [    0.256936] console [ttyS0] disabled
    [2019-07-18 09:33:40.722] [    0.257023] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
    [2019-07-18 09:33:40.722] [    0.810261] console [ttyS0] enabled
    [2019-07-18 09:33:40.722] [    0.814898] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250
    [2019-07-18 09:33:40.722] [    0.825370] omap_rng 48310000.rng: Random Number Generator ver. 20
    [2019-07-18 09:33:40.722] [    0.839847] brd: module loaded
    [2019-07-18 09:33:40.722] [    0.848878] loop: module loaded
    [2019-07-18 09:33:40.722] [    0.853531] i2c /dev entries driver
    [2019-07-18 09:33:40.722] [    0.859119] cpuidle: enable-method property 'ti,am3352' found operations
    [2019-07-18 09:33:40.722] [    0.866329] sdhci: Secure Digital Host Controller Interface driver
    [2019-07-18 09:33:40.722] [    0.872540] sdhci: Copyright(c) Pierre Ossman
    [2019-07-18 09:33:40.722] [    0.934569] sdhci-pltfm: SDHCI platform and OF driver helper
    [2019-07-18 09:33:40.741] [    0.948263] NET: Registered protocol family 10
    [2019-07-18 09:33:40.741] [    0.955432] Segment Routing with IPv6
    [2019-07-18 09:33:40.741] [    0.961267] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [2019-07-18 09:33:40.741] [    0.968078] NET: Registered protocol family 17
    [2019-07-18 09:33:40.741] [    0.972729] Key type dns_resolver registered
    [2019-07-18 09:33:40.741] [    0.977230] omap_voltage_late_init: Voltage driver support not added
    [2019-07-18 09:33:40.741] [    0.988910] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [2019-07-18 09:33:40.741] [    0.996139] Waiting for root device /dev/mmcblk0p2...
    [2019-07-18 09:33:40.798] [    1.018411] mmc0: new high speed MMC card at address 0001
    [2019-07-18 09:33:40.798] [    1.024477] mmcblk0: mmc0:0001 M62704 3.56 GiB 
    [2019-07-18 09:33:40.798] [    1.029197] mmcblk0boot0: mmc0:0001 M62704 partition 1 2.00 MiB
    [2019-07-18 09:33:40.798] [    1.035523] mmcblk0boot1: mmc0:0001 M62704 partition 2 2.00 MiB
    [2019-07-18 09:33:40.798] [    1.041663] mmcblk0rpmb: mmc0:0001 M62704 partition 3 512 KiB
    [2019-07-18 09:33:40.798] [    1.048857]  mmcblk0: p1 p2
    [2019-07-18 09:33:40.798] [    1.051978] mmcblk0: p2 size 7514111 extends beyond EOD, truncated
    [2019-07-18 09:33:40.860] [    1.091387] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [2019-07-18 09:33:40.860] [    1.099917] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
    [2019-07-18 09:33:40.860] [    1.107667] devtmpfs: mounted
    [2019-07-18 09:33:40.860] [    1.111815] Freeing unused kernel memory: 1024K
    [2019-07-18 09:33:40.860] [    1.124412] random: fast init done
    [2019-07-18 09:33:41.052] [    1.298287] systemd[1]: System time before build time, advancing clock.
    [2019-07-18 09:33:41.080] [    1.347070] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid)
    [2019-07-18 09:33:41.118] [    1.368740] systemd[1]: Detected architecture arm.
    [2019-07-18 09:33:41.118] 
    [2019-07-18 09:33:41.118] Welcome to Arago 2018.10!
    [2019-07-18 09:33:41.118] 
    [2019-07-18 09:33:41.173] [    1.405545] systemd[1]: Set hostname to <am335x-evm>.
    [2019-07-18 09:33:41.173] [    1.412921] random: systemd: uninitialized urandom read (16 bytes read)
    [2019-07-18 09:33:41.173] [    1.419916] systemd[1]: Initializing machine ID from random generator.
    [2019-07-18 09:33:41.173] [    1.427039] systemd[1]: Installed transient /etc/machine-id file.
    [2019-07-18 09:33:41.613] [    1.853044] random: systemd: uninitialized urandom read (16 bytes read)
    [2019-07-18 09:33:41.613] [    1.860347] systemd[1]: Listening on Syslog Socket.
    [2019-07-18 09:33:41.613] [  OK  ] Listening on Syslog Socket.
    [2019-07-18 09:33:41.627] [    1.894716] random: systemd: uninitialized urandom read (16 bytes read)
    [2019-07-18 09:33:41.655] [    1.901896] systemd[1]: Listening on udev Kernel Socket.
    [2019-07-18 09:33:41.655] [  OK  ] Listening on udev Kernel Socket.
    [2019-07-18 09:33:41.690] [    1.934723] systemd[1]: Listening on Network Service Netlink Socket.
    [2019-07-18 09:33:41.690] [  OK  ] Listening on Network Service Netlink Socket.
    [2019-07-18 09:33:41.710] [    1.975112] systemd[1]: Listening on Journal Socket (/dev/log).
    [2019-07-18 09:33:41.729] [  OK  ] Listening on Journal Socket (/dev/log).
    [2019-07-18 09:33:41.750] [    2.010581] systemd[1]: Created slice User and Session Slice.
    [2019-07-18 09:33:41.785] [  OK  ] Created slice User and Session Slice.
    [2019-07-18 09:33:41.786] [  OK  ] Reached target Remote File Systems.
    [2019-07-18 09:33:41.815] [  OK  ] Created slice System Slice.
    [2019-07-18 09:33:41.855] [  OK  ] Created slice system-getty.slice.
    [2019-07-18 09:33:41.877]          Mounting POSIX Message Queue File System...
    [2019-07-18 09:33:41.903] [  OK  ] Reached target Slices.
    [2019-07-18 09:33:41.919] [  OK  ] Created slice system-serial\x2dgetty.slice.
    [2019-07-18 09:33:41.951] [  OK  ] Listening on udev Control Socket.
    [2019-07-18 09:33:41.983] [  OK  ] Reached target Swap.
    [2019-07-18 09:33:42.047]          Mounting Temporary Directory (/tmp)...
    [2019-07-18 09:33:42.047] [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [2019-07-18 09:33:42.094]          Mounting Kernel Debug File System...
    [2019-07-18 09:33:42.142] [  OK  ] Listening on Process Core Dump Socket.
    [2019-07-18 09:33:42.158] [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [2019-07-18 09:33:42.191] [  OK  ] Reached target Paths.
    [2019-07-18 09:33:42.235] [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [2019-07-18 09:33:42.254] [  OK  ] Listening on Journal Socket.
    [2019-07-18 09:33:42.300]          Starting Journal Service...
    [2019-07-18 09:33:42.316]          Starting File System Check on Root Device...
    [2019-07-18 09:33:42.347]          Starting Load Kernel Modules...
    [2019-07-18 09:33:42.409]          Starting Create list of required st�cce nodes for the current kernel...
    [2019-07-18 09:33:42.481] [FAILED] Failed to mount POSIX Message Queue File Sy[    2.719440] cryptodev: disagrees about version of symbol module_layout
    [2019-07-18 09:33:42.481] stem.
    [2019-07-18 09:33:42.481] See 'systemctl status dev-mqueue.mount' for details.
    [2019-07-18 09:33:42.536] [FAILED] Failed to mount Temporary Directory (/tmp).
    [2019-07-18 09:33:42.536] See 'systemctl status tmp.mount' for details.
    [2019-07-18 09:33:42.536] [DEPEND] Dependency failed for Network Name Resolution.
    [2019-07-18 09:33:42.536] [DEPEND] Dependency failed for Network Time Synchronization.
    [2019-07-18 09:33:42.536] [FAILED] Failed to mount Kernel Debug File System.
    [2019-07-18 09:33:42.536] See 'systemctl status sys-kernel-debug.mount' for details.
    [2019-07-18 09:33:42.536] [  OK  ] Started Create list of required sta�cvice nodes for the current kernel.
    [2019-07-18 09:33:42.552] [FAILED] Failed to start Load Kernel Modules.
    [2019-07-18 09:33:42.594] See 'systemctl status systemd-modules-load.service' for details.
    [2019-07-18 09:33:42.609] [  OK  ] Started File System Check on Root Device.
    [2019-07-18 09:33:42.649] [  OK  ] Started Journal Service.
    [2019-07-18 09:33:42.690]          Mounting Kernel Configuration File System...
    [2019-07-18 09:33:42.722]          Starting Apply Kernel Variables...
    [2019-07-18 09:33:42.771] [  OK  ] Reached target System Time Synchronized.
    [2019-07-18 09:33:42.771] [    3.017566] sch_fq_codel: disagrees about version of symbol module_layout
    [2019-07-18 09:33:42.795]          Starting Remount Root and Kernel File Systems...
    [2019-07-18 09:33:42.834] [  OK  ] Reached target Host and Network Name Lookups.
    [2019-07-18 09:33:42.877] [FAILED] Failed to mount Kernel Configuration File System.
    [2019-07-18 09:33:42.891] See 'systemctl status sys-kernel-config.mount' for details.
    [2019-07-18 09:33:42.939] [  OK  ] Started Apply Kernel Variables.
    [2019-07-18 09:33:42.970] [FAILED] Failed to start Remount Root and Kernel File Systems.
    [2019-07-18 09:33:43.017] See 'systemctl status systemd-remount-fs.service' for details.
    [2019-07-18 09:33:43.047]          Starting udev Coldplug all Devices...
    [2019-07-18 09:33:43.095]          Starting Flush Journal to Persistent Storage...
    [2019-07-18 09:33:43.142]          Starting Create Static Device Nodes in /dev...
    [2019-07-18 09:33:43.231] [    3.482912] systemd-journald[58]: Received request to flush runtime journal from PID 1
    [2019-07-18 09:33:43.278] [  OK  ] Started Create Static Device Nodes in /dev.
    [2019-07-18 09:33:43.315] [  OK  ] Started Flush Journal to Persistent Storage.
    [2019-07-18 09:33:43.363]          Starting udev Kernel Device Manager...
    [2019-07-18 09:33:43.404] [  OK  ] Reached target Local File Systems (Pre).
    [2019-07-18 09:33:43.436]          Mounting /var/volatile...
    [2019-07-18 09:33:43.470]          Mounting /media/ram...
    [2019-07-18 09:33:43.501] [FAILED] Failed to mount /var/volatile.
    [2019-07-18 09:33:43.532] See 'systemctl status var-volatile.mount' for details.
    [2019-07-18 09:33:43.579] [DEPEND] Dependency failed for Local File Systems.
    [2019-07-18 09:33:43.591] [DEPEND] Dependency failed for Bind mount volatile /var/cache.
    [2019-07-18 09:33:43.632] [DEPEND] Dependency failed for Bind mount volatile /srv.
    [2019-07-18 09:33:43.632] [DEPEND] Dependency failed for Bind mount volatile /var/lib.
    [2019-07-18 09:33:43.652] [DEPEND] Dependency failed for Bind mount volatile /var/spool.
    [2019-07-18 09:33:43.695] [FAILED] Failed to mount /media/ram.
    [2019-07-18 09:33:43.728] See 'systemctl status media-ram.mount' for details.
    [2019-07-18 09:33:43.760] [  OK  ] Started udev Kernel Device Manager.
    [2019-07-18 09:33:43.820]          Starting Network Service...
    [2019-07-18 09:33:43.820] [  OK  ] Reached target Login Prompts.
    [2019-07-18 09:33:43.853]          Starting Synchronize System and HW clocks...
    [2019-07-18 09:33:43.885] [  OK  ] Closed Syslog Socket.
    [2019-07-18 09:33:43.917] [  OK  ] Reached target Timers.
    [2019-07-18 09:33:43.949] [  OK  ] Reached target Sockets.
    [2019-07-18 09:33:43.996]          Starting Create Volatile Files and Directories...
    [2019-07-18 09:33:44.045] [  OK  ] Started Emergency Shell.
    [2019-07-18 09:33:44.077] [  OK  ] Reached target Emergency Mode.
    [2019-07-18 09:33:44.125]          Starting Load/Save Random Seed...
    [2019-07-18 09:33:44.156] [  OK  ] Started Network Service.
    [2019-07-18 09:33:44.204] [FAILED] Failed to start Synchronize System and HW clocks.
    [2019-07-18 09:33:44.225] See 'systemctl status sync-clocks.service' for details.
    [2019-07-18 09:33:44.256] [FAILED] Failed to start Create Volatile Files and Directories.
    [2019-07-18 09:33:44.304] See 'systemctl status systemd-tmpfiles-setup.service' for details.
    [2019-07-18 09:33:44.319] [  OK  ] Started Load/Save Random Seed.
    [2019-07-18 09:33:44.384]          Mounting Kernel Configuration File System...
    [2019-07-18 09:33:44.433]          Starting Update UTMP about System Boot/Shutdown...
    [2019-07-18 09:33:44.481]          Starting Opkg first boot configure...
    [2019-07-18 09:33:44.514] [  OK  ] Reached target Network.
    [2019-07-18 09:33:44.571] [FAILED] Failed to mount Kernel Configuration File System.
    [2019-07-18 09:33:44.586] See 'systemctl status sys-kernel-config.mount' for details.
    [2019-07-18 09:33:44.875] [    5.141408] omap_wdt: disagrees about version of symbol module_layout
    [2019-07-18 09:33:44.982] [    5.157172] rtc_omap: disagrees about version of symbol module_layout
    [2019-07-18 09:33:45.092] [    5.157514] rtc_omap: disagrees about version of symbol module_layout
    [2019-07-18 09:33:45.179] [    5.191864] rtc_omap: disagrees about version of symbol module_layout
    [2019-07-18 09:33:45.197] [    5.290723] rtc_omap: disagrees about version of symbol module_layout
    [2019-07-18 09:33:45.259] [  OK  ] Started udev Coldplug all Devices.
    [2019-07-18 09:33:45.290] [    5.539472] omap_wdt: disagrees about version of symbol module_layout
    [2019-07-18 09:33:45.448] [    5.674459] ti_emif_sram: disagrees about version of symbol module_layout
    [2019-07-18 09:33:45.540] [    5.704252] omap_sham: disagrees about version of symbol module_layout
    [2019-07-18 09:33:45.571] [    5.712158] omap_crypto: disagrees about version of symbol module_layout
    [2019-07-18 09:33:45.652] [    5.730792] omap_crypto: disagrees about version of symbol module_layout
    [2019-07-18 09:33:45.732] [    5.764672] ti_emif_sram: disagrees about version of symbol module_layout
    [2019-07-18 09:33:45.862] [    5.766932] ti_emif_sram: disagrees about version of symbol module_layout
    [2019-07-18 09:33:45.862] [    5.790007] ti_emif_sram: disagrees about version of symbol module_layout
    [2019-07-18 09:33:46.032] [    5.798607] omap_sham: disagrees about version of symbol module_layout
    [2019-07-18 09:33:46.075] [    5.874479] remoteproc: disagrees about version of symbol module_layout
    [2019-07-18 09:33:46.104] [    5.951712] remoteproc: disagrees about version of symbol module_layout
    [2019-07-18 09:33:46.290] [    6.018671] remoteproc: disagrees about version of symbol module_layout
    [2019-07-18 09:33:46.369] [    6.051544] remoteproc: disagrees about version of symbol module_layout
    [2019-07-18 09:33:46.478] [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [2019-07-18 09:33:46.511] [FAILED] Failed to start Opkg first boot configure.
    [2019-07-18 09:33:46.550] See 'systemctl status opkg-configure.service' for details.
    [2019-07-18 09:33:48.541] [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [2019-07-18 09:33:48.600]          Starting Update UTMP about System Runlevel Changes...
    [2019-07-18 09:33:48.771] [  OK  ] Started Update UTMP about System Runlevel Changes.
    [2019-07-18 09:33:48.861] You are in emergency mode. After logging in, type "journalctl -xb" to view
    [2019-07-18 09:33:48.861] system logs, "systemctl reboot" to reboot, "systemctl default" or ^D to boot
    [2019-07-18 09:33:48.861] into default mode.
    [2019-07-18 09:33:48.910] Press Enter for maintenance
    [2019-07-18 09:33:48.910] (or press Control-D to continue): 
    [2019-07-18 09:33:58.523] [   18.769582] cryptodev: disagrees about version of symbol module_layout
    [2019-07-18 09:33:58.967] You are in emergency mode. After logging in, type "journalctl -xb" to view
    [2019-07-18 09:33:58.967] system logs, "systemctl reboot" to reboot, "systemctPress Enter for maintenance
    [2019-07-18 09:33:58.998] (or press Control-D to continue): 
    [2019-07-18 09:34:35.812] sh-4.4# systemctl status dev-mqueue.mount
    [2019-07-18 09:34:39.095] [[0;1;31m��[[0m dev-mqueue.mount - POSIX Message Queue File System
    [2019-07-18 09:34:39.095]    Loaded: loaded (/lib/systemd/system/dev-mqueue.mount; static; vendor preset: 
    [2019-07-18 09:34:39.095] enabled)
    [2019-07-18 09:34:39.095]    Active: [[0;1;31mfailed[[0m (Result: exit-code) since Sat 2019-04-06 01:44:43
    [2019-07-18 09:34:39.095]  UTC; 40s ago
    [2019-07-18 09:34:39.095]     Where: /dev/mqueue
    [2019-07-18 09:34:39.095]      What: mqueue
    [2019-07-18 09:34:39.095]      Docs: man:mq_overview(7)
    [2019-07-18 09:34:39.095]            https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    [2019-07-18 09:34:39.095]   Process: 385 ExecMount=/bin/mount mqueue /dev/mqueue -t mqueue [[0;1;31m(code=
    [2019-07-18 09:34:39.095] exited, status=1/FAILURE)[[0m
    [2019-07-18 09:34:39.095] 
    [2019-07-18 09:34:39.095] Apr 06 01:44:43 am335x-evm systemd[1]: Mounting POSIX Message Queue File System.
    [2019-07-18 09:34:39.095] ..
    [2019-07-18 09:34:39.095] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Mount process 
    [2019-07-18 09:34:39.095] exited, code=exited status=1[[0m
    [2019-07-18 09:34:39.095] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;31mFailed to mount POSIX Message Qu
    [2019-07-18 09:34:39.095] eue File System.[[0m
    [2019-07-18 09:34:39.095] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Unit entered f
    [2019-07-18 09:34:39.100] ailed state.[[0m
    [2019-07-18 09:34:39.100] 
    [2019-07-18 09:34:39.100] ~
    [2019-07-18 09:34:39.100] ~
    [2019-07-18 09:34:39.100] standard input[[0;1;31m��[[0m dev-mqueue.mount - POSIX Message Queue File System
    [2019-07-18 09:34:49.221]    Loaded: loaded (/lib/systemd/system/dev-mqueue.mount; static; vendor preset: 
    [2019-07-18 09:34:49.221] enabled)
    [2019-07-18 09:34:49.221]    Active: [[0;1;31mfailed[[0m (Result: exit-code) since Sat 2019-04-06 01:44:43
    [2019-07-18 09:34:49.221]  UTC; 40s ago
    [2019-07-18 09:34:49.222]     Where: /dev/mqueue
    [2019-07-18 09:34:49.222]      What: mqueue
    [2019-07-18 09:34:49.222]      Docs: man:mq_overview(7)
    [2019-07-18 09:34:49.222]            https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    [2019-07-18 09:34:49.222]   Process: 385 ExecMount=/bin/mount mqueue /dev/mqueue -t mqueue [[0;1;31m(code=
    [2019-07-18 09:34:49.222] exited, status=1/FAILURE)[[0m
    [2019-07-18 09:34:49.222] 
    [2019-07-18 09:34:49.222] Apr 06 01:44:43 am335x-evm systemd[1]: Mounting POSIX Message Queue File System.
    [2019-07-18 09:34:49.222] ..
    [2019-07-18 09:34:49.222] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Mount process 
    [2019-07-18 09:34:49.222] exited, code=exited status=1[[0m
    [2019-07-18 09:34:49.222] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;31mFailed to mount POSIX Message Qu
    [2019-07-18 09:34:49.222] eue File System.[[0m
    [2019-07-18 09:34:49.222] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Unit entered f
    [2019-07-18 09:34:49.231] ailed state.[[0m
    [2019-07-18 09:34:49.231] 
    [2019-07-18 09:34:49.231] ~
    [2019-07-18 09:34:49.231] ~
    [2019-07-18 09:34:49.231] standard input[[0;1;31m��[[0m dev-mqueue.mount - POSIX Message Queue File System
    [2019-07-18 09:34:50.204]    Loaded: loaded (/lib/systemd/system/dev-mqueue.mount; static; vendor preset: 
    [2019-07-18 09:34:50.204] enabled)
    [2019-07-18 09:34:50.204]    Active: [[0;1;31mfailed[[0m (Result: exit-code) since Sat 2019-04-06 01:44:43
    [2019-07-18 09:34:50.204]  UTC; 40s ago
    [2019-07-18 09:34:50.204]     Where: /dev/mqueue
    [2019-07-18 09:34:50.204]      What: mqueue
    [2019-07-18 09:34:50.204]      Docs: man:mq_overview(7)
    [2019-07-18 09:34:50.204]            https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    [2019-07-18 09:34:50.204]   Process: 385 ExecMount=/bin/mount mqueue /dev/mqueue -t mqueue [[0;1;31m(code=
    [2019-07-18 09:34:50.204] exited, status=1/FAILURE)[[0m
    [2019-07-18 09:34:50.204] 
    [2019-07-18 09:34:50.204] Apr 06 01:44:43 am335x-evm systemd[1]: Mounting POSIX Message Queue File System.
    [2019-07-18 09:34:50.204] ..
    [2019-07-18 09:34:50.204] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Mount process 
    [2019-07-18 09:34:50.204] exited, code=exited status=1[[0m
    [2019-07-18 09:34:50.204] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;31mFailed to mount POSIX Message Qu
    [2019-07-18 09:34:50.204] eue File System.[[0m
    [2019-07-18 09:34:50.204] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Unit entered f
    [2019-07-18 09:34:50.214] ailed state.[[0m
    [2019-07-18 09:34:50.214] 
    [2019-07-18 09:34:50.214] ~
    [2019-07-18 09:34:50.214] ~
    [2019-07-18 09:34:50.214] standard input��jmm��jm�y
    [2019-07-18 09:34:50.625] ?
    [2019-07-18 09:34:50.625] j	?[[0m dev-mqueue.mount - POSIX Message Queue File System
    [2019-07-18 09:34:50.625]    Loaded: loaded (/lib/systemd/system/dev-mqueue.mount; static; vendor preset: 
    [2019-07-18 09:34:50.625] enabled)
    [2019-07-18 09:34:50.625]    Active: [[0;1;31mfailed[[0m (Result: exit-code) since Sat 2019-04-06 01:44:43
    [2019-07-18 09:34:50.625]  UTC; 40s ago
    [2019-07-18 09:34:50.625]     Where: /dev/mqueue
    [2019-07-18 09:34:50.625]      What: mqueue
    [2019-07-18 09:34:50.625]      Docs: man:mq_overview(7)
    [2019-07-18 09:34:50.625]            https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    [2019-07-18 09:34:50.625]   Process: 385 ExecMount=/bin/mount mqueue /dev/mqueue -t mqueue [[0;1;31m(code=
    [2019-07-18 09:34:50.625] exited, status=1/FAILURE)[[0m
    [2019-07-18 09:34:50.625] 
    [2019-07-18 09:34:50.625] Apr 06 01:44:43 am335x-evm systemd[1]: Mounting POSIX Message Queue File System.
    [2019-07-18 09:34:50.625] ..
    [2019-07-18 09:34:50.625] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Mount process 
    [2019-07-18 09:34:50.625] exited, code=exited status=1[[0m
    [2019-07-18 09:34:50.625] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;31mFailed to mount POSIX Message Qu
    [2019-07-18 09:34:50.625] eue File System.[[0m
    [2019-07-18 09:34:50.625] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Unit entered f
    [2019-07-18 09:34:50.633] ailed state.[[0m
    [2019-07-18 09:34:50.633] 
    [2019-07-18 09:34:50.633] ~
    [2019-07-18 09:34:50.633] ~
    [2019-07-18 09:34:50.633] standard input[[0;1;31m��[[0m dev-mqueue.mount - POSIX Message Queue File System
    [2019-07-18 09:34:51.319]    Loaded: loaded (/lib/systemd/system/dev-mqueue.mount; static; vendor preset: 
    [2019-07-18 09:34:51.319] enabled)
    [2019-07-18 09:34:51.319]    Active: [[0;1;31mfailed[[0m (Result: exit-code) since Sat 2019-04-06 01:44:43
    [2019-07-18 09:34:51.319]  UTC; 40s ago
    [2019-07-18 09:34:51.319]     Where: /dev/mqueue
    [2019-07-18 09:34:51.319]      What: mqueue
    [2019-07-18 09:34:51.319]      Docs: man:mq_overview(7)
    [2019-07-18 09:34:51.319]            https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    [2019-07-18 09:34:51.319]   Process: 385 ExecMount=/bin/mount mqueue /dev/mqueue -t mqueue [[0;1;31m(code=
    [2019-07-18 09:34:51.319] exited, status=1/FAILURE)[[0m
    [2019-07-18 09:34:51.319] 
    [2019-07-18 09:34:51.319] Apr 06 01:44:43 am335x-evm systemd[1]: Mounting POSIX Message Queue File System.
    [2019-07-18 09:34:51.319] ..
    [2019-07-18 09:34:51.319] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Mount process 
    [2019-07-18 09:34:51.319] exited, code=exited status=1[[0m
    [2019-07-18 09:34:51.319] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;31mFailed to mount POSIX Message Qu
    [2019-07-18 09:34:51.319] eue File System.[[0m
    [2019-07-18 09:34:51.319] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Unit entered f
    [2019-07-18 09:34:51.329] ailed state.[[0m
    [2019-07-18 09:34:51.329] 
    [2019-07-18 09:34:51.329] ~
    [2019-07-18 09:34:51.329] ~
    [2019-07-18 09:34:51.329] standard input[[0;1;31m��[[0m dev-mqueue.mount - POSIX Message Queue File System
    [2019-07-18 09:34:51.793]    Loaded: loaded (/lib/systemd/system/dev-mqueue.mount; static; vendor preset: 
    [2019-07-18 09:34:51.793] enabled)
    [2019-07-18 09:34:51.793]    Active: [[0;1;31mfailed[[0m (Result: exit-code) since Sat 2019-04-06 01:44:43
    [2019-07-18 09:34:51.793]  UTC; 40s ago
    [2019-07-18 09:34:51.793]     Where: /dev/mqueue
    [2019-07-18 09:34:51.793]      What: mqueue
    [2019-07-18 09:34:51.793]      Docs: man:mq_overview(7)
    [2019-07-18 09:34:51.793]            https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    [2019-07-18 09:34:51.793]   Process: 385 ExecMount=/bin/mount mqueue /dev/mqueue -t mqueue [[0;1;31m(code=
    [2019-07-18 09:34:51.793] exited, status=1/FAILURE)[[0m
    [2019-07-18 09:34:51.793] 
    [2019-07-18 09:34:51.793] Apr 06 01:44:43 am335x-evm systemd[1]: Mounting POSIX Message Queue File System.
    [2019-07-18 09:34:51.793] ..
    [2019-07-18 09:34:51.793] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Mount process 
    [2019-07-18 09:34:51.793] exited, code=exited status=1[[0m
    [2019-07-18 09:34:51.793] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;31mFailed to mount POSIX Message Qu
    [2019-07-18 09:34:51.793] eue File System.[[0m
    [2019-07-18 09:34:51.793] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Unit entered f
    [2019-07-18 09:34:51.800] ailed state.[[0m
    [2019-07-18 09:34:51.800] 
    [2019-07-18 09:34:51.800] ~
    [2019-07-18 09:34:51.800] ~
    [2019-07-18 09:34:51.800] standard input[[0;1;31m��[[0m dev-mqueue.mount - POSIX Message Queue File System
    [2019-07-18 09:34:52.056]    Loaded: loaded (/lib/systemd/system/dev-mqueue.mount; static; vendor preset: 
    [2019-07-18 09:34:52.056] enabled)
    [2019-07-18 09:34:52.056]    Active: [[0;1;31mfailed[[0m (Result: exit-code) since Sat 2019-04-06 01:44:43
    [2019-07-18 09:34:52.056]  UTC; 40s ago
    [2019-07-18 09:34:52.056]     Where: /dev/mqueue
    [2019-07-18 09:34:52.056]      What: mqueue
    [2019-07-18 09:34:52.056]      Docs: man:mq_overview(7)
    [2019-07-18 09:34:52.056]            https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    [2019-07-18 09:34:52.056]   Process: 385 ExecMount=/bin/mount mqueue /dev/mqueue -t mqueue [[0;1;31m(code=
    [2019-07-18 09:34:52.056] exited, status=1/FAILURE)[[0m
    [2019-07-18 09:34:52.056] 
    [2019-07-18 09:34:52.056] Apr 06 01:44:43 am335x-evm systemd[1]: Mounting POSIX Message Queue File System.
    [2019-07-18 09:34:52.056] ..
    [2019-07-18 09:34:52.056] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Mount process 
    [2019-07-18 09:34:52.056] exited, code=exited status=1[[0m
    [2019-07-18 09:34:52.056] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;31mFailed to mount POSIX Message Qu
    [2019-07-18 09:34:52.056] eue File System.[[0m
    [2019-07-18 09:34:52.056] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Unit entered f
    [2019-07-18 09:34:52.064] ailed state.[[0m
    [2019-07-18 09:34:52.064] 
    [2019-07-18 09:34:52.064] ~
    [2019-07-18 09:34:52.064] ~
    [2019-07-18 09:34:52.064] standard input[[0;1;31m��[[0m dev-mqueue.mount - POSIX Message Queue File System
    [2019-07-18 09:34:52.228]    Loaded: loaded (/lib/systemd/system/dev-mqueue.mount; static; vendor preset: 
    [2019-07-18 09:34:52.228] enabled)
    [2019-07-18 09:34:52.228]    Active: [[0;1;31mfailed[[0m (Result: exit-code) since Sat 2019-04-06 01:44:43
    [2019-07-18 09:34:52.228]  UTC; 40s ago
    [2019-07-18 09:34:52.228]     Where: /dev/mqueue
    [2019-07-18 09:34:52.228]      What: mqueue
    [2019-07-18 09:34:52.228]      Docs: man:mq_overview(7)
    [2019-07-18 09:34:52.228]            https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    [2019-07-18 09:34:52.228]   Process: 385 ExecMount=/bin/mount mqueue /dev/mqueue -t mqueue [[0;1;31m(code=
    [2019-07-18 09:34:52.228] exited, status=1/FAILURE)[[0m
    [2019-07-18 09:34:52.228] 
    [2019-07-18 09:34:52.228] Apr 06 01:44:43 am335x-evm systemd[1]: Mounting POSIX Message Queue File System.
    [2019-07-18 09:34:52.228] ..
    [2019-07-18 09:34:52.228] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Mount process 
    [2019-07-18 09:34:52.228] exited, code=exited status=1[[0m
    [2019-07-18 09:34:52.228] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;31mFailed to mount POSIX Message Qu
    [2019-07-18 09:34:52.228] eue File System.[[0m
    [2019-07-18 09:34:52.228] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Unit entered f
    [2019-07-18 09:34:52.232] ailed state.[[0m
    [2019-07-18 09:34:52.232] 
    [2019-07-18 09:34:52.232] ~
    [2019-07-18 09:34:52.232] ~
    [2019-07-18 09:34:52.232] standard input[[0;1;31m��[[0m dev-mqueue.mount - POSIX Message Queue File System
    [2019-07-18 09:34:52.406]    Loaded: loaded (/lib/systemd/system/dev-mqueue.mount; static; vendor preset: 
    [2019-07-18 09:34:52.406] enabled)
    [2019-07-18 09:34:52.406]    Active: [[0;1;31mfailed[[0m (Result: exit-code) since Sat 2019-04-06 01:44:43
    [2019-07-18 09:34:52.406]  UTC; 40s ago
    [2019-07-18 09:34:52.406]     Where: /dev/mqueue
    [2019-07-18 09:34:52.406]      What: mqueue
    [2019-07-18 09:34:52.406]      Docs: man:mq_overview(7)
    [2019-07-18 09:34:52.406]            https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    [2019-07-18 09:34:52.406]   Process: 385 ExecMount=/bin/mount mqueue /dev/mqueue -t mqueue [[0;1;31m(code=
    [2019-07-18 09:34:52.406] exited, status=1/FAILURE)[[0m
    [2019-07-18 09:34:52.406] 
    [2019-07-18 09:34:52.406] Apr 06 01:44:43 am335x-evm systemd[1]: Mounting POSIX Message Queue File System.
    [2019-07-18 09:34:52.406] ..
    [2019-07-18 09:34:52.406] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Mount process 
    [2019-07-18 09:34:52.406] exited, code=exited status=1[[0m
    [2019-07-18 09:34:52.406] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;31mFailed to mount POSIX Message Qu
    [2019-07-18 09:34:52.406] eue File System.[[0m
    [2019-07-18 09:34:52.406] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Unit entered f
    [2019-07-18 09:34:52.414] ailed state.[[0m
    [2019-07-18 09:34:52.414] 
    [2019-07-18 09:34:52.414] ~
    [2019-07-18 09:34:52.414] ~
    [2019-07-18 09:34:52.414] standard input[[0;1;31m��[[0m dev-mqueue.mount - POSIX Message Queue File System
    [2019-07-18 09:34:52.950]    Loaded: loaded (/lib/systemd/system/dev-mqueue.mount; static; vendor preset: 
    [2019-07-18 09:34:52.950] enabled)
    [2019-07-18 09:34:52.950]    Active: [[0;1;31mfailed[[0m (Result: exit-code) since Sat 2019-04-06 01:44:43
    [2019-07-18 09:34:52.950]  UTC; 40s ago
    [2019-07-18 09:34:52.950]     Where: /dev/mqueue
    [2019-07-18 09:34:52.950]      What: mqueue
    [2019-07-18 09:34:52.950]      Docs: man:mq_overview(7)
    [2019-07-18 09:34:52.950]            https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    [2019-07-18 09:34:52.950]   Process: 385 ExecMount=/bin/mount mqueue /dev/mqueue -t mqueue [[0;1;31m(code=
    [2019-07-18 09:34:52.950] exited, status=1/FAILURE)[[0m
    [2019-07-18 09:34:52.950] 
    [2019-07-18 09:34:52.950] Apr 06 01:44:43 am335x-evm systemd[1]: Mounting POSIX Message Queue File System.
    [2019-07-18 09:34:52.950] ..
    [2019-07-18 09:34:52.950] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Mount process 
    [2019-07-18 09:34:52.950] exited, code=exited status=1[[0m
    [2019-07-18 09:34:52.950] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;31mFailed to mount POSIX Message Qu
    [2019-07-18 09:34:52.950] eue File System.[[0m
    [2019-07-18 09:34:52.950] Apr 06 01:44:43 am335x-evm systemd[1]: [[0;1;39mdev-mqueue.mount: Unit entered f
    [2019-07-18 09:34:52.958] ailed state.[[0m
    [2019-07-18 09:34:52.958] 
    [2019-07-18 09:34:52.958] ~
    [2019-07-18 09:34:52.958] ~
    [2019-07-18 09:34:52.958] standard inputsh-4.4# 
    [2019-07-18 09:34:54.094] sh-4.4# 
    [2019-07-18 09:34:54.480] sh-4.4# 
    [2019-07-18 09:34:54.655] sh-4.4# 
    [2019-07-18 09:34:54.814] sh-4.4# 
    [2019-07-18 09:34:55.006] sh-4.4# 
    [2019-07-18 09:34:55.167] sh-4.4# 
    [2019-07-18 09:34:55.343] sh-4.4# 
    [2019-07-18 09:34:56.751] sh-4.4# 
    [2019-07-18 09:34:56.926] sh-4.4# 
    [2019-07-18 09:34:57.086] sh-4.4# 
    [2019-07-18 09:34:57.247] sh-4.4# 
    [2019-07-18 09:34:57.422] sh-4.4# 
    [2019-07-18 09:34:57.596] sh-4.4# 
    

    [2019-07-18 09:45:15.542] 
    [2019-07-18 09:45:15.542] => 
    [2019-07-18 09:45:15.559] => mmc dev 1
    [2019-07-18 09:45:16.718] switch to partitions #0, OK
    [2019-07-18 09:45:16.718] mmc1(part 0) is current device
    [2019-07-18 09:45:16.718] => loady 80000000
    [2019-07-18 09:45:16.758] ## Ready for binary (ymodem) download to 0x80000000 at 115200 bps...
    [2019-07-18 09:45:16.758] CCxyzModem - CRC mode, 1(SOH)/51200(STX)/0(CAN) packets, 3 retries
    [2019-07-18 11:18:10.090] ## Total Size      = 0x03200000 = 52428800 Bytes
    [2019-07-18 11:18:10.090] => mmc write 80000000 9800 100000
    [2019-07-18 11:18:10.181] 
    [2019-07-18 11:18:10.181] MMC write: dev # 1, block # 38912, count 1048576 ... 1048576 blocks written: OK
    [2019-07-18 11:18:46.967] => mmc dev 1
    [2019-07-18 11:18:47.300] switch to partitions #0, OK
    [2019-07-18 11:18:47.319] mmc1(part 0) is current device
    [2019-07-18 11:18:47.319] => mmc read 90000000 1000 6000
    [2019-07-18 11:18:47.363] 
    [2019-07-18 11:18:47.363] MMC read: dev # 1, block # 4096, count 24576 ... 24576 blocks read: OK
    [2019-07-18 11:18:48.034] => mmc read 90C00000 7000 1000
    [2019-07-18 11:18:48.050] 
    [2019-07-18 11:18:48.050] MMC read: dev # 1, block # 28672, count 4096 ... 4096 blocks read: OK
    [2019-07-18 11:18:48.178] => setenv stdin serial
    [2019-07-18 11:18:48.210] => setenv stderr serial
    [2019-07-18 11:18:48.227] => setenv stdout serial
    [2019-07-18 11:18:48.260] => setenv console ttyS0,115200n8
    [2019-07-18 11:18:48.291] => setenv mmcargs setenv bootargs console=\${console} earlyprintk root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait init=/sbin/init
    [2019-07-18 11:18:48.400] => run mmcargs
    [2019-07-18 11:18:48.425] => TT_MSG [18.07.2019 11:18:48]: macro successfully finished
    bootm 90000000 - 90C00000
    [2019-07-18 11:18:48.483] ## Booting kernel from Legacy Image at 90000000 ...
    [2019-07-18 11:18:48.483]    Image Name:   Linux-4.14.79-ge669d52447
    [2019-07-18 11:18:48.483]    Created:      2019-07-05  13:33:49 UTC
    [2019-07-18 11:18:48.483]    Image Type:   ARM Linux Kernel Image (uncompressed)
    [2019-07-18 11:18:48.483]    Data Size:    2880000 Bytes = 2.7 MiB
    [2019-07-18 11:18:48.483]    Load Address: 80008000
    [2019-07-18 11:18:48.483]    Entry Point:  80008000
    [2019-07-18 11:18:48.483]    Verifying Checksum ... OK
    [2019-07-18 11:18:48.493] ## Flattened Device Tree blob at 90c00000
    [2019-07-18 11:18:48.514]    Booting using the fdt blob at 0x90c00000
    [2019-07-18 11:18:48.514]    Loading Kernel Image ... OK
    [2019-07-18 11:18:48.544]    Loading Device Tree to 9ef37000, end 9ef41cdc ... OK
    [2019-07-18 11:18:48.544] 
    [2019-07-18 11:18:48.544] Starting kernel ...
    [2019-07-18 11:18:48.544] 
    [2019-07-18 11:18:50.787] [    0.000000] Booting Linux on physical CPU 0x0
    [2019-07-18 11:18:50.787] [    0.000000] Linux version 4.14.79-ge669d52447 (ngl@ubuntu) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #4 PREEMPT Fri Jul 5 06:33:40 PDT 2019
    [2019-07-18 11:18:50.787] [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [2019-07-18 11:18:50.787] [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [2019-07-18 11:18:50.787] [    0.000000] OF: fdt: Machine model: TI AM335x BCSI
    [2019-07-18 11:18:50.787] [    0.000000] Memory policy: Data cache writeback
    [2019-07-18 11:18:50.787] [    0.000000] efi: Getting EFI parameters from FDT:
    [2019-07-18 11:18:50.787] [    0.000000] efi: UEFI not found.
    [2019-07-18 11:18:50.787] [    0.000000] cma: Reserved 48 MiB at 0x9b800000
    [2019-07-18 11:18:50.787] [    0.000000] CPU: All CPU(s) started in SVC mode.
    [2019-07-18 11:18:50.787] [    0.000000] AM335X ES2.1 (sgx neon)
    [2019-07-18 11:18:50.787] [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
    [2019-07-18 11:18:50.787] [    0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait init=/sbin/init
    [2019-07-18 11:18:50.787] [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [2019-07-18 11:18:50.787] [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [2019-07-18 11:18:50.799] [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [2019-07-18 11:18:50.800] [    0.000000] Memory: 460148K/524288K available (6144K kernel code, 229K rwdata, 1656K rodata, 1024K init, 230K bss, 14988K reserved, 49152K cma-reserved, 0K highmem)
    [2019-07-18 11:18:50.800] [    0.000000] Virtual kernel memory layout:
    [2019-07-18 11:18:50.800] [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [2019-07-18 11:18:50.800] [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [2019-07-18 11:18:50.800] [    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
    [2019-07-18 11:18:50.800] [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    [2019-07-18 11:18:50.800] [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [2019-07-18 11:18:50.800] [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [2019-07-18 11:18:50.800] [    0.000000]       .text : 0xc0008000 - 0xc0700000   (7136 kB)
    [2019-07-18 11:18:50.800] [    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
    [2019-07-18 11:18:50.800] [    0.000000]       .data : 0xc0a00000 - 0xc0a39780   ( 230 kB)
    [2019-07-18 11:18:50.800] [    0.000000]        .bss : 0xc0a39780 - 0xc0a73264   ( 231 kB)
    [2019-07-18 11:18:50.814] [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [2019-07-18 11:18:50.814] [    0.000000] Preemptible hierarchical RCU implementation.
    [2019-07-18 11:18:50.814] [    0.000000] 	Tasks RCU enabled.
    [2019-07-18 11:18:50.814] [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [2019-07-18 11:18:50.814] [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [2019-07-18 11:18:50.814] [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [2019-07-18 11:18:50.814] [    0.000015] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [2019-07-18 11:18:50.814] [    0.000032] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [2019-07-18 11:18:50.814] [    0.000041] OMAP clocksource: timer1 at 24000000 Hz
    [2019-07-18 11:18:50.814] [    0.000238] timer_probe: no matching timers found
    [2019-07-18 11:18:50.814] [    0.000423] Console: colour dummy device 80x30
    [2019-07-18 11:18:50.814] [    0.000465] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [2019-07-18 11:18:50.814] [    0.089283] pid_max: default: 32768 minimum: 301
    [2019-07-18 11:18:50.814] [    0.089455] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-07-18 11:18:50.814] [    0.089468] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-07-18 11:18:50.828] [    0.090169] CPU: Testing write buffer coherency: ok
    [2019-07-18 11:18:50.828] [    0.090226] CPU0: Spectre v2: using BPIALL workaround
    [2019-07-18 11:18:50.828] [    0.090838] Setting up static identity map for 0x80100000 - 0x80100060
    [2019-07-18 11:18:50.828] [    0.090971] Hierarchical SRCU implementation.
    [2019-07-18 11:18:50.828] [    0.091273] EFI services will not be available.
    [2019-07-18 11:18:50.828] [    0.092478] devtmpfs: initialized
    [2019-07-18 11:18:50.828] [    0.098275] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
    [2019-07-18 11:18:50.828] [    0.098707] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [2019-07-18 11:18:50.828] [    0.098985] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [2019-07-18 11:18:50.828] [    0.099005] futex hash table entries: 256 (order: -1, 3072 bytes)
    [2019-07-18 11:18:50.828] [    0.102401] pinctrl core: initialized pinctrl subsystem
    [2019-07-18 11:18:50.828] [    0.103046] DMI not present or invalid.
    [2019-07-18 11:18:50.828] [    0.103412] NET: Registered protocol family 16
    [2019-07-18 11:18:50.828] [    0.105353] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [2019-07-18 11:18:51.073] [    0.116672] omap_hwmod: debugss: _wait_target_disable failed
    [2019-07-18 11:18:51.073] [    0.168799] cpuidle: using governor ladder
    [2019-07-18 11:18:51.073] [    0.168828] cpuidle: using governor menu
    [2019-07-18 11:18:51.073] [    0.172693] OMAP GPIO hardware version 0.1
    [2019-07-18 11:18:51.073] [    0.180256] No ATAGs?
    [2019-07-18 11:18:51.073] [    0.180271] hw-breakpoint: debug architecture 0x4 unsupported.
    [2019-07-18 11:18:51.073] [    0.189681] edma 49000000.edma: TI EDMA DMA engine driver
    [2019-07-18 11:18:51.073] [    0.191722] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/i2c0_pins_default, deferring probe
    [2019-07-18 11:18:51.073] [    0.191835] pps_core: LinuxPPS API ver. 1 registered
    [2019-07-18 11:18:51.073] [    0.191842] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [2019-07-18 11:18:51.073] [    0.191862] PTP clock support registered
    [2019-07-18 11:18:51.073] [    0.191894] EDAC MC: Ver: 3.0.0
    [2019-07-18 11:18:51.073] [    0.192298] dmi: Firmware registration failed.
    [2019-07-18 11:18:51.073] [    0.192670] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [2019-07-18 11:18:51.073] [    0.193893] clocksource: Switched to clocksource timer1
    [2019-07-18 11:18:51.073] [    0.200710] NET: Registered protocol family 2
    [2019-07-18 11:18:51.073] [    0.201360] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-07-18 11:18:51.087] [    0.201406] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-07-18 11:18:51.087] [    0.201444] TCP: Hash tables configured (established 4096 bind 4096)
    [2019-07-18 11:18:51.087] [    0.201546] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [2019-07-18 11:18:51.087] [    0.201563] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [2019-07-18 11:18:51.087] [    0.201701] NET: Registered protocol family 1
    [2019-07-18 11:18:51.087] [    0.202281] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [2019-07-18 11:18:51.087] [    0.202388] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [2019-07-18 11:18:51.087] [    0.203673] workingset: timestamp_bits=14 max_order=17 bucket_order=3
    [2019-07-18 11:18:51.087] [    0.207499] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [2019-07-18 11:18:51.087] [    0.209387] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
    [2019-07-18 11:18:51.087] [    0.209406] io scheduler noop registered
    [2019-07-18 11:18:51.087] [    0.209413] io scheduler deadline registered
    [2019-07-18 11:18:51.087] [    0.209604] io scheduler cfq registered (default)
    [2019-07-18 11:18:51.087] [    0.209615] io scheduler mq-deadline registered
    [2019-07-18 11:18:51.087] [    0.209622] io scheduler kyber registered
    [2019-07-18 11:18:51.099] [    0.210608] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [2019-07-18 11:18:51.099] [    0.253231] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [2019-07-18 11:18:51.099] [    0.256939] console [ttyS0] disabled
    [2019-07-18 11:18:51.099] [    0.257028] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
    [2019-07-18 11:18:51.099] [    0.810270] console [ttyS0] enabled
    [2019-07-18 11:18:51.099] [    0.814915] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250
    [2019-07-18 11:18:51.099] [    0.825379] omap_rng 48310000.rng: Random Number Generator ver. 20
    [2019-07-18 11:18:51.099] [    0.839822] brd: module loaded
    [2019-07-18 11:18:51.100] [    0.848844] loop: module loaded
    [2019-07-18 11:18:51.100] [    0.853507] i2c /dev entries driver
    [2019-07-18 11:18:51.100] [    0.859111] cpuidle: enable-method property 'ti,am3352' found operations
    [2019-07-18 11:18:51.100] [    0.866317] sdhci: Secure Digital Host Controller Interface driver
    [2019-07-18 11:18:51.100] [    0.872528] sdhci: Copyright(c) Pierre Ossman
    [2019-07-18 11:18:51.115] [    0.934576] sdhci-pltfm: SDHCI platform and OF driver helper
    [2019-07-18 11:18:51.192] [    0.948263] NET: Registered protocol family 10
    [2019-07-18 11:18:51.192] [    0.955404] Segment Routing with IPv6
    [2019-07-18 11:18:51.192] [    0.961236] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [2019-07-18 11:18:51.192] [    0.968050] NET: Registered protocol family 17
    [2019-07-18 11:18:51.192] [    0.972709] Key type dns_resolver registered
    [2019-07-18 11:18:51.192] [    0.977213] omap_voltage_late_init: Voltage driver support not added
    [2019-07-18 11:18:51.192] [    0.988877] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [2019-07-18 11:18:51.192] [    0.996102] Waiting for root device /dev/mmcblk0p2...
    [2019-07-18 11:18:51.248] [    1.018387] mmc0: new high speed MMC card at address 0001
    [2019-07-18 11:18:51.248] [    1.024454] mmcblk0: mmc0:0001 M62704 3.56 GiB 
    [2019-07-18 11:18:51.248] [    1.029173] mmcblk0boot0: mmc0:0001 M62704 partition 1 2.00 MiB
    [2019-07-18 11:18:51.248] [    1.035490] mmcblk0boot1: mmc0:0001 M62704 partition 2 2.00 MiB
    [2019-07-18 11:18:51.248] [    1.041628] mmcblk0rpmb: mmc0:0001 M62704 partition 3 512 KiB
    [2019-07-18 11:18:51.248] [    1.048833]  mmcblk0: p1 p2
    [2019-07-18 11:18:51.248] [    1.051957] mmcblk0: p2 size 7514111 extends beyond EOD, truncated
    [2019-07-18 11:18:51.309] [    1.088758] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
    [2019-07-18 11:18:51.309] [    1.096702] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
    [2019-07-18 11:18:51.309] [    1.105751] devtmpfs: mounted
    [2019-07-18 11:18:51.309] [    1.109985] Freeing unused kernel memory: 1024K
    [2019-07-18 11:18:51.309] [    1.121415] random: fast init done
    [2019-07-18 11:18:51.355] INIT: version 2.88 booting
    [2019-07-18 11:18:51.531] Framebuffer /dev/fb0 not detected
    [2019-07-18 11:18:51.549] Boot splashscreen disabled
    [2019-07-18 11:18:51.680] [    1.466912] EXT4-fs warning (device mmcblk0p2): ext4_update_dynamic_rev:772: updating to rev 1 because of new feature flag, running e2fsck is recommended
    [2019-07-18 11:18:51.680] [    1.482050] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [2019-07-18 11:18:51.814] hwclock: can't open '/dev/misc/rtc': No such file or directory
    [2019-07-18 11:18:51.814] Sat Apr  6 08:35:48 UTC 2019
    [2019-07-18 11:18:51.814] hwclock: can't open '/dev/misc/rtc': No such file or directory
    [2019-07-18 11:18:52.527] [    2.325610] random: dd: uninitialized urandom read (512 bytes read)
    [2019-07-18 11:18:52.571] Configuring packages on first boot....
    [2019-07-18 11:18:52.571]  (This may take several minutes. Please do not power off the machine.)
    [2019-07-18 11:18:52.809] update-rc.d: /etc/init.d/run-postinsts exists during rc.d purge (continuing)
    [2019-07-18 11:18:52.844]  Removing any system startup links for run-postinsts ...
    [2019-07-18 11:18:52.844]   /etc/rcS.d/S99run-postinsts
    [2019-07-18 11:18:52.844] INIT: Entering runlevel: 5
    [2019-07-18 11:18:52.887] Configuring network interfaces... ifconfig: SIOCGIFFLAGS: No such device
    [2019-07-18 11:18:52.986] ifconfig: SIOCGIFFLAGS: No such device
    [2019-07-18 11:18:53.001] ifconfig: SIOCSIFADDR: No such device
    [2019-07-18 11:18:53.001] done.
    [2019-07-18 11:18:53.016] hwclock: can't open '/dev/misc/rtc': No such file or directory
    [2019-07-18 11:18:53.034] Starting syslogd/klogd: done
    [2019-07-18 11:18:53.114] umount: /mnt/.psplash: not mounted.
    [2019-07-18 11:18:53.290] 
    [2019-07-18 11:18:53.290]  _____                    _____           _         _   
    [2019-07-18 11:18:53.337] |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    [2019-07-18 11:18:53.337] |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    [2019-07-18 11:18:53.337] |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
    [2019-07-18 11:18:53.337]               |___|                    |___|            
    [2019-07-18 11:18:53.337] 
    [2019-07-18 11:18:53.337] Arago Project http://arago-project.org am335x-bcsi /dev/ttyS0
    [2019-07-18 11:18:53.337] 
    [2019-07-18 11:18:53.337] Arago 2018.10 am335x-bcsi /dev/ttyS0
    [2019-07-18 11:18:53.337] 
    [2019-07-18 11:18:53.337] am335x-bcsi login: [  763.725904] random: crng init done
    [2019-07-18 12:19:05.569] 
    [2019-07-18 12:19:05.569]  _____                    _____           _         _   
    [2019-07-18 12:19:05.616] |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    [2019-07-18 12:19:05.616] |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    [2019-07-18 12:19:05.616] |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
    [2019-07-18 12:19:05.616]               |___|                    |___|            
    [2019-07-18 12:19:05.616] 
    [2019-07-18 12:19:05.616] Arago Project http://arago-project.org am335x-bcsi /dev/ttyS0
    [2019-07-18 12:19:05.616] 
    [2019-07-18 12:19:05.616] Arago 2018.10 am335x-bcsi /dev/ttyS0
    [2019-07-18 12:19:05.616] 
    [2019-07-18 12:19:05.616] am335x-bcsi login: 
    [2019-07-18 12:19:12.468]  _____                    _____           _         _   
    [2019-07-18 12:19:12.468] |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    [2019-07-18 12:19:12.468] |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    [2019-07-18 12:19:12.468] |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
    [2019-07-18 12:19:12.468]               |___|                    |___|            
    [2019-07-18 12:19:12.468] 
    [2019-07-18 12:19:12.468] Arago Project http://arago-project.org am335x-bcsi /dev/ttyS0
    [2019-07-18 12:19:12.468] 
    [2019-07-18 12:19:12.468] Arago 2018.10 am335x-bcsi /dev/ttyS0
    [2019-07-18 12:19:12.468] 
    [2019-07-18 12:19:12.468] am335x-bcsi login: root
    [2019-07-18 12:19:20.978] -sh: command: not found
    [2019-07-18 12:19:20.978] root@am335x-bcsi:~# 
    [2019-07-18 13:15:00.697] root@am335x-bcsi:~# 
    [2019-07-18 13:15:00.908] root@am335x-bcsi:~# ls -l
    [2019-07-18 13:15:04.292] total 0
    [2019-07-18 13:15:04.292] root@am335x-bcsi:~# cd ..
    [2019-07-18 13:15:13.122] root@am335x-bcsi:/home# cd ..
    [2019-07-18 13:15:15.885] root@am335x-bcsi:/# ls -l
    [2019-07-18 13:15:18.857] total 2585
    [2019-07-18 13:15:18.857] drwxr-xr-x    2 root     root          2048 Apr  6 08:35 bin
    [2019-07-18 13:15:18.857] drwxr-xr-x    2 root     root          1024 Apr  6 02:11 boot
    [2019-07-18 13:15:18.857] drwxr-xr-x    3 root     root         13000 Apr  6 08:35 dev
    [2019-07-18 13:15:18.857] drwxr-xr-x   20 root     root          2048 Apr  6 08:35 etc
    [2019-07-18 13:15:18.857] drwxr-xr-x    3 root     root          1024 Apr  6 02:11 home
    [2019-07-18 13:15:18.857] drwxr-xr-x    4 root     root          2048 Apr  6 05:10 lib
    [2019-07-18 13:15:18.857] drwx------    2 root     root       2621440 Jul  3  2019 lost+found
    [2019-07-18 13:15:18.857] drwxr-xr-x    2 root     root          1024 Apr  6 02:11 media
    [2019-07-18 13:15:18.857] drwxr-xr-x    3 root     root          1024 Apr  6 08:34 mnt
    [2019-07-18 13:15:18.857] dr-xr-xr-x   48 root     root             0 Jan  1  1970 proc
    [2019-07-18 13:15:18.857] drwxr-xr-x    5 root     root           220 Apr  6 08:35 run
    [2019-07-18 13:15:18.857] drwxr-xr-x    2 root     root          2048 Apr  6 08:35 sbin
    [2019-07-18 13:15:18.857] dr-xr-xr-x   12 root     root             0 Jan  1  1970 sys
    [2019-07-18 13:15:18.857] lrwxrwxrwx    1 root     root             8 Apr  6 08:35 tmp -> /var/tmp
    [2019-07-18 13:15:18.857] drwxr-xr-x    9 root     root          1024 Apr  6 02:03 usr
    [2019-07-18 13:15:18.857] drwxr-xr-x    8 root     root          1024 Apr  6 02:12 var
    [2019-07-18 13:15:18.865] root@am335x-bcsi:/# help
    [2019-07-18 13:16:49.395] Built-in commands:
    [2019-07-18 13:16:49.395] ------------------
    [2019-07-18 13:16:49.395] 	. : [ [[ alias bg break cd chdir continue echo eval exec exit
    [2019-07-18 13:16:49.395] 	export false fg getopts hash help history jobs kill let local
    [2019-07-18 13:16:49.395] 	printf pwd read readonly return set shift source test times trap
    [2019-07-18 13:16:49.395] 	true type ulimit umask unalias unset wait
    [2019-07-18 13:16:49.395] 
    

  • Hello,

    Your boot tests on BBB seem to be successful. I copied the tiny FS to a SD Card and booted it on a BBB and saw very similar results to yours.

    The logs you've provided seem random. So, there appears to be something different on your h/w. I would try running many more iterations on a DDR test to make sure DDR is stable. How did your configure your DDR? Did you do s/w leveling?

    Also, you may want to look at you power supply and make sure that it is providing the right levels during boot.

    I hope this is helpful to you.

  • Hi RonB,

     

    thanks for your answer. Before your post I didn't made a s/w leveling so I had done this yesterday. The values are very similar to the used one in the u-boot and when I use the values from the U-Boot in the gel file all DDR test were successful. So I don't think that this can be the problem.

    I also performed the following mtest:

    => mtest 80000000 9E000000
    Testing 80000000 ... 9e000000:
    Pattern FFFFFFFF  Writing...  Reading...Iteration:  28496
    =>
    

    We also set up a second custom board get some good results - see the logfiles.

    Can you now help me with the fails from systemd?

    Thank you

    [2019-08-01 07:31:43.171] U-Boot SPL 2016.07-rc1-00019-g84d2dae-dirty (Jul 18 2019 - 13:22:50)
    [2019-08-01 07:31:43.219] Trying to boot from MMC2
    [2019-08-01 07:31:43.379] reading u-boot.img
    [2019-08-01 07:31:43.379] reading u-boot.img
    [2019-08-01 07:31:43.433] 
    [2019-08-01 07:31:43.433] 
    [2019-08-01 07:31:43.433] U-Boot 2016.07-rc1-00019-g84d2dae-dirty (Jul 18 2019 - 13:22:50 +0200)
    [2019-08-01 07:31:43.433] 
    [2019-08-01 07:31:43.433] I2C:   ready
    [2019-08-01 07:31:43.481] DRAM:  512 MiB
    [2019-08-01 07:31:43.528] MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    [2019-08-01 07:31:43.764] Press SPACE to abort autoboot in 5 seconds
    [2019-08-01 07:31:48.952] switch to partitions #0, OK
    [2019-08-01 07:31:48.952] mmc1(part 0) is current device
    [2019-08-01 07:31:48.952] 
    [2019-08-01 07:31:48.952] MMC read: dev # 1, block # 4096, count 24576 ... 24576 blocks read: OK
    [2019-08-01 07:31:49.519] 
    [2019-08-01 07:31:49.519] MMC read: dev # 1, block # 28672, count 4096 ... 4096 blocks read: OK
    [2019-08-01 07:31:49.661] ## Booting kernel from Legacy Image at 90000000 ...
    [2019-08-01 07:31:49.661]    Image Name:   Linux-4.14.79-ge669d52447
    [2019-08-01 07:31:49.661]    Created:      2019-07-05  13:33:49 UTC
    [2019-08-01 07:31:49.661]    Image Type:   ARM Linux Kernel Image (uncompressed)
    [2019-08-01 07:31:49.661]    Data Size:    2880000 Bytes = 2.7 MiB
    [2019-08-01 07:31:49.661]    Load Address: 80008000
    [2019-08-01 07:31:49.661]    Entry Point:  80008000
    [2019-08-01 07:31:49.661]    Verifying Checksum ... OK
    [2019-08-01 07:31:49.678] ## Flattened Device Tree blob at 90c00000
    [2019-08-01 07:31:49.699]    Booting using the fdt blob at 0x90c00000
    [2019-08-01 07:31:49.699]    Loading Kernel Image ... OK
    [2019-08-01 07:31:49.728]    Loading Device Tree to 9ef2f000, end 9ef39cdc ... OK
    [2019-08-01 07:31:49.728] 
    [2019-08-01 07:31:49.728] Starting kernel ...
    [2019-08-01 07:31:49.728] 
    [2019-08-01 07:31:51.971] [    0.000000] Booting Linux on physical CPU 0x0
    [2019-08-01 07:31:51.971] [    0.000000] Linux version 4.14.79-ge669d52447 (ngl@ubuntu) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #4 PREEMPT Fri Jul 5 06:33:40 PDT 2019
    [2019-08-01 07:31:51.971] [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [2019-08-01 07:31:51.971] [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [2019-08-01 07:31:51.971] [    0.000000] OF: fdt: Machine model: TI AM335x BCSI
    [2019-08-01 07:31:51.971] [    0.000000] Memory policy: Data cache writeback
    [2019-08-01 07:31:51.971] [    0.000000] efi: Getting EFI parameters from FDT:
    [2019-08-01 07:31:51.971] [    0.000000] efi: UEFI not found.
    [2019-08-01 07:31:51.971] [    0.000000] cma: Reserved 48 MiB at 0x9b800000
    [2019-08-01 07:31:51.971] [    0.000000] CPU: All CPU(s) started in SVC mode.
    [2019-08-01 07:31:51.971] [    0.000000] AM335X ES2.1 (sgx neon)
    [2019-08-01 07:31:51.971] [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
    [2019-08-01 07:31:51.971] [    0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait init=/sbin/init
    [2019-08-01 07:31:51.971] [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [2019-08-01 07:31:51.971] [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [2019-08-01 07:31:51.975] [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [2019-08-01 07:31:51.975] [    0.000000] Memory: 460148K/524288K available (6144K kernel code, 229K rwdata, 1656K rodata, 1024K init, 230K bss, 14988K reserved, 49152K cma-reserved, 0K highmem)
    [2019-08-01 07:31:51.975] [    0.000000] Virtual kernel memory layout:
    [2019-08-01 07:31:51.975] [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [2019-08-01 07:31:51.975] [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [2019-08-01 07:31:51.975] [    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
    [2019-08-01 07:31:51.975] [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    [2019-08-01 07:31:51.975] [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [2019-08-01 07:31:51.975] [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [2019-08-01 07:31:51.975] [    0.000000]       .text : 0xc0008000 - 0xc0700000   (7136 kB)
    [2019-08-01 07:31:51.975] [    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
    [2019-08-01 07:31:51.975] [    0.000000]       .data : 0xc0a00000 - 0xc0a39780   ( 230 kB)
    [2019-08-01 07:31:51.975] [    0.000000]        .bss : 0xc0a39780 - 0xc0a73264   ( 231 kB)
    [2019-08-01 07:31:51.982] [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [2019-08-01 07:31:51.982] [    0.000000] Preemptible hierarchical RCU implementation.
    [2019-08-01 07:31:51.982] [    0.000000] 	Tasks RCU enabled.
    [2019-08-01 07:31:51.982] [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [2019-08-01 07:31:51.982] [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [2019-08-01 07:31:51.982] [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [2019-08-01 07:31:51.982] [    0.000015] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [2019-08-01 07:31:51.982] [    0.000031] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [2019-08-01 07:31:51.982] [    0.000040] OMAP clocksource: timer1 at 24000000 Hz
    [2019-08-01 07:31:51.982] [    0.000238] timer_probe: no matching timers found
    [2019-08-01 07:31:51.982] [    0.000427] Console: colour dummy device 80x30
    [2019-08-01 07:31:51.982] [    0.000469] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [2019-08-01 07:31:51.982] [    0.089292] pid_max: default: 32768 minimum: 301
    [2019-08-01 07:31:51.982] [    0.089460] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-08-01 07:31:51.982] [    0.089473] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-08-01 07:31:51.984] [    0.090181] CPU: Testing write buffer coherency: ok
    [2019-08-01 07:31:51.984] [    0.090243] CPU0: Spectre v2: using BPIALL workaround
    [2019-08-01 07:31:51.984] [    0.090865] Setting up static identity map for 0x80100000 - 0x80100060
    [2019-08-01 07:31:51.984] [    0.090999] Hierarchical SRCU implementation.
    [2019-08-01 07:31:51.984] [    0.091299] EFI services will not be available.
    [2019-08-01 07:31:51.984] [    0.092509] devtmpfs: initialized
    [2019-08-01 07:31:51.984] [    0.098325] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
    [2019-08-01 07:31:51.984] [    0.098755] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [2019-08-01 07:31:51.984] [    0.099034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [2019-08-01 07:31:51.984] [    0.099053] futex hash table entries: 256 (order: -1, 3072 bytes)
    [2019-08-01 07:31:51.984] [    0.102468] pinctrl core: initialized pinctrl subsystem
    [2019-08-01 07:31:51.984] [    0.103116] DMI not present or invalid.
    [2019-08-01 07:31:51.984] [    0.103484] NET: Registered protocol family 16
    [2019-08-01 07:31:51.985] [    0.105420] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [2019-08-01 07:31:52.255] [    0.116726] omap_hwmod: debugss: _wait_target_disable failed
    [2019-08-01 07:31:52.255] [    0.168889] cpuidle: using governor ladder
    [2019-08-01 07:31:52.255] [    0.168917] cpuidle: using governor menu
    [2019-08-01 07:31:52.255] [    0.172772] OMAP GPIO hardware version 0.1
    [2019-08-01 07:31:52.255] [    0.180337] No ATAGs?
    [2019-08-01 07:31:52.255] [    0.180352] hw-breakpoint: debug architecture 0x4 unsupported.
    [2019-08-01 07:31:52.255] [    0.189778] edma 49000000.edma: TI EDMA DMA engine driver
    [2019-08-01 07:31:52.255] [    0.191819] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/i2c0_pins_default, deferring probe
    [2019-08-01 07:31:52.255] [    0.191926] pps_core: LinuxPPS API ver. 1 registered
    [2019-08-01 07:31:52.255] [    0.191934] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [2019-08-01 07:31:52.255] [    0.191954] PTP clock support registered
    [2019-08-01 07:31:52.255] [    0.191987] EDAC MC: Ver: 3.0.0
    [2019-08-01 07:31:52.255] [    0.192394] dmi: Firmware registration failed.
    [2019-08-01 07:31:52.255] [    0.192763] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [2019-08-01 07:31:52.255] [    0.193996] clocksource: Switched to clocksource timer1
    [2019-08-01 07:31:52.255] [    0.200797] NET: Registered protocol family 2
    [2019-08-01 07:31:52.255] [    0.201442] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-08-01 07:31:52.261] [    0.201487] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-08-01 07:31:52.261] [    0.201524] TCP: Hash tables configured (established 4096 bind 4096)
    [2019-08-01 07:31:52.261] [    0.201623] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [2019-08-01 07:31:52.261] [    0.201639] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [2019-08-01 07:31:52.261] [    0.201777] NET: Registered protocol family 1
    [2019-08-01 07:31:52.261] [    0.202367] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [2019-08-01 07:31:52.261] [    0.202475] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [2019-08-01 07:31:52.261] [    0.203753] workingset: timestamp_bits=14 max_order=17 bucket_order=3
    [2019-08-01 07:31:52.261] [    0.207583] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [2019-08-01 07:31:52.261] [    0.209459] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
    [2019-08-01 07:31:52.261] [    0.209477] io scheduler noop registered
    [2019-08-01 07:31:52.261] [    0.209485] io scheduler deadline registered
    [2019-08-01 07:31:52.261] [    0.209669] io scheduler cfq registered (default)
    [2019-08-01 07:31:52.261] [    0.209678] io scheduler mq-deadline registered
    [2019-08-01 07:31:52.261] [    0.209685] io scheduler kyber registered
    [2019-08-01 07:31:52.266] [    0.210677] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [2019-08-01 07:31:52.266] [    0.253370] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [2019-08-01 07:31:52.266] [    0.257098] console [ttyS0] disabled
    [2019-08-01 07:31:52.266] [    0.257187] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
    [2019-08-01 07:31:52.266] [    0.810437] console [ttyS0] enabled
    [2019-08-01 07:31:52.266] [    0.815067] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250
    [2019-08-01 07:31:52.266] [    0.825543] omap_rng 48310000.rng: Random Number Generator ver. 20
    [2019-08-01 07:31:52.266] [    0.839983] brd: module loaded
    [2019-08-01 07:31:52.266] [    0.849010] loop: module loaded
    [2019-08-01 07:31:52.266] [    0.853678] i2c /dev entries driver
    [2019-08-01 07:31:52.266] [    0.859260] cpuidle: enable-method property 'ti,am3352' found operations
    [2019-08-01 07:31:52.266] [    0.866471] sdhci: Secure Digital Host Controller Interface driver
    [2019-08-01 07:31:52.266] [    0.872681] sdhci: Copyright(c) Pierre Ossman
    [2019-08-01 07:31:52.301] [    0.934687] sdhci-pltfm: SDHCI platform and OF driver helper
    [2019-08-01 07:31:52.376] [    0.948352] NET: Registered protocol family 10
    [2019-08-01 07:31:52.376] [    0.954438] Segment Routing with IPv6
    [2019-08-01 07:31:52.376] [    0.959299] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [2019-08-01 07:31:52.376] [    0.968149] NET: Registered protocol family 17
    [2019-08-01 07:31:52.376] [    0.972801] Key type dns_resolver registered
    [2019-08-01 07:31:52.376] [    0.977303] omap_voltage_late_init: Voltage driver support not added
    [2019-08-01 07:31:52.376] [    0.988987] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [2019-08-01 07:31:52.376] [    0.996211] Waiting for root device /dev/mmcblk0p2...
    [2019-08-01 07:31:52.473] [    1.018036] mmc0: new high speed MMC card at address 0001
    [2019-08-01 07:31:52.473] [    1.024104] mmcblk0: mmc0:0001 Q2J54A 3.64 GiB 
    [2019-08-01 07:31:52.473] [    1.028842] mmcblk0boot0: mmc0:0001 Q2J54A partition 1 2.00 MiB
    [2019-08-01 07:31:52.473] [    1.035129] mmcblk0boot1: mmc0:0001 Q2J54A partition 2 2.00 MiB
    [2019-08-01 07:31:52.473] [    1.041265] mmcblk0rpmb: mmc0:0001 Q2J54A partition 3 512 KiB
    [2019-08-01 07:31:52.473] [    1.048618]  mmcblk0: p1 p2
    [2019-08-01 07:31:52.473] [    1.058693] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [2019-08-01 07:31:52.473] [    1.067030] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
    [2019-08-01 07:31:52.473] [    1.074533] devtmpfs: mounted
    [2019-08-01 07:31:52.473] [    1.078676] Freeing unused kernel memory: 1024K
    [2019-08-01 07:31:52.473] [    1.092385] random: fast init done
    [2019-08-01 07:31:52.661] [    1.276443] systemd[1]: System time before build time, advancing clock.
    [2019-08-01 07:31:52.693] [    1.325470] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid)
    [2019-08-01 07:31:52.735] [    1.347208] systemd[1]: Detected architecture arm.
    [2019-08-01 07:31:52.735] 
    [2019-08-01 07:31:52.735] Welcome to Arago 2018.10!
    [2019-08-01 07:31:52.735] 
    [2019-08-01 07:31:52.751] [    1.385623] systemd[1]: Set hostname to <am335x-evm>.
    [2019-08-01 07:31:52.791] [    1.392975] random: systemd: uninitialized urandom read (16 bytes read)
    [2019-08-01 07:31:52.791] [    1.399973] systemd[1]: Initializing machine ID from random generator.
    [2019-08-01 07:31:52.791] [    1.407102] systemd[1]: Installed transient /etc/machine-id file.
    [2019-08-01 07:31:53.234] [    1.837262] random: systemd: uninitialized urandom read (16 bytes read)
    [2019-08-01 07:31:53.234] [    1.844740] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [2019-08-01 07:31:53.234] [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [2019-08-01 07:31:53.249] [    1.884260] random: systemd: uninitialized urandom read (16 bytes read)
    [2019-08-01 07:31:53.276] [    1.891023] systemd[1]: Reached target Remote File Systems.
    [2019-08-01 07:31:53.276] [  OK  ] Reached target Remote File Systems.
    [2019-08-01 07:31:53.322] [    1.930799] systemd[1]: Created slice User and Session Slice.
    [2019-08-01 07:31:53.322] [  OK  ] Created slice User and Session Slice.
    [2019-08-01 07:31:53.357] [    1.965784] systemd[1]: Listening on Network Service Netlink Socket.
    [2019-08-01 07:31:53.357] [  OK  ] Listening on Network Service Netlink Socket.
    [2019-08-01 07:31:53.372] [    2.005257] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [2019-08-01 07:31:53.395] [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [2019-08-01 07:31:53.411] [  OK  ] Listening on udev Control Socket.
    [2019-08-01 07:31:53.443] [  OK  ] Created slice System Slice.
    [2019-08-01 07:31:53.491]          Mounting POSIX Message Queue File System...
    [2019-08-01 07:31:53.507] [  OK  ] Created slice system-getty.slice.
    [2019-08-01 07:31:53.539] [  OK  ] Listening on Syslog Socket.
    [2019-08-01 07:31:53.571] [  OK  ] Reached target Swap.
    [2019-08-01 07:31:53.602]          Mounting Temporary Directory (/tmp)...
    [2019-08-01 07:31:53.650] [  OK  ] Listening on Process Core Dump Socket.
    [2019-08-01 07:31:53.682]          Mounting Kernel Debug File System...
    [2019-08-01 07:31:53.715] [  OK  ] Listening on udev Kernel Socket.
    [2019-08-01 07:31:53.746] [  OK  ] Listening on Journal Socket (/dev/log).
    [2019-08-01 07:31:53.810] [  OK  ] Created slice system-serial\x2dgetty.slice.
    [2019-08-01 07:31:53.852] [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [2019-08-01 07:31:53.867] [  OK  ] Reached target Paths.
    [2019-08-01 07:31:53.899] [  OK  ] Listening on Journal Socket.
    [2019-08-01 07:31:53.931]          Starting Journal Service...
    [2019-08-01 07:31:53.962]          Starting File System Check on Root Device...
    [2019-08-01 07:31:54.005]          Starting Create list of required st…ce nodes for the current kernel...
    [2019-08-01 07:31:54.037]          Starting Load Kernel Modules...
    [2019-08-01 07:31:54.037] [  OK  ] Reached target Slices.
    [2019-08-01 07:31:54.152] [FAILED] Failed to mount POSIX Message Queue File System.
    [2019-08-01 07:31:54.152] See 'systemctl status dev-mqueue.mount' for details.
    [2019-08-01 07:31:54.152] [FAILED] Failed to mount Temporary Directory (/tmp).
    [2019-08-01 07:31:54.152] See 'systemctl status tmp.mount' for details.
    [2019-08-01 07:31:54.152] [DEPEND] Dependency failed for Network Time Synchronization.
    [2019-08-01 07:31:54.152] [DEPEND] Dependency failed for Network Name Resolution.
    [2019-08-01 07:31:54.152] [FAILED] Failed to mount Kernel Debug File System[    2.757645] cryptodev: disagrees about version of symbol module_layout
    [2019-08-01 07:31:54.152] .
    [2019-08-01 07:31:54.152] See 'systemctl status sys-kernel-debug.mount' for details.
    [2019-08-01 07:31:54.189] [  OK  ] Started Create list of required sta…vice nodes for the current kernel.
    [2019-08-01 07:31:54.189] [  OK  ] Reached target Host and Network Name Lookups.
    [2019-08-01 07:31:54.189] [  OK  ] Reached target System Time Synchronized.
    [2019-08-01 07:31:54.206] [FAILED] Failed to start Load Kernel Modules.
    [2019-08-01 07:31:54.250] See 'systemctl status systemd-modules-load.service' for details.
    [2019-08-01 07:31:54.265] [  OK  ] Started File System Check on Root Device.
    [2019-08-01 07:31:54.297] [  OK  ] Started Journal Service.
    [2019-08-01 07:31:54.345]          Starting Remount Root and Kernel File Systems...
    [2019-08-01 07:31:54.393]          Starting Apply Kernel Variables...
    [2019-08-01 07:31:54.441]          Mounting Kernel Configuration File System...
    [2019-08-01 07:31:54.457] [FAILED] Failed to start Remount Root and Kernel File Systems.
    [2019-08-01 07:31:54.481] [    3.100472] sch_fq_codel: disagrees about version of symbol module_layout
    [2019-08-01 07:31:54.510] See 'systemctl status systemd-remount-fs.service' for details.
    [2019-08-01 07:31:54.541] [  OK  ] Started Apply Kernel Variables.
    [2019-08-01 07:31:54.572] [FAILED] Failed to mount Kernel Configuration File System.
    [2019-08-01 07:31:54.605] See 'systemctl status sys-kernel-config.mount' for details.
    [2019-08-01 07:31:54.653]          Starting udev Coldplug all Devices...
    [2019-08-01 07:31:54.700]          Starting Flush Journal to Persistent Storage...
    [2019-08-01 07:31:54.749]          Starting Create Static Device Nodes in /dev...
    [2019-08-01 07:31:54.855] [  OK  ] Started Create Static Device Nodes in /dev.
    [2019-08-01 07:31:54.871] [    3.502782] systemd-journald[58]: Received request to flush runtime journal from PID 1
    [2019-08-01 07:31:54.903]          Starting udev Kernel Device Manager...
    [2019-08-01 07:31:54.950] [  OK  ] Reached target Local File Systems (Pre).
    [2019-08-01 07:31:54.965]          Mounting /media/ram...
    [2019-08-01 07:31:55.014]          Mounting /var/volatile...
    [2019-08-01 07:31:55.045] [  OK  ] Started Flush Journal to Persistent Storage.
    [2019-08-01 07:31:55.078] [FAILED] Failed to mount /media/ram.
    [2019-08-01 07:31:55.110] See 'systemctl status media-ram.mount' for details.
    [2019-08-01 07:31:55.150] [DEPEND] Dependency failed for Local File Systems.
    [2019-08-01 07:31:55.181] [FAILED] Failed to mount /var/volatile.
    [2019-08-01 07:31:55.213] See 'systemctl status var-volatile.mount' for details.
    [2019-08-01 07:31:55.260] [DEPEND] Dependency failed for Bind mount volatile /var/lib.
    [2019-08-01 07:31:55.290] [DEPEND] Dependency failed for Bind mount volatile /var/spool.
    [2019-08-01 07:31:55.320] [DEPEND] Dependency failed for Bind mount volatile /srv.
    [2019-08-01 07:31:55.360] [DEPEND] Dependency failed for Bind mount volatile /var/cache.
    [2019-08-01 07:31:55.360] [  OK  ] Started udev Kernel Device Manager.
    [2019-08-01 07:31:55.409] [  OK  ] Reached target Login Prompts.
    [2019-08-01 07:31:55.456]          Starting Synchronize System and HW clocks...
    [2019-08-01 07:31:55.520]          Starting Network Service...
    [2019-08-01 07:31:55.552] [  OK  ] Reached target Timers.
    [2019-08-01 07:31:55.584] [  OK  ] Closed Syslog Socket.
    [2019-08-01 07:31:55.632] [  OK  ] Started Emergency Shell.
    [2019-08-01 07:31:55.665] [  OK  ] Reached target Emergency Mode.
    [2019-08-01 07:31:55.728]          Starting Load/Save Random Seed...
    [2019-08-01 07:31:55.728] [  OK  ] Reached target Sockets.
    [2019-08-01 07:31:55.760]          Starting Create Volatile Files and Directories...
    [2019-08-01 07:31:55.791] [  OK  ] Started Network Service.
    [2019-08-01 07:31:55.849] [FAILED] Failed to start Synchronize System and HW clocks.
    [2019-08-01 07:31:55.865] See 'systemctl status sync-clocks.service' for details.
    [2019-08-01 07:31:55.897] [  OK  ] Started Load/Save Random Seed.
    [2019-08-01 07:31:55.945] [FAILED] Failed to start Create Volatile Files and Directories.
    [2019-08-01 07:31:55.989] See 'systemctl status systemd-tmpfiles-setup.service' for details.
    [2019-08-01 07:31:56.053]          Mounting Kernel Configuration File System...
    [2019-08-01 07:31:56.085]          Starting Update UTMP about System Boot/Shutdown...
    [2019-08-01 07:31:56.166]          Starting Opkg first boot configure...
    [2019-08-01 07:31:56.181] [  OK  ] Reached target Network.
    [2019-08-01 07:31:56.245] [FAILED] Failed to mount Kernel Configuration File System.
    [2019-08-01 07:31:56.278] See 'systemctl status sys-kernel-config.mount' for details.
    [2019-08-01 07:31:56.369] [    4.984288] omap_wdt: disagrees about version of symbol module_layout
    [2019-08-01 07:31:56.496] [    5.105073] rtc_omap: disagrees about version of symbol module_layout
    [2019-08-01 07:31:56.496] [    5.111901] rtc_omap: disagrees about version of symbol module_layout
    [2019-08-01 07:31:56.654] [    5.210577] omap_wdt: disagrees about version of symbol module_layout
    [2019-08-01 07:31:56.866] [    5.475327] rtc_omap: disagrees about version of symbol module_layout
    [2019-08-01 07:31:56.866] [  OK  ] Started udev Coldplug all Devices.
    [2019-08-01 07:31:56.929] [    5.544584] rtc_omap: disagrees about version of symbol module_layout
    [2019-08-01 07:31:56.960] [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [2019-08-01 07:31:57.049] [    5.664800] ti_emif_sram: disagrees about version of symbol module_layout
    [2019-08-01 07:31:57.145] [    5.673046] omap_sham: disagrees about version of symbol module_layout
    [2019-08-01 07:31:57.166] [    5.710890] omap_crypto: disagrees about version of symbol module_layout
    [2019-08-01 07:31:57.374] [    5.720755] omap_crypto: disagrees about version of symbol module_layout
    [2019-08-01 07:31:57.374] [    5.725658] ti_emif_sram: disagrees about version of symbol module_layout
    [2019-08-01 07:31:57.498] [    5.758426] omap_sham: disagrees about version of symbol module_layout
    [2019-08-01 07:31:57.614] [    5.808719] ti_emif_sram: disagrees about version of symbol module_layout
    [2019-08-01 07:31:57.614] [    5.864344] remoteproc: disagrees about version of symbol module_layout
    [2019-08-01 07:31:57.767] [    5.881389] remoteproc: disagrees about version of symbol module_layout
    [2019-08-01 07:31:57.844] [    6.002373] remoteproc: disagrees about version of symbol module_layout
    [2019-08-01 07:31:57.945] [    6.105615] remoteproc: disagrees about version of symbol module_layout
    [2019-08-01 07:31:58.063] [FAILED] Failed to start Opkg first boot configure.
    [2019-08-01 07:31:58.079] See 'systemctl status opkg-configure.service' for details.[    6.719247] ti_emif_sram: disagrees about version of symbol module_layout
    [2019-08-01 07:31:58.101] 
    [2019-08-01 07:32:00.051] [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [2019-08-01 07:32:00.134]          Starting Update UTMP about System Runlevel Changes...
    [2019-08-01 07:32:00.310] [  OK  ] Started Update UTMP about System Runlevel Changes.
    [2019-08-01 07:32:00.372] You are in emergency mode. After logging in, type "journalctl -xb" to view
    [2019-08-01 07:32:00.372] system logs, "systemctl reboot" to reboot, "systemctl default" or ^D to boot
    [2019-08-01 07:32:00.372] into default mode.
    [2019-08-01 07:32:00.453] Press Enter for maintenance
    [2019-08-01 07:32:00.453] (or press Control-D to continue): 
    [2019-08-01 07:38:31.874] sh-4.4# 

    [2019-07-31 14:00:42.039] => mmc dev 1
    [2019-07-31 14:00:43.166] switch to partitions #0, OK
    [2019-07-31 14:00:43.186] mmc1(part 0) is current device
    [2019-07-31 14:00:43.186] => mmc read 90000000 1000 6000
    [2019-07-31 14:00:43.213] 
    [2019-07-31 14:00:43.213] MMC read: dev # 1, block # 4096, count 24576 ... 24576 blocks read: OK
    [2019-07-31 14:00:43.901] => mmc read 90C00000 7000 1000
    [2019-07-31 14:00:43.929] 
    [2019-07-31 14:00:43.929] MMC read: dev # 1, block # 28672, count 4096 ... 4096 blocks read: OK
    [2019-07-31 14:00:44.040] => setenv stdin serial
    [2019-07-31 14:00:44.058] => setenv stderr serial
    [2019-07-31 14:00:44.074] => setenv stdout serial
    [2019-07-31 14:00:44.090] => setenv console ttyS0,115200n8
    [2019-07-31 14:00:44.108] => setenv mmcargs setenv bootargs console=\${console} earlyprintk root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait init=/sbin/init
    [2019-07-31 14:00:44.205] => run mmcargs
    [2019-07-31 14:00:44.237] => TT_MSG [31.07.2019 14:00:44]: macro successfully finished
    bootm 90000000 - 90C00000
    [2019-07-31 14:00:44.283] ## Booting kernel from Legacy Image at 90000000 ...
    [2019-07-31 14:00:44.283]    Image Name:   Linux-4.14.79-ge669d52447
    [2019-07-31 14:00:44.283]    Created:      2019-07-05  13:33:49 UTC
    [2019-07-31 14:00:44.283]    Image Type:   ARM Linux Kernel Image (uncompressed)
    [2019-07-31 14:00:44.283]    Data Size:    2880000 Bytes = 2.7 MiB
    [2019-07-31 14:00:44.283]    Load Address: 80008000
    [2019-07-31 14:00:44.283]    Entry Point:  80008000
    [2019-07-31 14:00:44.283]    Verifying Checksum ... OK
    [2019-07-31 14:00:44.309] ## Flattened Device Tree blob at 90c00000
    [2019-07-31 14:00:44.323]    Booting using the fdt blob at 0x90c00000
    [2019-07-31 14:00:44.323]    Loading Kernel Image ... OK
    [2019-07-31 14:00:44.354]    Loading Device Tree to 9ef2f000, end 9ef39cdc ... OK
    [2019-07-31 14:00:44.354] 
    [2019-07-31 14:00:44.354] Starting kernel ...
    [2019-07-31 14:00:44.354] 
    [2019-07-31 14:00:46.602] [    0.000000] Booting Linux on physical CPU 0x0
    [2019-07-31 14:00:46.602] [    0.000000] Linux version 4.14.79-ge669d52447 (ngl@ubuntu) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #4 PREEMPT Fri Jul 5 06:33:40 PDT 2019
    [2019-07-31 14:00:46.602] [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [2019-07-31 14:00:46.602] [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [2019-07-31 14:00:46.602] [    0.000000] OF: fdt: Machine model: TI AM335x BCSI
    [2019-07-31 14:00:46.602] [    0.000000] Memory policy: Data cache writeback
    [2019-07-31 14:00:46.602] [    0.000000] efi: Getting EFI parameters from FDT:
    [2019-07-31 14:00:46.602] [    0.000000] efi: UEFI not found.
    [2019-07-31 14:00:46.602] [    0.000000] cma: Reserved 48 MiB at 0x9b800000
    [2019-07-31 14:00:46.602] [    0.000000] CPU: All CPU(s) started in SVC mode.
    [2019-07-31 14:00:46.602] [    0.000000] AM335X ES2.1 (sgx neon)
    [2019-07-31 14:00:46.602] [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
    [2019-07-31 14:00:46.602] [    0.000000] Kernel command line: console=ttyS0,115200n8 earlyprintk root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait init=/sbin/init
    [2019-07-31 14:00:46.602] [    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [2019-07-31 14:00:46.602] [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [2019-07-31 14:00:46.622] [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [2019-07-31 14:00:46.622] [    0.000000] Memory: 460148K/524288K available (6144K kernel code, 229K rwdata, 1656K rodata, 1024K init, 230K bss, 14988K reserved, 49152K cma-reserved, 0K highmem)
    [2019-07-31 14:00:46.622] [    0.000000] Virtual kernel memory layout:
    [2019-07-31 14:00:46.622] [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [2019-07-31 14:00:46.622] [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [2019-07-31 14:00:46.622] [    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
    [2019-07-31 14:00:46.622] [    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
    [2019-07-31 14:00:46.622] [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [2019-07-31 14:00:46.622] [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [2019-07-31 14:00:46.622] [    0.000000]       .text : 0xc0008000 - 0xc0700000   (7136 kB)
    [2019-07-31 14:00:46.622] [    0.000000]       .init : 0xc0900000 - 0xc0a00000   (1024 kB)
    [2019-07-31 14:00:46.622] [    0.000000]       .data : 0xc0a00000 - 0xc0a39780   ( 230 kB)
    [2019-07-31 14:00:46.622] [    0.000000]        .bss : 0xc0a39780 - 0xc0a73264   ( 231 kB)
    [2019-07-31 14:00:46.644] [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [2019-07-31 14:00:46.644] [    0.000000] Preemptible hierarchical RCU implementation.
    [2019-07-31 14:00:46.644] [    0.000000] 	Tasks RCU enabled.
    [2019-07-31 14:00:46.644] [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [2019-07-31 14:00:46.644] [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [2019-07-31 14:00:46.644] [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [2019-07-31 14:00:46.644] [    0.000015] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [2019-07-31 14:00:46.644] [    0.000033] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [2019-07-31 14:00:46.644] [    0.000042] OMAP clocksource: timer1 at 24000000 Hz
    [2019-07-31 14:00:46.644] [    0.000237] timer_probe: no matching timers found
    [2019-07-31 14:00:46.644] [    0.000424] Console: colour dummy device 80x30
    [2019-07-31 14:00:46.644] [    0.000468] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
    [2019-07-31 14:00:46.644] [    0.089296] pid_max: default: 32768 minimum: 301
    [2019-07-31 14:00:46.644] [    0.089463] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-07-31 14:00:46.644] [    0.089476] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
    [2019-07-31 14:00:46.660] [    0.090183] CPU: Testing write buffer coherency: ok
    [2019-07-31 14:00:46.660] [    0.090244] CPU0: Spectre v2: using BPIALL workaround
    [2019-07-31 14:00:46.660] [    0.090860] Setting up static identity map for 0x80100000 - 0x80100060
    [2019-07-31 14:00:46.661] [    0.090997] Hierarchical SRCU implementation.
    [2019-07-31 14:00:46.661] [    0.091301] EFI services will not be available.
    [2019-07-31 14:00:46.661] [    0.092504] devtmpfs: initialized
    [2019-07-31 14:00:46.661] [    0.098300] random: get_random_u32 called from bucket_table_alloc+0x8c/0x1ac with crng_init=0
    [2019-07-31 14:00:46.661] [    0.098733] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [2019-07-31 14:00:46.661] [    0.099013] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [2019-07-31 14:00:46.661] [    0.099033] futex hash table entries: 256 (order: -1, 3072 bytes)
    [2019-07-31 14:00:46.661] [    0.102463] pinctrl core: initialized pinctrl subsystem
    [2019-07-31 14:00:46.661] [    0.103115] DMI not present or invalid.
    [2019-07-31 14:00:46.661] [    0.103484] NET: Registered protocol family 16
    [2019-07-31 14:00:46.661] [    0.105427] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [2019-07-31 14:00:46.887] [    0.116744] omap_hwmod: debugss: _wait_target_disable failed
    [2019-07-31 14:00:46.887] [    0.168941] cpuidle: using governor ladder
    [2019-07-31 14:00:46.887] [    0.168971] cpuidle: using governor menu
    [2019-07-31 14:00:46.887] [    0.172833] OMAP GPIO hardware version 0.1
    [2019-07-31 14:00:46.887] [    0.180426] No ATAGs?
    [2019-07-31 14:00:46.887] [    0.180442] hw-breakpoint: debug architecture 0x4 unsupported.
    [2019-07-31 14:00:46.887] [    0.189857] edma 49000000.edma: TI EDMA DMA engine driver
    [2019-07-31 14:00:46.887] [    0.191873] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/i2c0_pins_default, deferring probe
    [2019-07-31 14:00:46.887] [    0.191983] pps_core: LinuxPPS API ver. 1 registered
    [2019-07-31 14:00:46.887] [    0.191991] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [2019-07-31 14:00:46.887] [    0.192013] PTP clock support registered
    [2019-07-31 14:00:46.887] [    0.192046] EDAC MC: Ver: 3.0.0
    [2019-07-31 14:00:46.887] [    0.192452] dmi: Firmware registration failed.
    [2019-07-31 14:00:46.887] [    0.192828] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [2019-07-31 14:00:46.887] [    0.194066] clocksource: Switched to clocksource timer1
    [2019-07-31 14:00:46.887] [    0.200877] NET: Registered protocol family 2
    [2019-07-31 14:00:46.887] [    0.201528] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-07-31 14:00:46.902] [    0.201573] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
    [2019-07-31 14:00:46.902] [    0.201611] TCP: Hash tables configured (established 4096 bind 4096)
    [2019-07-31 14:00:46.902] [    0.201710] UDP hash table entries: 256 (order: 0, 4096 bytes)
    [2019-07-31 14:00:46.902] [    0.201728] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
    [2019-07-31 14:00:46.902] [    0.201866] NET: Registered protocol family 1
    [2019-07-31 14:00:46.902] [    0.202445] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [2019-07-31 14:00:46.902] [    0.202552] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [2019-07-31 14:00:46.902] [    0.203846] workingset: timestamp_bits=14 max_order=17 bucket_order=3
    [2019-07-31 14:00:46.902] [    0.207680] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [2019-07-31 14:00:46.902] [    0.209565] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
    [2019-07-31 14:00:46.902] [    0.209583] io scheduler noop registered
    [2019-07-31 14:00:46.902] [    0.209591] io scheduler deadline registered
    [2019-07-31 14:00:46.902] [    0.209779] io scheduler cfq registered (default)
    [2019-07-31 14:00:46.902] [    0.209788] io scheduler mq-deadline registered
    [2019-07-31 14:00:46.902] [    0.209795] io scheduler kyber registered
    [2019-07-31 14:00:46.923] [    0.210783] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [2019-07-31 14:00:46.923] [    0.253448] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [2019-07-31 14:00:46.923] [    0.257156] console [ttyS0] disabled
    [2019-07-31 14:00:46.923] [    0.257245] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
    [2019-07-31 14:00:46.923] [    0.810490] console [ttyS0] enabled
    [2019-07-31 14:00:46.923] [    0.815127] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250
    [2019-07-31 14:00:46.923] [    0.825610] omap_rng 48310000.rng: Random Number Generator ver. 20
    [2019-07-31 14:00:46.923] [    0.840116] brd: module loaded
    [2019-07-31 14:00:46.923] [    0.849149] loop: module loaded
    [2019-07-31 14:00:46.923] [    0.853806] i2c /dev entries driver
    [2019-07-31 14:00:46.923] [    0.859401] cpuidle: enable-method property 'ti,am3352' found operations
    [2019-07-31 14:00:46.923] [    0.866611] sdhci: Secure Digital Host Controller Interface driver
    [2019-07-31 14:00:46.923] [    0.872822] sdhci: Copyright(c) Pierre Ossman
    [2019-07-31 14:00:46.938] [    0.934749] sdhci-pltfm: SDHCI platform and OF driver helper
    [2019-07-31 14:00:47.001] [    0.948427] NET: Registered protocol family 10
    [2019-07-31 14:00:47.001] [    0.954512] Segment Routing with IPv6
    [2019-07-31 14:00:47.001] [    0.959375] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [2019-07-31 14:00:47.001] [    0.968210] NET: Registered protocol family 17
    [2019-07-31 14:00:47.001] [    0.972862] Key type dns_resolver registered
    [2019-07-31 14:00:47.001] [    0.977366] omap_voltage_late_init: Voltage driver support not added
    [2019-07-31 14:00:47.001] [    0.989046] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [2019-07-31 14:00:47.001] [    0.996275] Waiting for root device /dev/mmcblk0p2...
    [2019-07-31 14:00:47.097] [    1.018099] mmc0: new high speed MMC card at address 0001
    [2019-07-31 14:00:47.097] [    1.024176] mmcblk0: mmc0:0001 Q2J54A 3.64 GiB 
    [2019-07-31 14:00:47.097] [    1.028917] mmcblk0boot0: mmc0:0001 Q2J54A partition 1 2.00 MiB
    [2019-07-31 14:00:47.097] [    1.035210] mmcblk0boot1: mmc0:0001 Q2J54A partition 2 2.00 MiB
    [2019-07-31 14:00:47.097] [    1.041350] mmcblk0rpmb: mmc0:0001 Q2J54A partition 3 512 KiB
    [2019-07-31 14:00:47.097] [    1.048697]  mmcblk0: p1 p2
    [2019-07-31 14:00:47.097] [    1.057476] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
    [2019-07-31 14:00:47.097] [    1.065213] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
    [2019-07-31 14:00:47.097] [    1.073785] devtmpfs: mounted
    [2019-07-31 14:00:47.097] [    1.078149] Freeing unused kernel memory: 1024K
    [2019-07-31 14:00:47.097] [    1.091422] random: fast init done
    [2019-07-31 14:00:47.128] INIT: version 2.88 booting
    [2019-07-31 14:00:47.335] Framebuffer /dev/fb0 not detected
    [2019-07-31 14:00:47.335] Boot splashscreen disabled
    [2019-07-31 14:00:47.460] [    1.452391] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [2019-07-31 14:00:47.619] hwclock: can't open '/dev/misc/rtc': No such file or directory
    [2019-07-31 14:00:47.619] Sat Apr  6 08:51:27 UTC 2019
    [2019-07-31 14:00:47.619] hwclock: can't open '/dev/misc/rtc': No such file or directory
    [2019-07-31 14:00:47.895] [    1.886083] random: dd: uninitialized urandom read (512 bytes read)
    [2019-07-31 14:00:47.909] INIT: Entering runlevel: 5
    [2019-07-31 14:00:47.973] Configuring network interfaces... ifconfig: SIOCGIFFLAGS: No such device
    [2019-07-31 14:00:48.073] ifconfig: SIOCGIFFLAGS: No such device
    [2019-07-31 14:00:48.087] ifconfig: SIOCSIFADDR: No such device
    [2019-07-31 14:00:48.103] done.
    [2019-07-31 14:00:48.103] hwclock: can't open '/dev/misc/rtc': No such file or directory
    [2019-07-31 14:00:48.128] Starting syslogd/klogd: done
    [2019-07-31 14:00:48.190] umount: /mnt/.psplash: not mounted.
    [2019-07-31 14:00:48.426] 
    [2019-07-31 14:00:48.426]  _____                    _____           _         _   
    [2019-07-31 14:00:48.426] |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    [2019-07-31 14:00:48.426] |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    [2019-07-31 14:00:48.426] |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
    [2019-07-31 14:00:48.426]               |___|                    |___|            
    [2019-07-31 14:00:48.426] 
    [2019-07-31 14:00:48.426] Arago Project http://arago-project.org am335x-bcsi /dev/ttyS0
    [2019-07-31 14:00:48.426] 
    [2019-07-31 14:00:48.426] Arago 2018.10 am335x-bcsi /dev/ttyS0
    [2019-07-31 14:00:48.426] 
    [2019-07-31 14:00:48.426] am335x-bcsi login:  root
    [2019-07-31 14:00:50.898] -sh: command: not found
    [2019-07-31 14:00:50.898] root@am335x-bcsi:~# 

  • Well, glad to see some progress. 

    The "tiny" FS uses sysVinit, thus the reason you don't see the systemD errors.

    It looks like you are mounting the base fs as read only (by kernel command line options). Is there a reason for this? 

    Is this the base fs without any changes?

    Have you looked through the many logs as suggested by dmesg:

    [2019-08-01 07:31:54.510] See 'systemctl status systemd-remount-fs.service' for details.

    They may provide some insights into what is going on.

  • You are right, the first time I used the base FS with ro, but I also tested rw with the same failures.

    The base fs is the original fs from sdk 05.03.00.07.

    I did not look in all logs. But here is one, maybe it can help you:

    [2019-08-01 07:28:12.779] sh-4.4# systemctl status sys-kernel-debug.mount
    [2019-08-01 07:28:17.476] [[0;1;31m●[[0m sys-kernel-debug.mount - Kernel Debug File System
    [2019-08-01 07:28:17.476]    Loaded: loaded (/lib/systemd/system/sys-kernel-debug.mount; static; vendor pr
    [2019-08-01 07:28:17.476] eset: enabled)
    [2019-08-01 07:28:17.476]    Active: [[0;1;31mfailed[[0m (Result: exit-code) since Sat 2019-04-06 01:44:27
    [2019-08-01 07:28:17.476]  UTC; 1min 2s ago
    [2019-08-01 07:28:17.476]     Where: /sys/kernel/debug
    [2019-08-01 07:28:17.476]      What: debugfs
    [2019-08-01 07:28:17.476]      Docs: www.kernel.org/.../debugfs.txt
    [2019-08-01 07:28:17.476]            www.freedesktop.org/.../APIFileSystems
    [2019-08-01 07:28:17.476]   Process: 55 ExecMount=/bin/mount debugfs /sys/kernel/debug -t debugfs [[0;1;31
    [2019-08-01 07:28:17.476] m(code=exited, status=1/FAILURE)[[0m
    [2019-08-01 07:28:17.476] 
    [2019-08-01 07:28:17.476] Warning: Journal has been rotated since unit was started. Log output is incomple
    [2019-08-01 07:28:17.476] te or unavailable.
    [2019-08-01 07:28:17.476] 
    [2019-08-01 07:28:17.476] ~

    Thanks.

  • Can you please try the create-sdcard.sh script that is in the /bin directory to see if there are any differences? You can easily point it to the base fs, so it should be a quick test just to see if that works on your board. 

    Thanks.

  • Hello,

    We haven't heard back from you in a while and are assuming you've moved past this issue. If not, please feel free to reply back with the latest status and requested feedback. Thank you.

  • Hello,

    last week i was on vacation.

    I think yesterday we found the solution for the problem. We made some tests and checked some logs from the kernel.

    In the end we had some problems with the permissions of the filesystem because we build it with an "normal" user.

    We solved this solution with the following command on the custom board:

    chown -R root:root /*

    To avoid this problem for the later filesystems we adapted the script of our ext4fs generation:

    #here we will mount the img
    $ mkdir rootfs_ext4
    
    #Creation of the img
    $ dd if=/dev/zero of=rootfs_ext4.img bs=1k count=384000
    
    #Formating the img with EXT4
    $ mkfs.ext4 rootfs_ext4.img 
    
    #override the file system check 
    $ tune2fs -c0 -i0 rootfs_ext4.img 
    
    #mount the img
    $ sudo mount -o loop rootfs_ext4.img rootfs_ext4
    
    #use the correct permissions
    $ sudo chown -R root:root rootfs_ext4/*
    
    #copy the rootfs to the img
    $ sudo cp -v -r -p rootfs/* rootfs_ext4
    
    #sync the files
    $ sync
    
    #unmount the img
    $ sudo umount rootfs_ext4