U-Boot SPL 2018.01 (Aug 19 2019 - 16:19:09) Trying to boot from MMC2 ** Bad device mmc 0 ** Using default environment Does this get printed?5 Does this get printed?5 Does this get printed?5 U-Boot 2018.01 (Aug 19 2019 - 16:19:09 -0700) CPU : AM335X-GP rev 2.1 Model: TI AM335x EVM DRAM: 128 MiB NAND: 0 MiB MMC: OMAP SD/MMC: 0 ** No partition table - mmc 0 ** Using default environment not set. Validating first E-fuse MAC Net: Does this get printed? usb_ether Hit any key to stop autoboot: 0 => setenv fdtaddr 0x84000000; setenv fdt_addr_r 0x84000000; setenv loadaddr 0x80008000 => setenv bootargs console=${console} ${optargs} root=${ramroot} rootfstype=ext4 earlyprintk => usb start; setenv bootm_size 0x8000000; setenv bootfile zImage-initramfs starting USB... USB0: scanning bus 0 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found scanning usb for ethernet devices... 1 Ethernet Device(s) found => run findfdt; run netloadfdt; run netloadimage; bootz ${loadaddr} - ${fdtaddr} using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in MAC 04:79:b7:02:9c:c4 HOST MAC de:ad:be:ef:00:00 RNDIS ready Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.7.100; our IP address is 192.168.7.200 Filename 'am335x-evm.dtb'. Load address: 0x84000000 Loading: ### 5.9 KiB/s done Bytes transferred = 32920 (8098 hex) Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.7.100; our IP address is 192.168.7.200 Filename 'zImage-initramfs'. Load address: 0x80008000 Loading: ################################################################# ################################################################# ################################################################# ######################################## 529.3 KiB/s done Bytes transferred = 3444680 (348fc8 hex) ## Flattened Device Tree blob at 84000000 Booting using the fdt blob at 0x84000000 Loading Device Tree to 85f04000, end 85f0f097 ... OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.14.67-gd315a9bb00 (ebem@debian-64) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #3 Tue Aug 20 13:38:41 PDT 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 EVM [ 0.000000] bootconsole [earlycon0] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] cma: Reserved 48 MiB at 0x82c00000 [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES2.1 (neon) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/ram0 rw rootfstype=ext4 earlyprintk [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 70796K/131072K available (5120K kernel code, 242K rwdata, 1468K rodata, 2048K init, 223K bss, 11124K 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 : 0xc8800000 - 0xff800000 ( 880 MB) [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc0600000 (6112 kB) [ 0.000000] .init : 0xc0800000 - 0xc0a00000 (2048 kB) [ 0.000000] .data : 0xc0a00000 - 0xc0a3cb40 ( 243 kB) [ 0.000000] .bss : 0xc0a3cb40 - 0xc0a747f4 ( 224 kB) [ 0.000000] random: get_random_u32 called from __kmem_cache_create+0x20/0x1dc with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts [ 0.000000] OMAP clockevent source: timer2 at 25000000 Hz [ 0.000020] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns [ 0.008164] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns [ 0.017728] OMAP clocksource: timer1 at 25000000 Hz [ 0.023049] timer_probe: no matching timers found [ 0.028303] Console: colour dummy device 80x30 [ 0.032997] Calibrating delay loop... 795.44 BogoMIPS (lpj=3977216) [ 0.070051] pid_max: default: 32768 minimum: 301 [ 0.075065] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.081958] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.089953] CPU: Testing write buffer coherency: ok [ 0.095921] Setting up static identity map for 0x80100000 - 0x80100060 [ 0.106229] devtmpfs: initialized [ 0.116965] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.125298] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.135519] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.145879] pinctrl core: initialized pinctrl subsystem [ 0.152538] NET: Registered protocol family 16 [ 0.159151] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.169618] omap_hwmod: rtc: Missing dt reg0 for /ocp/rtc@44e3e000 [ 0.176116] ------------[ cut here ]------------ [ 0.180988] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2494 _init.constprop.23+0x234/0x590 [ 0.191006] omap_hwmod: rtc: doesn't have mpu register target base [ 0.197445] Modules linked in: [ 0.200680] CPU: 0 PID: 1 Comm: swapper Not tainted 4.14.67-gd315a9bb00 #3 [ 0.207837] Hardware name: Generic AM33XX (Flattened Device Tree) [ 0.214246] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 0.222304] [] (show_stack) from [] (__warn+0xe4/0xfc) [ 0.229475] [] (__warn) from [] (warn_slowpath_fmt+0x38/0x48) [ 0.237266] [] (warn_slowpath_fmt) from [] (_init.constprop.23+0x234/0x590) [ 0.246306] [] (_init.constprop.23) from [] (__omap_hwmod_setup_all+0x40/0x100) [ 0.255702] [] (__omap_hwmod_setup_all) from [] (do_one_initcall+0x44/0x168) [ 0.264847] [] (do_one_initcall) from [] (kernel_init_freeable+0x134/0x1c0) [ 0.273907] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x108) [ 0.282403] [] (kernel_init) from [] (ret_from_fork+0x14/0x2c) [ 0.290285] ---[ end trace 789b802f58d0de53 ]--- [ 0.304748] omap_hwmod: debugss: _wait_target_disable failed [ 0.427640] cpuidle: using governor ladder [ 0.431940] cpuidle: using governor menu [ 0.440323] omap_gpio 44e07000.gpio: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_gpio0_pins, deferring probe [ 0.454400] omap_gpio 4804c000.gpio: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_gpio1_pins, deferring probe [ 0.468393] omap_gpio 481ac000.gpio: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_gpio2_pins, deferring probe [ 0.482362] omap_gpio 481ae000.gpio: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_gpio3_pins, deferring probe [ 0.501399] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.517185] edma 49000000.edma: TI EDMA DMA engine driver [ 0.524900] usbcore: registered new interface driver usbfs [ 0.530677] usbcore: registered new interface driver hub [ 0.536358] usbcore: registered new device driver usb [ 0.541881] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe [ 0.555367] omap_i2c 4802a000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c1_pins, deferring probe [ 0.568807] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe [ 0.582336] pps_core: LinuxPPS API ver. 1 registered [ 0.587537] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.597533] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400 [ 0.605055] clocksource: Switched to clocksource timer1 [ 0.617957] NET: Registered protocol family 2 [ 0.623202] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.630548] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.637187] TCP: Hash tables configured (established 1024 bind 1024) [ 0.643949] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.650061] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.656778] NET: Registered protocol family 1 [ 0.739353] hw perfevents: no interrupt-affinity property for /pmu, guessing. [ 0.747065] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available [ 0.757245] workingset: timestamp_bits=30 max_order=15 bucket_order=0 [ 0.769595] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 0.777376] io scheduler noop registered [ 0.781489] io scheduler deadline registered [ 0.786114] io scheduler cfq registered (default) [ 0.791032] io scheduler mq-deadline registered [ 0.795791] io scheduler kyber registered [ 0.801160] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568 [ 0.854254] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled [ 0.864113] omap_rng 48310000.rng: Random Number Generator ver. 20 [ 0.881575] brd: module loaded [ 0.890831] loop: module loaded [ 0.895342] libphy: Fixed MDIO Bus: probed [ 0.900832] i2c /dev entries driver [ 0.905403] sdhci: Secure Digital Host Controller Interface driver [ 0.911843] sdhci: Copyright(c) Pierre Ossman [ 0.916426] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.924535] NET: Registered protocol family 10 [ 0.930700] Segment Routing with IPv6 [ 0.934635] NET: Registered protocol family 17 [ 0.939413] Key type dns_resolver registered [ 0.943969] omap_voltage_late_init: Voltage driver support not added [ 0.956618] OMAP GPIO hardware version 0.1 [ 0.985204] tmp102 0-0048: error reading config register [ 0.990921] tmp102: probe of 0-0048 failed with error -121 [ 0.996708] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 1.003905] pca953x 1-0074: 1-0074 supply vcc not found, using dummy regulator [ 1.038046] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 400 kHz [ 1.075373] at24 2-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 1.082579] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 400 kHz [ 1.089291] vmmcsd_fixed: disabling [ 1.093054] Warning: unable to open an initial console. [ 1.102904] Freeing unused kernel memory: 2048K [ 1.124005] request_module: kmod_concurrent_max (0) close to 0 (max_modprobes: 50), for module binfmt-464c, throttling... [ 6.125089] request_module: modprobe binfmt-464c cannot be processed, kmod busy with 50 threads for more than 5 seconds now [ 6.140274] Failed to execute /init (error -8) [ 6.169053] request_module: kmod_concurrent_max (0) close to 0 (max_modprobes: 50), for module binfmt-464c, throttling... [ 11.245145] request_module: modprobe binfmt-464c cannot be processed, kmod busy with 50 threads for more than 5 seconds now [ 11.260241] Starting init: /sbin/init exists but couldn't execute it (error -8) [ 11.291952] request_module: kmod_concurrent_max (0) close to 0 (max_modprobes: 50), for module binfmt-464c, throttling... [ 16.365158] request_module: modprobe binfmt-464c cannot be processed, kmod busy with 50 threads for more than 5 seconds now [ 16.380286] Starting init: /bin/sh exists but couldn't execute it (error -8) [ 16.399247] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance. [ 16.413910] ---[ end Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance. [ 17.065043] random: fast init done [ 148.255105] random: crng init done