U-Boot SPL 2019.01-g0c6c80b-dirty (Oct 28 2019 - 16:59:11 +0800)
Trying to boot from MMC1
U-Boot 2019.01-g0c6c80b-dirty (Oct 28 2019 - 16:59:11 +0800)
CPU : AM335X-GP rev 2.1
Model: TI AM335x BeagleBone Black
DRAM: 512 MiB
NAND: 0 MiB
MMC: OMAP SD/MMC: 0
Loading Environment from FAT... *** Warning - bad CRC, using default environment
<ethaddr> not set. Validating first E-fuse MAC
Net: Could not get PHY for ethernet@4a100000: addr -1610825712
eth0: ethernet@4a100000
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
** Unable to read file boot.scr **
** Unable to read file uEnv.txt **
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
4215296 bytes read in 283 ms (14.2 MiB/s)
37622 bytes read in 7 ms (5.1 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8fff3000, end 8ffff2f5 ... OK
fixing up phy_id for ethernet0, old: 0, new: -1610825712
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.59-rt24-g4203cb8c96 (root@mingming-virtual-machine) (gcc version 7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4] (Linaro GCC 7.4-2019.02)) #1 PREEMPT RT Tue Oct 29 20:02:59 CST 2019
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 48 MiB at 0x9d000000
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] AM335X ES2.1 (neon)
[ 0.000000] random: get_random_bytes called from start_kernel+0xa0/0x444 with crng_init=0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920
[ 0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=000a8872-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 456948K/524288K available (8192K kernel code, 322K rwdata, 2668K rodata, 1024K init, 261K bss, 18188K reserved, 49152K cma-reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9184 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 323 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 262 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.000000] No expedited grace period (rcu_normal_after_boot).
[ 0.000000] Tasks RCU enabled.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
[ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
[ 0.000013] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[ 0.000026] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000031] OMAP clocksource: timer1 at 24000000 Hz
[ 0.000182] timer_probe: no matching timers found
[ 0.000366] Console: colour dummy device 80x30
[ 0.000494] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.000496] This ensures that you still see kernel messages. Please
[ 0.000498] update your kernel commandline.
[ 0.000533] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[ 0.089147] pid_max: default: 32768 minimum: 301
[ 0.089328] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.089337] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.090191] CPU: Testing write buffer coherency: ok
[ 0.090247] CPU0: Spectre v2: using BPIALL workaround
[ 0.091192] Setting up static identity map for 0x80100000 - 0x80100060
[ 0.091462] rcu: Hierarchical SRCU implementation.
[ 0.092134] EFI services will not be available.
[ 0.093418] devtmpfs: initialized
[ 0.102331] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.102744] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.102768] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.106198] pinctrl core: initialized pinctrl subsystem
[ 0.106981] DMI not present or invalid.
[ 0.107454] NET: Registered protocol family 16
[ 0.110194] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.129814] l4_wkup_cm:clk:0010:0: failed to disable
[ 0.187880] OMAP GPIO hardware version 0.1
[ 0.197883] No ATAGs?
[ 0.197902] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.213039] edma 49000000.edma: TI EDMA DMA engine driver
[ 0.215695] SCSI subsystem initialized
[ 0.216183] media: Linux media interface: v0.10
[ 0.216231] videodev: Linux video capture interface: v2.00
[ 0.216337] pps_core: LinuxPPS API ver. 1 registered
[ 0.216346] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.216369] PTP clock support registered
[ 0.216406] EDAC MC: Ver: 3.0.0
[ 0.217594] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[ 0.218236] Advanced Linux Sound Architecture Driver Initialized.
[ 0.219698] clocksource: Switched to clocksource timer1
[ 0.228392] NET: Registered protocol family 2
[ 0.229587] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 7168 bytes)
[ 0.229626] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.229682] TCP bind hash table entries: 4096 (order: 4, 98304 bytes)
[ 0.229912] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.230044] UDP hash table entries: 256 (order: 2, 16384 bytes)
[ 0.230082] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes)
[ 0.230279] NET: Registered protocol family 1
[ 0.230901] RPC: Registered named UNIX socket transport module.
[ 0.230914] RPC: Registered udp transport module.
[ 0.230921] RPC: Registered tcp transport module.
[ 0.230927] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.231860] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[ 0.233164] Initialise system trusted keyrings
[ 0.233526] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 0.239022] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.240150] NFS: Registering the id_resolver key type
[ 0.240197] Key type id_resolver registered
[ 0.240205] Key type id_legacy registered
[ 0.240252] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.242668] Key type asymmetric registered
[ 0.242687] Asymmetric key parser 'x509' registered
[ 0.242763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.242775] io scheduler noop registered
[ 0.242783] io scheduler deadline registered
[ 0.243042] io scheduler cfq registered (default)
[ 0.243053] io scheduler mq-deadline registered
[ 0.243060] io scheduler kyber registered
[ 0.244732] pinctrl-single 44e10800.pinmux: 142 pins, size 568
[ 0.298640] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.302730] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
[ 0.929034] console [ttyS0] enabled
[ 0.933053] pinctrl-single 44e10800.pinmux: pin PIN92 already requested by 44e09000.serial; cannot claim for 48022000.serial
[ 0.944331] pinctrl-single 44e10800.pinmux: pin-92 (48022000.serial) status -22
[ 0.951677] pinctrl-single 44e10800.pinmux: could not request pin 92 (PIN92) from group myuart1_pins_default on device pinctrl-single
[ 0.963815] omap8250 48022000.serial: Error applying setting, reverse things back
[ 0.971349] omap8250: probe of 48022000.serial failed with error -22
[ 0.978567] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 32, base_baud = 3000000) is a 8250
[ 0.988479] 481a6000.serial: ttyS3 at MMIO 0x481a6000 (irq = 33, base_baud = 3000000) is a 8250
[ 0.999446] omap_rng 48310000.rng: Random Number Generator ver. 20
[ 1.007296] OF: graph: no port node found in /ocp/lcdc@4830e000
[ 1.009954] random: fast init done
[ 1.010289] random: crng init done
[ 1.021400] OF: graph: no port node found in /ocp/lcdc@4830e000
[ 1.027819] OF: graph: no port node found in /ocp/lcdc@4830e000
[ 1.033779] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.040421] [drm] No driver support for vblank timestamp query.
[ 1.062594] Console: switching to colour frame buffer device 30x30
[ 1.075122] tilcdc 4830e000.lcdc: fb0: DRM emulated frame buffer device
[ 1.082457] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
[ 1.102565] brd: module loaded
[ 1.113521] loop: module loaded
[ 1.119353] libphy: Fixed MDIO Bus: probed
[ 1.199732] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 1.207438] davinci_mdio 4a101000.mdio: detected phy mask fffffffd
[ 1.214806] libphy: 4a101000.mdio: probed
[ 1.218849] davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver unknown
[ 1.227818] cpsw 4a100000.ethernet: Detected MACID = b0:7e:11:3a:86:99
[ 1.234516] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
[ 1.240907] cpsw 4a100000.ethernet: ALE Table size 1024
[ 1.246190] cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies)
[ 1.255150] i2c /dev entries driver
[ 1.260279] sdhci: Secure Digital Host Controller Interface driver
[ 1.266496] sdhci: Copyright(c) Pierre Ossman
[ 1.298092] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.309401] NET: Registered protocol family 10
[ 1.315566] Segment Routing with IPv6
[ 1.319338] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.326214] NET: Registered protocol family 17
[ 1.330995] Key type dns_resolver registered
[ 1.335515] omap_voltage_late_init: Voltage driver support not added
[ 1.342812] Loading compiled-in X.509 certificates
[ 1.359965] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 1.366749] i2c i2c-2: of_i2c: invalid reg on /ocp/i2c@4819c000/tps@24
[ 1.373365] i2c i2c-2: Failed to create I2C device for /ocp/i2c@4819c000/tps@24
[ 2.399719] omap_i2c 4819c000.i2c: timeout waiting for bus ready
[ 2.405775] rtc-pcf8563 2-0051: pcf8563_write_block_data: err=-16 addr=0e, data=03
[ 2.413380] rtc-pcf8563 2-0051: pcf8563_probe: write error
[ 2.418919] rtc-pcf8563: probe of 2-0051 failed with error -5
[ 2.424820] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 400 kHz
[ 2.431136] hctosys: unable to open rtc device (rtc0)
[ 2.436788] ALSA device list:
[ 2.439783] No soundcards found.
[ 2.444431] Waiting for root device PARTUUID=000a8872-02...