U-Boot SPL 2017.01-00319-g0e59a76-dirty (Jul 14 2017 - 13:05:33) Trying to boot from SPI U-Boot 2017.01-00319-g0e59a76-dirty (Jul 14 2017 - 13:05:33 +0300) CPU: 66AK2Ex SR1.0 Model: Texas Instruments Keystone 2 Edison EVM I2C: ready DRAM: Configure DDR3A from static params. DDR3 speed 1600 DRAM: 1 GiB 1 GiB NAND: 0 MiB SF: Detected n25q256a with page size 256 Bytes, erase size 4 KiB, total 32 MiB Net: Warning: netcp@24000000 using MAC address from ROM eth0: netcp@24000000 Warning: netcp@slave-1 (eth1) using random MAC address - 26:e4:a5:e8:c3:73 , eth1: netcp@slave-1 Warning: netcp@slave-2 (eth2) using random MAC address - d2:14:18:cd:11:59 , eth2: netcp@slave-2 Warning: netcp@slave-3 (eth3) using random MAC address - e6:99:8f:30:c8:17 , eth3: netcp@slave-3 Warning: netcp@slave-4 (eth4) using random MAC address - ce:da:bd:c6:5d:4b , eth4: netcp@slave-4 Warning: netcp@slave-5 (eth5) using random MAC address - 8a:e0:a1:04:23:25 , eth5: netcp@slave-5 Warning: netcp@slave-6 (eth6) using random MAC address - ba:f9:ab:1d:8e:a1 , eth6: netcp@slave-6 Warning: netcp@slave-7 (eth7) using random MAC address - 5a:20:ab:7f:cd:7f , eth7: netcp@slave-7 Hit any key to stop autoboot: 0 => env default -a ## Resetting to default environment => env set mem_lpae 0 => env print -a addr_load_sec_bm=0x0c08c000 addr_mon=0x87000000 addr_non_sec_mon=0x0c087fc0 addr_secdb_key=0xc000000 addr_ubi=0x82000000 arch=arm args_all=setenv bootargs console=ttyS0,115200n8 rootwait=1 args_net=setenv bootargs ${bootargs} rootfstype=nfs root=/dev/nfs rw nfsroot=${serverip}:${nfs_root},${nfs_options} ip=dhcp args_ramfs=setenv bootargs ${bootargs} rdinit=/sbin/init rw root=/dev/ram0 initrd=0x808080000,80M args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs root=ubi0:rootfs rootflags=sync rw ubi.mtd=ubifs,2048 baudrate=115200 board=ks2_evm board_name=ks2_evm boot=ubi boot_fdt=try bootcmd=run init_${boot}; run get_mon_${boot} run_mon; run get_kern_${boot}; run init_fw_rd_${boot}; run get_fdt_${boot}; run run_kern bootdelay=2 bootdir=/boot bootm_size=0x10000000 burn_ubi=nand erase.part ubifs; nand write ${addr_ubi} ubifs ${filesize} burn_uboot_nand=nand erase 0 0x100000; nand write ${loadaddr} 0 ${filesize} burn_uboot_spi=sf probe; sf erase 0 0x90000; sf write ${loadaddr} 0 ${filesize} cpu=armv7 fdt_addr_r=0x88000000 fdtaddr=0x88000000 get_fdt_net=dhcp ${fdtaddr} ${tftp_root}/${name_fdt} get_fdt_nfs=nfs ${fdtaddr} ${nfs_root}/boot/${name_fdt} get_fdt_ramfs=dhcp ${fdtaddr} ${tftp_root}/${name_fdt} get_fdt_ubi=ubifsload ${fdtaddr} ${bootdir}/${name_fdt} get_fit_mmc=load mmc ${bootpart} ${fit_loadaddr} ${bootdir}/${fit_bootfile} get_fit_net=dhcp ${fit_loadaddr} ${tftp_root}/${fit_bootfile} get_fit_nfs=nfs ${fit_loadaddr} ${nfs_root}/boot/${fit_bootfile} get_fit_ramfs=dhcp ${fit_loadaddr} ${tftp_root}/${fit_bootfile} get_fit_ubi=ubifsload ${fit_loadaddr} ${bootdir}/${fit_bootfile} get_fs_ramfs=dhcp ${rdaddr} ${tftp_root}/${name_fs} get_kern_net=dhcp ${loadaddr} ${tftp_root}/${name_kern} get_kern_nfs=nfs ${loadaddr} ${nfs_root}/boot/${name_kern} get_kern_ramfs=dhcp ${loadaddr} ${tftp_root}/${name_kern} get_kern_ubi=ubifsload ${loadaddr} ${bootdir}/${name_kern} get_mon_net=dhcp ${addr_mon} ${tftp_root}/${name_mon} get_mon_nfs=nfs ${addr_mon} ${nfs_root}/boot/${name_mon} get_mon_ramfs=dhcp ${addr_mon} ${tftp_root}/${name_mon} get_mon_ubi=ubifsload ${addr_mon} ${bootdir}/${name_mon} get_ubi_net=dhcp ${addr_ubi} ${tftp_root}/${name_ubi} get_ubi_nfs=nfs ${addr_ubi} ${nfs_root}/boot/${name_ubi} get_uboot_net=dhcp ${loadaddr} ${tftp_root}/${name_uboot} get_uboot_nfs=nfs ${loadaddr} ${nfs_root}/boot/${name_uboot} init_fw_rd_net=dhcp ${rdaddr} ${tftp_root}/${name_fw_rd}; run set_rd_spec init_fw_rd_nfs=nfs ${rdaddr} ${nfs_root}/boot/${name_fw_rd}; run set_rd_spec init_fw_rd_ramfs=setenv rd_spec - init_fw_rd_ubi=ubifsload ${rdaddr} ${bootdir}/${name_fw_rd}; run set_rd_spec init_net=run args_all args_net init_nfs=setenv autoload no; dhcp; run args_all args_net init_ramfs=run args_all args_ramfs get_fs_ramfs init_ubi=run args_all args_ubi; ubi part ubifs; ubifsmount ubi:rootfs; kernel_addr_r=0x82000000 loadaddr=0x82000000 mem_lpae=0 mtdparts=mtdparts=davinci_nand.0:1024k(bootloader)ro,512k(params)ro,-(ubifs) name_fdt=keystone-k2e-evm.dtb name_fs=arago-console-image-k2e-evm.cpio.gz name_fw_rd=k2-fw-initrd.cpio.gz name_kern=zImage name_mon=skern-k2e.bin name_ubi=k2e-evm-ubifs.ubi name_uboot=u-boot-spi-k2e-evm.gph nfs_options=v3,tcp,rsize=4096,wsize=4096 nfs_root=/export no_post=1 pxefile_addr_r=0x80100000 ramdisk_addr_r=0x88080000 rdaddr=0x88080000 run_kern=bootz ${loadaddr} ${rd_spec} ${fdtaddr} run_mon=mon_install ${addr_mon} run_mon_hs=mon_install ${addr_non_sec_mon} ${addr_load_sec_bm} scriptaddr=0x80000000 set_rd_spec=setenv rd_spec ${rdaddr}:${filesize} soc=keystone tftp_root=/ vendor=ti Environment size: 3701/262140 bytes => usb start starting USB... USB0: Register 2001040 NbrPorts 2 Starting the controller USB XHCI 1.00 scanning bus 0 for devices... 2 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found => fatload usb 0:1 0x87000000 skern-k2e.bin reading skern-k2e.bin 32832 bytes read in 44 ms (728.5 KiB/s) => mon_install 0x87000000 K2_BM_15.07-53-ge1f885a SoC:k2e built:17:21:18, Jun 28 2017 ## installed monitor @ 0xc1f0000, freq [208333333], status 203358208 => fatload usb 0:1 0x88000000 keystone-k2e-evm.dtb reading keystone-k2e-evm.dtb 34863 bytes read in 44 ms (773.4 KiB/s) => Unknown command '' - try 'help' => fatload usb 0:1 0x88080000 k2-fw-initrd.cpio.gz reading k2-fw-initrd.cpio.gz 65443 bytes read in 61 ms (1 MiB/s) => fatload usb 0:1 0x82000000 zimage-k2e-evm.bin reading zimage-k2e-evm.bin 3406856 bytes read in 1796 ms (1.8 MiB/s) => setenv bootargs console=ttyS0,115200n8 rootwait => bootz 0x82000000 0x88080000:65443 0x88000000 ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Ramdisk to 8ff9a000, end 8ffff443 ... OK Loading Device Tree to 8ff8e000, end 8ff9982e ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.9.28-geed43d1050 (gtbldadm@ubuntu-16) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #1 SMP PREEMPT Wed Jun 28 17:39:33 EDT 2017 [ 0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=30c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] OF: fdt:Machine model: Texas Instruments Keystone 2 Edison EVM [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] OF: reserved mem: OVERLAP DETECTED! [ 0.000000] dsp_reserved_mpm_area (0x00000000b4000000--0x00000000b8000000) overlaps with dsp_common_mpm_pool@b4000000 (0x00000000b4000000--0x00000000b8000000) [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000b0000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node dsp_common_cma_pool@b0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b4000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node dsp_reserved_mpm_area, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b4000000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node dsp_common_mpm_pool@b4000000, compatible id shared-dma-pool [ 0.000000] cma: Reserved 64 MiB at 0x00000000bc000000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT [ 0.000000] percpu: Embedded 13 pages/cpu @ef6a8000 s22092 r8192 d22964 u53248 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 235840 [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootwait [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 794368K/950272K available (8192K kernel code, 249K rwdata, 2252K rodata, 2048K init, 288K bss, 24832K reserved, 131072K cma-reserved, 32768K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc0a00000 (10208 kB) [ 0.000000] .init : 0xc0e00000 - 0xc1000000 (2048 kB) [ 0.000000] .data : 0xc1000000 - 0xc103e4c0 ( 250 kB) [ 0.000000] .bss : 0xc1040000 - 0xc10880b0 ( 289 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=4 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 208.33MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x300c4cdf1c, max_idle_ns: 440795202901 ns [ 0.000004] sched_clock: 56 bits at 208MHz, resolution 4ns, wraps every 4398046511101ns [ 0.000013] Switching to timer-based delay loop, resolution 4ns [ 0.000144] keystone timer clock @208333333 Hz [ 0.000342] Console: colour dummy device 80x30 [ 0.000364] Calibrating delay loop (skipped), value calculated using timer frequency.. 416.66 BogoMIPS (lpj=2083333) [ 0.000375] pid_max: default: 32768 minimum: 301 [ 0.000456] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000464] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001041] CPU: Testing write buffer coherency: ok [ 0.001232] /cpus/cpu@0 missing clock-frequency property [ 0.001256] /cpus/cpu@1 missing clock-frequency property [ 0.001277] /cpus/cpu@2 missing clock-frequency property [ 0.001299] /cpus/cpu@3 missing clock-frequency property [ 0.001308] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.001320] Setting up static identity map for 0x80200000 - 0x80200138 [ 0.080143] EFI services will not be available. [ 0.174834] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.244920] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.315006] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.315104] Brought up 4 CPUs [ 0.315123] SMP: Total of 4 processors activated (1666.66 BogoMIPS). [ 0.315129] CPU: All CPU(s) started in HYP mode. [ 0.315135] CPU: Virtualization extensions available. [ 0.315558] devtmpfs: initialized [ 0.323197] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.323407] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.323420] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.325296] pinctrl core: initialized pinctrl subsystem [ 0.325894] NET: Registered protocol family 16 [ 0.326548] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.350347] cpuidle: using governor ladder [ 0.380369] cpuidle: using governor menu [ 0.380423] No ATAGs? [ 0.380441] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.380449] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.386906] irq: no irq domain found for /soc/keystone_irq@26202a0 ! [ 0.422622] vgaarb: loaded [ 0.423856] pps_core: LinuxPPS API ver. 1 registered [ 0.423864] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.423881] PTP clock support registered [ 0.423913] EDAC MC: Ver: 3.0.0 [ 0.424164] ks2_mc_ddr3_ecc 21010000.edac: ECC is not enabled, disable edac [ 0.425038] clocksource: Switched to clocksource arch_sys_counter [ 0.432621] NET: Registered protocol family 2 [ 0.433039] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.433090] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.433190] TCP: Hash tables configured (established 8192 bind 8192) [ 0.433230] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.433255] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.433368] NET: Registered protocol family 1 [ 0.433608] RPC: Registered named UNIX socket transport module. [ 0.433616] RPC: Registered udp transport module. [ 0.433622] RPC: Registered tcp transport module. [ 0.433627] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.433784] Trying to unpack rootfs image as initramfs... [ 0.438095] rootfs image is not initramfs (junk in compressed archive); looks like an initrd [ 0.439033] Freeing initrd memory: 408K (cff9a000 - d0000000) [ 0.439187] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.440685] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [ 0.446913] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.447506] NFS: Registering the id_resolver key type [ 0.447526] Key type id_resolver registered [ 0.447533] Key type id_legacy registered [ 0.447566] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.448586] bounce: pool size: 64 pages [ 0.448713] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.448721] io scheduler noop registered [ 0.448727] io scheduler deadline registered [ 0.448837] io scheduler cfq registered (default) [ 0.448999] keystone_irq soc:keystone_irq@26202a0: irqchip registered, nr_irqs 28 [ 0.449305] ti,keystone-serdes 2326000.phy: init fw ks2_pcie_serdes.bin: version 3.3.0.2c [ 0.450135] ti,keystone-serdes 232a000.phy: init fw ks2_gbe_serdes.bin: version 3.3.0.2c [ 0.452925] OF: PCI: host bridge /soc/pcie@21020000 ranges: [ 0.452944] OF: PCI: MEM 0x60000000..0x6fffffff -> 0x60000000 [ 0.553907] keystone-pcie 21021000.pcie: link up [ 0.554074] keystone-pcie 21021000.pcie: PCI host bridge to bus 0000:00 [ 0.554085] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.554094] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 0.554346] PCI: bus0: Fast back to back transfers disabled [ 0.554447] PCI: bus1: Fast back to back transfers enabled [ 0.554530] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.554722] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt [ 0.555919] keystone-navigator-qmss soc:qmss@2a40000: qmgr start queue 0, number of queues 8192 [ 0.556036] keystone-navigator-qmss soc:qmss@2a40000: added qmgr start queue 0, num of queues 8192, reg_peek f0b20000, reg_status f08f5000, reg_config f08f7000, reg_region f08f9000, reg_push f0b60000, reg_pop f0ba0000 [ 0.556181] keystone-navigator-qmss soc:qmss@2a40000: firmware file ks2_qmss_pdsp_acc48.bin downloaded for PDSP [ 0.558837] keystone-navigator-dma soc:knav_dmas@0: DMA dma_gbe registered 149 logical channels, flows 128, tx chans: 21, rx chans: 91 [ 0.558955] keystone-navigator-dma soc:knav_dmas@0: DMA dma_xgbe registered 48 logical channels, flows 32, tx chans: 16, rx chans: 16 [ 0.606383] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled [ 0.608928] console [ttyS0] disabled [ 0.608972] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 26, base_baud = 13020833) is a 16550A [ 1.475893] console [ttyS0] enabled [ 1.480063] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 27, base_baud = 13020833) is a 16550A [ 1.489768] [drm] Initialized [ 1.501760] brd: module loaded [ 1.509487] loop: module loaded [ 1.513524] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write [ 1.522144] spi_davinci 21000400.spi: DMA is not supported (-19) [ 1.528752] m25p80 spi0.0: unrecognized JEDEC id bytes: 20, bb, 19 [ 1.534939] spi_davinci 21000400.spi: Controller at 0xf0b5d400 [ 1.540968] spi_davinci 21000600.spi: DMA is not supported (-19) [ 1.547316] spi_davinci 21000600.spi: Controller at 0xf0b9c600 [ 1.553319] spi_davinci 21000800.spi: DMA is not supported (-19) [ 1.559663] spi_davinci 21000800.spi: Controller at 0xf0b9e800 [ 1.565986] libphy: Fixed MDIO Bus: probed [ 1.625064] davinci_mdio 24200f00.mdio: davinci mdio revision 1.7 [ 1.631150] libphy: 24200f00.mdio: probed [ 1.635590] davinci_mdio 24200f00.mdio: phy[1]: device 24200f00.mdio:01, driver Marvell 88E1111 [ 1.644785] ti,keystone-serdes 232a000.phy: Requested PHY is disabled [ 3.662650] serdes PLL not locked [ 4.178111] ti,keystone-serdes 232a000.phy: Requested PHY is disabled [ 6.196530] serdes PLL not locked [ 8.768670] netcp-1.0 2620110.netcp: cpts: overflow check period 300 (jiffies) [ 8.775910] netcp-1.0 2620110.netcp: CPTS: ref_clk_freq:625000000 calc_mult:3435973837 calc_shift:31 error:0 nsec/sec [ 8.786525] netcp-1.0 2620110.netcp: initialized cpsw ale version 1.4 [ 8.792958] netcp-1.0 2620110.netcp: ALE Table size 8192 [ 8.799354] netcp-1.0 2620110.netcp: module(netcp-xgbe) not used for device [ 8.806332] netcp-1.0 2620110.netcp: module(netcp-pa) not used for device [ 8.813145] netcp-1.0 2620110.netcp: No ip-lut-ranges array in dt bindings for PA [ 8.822446] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 0 [ 8.830726] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 1 [ 8.839028] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 2 [ 8.847301] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 3 [ 8.855571] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 4 [ 8.863826] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 5 [ 8.872093] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 6 [ 8.880360] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 7 [ 8.888629] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 8 [ 8.896896] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 9 [ 8.905163] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 10 [ 8.913504] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 11 [ 8.921857] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 12 [ 8.930210] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 13 [ 8.938564] netcp-1.0 2620110.netcp: Using PA fw version 03.00.02.03:0x03000203 for pdsp 14 [ 8.948179] netcp-1.0 2620110.netcp: rx_chan_name netrx0-pa for port 1 [ 8.954709] netcp-1.0 2620110.netcp: rx_chan_name netrx1-pa for port 2 [ 8.961491] mousedev: PS/2 mouse device common for all mice [ 8.967300] i2c /dev entries driver [ 8.972845] ledtrig-cpu: registered to indicate activity on CPUs [ 9.305041] (NULL net_device): Link is Down [ 9.309219] (NULL net_device): Link is Down [ 9.313395] (NULL net_device): Link is Down [ 9.317582] (NULL net_device): Link is Down [ 9.321758] (NULL net_device): Link is Down [ 9.325943] (NULL net_device): Link is Down [ 9.375037] nand: timeout while waiting for chip to become ready [ 9.775036] nand: timeout while waiting for chip to become ready [ 10.175036] nand: timeout while waiting for chip to become ready [ 10.575036] nand: timeout while waiting for chip to become ready [ 10.975036] nand: timeout while waiting for chip to become ready [ 10.981033] nand: No NAND device found [ 10.985682] NET: Registered protocol family 10 [ 10.990905] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 10.997328] NET: Registered protocol family 17 [ 11.001894] Key type dns_resolver registered [ 11.006235] Registering SWP/SWPB emulation handler [ 11.013824] hctosys: unable to open rtc device (rtc0) [ 11.029619] RAMDISK: gzip image found at block 0 [ 11.039179] List of all partitions: [ 11.042666] 0100 65536 ram0 [ 11.046255] (driver?) [ 11.048612] 0101 65536 ram1 [ 11.052178] (driver?) [ 11.054534] 0102 65536 ram2 [ 11.058395] (driver?) [ 11.060753] 0103 65536 ram3 [ 11.064319] (driver?) [ 11.066696] 0104 65536 ram4 [ 11.070261] (driver?) [ 11.072617] 0105 65536 ram5 [ 11.076196] (driver?) [ 11.078554] 0106 65536 ram6 [ 11.082118] (driver?) [ 11.084473] 0107 65536 ram7 [ 11.088158] (driver?) [ 11.090515] 0108 65536 ram8 [ 11.094081] (driver?) [ 11.096453] 0109 65536 ram9 [ 11.100018] (driver?) [ 11.102373] 010a 65536 ram10 [ 11.106040] (driver?) [ 11.108397] 010b 65536 ram11 [ 11.112049] (driver?) [ 11.114404] 010c 65536 ram12 [ 11.118103] (driver?) [ 11.120459] 010d 65536 ram13 [ 11.124111] (driver?) [ 11.126480] 010e 65536 ram14 [ 11.130132] (driver?) [ 11.132488] 010f 65536 ram15 [ 11.136152] (driver?) [ 11.138510] No filesystem could mount root, tried: [ 11.143204] ext3 ext2[ 11.145574] ext4 squashfs[ 11.148279] vfat msdos[ 11.150724] ntfs [ 11.152641] [ 11.154127] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) [ 11.162388] CPU2: stopping [ 11.165092] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 4.9.28-geed43d1050 #1 [ 11.172043] Hardware name: Keystone [ 11.175522] Backtrace: [ 11.177976] [] (dump_backtrace) from [] (show_stack+0x18/0x1c) [ 11.185537] r7:ef091f40 r6:20000193 r5:00000000 r4:c10181d0 [ 11.191192] [] (show_stack) from [] (dump_stack+0x8c/0xa0) [ 11.198407] [] (dump_stack) from [] (handle_IPI+0x170/0x184) [ 11.205795] r7:ef091f40 r6:00000000 r5:00000002 r4:c0e4dd88 [ 11.211447] [] (handle_IPI) from [] (gic_handle_irq+0x78/0x7c) [ 11.219007] r7:f0802000 r6:ef091f40 r5:f080200c r4:c1003438 [ 11.224659] [] (gic_handle_irq) from [] (__irq_svc+0x58/0x8c) [ 11.232132] Exception stack(0xef091f40 to 0xef091f88) [ 11.237176] 1f40: 00000001 00000000 00000000 c0219640 ef090000 c100303c 00000004 c10030a4 [ 11.245345] 1f60: 00000000 00000000 c10030ac ef091f9c ef091fa0 ef091f90 c0208688 c020868c [ 11.253511] 1f80: 60000013 ffffffff [ 11.256993] r9:ef090000 r8:00000000 r7:ef091f74 r6:ffffffff r5:60000013 r4:c020868c [ 11.264730] [] (arch_cpu_idle) from [] (default_idle_call+0x28/0x34) [ 11.272813] [] (default_idle_call) from [] (cpu_startup_entry+0x1b4/0x230) [ 11.281416] [] (cpu_startup_entry) from [] (secondary_start_kernel+0x170/0x17c) [ 11.290450] r7:c1040410 [ 11.292977] [] (secondary_start_kernel) from [<802014ec>] (0x802014ec) [ 11.300364] r7:c1040410 r6:30c0387d r5:00000000 r4:af02e3c0 [ 11.306014] CPU3: stopping [ 11.308717] CPU: 3 PID: 0 Comm: swapper/3 Not tainted 4.9.28-geed43d1050 #1 [ 11.315669] Hardware name: Keystone [ 11.319147] Backtrace: [ 11.321599] [] (dump_backtrace) from [] (show_stack+0x18/0x1c) [ 11.329161] r7:ef093f40 r6:20000193 r5:00000000 r4:c10181d0 [ 11.334814] [] (show_stack) from [] (dump_stack+0x8c/0xa0) [ 11.342030] [] (dump_stack) from [] (handle_IPI+0x170/0x184) [ 11.349416] r7:ef093f40 r6:00000000 r5:00000003 r4:c0e4dd88 [ 11.355069] [] (handle_IPI) from [] (gic_handle_irq+0x78/0x7c) [ 11.362629] r7:f0802000 r6:ef093f40 r5:f080200c r4:c1003438 [ 11.368281] [] (gic_handle_irq) from [] (__irq_svc+0x58/0x8c) [ 11.375754] Exception stack(0xef093f40 to 0xef093f88) [ 11.380799] 3f40: 00000001 00000000 00000000 c0219640 ef092000 c100303c 00000008 c10030a4 [ 11.388967] 3f60: 00000000 00000000 c10030ac ef093f9c ef093fa0 ef093f90 c0208688 c020868c [ 11.397134] 3f80: 60000013 ffffffff [ 11.400616] r9:ef092000 r8:00000000 r7:ef093f74 r6:ffffffff r5:60000013 r4:c020868c [ 11.408352] [] (arch_cpu_idle) from [] (default_idle_call+0x28/0x34) [ 11.416435] [] (default_idle_call) from [] (cpu_startup_entry+0x1b4/0x230) [ 11.425039] [] (cpu_startup_entry) from [] (secondary_start_kernel+0x170/0x17c) [ 11.434073] r7:c1040410 [ 11.436600] [] (secondary_start_kernel) from [<802014ec>] (0x802014ec) [ 11.443986] r7:c1040410 r6:30c0387d r5:00000000 r4:af02e3c0 [ 11.449637] CPU1: stopping [ 11.452341] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 4.9.28-geed43d1050 #1 [ 11.459293] Hardware name: Keystone [ 11.462772] Backtrace: [ 11.465222] [] (dump_backtrace) from [] (show_stack+0x18/0x1c) [ 11.472783] r7:ef08ff40 r6:20000193 r5:00000000 r4:c10181d0 [ 11.478435] [] (show_stack) from [] (dump_stack+0x8c/0xa0) [ 11.485650] [] (dump_stack) from [] (handle_IPI+0x170/0x184) [ 11.493037] r7:ef08ff40 r6:00000000 r5:00000001 r4:c0e4dd88 [ 11.498690] [] (handle_IPI) from [] (gic_handle_irq+0x78/0x7c) [ 11.506250] r7:f0802000 r6:ef08ff40 r5:f080200c r4:c1003438 [ 11.511903] [] (gic_handle_irq) from [] (__irq_svc+0x58/0x8c) [ 11.519375] Exception stack(0xef08ff40 to 0xef08ff88) [ 11.524418] ff40: 00000001 00000000 00000000 c0219640 ef08e000 c100303c 00000002 c10030a4 [ 11.532587] ff60: 00000000 00000000 c10030ac ef08ff9c ef08ffa0 ef08ff90 c0208688 c020868c [ 11.540753] ff80: 60000013 ffffffff [ 11.544234] r9:ef08e000 r8:00000000 r7:ef08ff74 r6:ffffffff r5:60000013 r4:c020868c [ 11.551970] [] (arch_cpu_idle) from [] (default_idle_call+0x28/0x34) [ 11.560053] [] (default_idle_call) from [] (cpu_startup_entry+0x1b4/0x230) [ 11.568656] [] (cpu_startup_entry) from [] (secondary_start_kernel+0x170/0x17c) [ 11.577690] r7:c1040410 [ 11.580218] [] (secondary_start_kernel) from [<802014ec>] (0x802014ec) [ 11.587604] r7:c1040410 r6:30c0387d r5:00000000 r4:af02e3c0 [ 11.593261] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)