When using the legacy image Apalis TK1 (2.8b5 | 2018-12-28) I encounter the problem that the root fs cannot be found.
I extracted the image with root permission and used the update.sh script to create the SD card.
In the u-boot cmd line I ran
run setupdate
run update
I do not think the problem is related to the ext3 vs ext4 issue as the kernel command includes
root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
Below, I add the complete boot output:
U-Boot 2016.11-2.8.5+g02735f4004 (Dec 28 2018 - 01:55:09 +0000)
SoC: tegra124
Reset cause: WATCHDOG
DRAM: 2 GiB
MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1, Tegra SD/MMC: 2
In: serial
Out: serial
Err: serial
MISSING TORADEX CONFIG BLOCK
Model: Toradex Apalis TK1 2GB
Net: No ethernet found.
Hit any key to stop autoboot: 1 0
Booting from internal eMMC chip...
reading tegra124-apalis-eval.dtb
54081 bytes read in 16 ms (3.2 MiB/s)
reading zImage
5609600 bytes read in 142 ms (37.7 MiB/s)
## Flattened Device Tree blob at 82000000
Booting using the fdt blob at 0x82000000
Using Device Tree in place at 82000000, end 82010340
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.40-2.8.5+gccecdb3d6b3b (oe-user@oe-host) (gcc version 7.3.0 (GCC) ) #1 SMP PREEMPT Fri Dec 28 01:51:59 UTC 2018
[ 0.000000] CPU: ARMv7 Processor [413fc0f3] revision 3 (ARMv7), cr=30c7387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine: apalis-tk1, model: Toradex Apalis TK1 on Apalis Evaluation Board, serial: 0
[ 0.000000] Tegra reserved memory:
[ 0.000000] LP0: f46ff000 - f46ff80f
[ 0.000000] Bootloader framebuffer: 00000000 - 00000000
[ 0.000000] Bootloader framebuffer2: 00000000 - 00000000
[ 0.000000] Framebuffer: fa500000 - fb6fffff
[ 0.000000] 2nd Framebuffer: fb700000 - ffefffff
[ 0.000000] Carveout: 00000000 - 00000000
[ 0.000000] Vpr: 00000000 - 00000000
[ 0.000000] Tsec: 00000000 - 00000000
[ 0.000000] cma: CMA: reserved 16 MiB at ae800000
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] DTS File Name: /workdir/oe/tmp-glibc/work-shared/apalis-tk1/kernel-source/arch/arm/boot/dts/tegra124-apalis-eval.dts
[ 0.000000] Tegra12: CPU Speedo value 2250, Soc Speedo value 2185, Gpu Speedo value 2058
[ 0.000000] Tegra12: CPU Speedo ID 5, Soc Speedo ID 0, Gpu Speedo ID 1
[ 0.000000] Tegra12: CPU Process ID 0,Soc Process ID 1,Gpu Process ID 0
[ 0.000000] Tegra Revision: A01 SKU: 0x87 CPU Process: 0 Core Process: 1
[ 0.000000] tegra: PLLP fixed rate: 408000000
[ 0.000000] tegra_clk_shared_bus_user_init: c2bus client se left ON
[ 0.000000] tegra_clk_shared_bus_user_init: c4bus client vi left ON
[ 0.000000] Lowering cpu_lp maximum rate from 1350000000 to 1044000000
[ 0.000000] Lowering sbus maximum rate from 420000000 to 372000000
[ 0.000000] Lowering vic03 maximum rate from 900000000 to 756000000
[ 0.000000] Lowering tsec maximum rate from 900000000 to 756000000
[ 0.000000] Lowering msenc maximum rate from 600000000 to 480000000
[ 0.000000] Lowering se maximum rate from 600000000 to 480000000
[ 0.000000] Lowering vde maximum rate from 600000000 to 480000000
[ 0.000000] Lowering host1x maximum rate from 500000000 to 408000000
[ 0.000000] Lowering vi maximum rate from 700000000 to 600000000
[ 0.000000] Lowering isp maximum rate from 700000000 to 600000000
[ 0.000000] Lowering c4bus maximum rate from 700000000 to 600000000
[ 0.000000] Lowering pll_c maximum rate from 1400000000 to 1066000000
[ 0.000000] Lowering pll_c2 maximum rate from 1200000000 to 1066000000
[ 0.000000] Lowering pll_c3 maximum rate from 1200000000 to 1066000000
[ 0.000000] Lowering hdmi maximum rate from 594000000 to 297000000
[ 0.000000] Lowering sdmmc1 maximum rate from 208000000 to 204000000
[ 0.000000] Lowering sdmmc3 maximum rate from 208000000 to 204000000
[ 0.000000] Lowering gbus maximum rate from 1032000000 to 852000000
[ 0.000000] Lowering cpu_g maximum rate from 3000000000 to 2065500000
[ 0.000000] tegra dvfs: VDD_CPU nominal 1260mV, scaling enabled
[ 0.000000] tegra dvfs: VDD_CORE nominal 1150mV, scaling enabled
[ 0.000000] tegra dvfs: VDD_GPU nominal 1200mV, scaling enabled
[ 0.000000] Switching to timer-based delay loop
[ 0.000000] tegra_powergate_init: DONE
[ 0.000000] PERCPU: Embedded 9 pages/cpu @c1e30000 s15156 r8192 d13516 u36864
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 498960
[ 0.000000] Kernel command line: lp0_vec=2064@0xf46ff000 core_edp_mv=1150 core_edp_ma=4000 usb_port_owner_info=2 lane_owner_info=6 emc_max_dvfs=0 pcie_aspm=off user_debug=30 ip=off root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait igb_mac=00:14:2d:00:00:00 consoleblank=0 no_console_suspend=1 console=tty1 console=ttyS0,115200n8 debug_uartport=lsport,0 fbcon=map:1
[ 0.000000] PCIe ASPM is disabled
[ 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: 1955MB = 1955MB total
[ 0.000000] Memory: 1953564k/1953564k available, 142564k reserved, 1223676K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0a269b8 (10363 kB)
[ 0.000000] .init : 0xc0a27000 - 0xc0a9eb34 ( 479 kB)
[ 0.000000] .data : 0xc0aa0000 - 0xc0b910b0 ( 965 kB)
[ 0.000000] .bss : 0xc0b910b0 - 0xc0c2f3f8 ( 633 kB)
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:960
[ 0.000000] the number of interrupt controllers found is 5
[ 0.000000] Architected local timer running at 12.00MHz (phys).
[ 0.000000] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 2863311536128ns
[ 0.000000] Ignoring duplicate/late registration of read_current_timer delay
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console [tty1] enabled
[ 0.003489] Calibrating delay loop (skipped), value calculated using timer frequency.. lpj=12000
[ 0.003558] pid_max: default: 32768 minimum: 301
[ 0.003820] Security Framework initialized
[ 0.003964] Mount-cache hash table entries: 512
[ 0.026256] Initializing cgroup subsys debug
[ 0.026299] Initializing cgroup subsys freezer
[ 0.026378] CPU: Testing write buffer coherency: ok
[ 0.026449] ftrace: allocating 31339 entries in 62 pages
[ 0.067992] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.068035] Setting up static identity map for 0xc0748f08 - 0xc0748fa8
[ 0.072015] ftrace: Allocated trace_printk buffers
[ 0.078717] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.081730] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.084790] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.084992] Brought up 4 CPUs
[ 0.085052] SMP: Total of 4 processors activated.
[ 0.085068] CPU: All CPU(s) started in SVC mode.
[ 0.086157] devtmpfs: initialized
[ 0.094971] pinctrl core: initialized pinctrl subsystem
[ 0.095366] regulator-dummy: no parameters
[ 0.096221] NET: Registered protocol family 16
[ 0.098518] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.099863] tegra_smmu tegra_smmu: Loaded Tegra IOMMU driver
[ 0.101366] console [pstore-1] enabled
[ 0.101408] ramoops: attached 0x200000@0xfa300000, ecc: 0/0
[ 0.101790] cpuidle: using governor ladder
[ 0.101813] cpuidle: using governor menu
[ 0.105097] apalis_tk1_camera_auxdata: update camera lookup table.
[ 0.114428] tegra-gpio 6000d000.gpio: Initialising GPIO state 0: name default
[ 0.114876] gpiochip_add: registered GPIOs 0 to 255 on device: tegra-gpio
[ 0.122530] Wake16 for irq=34
[ 0.128863] platform tegradc.0: IOVA linear map 0x00000000fa500000(1200000)
[ 0.132266] platform tegradc.0: IOVA linear map 0x00000000fb700000(4800000)
[ 0.137530] platform tegradc.1: IOVA linear map 0x00000000fa500000(1200000)
[ 0.140940] platform tegradc.1: IOVA linear map 0x00000000fb700000(4800000)
[ 0.142909] Wake58 for irq=81
[ 0.142961] Wake41 for irq=129
[ 0.142980] Wake43 for irq=129
[ 0.143027] Wake40 for irq=53
[ 0.143044] Wake42 for irq=53
[ 0.146110] Selecting UARTA as the debug console
[ 0.146166] The debug console clock name is uarta
[ 0.148131] PMC DT attribute sysclkreq_high=0, board value=1
[ 0.148156] PMC DT attribute corereq_high=0, board value=1
[ 0.148177] PMC DT attribute cpu_off_timer=0, board value=300
[ 0.148198] PMC DT attribute cpu_timer=0, board value=500
[ 0.148218] PMC DT attribute suspend_mode=0, board value=2
[ 0.148686] Clear bootloader IO dpd settings
[ 0.148857] Loading Apalis TK1 EMC tables.
[ 0.149118] tegra: pll_m is selected as scalable EMC clock source
[ 0.149163] Lowering emc maximum rate from 1200000000 to 924000000
[ 0.149193] tegra: validated EMC DFS table
[ 0.149269] apalis_tk1_edp_init: CPU regulator 12500 mA
[ 0.415680] apalis_tk1_edp_init: GPU regulator 11400 mA
[ 0.416705] swapper/0 isomgr_init(): iso emc max clk=924000KHz
[ 0.416726] swapper/0 isomgr_init(): max_iso_bw=7392000KB[ 0.495482] FUSE: cp_rev 0 ft_rev 0
[ 0.495669] tegra11_soctherem_oc_int_init(): OC interrupts are not enabled
[ 0.495911] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.495941] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.496277] mc-err: Started MC error interface!
[ 0.506633] bio: create slab <bio-0> at 0
[ 0.507931] reg-fixed-voltage 1.regulator: Consumer c1 does not have device name
[ 0.507968] reg-fixed-voltage 1.regulator: Consumer c2 does not have device name
[ 0.508095] +V3.3_MXM: 3300 mV
[ 0.508950] SCSI subsystem initialized
[ 0.509342] usbcore: registered new interface driver usbfs
[ 0.509413] usbcore: registered new interface driver hub
[ 0.509527] usbcore: registered new device driver usb
[ 0.513745] Wake18 for irq=118
[ 0.514689] as3722 4-0040: AS3722 ID: ID1:ID2:ID3 = 0x0c:0x01:0x05
[ 0.514720] as3722 4-0040: Device version 1V1 and platform version 1V2
[ 0.514747] as3722 4-0040: Final OTP version 1V2
[ 0.515740] Wake18 for irq=118
[ 0.518340] gpiochip_add: registered GPIOs 1016 to 1023 on device: as3722-gpio
[ 0.518553] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.518616] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.518674] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.518729] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.518762] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.518794] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.518866] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[ 0.518899] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[ 0.518931] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[ 0.519006] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.519038] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.519070] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.519101] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.519132] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[ 0.519165] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[ 0.519197] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[ 0.519228] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[ 0.519259] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[ 0.519291] as3722-regulator as3722-regulator.0: Consumer c11 does not have device name
[ 0.519323] as3722-regulator as3722-regulator.0: Consumer c12 does not have device name
[ 0.519355] as3722-regulator as3722-regulator.0: Consumer c13 does not have device name
[ 0.519386] as3722-regulator as3722-regulator.0: Consumer c14 does not have device name
[ 0.519417] as3722-regulator as3722-regulator.0: Consumer c15 does not have device name
[ 0.519449] as3722-regulator as3722-regulator.0: Consumer c16 does not have device name
[ 0.519486] as3722-regulator as3722-regulator.0: Consumer c19 does not have device name
[ 0.519517] as3722-regulator as3722-regulator.0: Consumer c20 does not have device name
[ 0.519549] as3722-regulator as3722-regulator.0: Consumer c21 does not have device name
[ 0.519580] as3722-regulator as3722-regulator.0: Consumer c22 does not have device name
[ 0.519657] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.519689] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.519763] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.519797] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.519828] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.519860] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[ 0.519891] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[ 0.519922] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[ 0.519953] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[ 0.519984] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[ 0.520015] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[ 0.520069] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.520147] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[ 0.520179] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[ 0.520210] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[ 0.520244] as3722-regulator as3722-regulator.0: Consumer c12 does not have device name
[ 0.520299] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.520353] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[ 0.520385] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.520416] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[ 0.520470] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[ 0.521301] +VDD_CPU_AP: 650 <--> 1300 mV at 1000 mV 3500 mA
[ 0.521974] +VDD_CORE: applied init 1150000uV constraint
[ 0.522449] +VDD_CORE: 700 <--> 1350 mV at 1150 mV 3500 mA
[ 0.523520] +V1.35_VDDIO_DDR(sd2): 1350 mV
[ 0.523844] as3722-sd3: no parameters
[ 0.524163] +V1.05: 1050 mV
[ 0.525035] +V1.8: 1800 mV
[ 0.525401] +VDD_GPU_AP: applied init 1000000uV constraint
[ 0.526154] +VDD_GPU_AP: 650 <--> 1200 mV at 1000 mV 3500 mA
[ 0.526666] +V1.05_AVDD: 1050 mV at 300 mA
[ 0.527393] VDDIO_SDMMC1: 1800 <--> 3300 mV at 3300 mV at 150 mA
[ 0.528068] +V1.2: 1200 mV at 150 mA
[ 0.529164] +V1.05_RTC: 1000 mV at 150 mA
[ 0.529627] AVDD_LVDS0_PLL: applied init 1800000uV constraint
[ 0.529667] AVDD_LVDS0_PLL: 1800 <--> 3300 mV at 1800 mV at 150 mA
[ 0.530040] as3722-ldo5: at 150 mA
[ 0.530405] VDDIO_SDMMC3: 1800 <--> 3300 mV at 150 mA
[ 0.530756] as3722-ldo7: at 150 mA
[ 0.531428] +V3.3_ETH(ldo9): 3300 mV at 150 mA
[ 0.531929] +V3.3_ETH(ldo10): 3300 mV at 150 mA
[ 0.532427] +V1.8_VPP_FUSE: 1800 mV at 150 mA
[ 0.533502] Linux video capture interface: v2.00
[ 0.533559] pps_core: LinuxPPS API ver. 1 registered
[ 0.533580] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.533623] PTP clock support registered
[ 0.534443] Advanced Linux Sound Architecture Driver Initialized.
[ 0.535415] +V1.05_AVDD_HDMI_PLL: 1050 mV
[ 0.535477] +V1.05_AVDD_HDMI_PLL: supplied by +V1.05
[ 0.535697] reg-fixed-sync-voltage 2.regulator: Consumer c7 does not have device name
[ 0.535733] reg-fixed-sync-voltage 2.regulator: Consumer c8 does not have device name
[ 0.535772] reg-fixed-sync-voltage 2.regulator: Consumer c11 does not have device name
[ 0.535813] reg-fixed-sync-voltage 2.regulator: Consumer c15 does not have device name
[ 0.535846] reg-fixed-sync-voltage 2.regulator: Consumer c16 does not have device name
[ 0.535878] reg-fixed-sync-voltage 2.regulator: Consumer c17 does not have device name
[ 0.535911] reg-fixed-sync-voltage 2.regulator: Consumer c18 does not have device name
[ 0.536510] +V3.3: 3300 mV
[ 0.536794] reg-fixed-sync-voltage 3.regulator: Consumer c3 does not have device name
[ 0.536921] 5V_SW: 5000 mV
[ 0.537257] VCC_USBO1: 5000 mV
[ 0.537568] VCC_USBH(2A|2C|2D|3|4): 5000 mV
[ 0.540613] as3722-adc-extcon as3722-adc-extcon.2: USB-Host is connected
[ 0.543100] tegra: failed to map regulator to power detect cell pwrdet_cam(-517)
[ 0.543140] tegra: failed to map regulator to power detect cell pwrdet_pex_ctl(-517)
[ 0.543474] tegra: failed regulators mapping - io power detection is left always on
[ 0.543506] Switching to clocksource arch_sys_counter
[ 0.566495] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.566700] nvmap_page_pool_init: Total MB RAM: 1923
[ 0.566725] nvmap_page_pool_init: nvmap page pool size: 61560 pages (240 MB)
[ 0.566874] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.567048] iram: dma coherent mem declare 0x0000000040001000,258048
[ 0.567909] misc nvmap: created heap iram base 0x40001000 size (252KiB)
[ 0.568076] nvmap:inner cache maint threshold=2097152
[ 0.578240] Wake39 for irq=52
[ 0.578332] tegra-otg tegra-otg: otg transceiver registered
[ 0.578726] NET: Registered protocol family 2
[ 0.579475] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.579700] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.579894] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.579955] TCP: reno registered
[ 0.579980] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.580037] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.580396] NET: Registered protocol family 1
[ 0.580838] RPC: Registered named UNIX socket transport module.
[ 0.580863] RPC: Registered udp transport module.
[ 0.580883] RPC: Registered tcp transport module.
[ 0.580902] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.581207] tegra-fuse tegra-fuse: Fuse driver initialized succesfully
[ 0.586926] host1x host1x: initialized
[ 0.588057] CPU PMU: probing PMU on CPU 0
[ 0.588092] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available
[ 0.588735] tegra_throttle : init passed
[ 0.588855] Tegra cpuquiet initialized: disabled
[ 0.588990] cpu-tegra: init EDP limit: 2065 MHz
[ 0.590014] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-therm
[ 0.590430] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-therm
[ 0.590702] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type MEM-therm
[ 0.590967] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.591745] audit: initializing netlink socket (disabled)
[ 0.591789] type=2000 audit(0.566:1): initialized
[ 0.592691] bounce pool size: 64 pages
[ 0.594390] NFS: Registering the id_resolver key type
[ 0.594440] Key type id_resolver registered
[ 0.594462] Key type id_legacy registered
[ 0.594492] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.595164] NTFS driver 2.1.30 [Flags: R/O].
[ 0.595472] fuse init (API version 7.22)
[ 0.595896] msgmni has been set to 1457
[ 0.598386] io scheduler noop registered (default)
[ 0.598857] PCIE.C: tegra_pcie_enable_regulators : regulator hvdd_pex
[ 0.598955] PCIE.C: tegra_pcie_enable_regulators : regulator pexio
[ 0.599034] PCIE.C: tegra_pcie_enable_regulators : regulator avdd_plle
[ 1.017854] PCI host bridge to bus 0000:00
[ 1.017885] pci_bus 0000:00: root bus resource [mem 0x32100000-0x3fffffff]
[ 1.017915] pci_bus 0000:00: root bus resource [mem 0x12100000-0x320fffff pref]
[ 1.017946] pci_bus 0000:00: root bus resource [io 0x1000-0xffff]
[ 1.017973] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 1.018357] PCI: bus0: Fast back to back transfers disabled
[ 1.018386] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.019043] PCI: bus1: Fast back to back transfers disabled
[ 1.019378] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[ 1.019407] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 1.019765] PCI host bridge to bus 0000:02
[ 1.019792] pci_bus 0000:02: root bus resource [mem 0x32100000-0x3fffffff]
[ 1.019821] pci_bus 0000:02: root bus resource [mem 0x12100000-0x320fffff pref]
[ 1.019851] pci_bus 0000:02: root bus resource [io 0x10000-0x1ffff]
[ 1.019878] pci_bus 0000:02: No busn resource found for root bus, will use [bus 02-ff]
[ 1.020231] PCI: bus2: Fast back to back transfers disabled
[ 1.020260] pci 0000:02:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.020961] PCI: bus3: Fast back to back transfers disabled
[ 1.021263] pcieport 0000:02:00.0: Signaling PME through PCIe PME interrupt
[ 1.021293] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 1.021550] pcieport 0000:02:00.0: BAR 8: assigned [mem 0x32100000-0x321fffff]
[ 1.021607] pcieport 0000:02:00.0: BAR 7: assigned [io 0x10000-0x10fff]
[ 1.021641] pci 0000:03:00.0: BAR 0: assigned [mem 0x32100000-0x3211ffff]
[ 1.021677] pci 0000:03:00.0: BAR 3: assigned [mem 0x32120000-0x32123fff]
[ 1.021710] pci 0000:03:00.0: BAR 2: assigned [io 0x10000-0x1001f]
[ 1.021743] pcieport 0000:02:00.0: PCI bridge to [bus 03]
[ 1.021769] pcieport 0000:02:00.0: bridge window [io 0x10000-0x10fff]
[ 1.021799] pcieport 0000:02:00.0: bridge window [mem 0x32100000-0x321fffff]
[ 1.021846] pcieport 0000:00:00.0: BAR 8: assigned [mem 0x32200000-0x322fffff]
[ 1.021881] pci 0000:01:00.0: BAR 0: assigned [mem 0x32200000-0x3220ffff]
[ 1.021913] pcieport 0000:00:00.0: PCI bridge to [bus 01]
[ 1.021941] pcieport 0000:00:00.0: bridge window [mem 0x32200000-0x322fffff]
[ 1.021993] PCIE: No Link speed change happened
[ 1.022021] PCIE: ASPM not enabled
[ 1.022641] sysedp_create_consumer: unable to create backlight.3, no consumer_data for backlight.3 found
[ 1.023619] tsec tsec: initialized
[ 1.025134] isp isp.0: initialized
[ 1.026164] isp isp.1: initialized
[ 1.027839] falcon vic03.0: initialized
[ 1.029062] falcon msenc: initialized
[ 1.029579] of_dc_parse_platform_data: could not find SD settings node
[ 1.029608] of_dc_parse_platform_data: could not find cmu node
[ 1.029829] tegradc tegradc.0: using mode 1280x800 pclk=71100000 href=1 vref=1
[ 1.032010] tegradc tegradc.0: nominal-pclk:71100000 parent:71000000 div:1.0 pclk:71000000 70389000~77499000
[ 1.049338] tegradc tegradc.0: probed
[ 1.049531] tegradc tegradc.0: switching framebuffer to 1280x800
[ 1.049581] tegradc tegradc.0: Calculated sync href=0 vref=6
[ 1.049610] tegradc tegradc.0: using mode 1280x800 pclk=71103000 href=0 vref=6
[ 1.052046] tegradc tegradc.0: nominal-pclk:71103000 parent:71000000 div:1.0 pclk:71000000 70391970~77502270
[ 1.069608] tegradc tegradc.0: fb registered
[ 1.069866] of_dc_parse_platform_data: could not find SD settings node
[ 1.069893] of_dc_parse_platform_data: could not find cmu node
[ 1.070128] tegradc tegradc.1: using mode 640x480 pclk=25200000 href=1 vref=1
[ 1.070654] gpio wake4 for gpio=111
[ 2.070738] tegra-i2c tegra12-i2c.1: --- register dump for debugging ----
[ 2.070771] tegra-i2c tegra12-i2c.1: I2C_CNFG - 0x2c00
[ 2.070799] tegra-i2c tegra12-i2c.1: I2C_PACKET_TRANSFER_STATUS - 0xff0001
[ 2.070827] tegra-i2c tegra12-i2c.1: I2C_FIFO_CONTROL - 0xe0
[ 2.070853] tegra-i2c tegra12-i2c.1: I2C_FIFO_STATUS - 0x800040
[ 2.070879] tegra-i2c tegra12-i2c.1: I2C_INT_MASK - 0xed
[ 2.070904] tegra-i2c tegra12-i2c.1: I2C_INT_STATUS - 0x0
[ 2.070928] tegra-i2c tegra12-i2c.1: msg->len - 1
[ 2.070950] tegra-i2c tegra12-i2c.1: is_msg_write - 1
[ 2.070974] tegra-i2c tegra12-i2c.1: next_msg->len - 128
[ 2.070997] tegra-i2c tegra12-i2c.1: is_next_msg_write - 0
[ 2.071021] tegra-i2c tegra12-i2c.1: buf_remaining - 128
[ 2.071052] tegra-i2c tegra12-i2c.1: i2c transfer timed out, addr 0x0050, data 0x00
[ 2.073502] tegradc tegradc.1: probed
[ 2.074648] tegradc tegradc.1: switching framebuffer to 640x480
[ 2.074681] tegradc tegradc.1: using mode 640x480 pclk=25200000 href=1 vref=1
[ 2.074989] tegradc tegradc.1: switching framebuffer to 640x480
[ 2.074999] tegradc tegradc.1: using mode 640x480 pclk=25200000 href=1 vref=1
[ 2.078185] Console: switching to colour frame buffer device 80x30
[ 2.086936] tegradc tegradc.1: fb registered
[ 2.088858] hdmi_state_machine_worker (tid edb7d0c0): state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[ 2.092626] hdmi_state_machine_set_state_l: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[ 2.096216] tegra-apbdma tegra-apbdma: Tegra20 APB DMA driver register 32 channels
[ 2.096999] Serial: 8250/16550 driver, 9 ports, IRQ sharing disabled
[ 2.099505] serial8250.0: ttyS0 at MMIO 0x70006000 (irq = 68) is a Tegra
[ 2.143610] hdmi_state_machine_worker (tid edb7d0c0): state 0 (Reset), hpd 0, pending_hpd_evt 0
[ 2.143614] hdmi_disable_l: audio_switch 0
[ 2.143616] hdmi_disable_l: hpd_switch 0
[ 2.143622] hdmi_state_machine_set_state_l: switching from state 0 (Reset) to state 1 (Check Plug)
[ 2.153603] hdmi_state_machine_worker (tid edb7d0c0): state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[ 2.153606] hdmi_disable_l: audio_switch 0
[ 2.153609] hdmi_disable_l: hpd_switch 0
[ 2.153615] hdmi_state_machine_set_state_l: switching from state 1 (Check Plug) to state 3 (Disabled)
[ 3.716992] pcieport 0000:00:00.0: AER: Corrected error received: id=0010
[ 3.717011] pcieport 0000:00:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=0000(Receiver ID)
[ 3.717019] pcieport 0000:00:00.0: device [10de:0e12] error status/mask=00000001/00002000
[ 3.717027] pcieport 0000:00:00.0: [ 0] Receiver Error
[ 4.445645] console [ttyS0] enabled
[ 4.451560] serial-tegra.1: ttyTHS1 at MMIO 0x70006040 (irq = 69) is a SERIAL_TEGRA
[ 4.463627] serial-tegra.2: ttyTHS2 at MMIO 0x70006200 (irq = 78) is a SERIAL_TEGRA
[ 4.475915] serial-tegra.3: ttyTHS3 at MMIO 0x70006300 (irq = 122) is a SERIAL_TEGRA
[ 4.493754] loop: module loaded
[ 4.499417] nct1008_nct72 4-004c: success in enabling rail vdd_nct72
[ 4.511883] gpio wake35 for gpio=70
[ 4.517910] nct1008_nct72 4-004c: nct1008_probe: initialized
[ 4.526734] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[ 4.541634] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 4.557343] tegra_profiler: Branch: Dev
[ 4.563861] tegra_profiler: Version: 1.103
[ 4.570600] tegra_profiler: Samples version: 34
[ 4.577778] tegra_profiler: IO version: 18
[ 4.584464] armv7_pmu: arch: Cortex A15, type: 4, ver: 0
[ 4.592505] tegra_profiler: auth: init
[ 4.599141] GPS: mt3332_gps_mod_init: platform_driver_register ret = 0
[ 4.609353] tegra-sata tegra-sata.0: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl TEGRA-SATA mode
[ 4.623580] tegra-sata tegra-sata.0: flags: 64bit ncq sntf pm led pmp pio slum part sadm apst
[ 4.638269] scsi0 : tegra-sata
[ 4.644178] scsi1 : tegra-sata
[ 4.649795] ata1: SATA max UDMA/133 irq 55
[ 4.656253] ata2: DUMMY
[ 4.662949] gpio wake34 for gpio=82
[ 4.671057] tun: Universal TUN/TAP device driver, 1.6
[ 4.678350] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 4.686913] CAN device driver interface
[ 4.692988] Intel(R) Gigabit Ethernet Network Driver - version 5.3.5.4
[ 4.701704] Copyright (c) 2007-2015 Intel Corporation.
[ 4.750901] igb 0000:03:00.0: added PHC on eth0
[ 4.757631] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 4.766682] igb 0000:03:00.0: eth0: (PCIe:2.5GT/s:Width x1)
[ 4.774479] igb 0000:03:00.0 eth0: MAC: 00:14:2d:00:00:00
[ 4.782020] igb 0000:03:00.0: eth0: PBA No: Unknown
[ 4.788971] igb 0000:03:00.0: LRO is disabled
[ 4.795316] igb 0000:03:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
[ 4.806849] usbcore: registered new interface driver asix
[ 4.814274] usbcore: registered new interface driver ax88179_178a
[ 4.822388] usbcore: registered new interface driver cdc_ether
[ 4.830261] usbcore: registered new interface driver cdc_subset
[ 4.838170] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.846878] tegra USB phy - inst[1] platform info:
[ 4.853678] port_otg: no
[ 4.858131] has_hostpc: yes
[ 4.862779] phy_interface: USB_PHY_INTF_UTMI
[ 4.868875] op_mode: TEGRA_USB_OPMODE_HOST
[ 4.874766] qc2_voltage: 0
[ 4.879166] vbus_gpio: -1
[ 4.883456] hot_plug: disabled
[ 4.888206] remote_wakeup: enabled
[ 4.894791] tegra-ehci tegra-ehci.1: Tegra EHCI Host Controller
[ 4.902508] tegra-ehci tegra-ehci.1: new USB bus registered, assigned bus number 1
[ 4.913709] Wake40 for irq=53
[ 4.918417] Wake42 for irq=53
[ 4.923123] tegra-ehci tegra-ehci.1: irq 53, io mem 0x7d004000
[ 4.936611] tegra-ehci tegra-ehci.1: USB 2.0 started, EHCI 1.10
[ 4.944329] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.952837] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.963396] usb usb1: Product: Tegra EHCI Host Controller
[ 4.964622] ata1: SATA link down (SStatus 0 SControl 300)
[ 4.977724] usb usb1: Manufacturer: Linux 3.10.40-2.8.5+gccecdb3d6b3b ehci_hcd
[ 4.988545] usb usb1: SerialNumber: tegra-ehci.1
[ 4.995458] hub 1-0:1.0: USB hub found
[ 5.001033] hub 1-0:1.0: 1 port detected
[ 5.007094] ehci-pci: EHCI PCI platform driver
[ 5.013666] tegra_xusb_read_usb_calib: usb_calib0 = 0x0286038a
[ 5.021838] usbcore: registered new interface driver usb-storage
[ 5.029860] usbcore: registered new interface driver usbserial
[ 5.037588] usbcore: registered new interface driver usbserial_generic
[ 5.046004] usbserial: USB Serial support registered for generic
[ 5.053929] usbcore: registered new interface driver pl2303
[ 5.061388] usbserial: USB Serial support registered for pl2303
[ 5.069339] Nvidia Tegra High-Speed USB Device Controller driver (Apr 30, 2012)
[ 5.080681] tegra USB phy - inst[0] platform info:
[ 5.087501] port_otg: yes
[ 5.092133] has_hostpc: yes
[ 5.096882] phy_interface: USB_PHY_INTF_UTMI
[ 5.103129] op_mode: TEGRA_USB_OPMODE_DEVICE
[ 5.109305] qc2_voltage: 0
[ 5.113904] vbus_pmu_irq: 0
[ 5.118608] vbus_gpio: -1
[ 5.123085] charging: disabled
[ 5.127993] remote_wakeup: disabled
[ 5.136077] tegra-udc tegra-udc.0: usb_bat_chg regulator not registered: USB charging will not be enabled
[ 5.151989] as3722-rtc as3722-rtc.1: rtc core: registered as3722 as rtc0
[ 5.160637] as3722-rtc as3722-rtc.1: RTC interrupt 449
[ 5.172117] rtc-ds1307 0-0068: oscillator failed, set time!
[ 5.179740] rtc-ds1307 0-0068: rtc core: registered m41t0 as rtc1
[ 5.188116] tegra_rtc tegra_rtc: rtc core: registered tegra_rtc as rtc2
[ 5.196653] Wake16 for irq=34
[ 5.201492] tegra_rtc tegra_rtc: Tegra internal Real Time Clock
[ 5.209451] i2c /dev entries driver
[ 5.218178] nvavp nvavp: allocated IOVA at 8ff00000 for AVP os
[ 5.226675] tegra_dtv_probe: probing dtv.
[ 5.232674] setup_stream: bufsize = 4096, bufnum = 4
[ 5.237952] usbcore: registered new interface driver uvcvideo
[ 5.247793] USB Video Class driver (1.1.1)
[ 5.254303] zram: Created 1 device(s) ...
[ 5.261035] tegra_wdt tegra_wdt.0: last reset is due to watchdog timeout
[ 5.269923] WDT heartbeat enabled on probe
[ 5.276005] tegra_wdt_probe done
[ 5.281479] sdhci: Secure Digital Host Controller Interface driver
[ 5.289642] sdhci: Copyright(c) Pierre Ossman
[ 5.295949] sdhci-pltfm: SDHCI platform and OF driver helper
[ 5.303972] sdhci-tegra sdhci-tegra.3: vddio_sd_slot regulator not found: -517. Assuming vddio_sd_slot is not required.
[ 5.310624] usb 1-1: new high-speed USB device number 2 using tegra-ehci
[ 5.327946] sdhci-tegra sdhci-tegra.3: Speedo value 2185
[ 5.335485] sdhci-tegra sdhci-tegra.3: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1150
[ 5.349633] mmc0: no vqmmc regulator found
[ 5.356058] mmc0: no vmmc regulator found
[ 5.362320] mmc0: Invalid maximum block size, assuming 512 bytes
[ 5.370627] sysedp_create_consumer: unable to create sdhci-tegra.3, no consumer_data for sdhci-tegra.3 found
[ 5.406603] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
[ 5.421714] sdhci-tegra sdhci-tegra.0: Speedo value 2185
[ 5.429421] sdhci-tegra sdhci-tegra.0: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1150
[ 5.443519] mmc1: no vqmmc regulator found
[ 5.450104] mmc1: no vmmc regulator found
[ 5.456476] mmc1: Invalid maximum block size, assuming 512 bytes
[ 5.464945] sysedp_create_consumer: unable to create sdhci-tegra.0, no consumer_data for sdhci-tegra.0 found[ 5.477403] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
[ 5.488938] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.499297] hub 1-1:1.0: USB hub found
[ 5.505520] mmc1: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA
[ 5.520290] hub 1-1:1.0: 4 ports detected
[ 5.527910] sdhci-tegra sdhci-tegra.2: Speedo value 2185
[ 5.535771] sdhci-tegra sdhci-tegra.2: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1150
[ 5.550365] mmc2: no vqmmc regulator found
[ 5.556902] mmc2: no vmmc regulator found
[ 5.563266] mmc2: Invalid maximum block size, assuming 512 bytes
[ 5.571708] sysedp_create_consumer: unable to create sdhci-tegra.2, no consumer_data for sdhci-tegra.2 found[ 5.596920] mmc0: BKOPS_EN bit is not set
[ 5.606028] mmc0: new high speed DDR MMC card at address 0001
[ 5.614277] mmc2: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA
[ 5.629096] gpio wake56 for gpio=170
[ 5.629142] mmcblk mmc0:0001: Card claimed for testing.
[ 5.629342] mmcblk0: mmc0:0001 016G30 14.6 GiB
[ 5.629521] mmcblk0boot0: mmc0:0001 016G30 partition 1 4.00 MiB
[ 5.629712] mmcblk0boot1: mmc0:0001 016G30 partition 2 4.00 MiB
[ 5.629866] mmcblk0rpmb: mmc0:0001 016G30 partition 3 4.00 MiB
[ 5.674868] mmcblk0: p1 p2
[ 5.677918] tegra-se tegra12-se: tegra_se_probe: complete
[ 5.678114] hidraw: raw HID events driver (C) Jiri Kosina
[ 5.678239] usbcore: registered new interface driver usbhid
[ 5.678243] usbhid: USB HID core driver
[ 5.709400] tegra-hier-ictlr tegra-hier-ictlr: probed
[ 5.718935] mmcblk0boot1: unknown partition table
[ 5.727452] mmcblk0boot0: unknown partition table
[ 5.802214] usbcore: registered new interface driver snd-usb-audio
[ 5.811501] tegra_offload_platform probe successfull.
[ 5.818835] succefully registered offload opstegra30_avp_audio_platform_probe successful.
[ 5.832064] sgtl5000 4-000a: sgtl5000 revision 0x11
[ 5.842807] 4-000a: 1200 mV normal
[ 5.848652] sgtl5000 4-000a: Using internal LDO instead of VDDD
[ 5.862082] tegra-snd-apalis-tk1-sgtl5000 tegra-snd-apalis-tk1-sgtl5000.0: sgtl5000 <-> tegra30-i2s.2 mapping ok
[ 5.877186] tegra-snd-apalis-tk1-sgtl5000 tegra-snd-apalis-tk1-sgtl5000.0: dit-hifi <-> tegra30-spdif mapping ok
[ 5.892155] usb 1-1.3: new high-speed USB device number 3 using tegra-ehci
[ 5.903077] oprofile: using timer interrupt.
[ 5.910058] GACT probability NOT on
[ 5.916001] Mirror/redirect action on
[ 5.921771] u32 classifier
[ 5.926569] Actions configured
[ 5.932036] Netfilter messages via NETLINK v0.30.
[ 5.938870] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 5.947501] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[ 5.956690] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[ 5.965057] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 5.972727] arp_tables: (C) 2002 David S. Miller
[ 5.979586] TCP: cubic registered
[ 5.985266] NET: Registered protocol family 10
[ 5.991284] usb 1-1.3: New USB device found, idVendor=13b1, idProduct=0041
[ 5.991294] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 5.991301] usb 1-1.3: Product: Linksys USB3GIGV1
[ 5.991308] usb 1-1.3: Manufacturer: Linksys
[ 5.991314] usb 1-1.3: SerialNumber: 000001000000
[ 5.992935] cdc_ether 1-1.3:2.0 eth1: register 'cdc_ether' at usb-tegra-ehci.1-1.3, CDC Ethernet Device, 58:ef:68:b5:60:0b
[ 6.036301] mmc2: host does not support reading read-only switch. assuming write-enable.
[ 6.039055] mmc2: new high speed SDHC card at address aaaa
[ 6.039259] mmcblk mmc2:aaaa: Card claimed for testing.
[ 6.076170] mmcblk1: mmc2:aaaa SL16G 14.8 GiB
[ 6.083642] mip6: Mobile IPv6
[ 6.087634] mmcblk1: p1
[ 6.093366] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 6.101464] NET: Registered protocol family 17
[ 6.107971] NET: Registered protocol family 15
[ 6.114411] can: controller area network core (rev 20120528 abi 9)
[ 6.122720] NET: Registered protocol family 29
[ 6.129233] can: raw protocol (rev 20120528)
[ 6.135570] can: broadcast manager protocol (rev 20120528 t)
[ 6.143325] can: netlink gateway (rev 20130117) max_hops=1
[ 6.150997] NET: Registered protocol family 35
[ 6.157578] 8021q: 802.1Q VLAN Support v1.8
[ 6.163939] NET: Registered protocol family 37
[ 6.170419] Key type dns_resolver registered
[ 6.176686] NET: Registered protocol family 41
[ 6.184358] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 6.220642] Registering SWP/SWPB emulation handler
[ 6.227513] last reset is due to watchdog timeout
[ 6.227513]
[ 6.237640] Disabling clocks left on by bootloader:
[ 6.244532] audio_2x
[ 6.248990] audio
[ 6.253104] audio4
[ 6.257212] audio3
[ 6.261229] audio2
[ 6.265151] audio1
[ 6.269005] audio0
[ 6.272885] hdmi_audio
[ 6.277055] entropy
[ 6.280900] dsi2-fixed
[ 6.284986] dsi1-fixed
[ 6.289043] mipi-cal-fixed
[ 6.293391] nor
[ 6.296786] trace
[ 6.300301] sdmmc3_ddr
[ 6.304197] sdmmc1_ddr
[ 6.308092] cclk_lp
[ 6.311649] pll_x_out0
[ 6.315423] pll_u_12M
[ 6.319071] pll_m_out1
[ 6.322877] tegra_dvfs: vdd_cpu connected to regulator
[ 6.329180] tegra_dvfs: vdd_core connected to regulator
[ 6.335581] tegra_dvfs: vdd_gpu connected to regulator
[ 6.343275] cpu_cold cooling device is registered
[ 6.349208] cpu_hot cooling device is registered
[ 6.349307] Tegra CPU DFLL is initialized with use_dfll = 1
[ 6.349365] CPU rate: 696 MHz
[ 6.534797] tegra dvfs: tegra sysfs cap interface is initialized
[ 6.541857] tegra dvfs: tegra sysfs gpu & emc interface is initialized
[ 6.549874] tegra_actmon.emc: Completed initialization (0)
[ 6.556642] tegra_actmon.avp: Completed initialization (0)
[ 6.563221] tegra_mon.cpu_emc: Completed initialization (0)
[ 6.572460] VCC_USBO1: incomplete constraints, leaving on
[ 6.578970] +V1.05_AVDD_HDMI_PLL: incomplete constraints, leaving on
[ 6.586532] +V1.8_VPP_FUSE: incomplete constraints, leaving on
[ 6.593553] as3722-ldo7: incomplete constraints, leaving on
[ 6.600495] as3722-ldo5: incomplete constraints, leaving on
[ 6.607316] VDDIO_SDMMC1: incomplete constraints, leaving on
[ 6.614310] as3722-sd3: incomplete constraints, leaving on
[ 6.621173] regulator-dummy: incomplete constraints, leaving on
[ 6.629178] file system registered
[ 6.634936] android_usb gadget: Mass Storage Function, version: 2009/09/11
[ 6.643326] android_usb gadget: Number of LUNs=1
[ 6.649468] lun0: LUN: removable file: (no medium)
[ 6.656258] android_maxim14675_set_voltage: max_voltage (vbus) = 5000
[ 6.664350] android_usb gadget: android_usb ready
[ 6.670735] tegra-udc: bind to driver android_usb
[ 6.677414] gpio wake14 for gpio=235
[ 6.682799] gpio wake0 for gpio=117
[ 6.688234] input: gpio-keys.4 as /devices/platform/gpio-keys.4/input/input0
[ 6.697857] as3722-rtc as3722-rtc.1: setting system clock to 2000-01-01 00:02:56 UTC (946684976)
[ 6.711044] ALSA device list:
[ 6.715525] #0: Toradex Apalis TK1 SGTL5000
[ 6.721343] #1: HDA NVIDIA Tegra at 0x70038000 irq 113
[ 6.732993] JBD2: Unrecognised features on journal
[ 6.739315] EXT4-fs (mmcblk0p2): error loading journal
[ 6.746085] List of all partitions:
[ 6.751160] b300 15388672 mmcblk0 driver: mmcblk
[ 6.758064] b301 16384 mmcblk0p1 af69948b-01
[ 6.764993] b302 15339520 mmcblk0p2 af69948b-02
[ 6.771823] b330 4096 mmcblk0rpmb (driver?)
[ 6.778597] b320 4096 mmcblk0boot1 (driver?)
[ 6.785443] b310 4096 mmcblk0boot0 (driver?)
[ 6.792333] b340 15558144 mmcblk1 driver: mmcblk
[ 6.799134] b341 4193280 mmcblk1p1 a61e222b-01
[ 6.805946] No filesystem could mount root, tried: ext4
[ 6.812795] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
[ 6.824135] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.10.40-2.8.5+gccecdb3d6b3b #1
[ 6.834869] [<c00154c8>] (unwind_backtrace+0x0/0x120) from [<c0012090>] (show_stack+0x18/0x1c)
[ 6.846584] [<c0012090>] (show_stack+0x18/0x1c) from [<c0742bcc>] (panic+0x8c/0x1d8)
[ 6.857515] [<c0742bcc>] (panic+0x8c/0x1d8) from [<c0a27fc4>] (mount_block_root+0x1c0/0x220)
[ 6.869274] [<c0a27fc4>] (mount_block_root+0x1c0/0x220) from [<c0a280dc>] (mount_root+0xb8/0x104)
[ 6.881630] [<c0a280dc>] (mount_root+0xb8/0x104) from [<c0a2826c>] (prepare_namespace+0x144/0x184)
[ 6.894101] [<c0a2826c>] (prepare_namespace+0x144/0x184) from [<c0a27c1c>] (kernel_init_freeable+0x164/0x1c4)
[ 6.907669] [<c0a27c1c>] (kernel_init_freeable+0x164/0x1c4) from [<c073b3d0>] (kernel_init+0x10/0xe8)
[ 6.920673] [<c073b3d0>] (kernel_init+0x10/0xe8) from [<c000e678>] (ret_from_fork+0x14/0x20)
[ 6.933007] CPU1: stopping
[ 6.937653] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 3.10.40-2.8.5+gccecdb3d6b3b #1
[ 6.949385] [<c00154c8>] (unwind_backtrace+0x0/0x120) from [<c0012090>] (show_stack+0x18/0x1c)
[ 6.962173] [<c0012090>] (show_stack+0x18/0x1c) from [<c001455c>] (handle_IPI+0xe0/0x1a8)
[ 6.974756] [<c001455c>] (handle_IPI+0xe0/0x1a8) from [<c00085b0>] (gic_handle_irq+0xc8/0x138)
[ 6.987919] [<c00085b0>] (gic_handle_irq+0xc8/0x138) from [<c000e1c0>] (__irq_svc+0x40/0x70)
[ 7.000945] Exception stack(0xee28bf28 to 0xee28bf70)
[ 7.008284] bf20: 00000000 000f4240 0001dd67 00000000 00000000 c1e3b7c8
[ 7.020974] bf40: 947dacc9 00000001 947dab7c 00000001 c1e393b0 00000000 0748dfa4 ee28bf70
[ 7.033646] bf60: c005f124 c00396c8 20000113 ffffffff
[ 7.040942] [<c000e1c0>] (__irq_svc+0x40/0x70) from [<c00396c8>] (tegra_idle_enter_clock_gating+0x64/0x78)
[ 7.055047] [<c00396c8>] (tegra_idle_enter_clock_gating+0x64/0x78) from [<c055f1b0>] (cpuidle_enter_state+0x40/0xdc)
[ 7.070027] [<c055f1b0>] (cpuidle_enter_state+0x40/0xdc) from [<c055f430>] (cpuidle_idle_call+0x1e4/0x24c)
[ 7.084129] [<c055f430>] (cpuidle_idle_call+0x1e4/0x24c) from [<c000f3ac>] (arch_cpu_idle+0x10/0x40)
[ 7.097705] [<c000f3ac>] (arch_cpu_idle+0x10/0x40) from [<c009e884>] (cpu_startup_entry+0xfc/0x1f8)
[ 7.111191] [<c009e884>] (cpu_startup_entry+0xfc/0x1f8) from [<8073d364>] (0x8073d364)
[ 7.123532] CPU3: stopping
[ 7.128983] CPU: 3 PID: 0 Comm: swapper/3 Not tainted 3.10.40-2.8.5+gccecdb3d6b3b #1
[ 7.142248] [<c00154c8>] (unwind_backtrace+0x0/0x120) from [<c0012090>] (show_stack+0x18/0x1c)
[ 7.156384] [<c0012090>] (show_stack+0x18/0x1c) from [<c001455c>] (handle_IPI+0xe0/0x1a8)
[ 7.170074] [<c001455c>] (handle_IPI+0xe0/0x1a8) from [<c00085b0>] (gic_handle_irq+0xc8/0x138)
[ 7.184197] [<c00085b0>] (gic_handle_irq+0xc8/0x138) from [<c000e1c0>] (__irq_svc+0x40/0x70)
[ 7.198142] Exception stack(0xee28ff28 to 0xee28ff70)
[ 7.205970] ff20: 00000000 000f4240 00031e34 00000000 00000000 c1e4d7c8
[ 7.219673] ff40: 8f988cfb 00000001 8f988c01 00000001 c1e4b3b0 00000000 0c2dff85 ee28ff70
[ 7.233352] ff60: c005f124 c00396c8 20000113 ffffffff
[ 7.241189] [<c000e1c0>] (__irq_svc+0x40/0x70) from [<c00396c8>] (tegra_idle_enter_clock_gating+0x64/0x78)
[ 7.256372] [<c00396c8>] (tegra_idle_enter_clock_gating+0x64/0x78) from [<c055f1b0>] (cpuidle_enter_state+0x40/0xdc)
[ 7.272428] [<c055f1b0>] (cpuidle_enter_state+0x40/0xdc) from [<c055f430>] (cpuidle_idle_call+0x1e4/0x24c)
[ 7.287620] [<c055f430>] (cpuidle_idle_call+0x1e4/0x24c) from [<c000f3ac>] (arch_cpu_idle+0x10/0x40)
[ 7.302279] [<c000f3ac>] (arch_cpu_idle+0x10/0x40) from [<c009e884>] (cpu_startup_entry+0xfc/0x1f8)
[ 7.316842] [<c009e884>] (cpu_startup_entry+0xfc/0x1f8) from [<8073d364>] (0x8073d364)
[ 7.330261] CPU2: stopping
[ 7.337578] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 3.10.40-2.8.5+gccecdb3d6b3b #1
[ 7.354628] [<c00154c8>] (unwind_backtrace+0x0/0x120) from [<c0012090>] (show_stack+0x18/0x1c)
[ 7.372534] [<c0012090>] (show_stack+0x18/0x1c) from [<c001455c>] (handle_IPI+0xe0/0x1a8)
[ 7.389946] [<c001455c>] (handle_IPI+0xe0/0x1a8) from [<c00085b0>] (gic_handle_irq+0xc8/0x138)
[ 7.407888] [<c00085b0>] (gic_handle_irq+0xc8/0x138) from [<c000e1c0>] (__irq_svc+0x40/0x70)
[ 7.425586] Exception stack(0xee28df28 to 0xee28df70)
[ 7.435332] df20: 00000000 000f4240 000093f6 00000000 00000000 c1e447c8
[ 7.452762] df40: 99848d8a 00000001 99848c3d 00000001 c1e423b0 00000000 0241f90c ee28df70
[ 7.470180] df60: c005f124 c00396c8 20000113 ffffffff
[ 7.479931] [<c000e1c0>] (__irq_svc+0x40/0x70) from [<c00396c8>] (tegra_idle_enter_clock_gating+0x64/0x78)
[ 7.498873] [<c00396c8>] (tegra_idle_enter_clock_gating+0x64/0x78) from [<c055f1b0>] (cpuidle_enter_state+0x40/0xdc)
[ 7.518709] [<c055f1b0>] (cpuidle_enter_state+0x40/0xdc) from [<c055f430>] (cpuidle_idle_call+0x1e4/0x24c)
[ 7.537685] [<c055f430>] (cpuidle_idle_call+0x1e4/0x24c) from [<c000f3ac>] (arch_cpu_idle+0x10/0x40)
[ 7.556083] [<c000f3ac>] (arch_cpu_idle+0x10/0x40) from [<c009e884>] (cpu_startup_entry+0xfc/0x1f8)
[ 7.574452] [<c009e884>] (cpu_startup_entry+0xfc/0x1f8) from [<8073d364>] (0x8073d364)
Any help is appreciated.