U-Boot with Apalis TK1

Hello,

How do I access U-BOOT on the Apalis TK1 board? I would like to flash the module with the NVIDIA JetPack. I just created a SD card with an image. Do I need something or it working by default? I tried to connect X22 using a USB-2-serial adaptor and I do not have any command response. It is working fine with another serial device, so connectivity is working fine.

I’m quite new to such devices.

Regards,

Jérôme

I managed to get through the U-Boot through serial. Needed the null modem adaptor.
However, I managed to create a SD boot medium and I was able to execute run update. However, the update took a long time (more than a hour) and there were MMC Writes that were in error. I reset the device and the Apalis TK1 is no longer booting. What do I need to make it work again?

I managed to get through the U-Boot through serial. Needed the null modem adaptor.

Yes, just as e.g. explained in the following article on our developer website.

However, I managed to create a SD boot medium

I assume you did that according to the following article on our developer website. Please note that SD boot medium is kind of the wrong term. It’s really just an update media and by no means bootable.

and I was able to execute run update. However, the update took a long time (more than a hour) and there were MMC Writes that were in error.

To understand better what may have gone wrong the actual error message(s) would be very helpful.

I reset the device and the Apalis TK1 is no longer booting.

What exactly do you mean by no longer booting? You don’t even get any output on the serial console (e.g. from U-Boot) any more?

What do I need to make it work again?

If you really destroyed the U-Boot boot loader which is rather unlikely then you would have to make use of its recovery mode as described in its data sheet section 7 on page 63. While the procedure is not yet described for the Apalis TK1 it is really similar to what is outlined here or here.

Hello,

I created a SD drive with the necessary files in order to perform the update.

What I mean by “no longer booting” is that the U-Boot is not present at bootup. I managed to get it by connecting the micro USB cable to my workstation and by using the update.sh -d option. However, when I execute run setupdate; run update this is what I get:

run setupdate
MMC: no card present
** Bad device mmc 1 **
reading flash_blk.img
2344 bytes read in 13 ms (175.8 KiB/s)
## Executing script at 80408000
enter "run update" to update the entire module
Apalis TK1 # 
Apalis TK1 # run update
reading apalis-tk1/apalis-tk1.img
** Unable to read file apalis-tk1/apalis-tk1.img **
reading apalis-tk1/mbr.bin
** Unable to read file apalis-tk1/mbr.bin **
reading apalis-tk1/boot.vfat
** Unable to read file apalis-tk1/boot.vfat **
reading apalis-tk1/uImage
** Unable to read file apalis-tk1/uImage **
reading apalis-tk1/tegra124-apalis-eval.dtb
49196 bytes read in 25 ms (1.9 MiB/s)
writing tegra124-apalis-eval.dtb
49196 bytes written
reading apalis-tk1/root.ext3
** Unable to read file apalis-tk1/root.ext3 **
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 40960, count 131072 ... 131072 blocks written: OK
reading apalis-tk1/root.ext3
** Unable to read file apalis-tk1/root.ext3 **
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 172032, count 131072 ... 131072 blocks written: OK
reading apalis-tk1/root.ext3
** Unable to read file apalis-tk1/root.ext3 **
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 303104, count 131072 ... 131072 blocks written: OK
reading apalis-tk1/root.ext3
** Unable to read file apalis-tk1/root.ext3 **
switch to partitions #0, OK
mmc0(part 0) is current device

Do I need to have a .img file inside the SD card? I don’t have the “apalis-tk1.img” file on it.

Jérôme

I created a SD drive with the necessary files in order to perform the update.

Necessary by what account? If one does not adhere to our documentation in doing so how can one claim it containing the necessary files?

Do I need to have a .img file inside the SD card? I don’t have the “apalis-tk1.img” file on it.

That really depends on what exactly one plans to update. If updating the U-Boot boot loader then yes that is the file that will be used. If just updating the device tree, kernel and/or root file system then no other resp. files will be needed.

BTW: Please note that the current Apalis TK1 V1,0 hardware revisions will require modifications to the carrier board in order to overcome certain hardware erratas like e.g. the known SD card interface issue. Alternatively one may of course opt to using a different update media like an USB mass storage device aka memory stick or doing the update via Ethernet TFTP.

I managed by reflashing the U-Boot and the rootfs using only the Apalis v2.6.1 image from your website, without including the NVIDIA JetPack rootfs. I then retried to reflash the device with the “Installing NVIDIA JetPack with L4T on Apalis TK1” procedure and I get the following kernel messages:

U-Boot 2015.04 (Sep 29 2016 - 22:55:33)

TEGRA124
DRAM:  2 GiB
MMC:   Tegra SD/MMC: 0, Tegra SD/MMC: 1, Tegra SD/MMC: 2
tegra-pcie: PCI regions:
tegra-pcie:   I/O: 0x12000000-0x12010000
tegra-pcie:   non-prefetchable memory: 0x13000000-0x20000000
tegra-pcie:   prefetchable memory: 0x20000000-0x40000000
tegra-pcie: 2x1, 1x1 configuration
tegra-pcie: probing port 1, using 1 lanes
In:    serial
Out:   serial
Err:   serial
Model: Toradex Apalis TK1 2GB V1.0B, Serial# 02822863
Net:   e1000: no NVM
e1000#0
Hit any key to stop autoboot:  1  0 
Booting from internal eMMC chip...
reading tegra124-apalis-eval.dtb
49196 bytes read in 19 ms (2.5 MiB/s)
reading uImage
6266384 bytes read in 157 ms (38.1 MiB/s)
## Booting kernel from Legacy Image at 81000000 ...
   Image Name:   Angstrom/3.10.40+gitr0e41a93380f
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    6266320 Bytes = 6 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 82000000
   Booting using the fdt blob at 0x82000000
   Loading Kernel Image ... OK
   Using Device Tree in place at 82000000, end 8200f02b

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-V2.6.1b1+g0e41a93 (linuxdev@linuxdev.toradex.int) (gcc version 5.2.1 20151005 (Linaro GCC 5.2-2015.11-2) ) #1 SMP PREEMPT Thu Sep 29 22:57:04 CEST 2016
[    0.000000] CPU: ARMv7 Processor [413fc0f3] revision 3 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] Machine: apalis-tk1, model: Toradex Apalis TK1, serial: 0
[    0.000000] Truncating memory at 0x80000000 to fit in 32-bit physical address space
[    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:            fa5ff000 - fb7fefff
[    0.000000] 2nd Framebuffer:        fb7ff000 - ffffefff
[    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: /build/linuxdev/oe-core_V2.6.1/build/tmp-glibc/work-shared/apalis-tk1/kernel-source/arch/arm/boot/dts/tegra124-apalis-eval.dts
[    0.000000] Tegra12: CPU Speedo value 2252, Soc Speedo value 2180, Gpu Speedo value 2046
[    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] tegra12_plle_clk_enable: pll_e is already enabled
[    0.000000] PERCPU: Embedded 9 pages/cpu @c1e2d000 s15168 r8192 d13504 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 499215
[    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 ip=off root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait igb_mac=00:14:2d:2b:12:cf consoleblank=0 no_console_suspend=1 console=tty1 console=ttyS0,115200n8 debug_uartport=lsport,0 video=tegrafb0:640x480-16@60 fbcon=map:1
[    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: 1954560k/1954560k available, 142588k reserved, 1224696K 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 - 0xc0b857e0   (11766 kB)
[    0.000000]       .init : 0xc0b86000 - 0xc0c04b40   ( 507 kB)
[    0.000000]       .data : 0xc0c06000 - 0xc0d5eb98   (1379 kB)
[    0.000000]        .bss : 0xc0d5eb98 - 0xc0dfc8f4   ( 632 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.002577] Calibrating delay loop (skipped), value calculated using timer frequency.. lpj=12000
[    0.002633] pid_max: default: 32768 minimum: 301
[    0.002922] Mount-cache hash table entries: 512
[    0.022181] Initializing cgroup subsys debug
[    0.022219] Initializing cgroup subsys freezer
[    0.022296] CPU: Testing write buffer coherency: ok
[    0.022378] ftrace: allocating 31534 entries in 62 pages
[    0.062263] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.062304] Setting up static identity map for 0xc084d0d8 - 0xc084d174
[    0.066299] ftrace: Allocated trace_printk buffers
[    0.072932] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.075944] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.078984] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.079167] Brought up 4 CPUs
[    0.079241] SMP: Total of 4 processors activated.
[    0.079258] CPU: All CPU(s) started in SVC mode.
[    0.080137] devtmpfs: initialized
[    0.088216] pinctrl core: initialized pinctrl subsystem
[    0.088543] regulator-dummy: no parameters
[    0.089220] NET: Registered protocol family 16
[    0.091272] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.092538] tegra_smmu tegra_smmu: Loaded Tegra IOMMU driver
[    0.093902] console [pstore-1] enabled
[    0.093939] ramoops: attached 0x200000@0xfa3ff000, ecc: 0/0
[    0.094297] cpuidle: using governor ladder
[    0.094319] cpuidle: using governor menu
[    0.097637] apalis_tk1_camera_auxdata: update camera lookup table.
[    0.106733] tegra-gpio 6000d000.gpio: Initialising GPIO state 0: name default
[    0.107099] gpiochip_add: registered GPIOs 0 to 255 on device: tegra-gpio
[    0.113972] Wake16 for irq=34
[    0.116389] Wake58 for irq=81
[    0.116437] Wake41 for irq=129
[    0.116455] Wake43 for irq=129
[    0.116499] Wake40 for irq=53
[    0.116515] Wake42 for irq=53
[    0.220880] Selecting UARTA as the debug console
[    0.220927] The debug console clock name is uarta
[    0.222338] pmu_board_info.board_id = 0
[    0.222359] PMU board id 0x0000 is not supported
[    0.222903] Clear bootloader IO dpd settings
[    0.223068] Loading Apalis TK1 EMC tables.
[    0.223295] tegra: pll_m is selected as scalable EMC clock source
[    0.223338] Lowering emc maximum rate from 1200000000 to 924000000
[    0.223364] tegra: validated EMC DFS table
[    0.223432] apalis_tk1_edp_init: CPU regulator 12500 mA
[    0.476031] apalis_tk1_edp_init: GPU regulator 11400 mA
[    0.476983] swapper/0 isomgr_init(): iso emc max clk=924000KHz
[    0.477003] swapper/0 isomgr_init(): max_iso_bw=7392000KB[    0.559966] platform tegradc.0: IOVA linear map 0xfa5ff000(1200000)
[    0.563274] platform tegradc.0: IOVA linear map 0xfb7ff000(4800000)
[    0.568207] platform tegradc.1: IOVA linear map 0xfa5ff000(1200000)
[    0.571501] platform tegradc.1: IOVA linear map 0xfb7ff000(4800000)
[    0.571789] tegra11_soctherem_oc_int_init(): OC interrupts enabled successful
[    0.571991] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.572021] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.572293] mc-err: Started MC error interface!
[    0.582625] bio: create slab  at 0
[    0.583782] reg-fixed-voltage 1.regulator: Consumer c1 does not have device name
[    0.583816] reg-fixed-voltage 1.regulator: Consumer c2 does not have device name
[    0.583949] +V3.3_MXM: 3300 mV 
[    0.584495] vgaarb: loaded
[    0.584921] SCSI subsystem initialized
[    0.585276] usbcore: registered new interface driver usbfs
[    0.585357] usbcore: registered new interface driver hub
[    0.585469] usbcore: registered new device driver usb
[    0.587054] Wake18 for irq=118
[    0.588136] as3722 4-0040: AS3722 ID: ID1:ID2:ID3 = 0x0c:0x01:0x05
[    0.588165] as3722 4-0040: Device version 1V1 and platform version 1V2
[    0.588189] as3722 4-0040: Final OTP version 1V2
[    0.589144] Wake18 for irq=118
[    0.591667] gpiochip_add: registered GPIOs 1016 to 1023 on device: as3722-gpio
[    0.591864] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.591923] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.591978] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.592009] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.592039] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.592069] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[    0.592122] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.592151] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.592181] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.592209] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[    0.592239] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[    0.592268] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[    0.592297] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[    0.592371] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.592401] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.592448] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.592479] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[    0.592508] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[    0.592540] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[    0.592569] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[    0.592598] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[    0.592627] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[    0.592656] as3722-regulator as3722-regulator.0: Consumer c11 does not have device name
[    0.592685] as3722-regulator as3722-regulator.0: Consumer c12 does not have device name
[    0.592714] as3722-regulator as3722-regulator.0: Consumer c13 does not have device name
[    0.592743] as3722-regulator as3722-regulator.0: Consumer c14 does not have device name
[    0.592773] as3722-regulator as3722-regulator.0: Consumer c15 does not have device name
[    0.592802] as3722-regulator as3722-regulator.0: Consumer c16 does not have device name
[    0.592837] as3722-regulator as3722-regulator.0: Consumer c19 does not have device name
[    0.592866] as3722-regulator as3722-regulator.0: Consumer c20 does not have device name
[    0.592895] as3722-regulator as3722-regulator.0: Consumer c21 does not have device name
[    0.592924] as3722-regulator as3722-regulator.0: Consumer c22 does not have device name
[    0.592998] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.593028] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.593084] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.593113] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.593142] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.593170] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[    0.593199] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[    0.593229] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[    0.593258] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[    0.593287] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[    0.593316] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[    0.593367] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.593455] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[    0.593487] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[    0.593516] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[    0.593547] as3722-regulator as3722-regulator.0: Consumer c12 does not have device name
[    0.593599] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.593647] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.593677] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.593727] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.594540] +VDD_CPU_AP: 650 <--> 1300 mV at 1000 mV 3500 mA 
[    0.595160] +VDD_CORE: applied init 1150000uV constraint
[    0.595631] +VDD_CORE: 700 <--> 1350 mV at 1150 mV 3500 mA 
[    0.596652] +V1.35_VDDIO_DDR(sd2): 1350 mV 
[    0.596963] as3722-sd3: no parameters
[    0.597267] +V1.05: 1050 mV 
[    0.598116] +V1.8: 1800 mV 
[    0.598455] +VDD_GPU_AP: applied init 1000000uV constraint
[    0.599215] +VDD_GPU_AP: 650 <--> 1200 mV at 1000 mV 3500 mA 
[    0.599710] +V1.05_AVDD: 1050 mV at 300 mA 
[    0.600394] VDDIO_SDMMC1: 1800 <--> 3300 mV at 3300 mV at 150 mA 
[    0.601065] +V1.2: 1200 mV at 150 mA 
[    0.602138] +V1.05_RTC: 1000 mV at 150 mA 
[    0.602464] AVDD_LVDS0_PLL: 1800 mV at 150 mA 
[    0.602812] as3722-ldo5: at 150 mA 
[    0.603148] VDDIO_SDMMC3: 1800 <--> 3300 mV at 150 mA 
[    0.603481] as3722-ldo7: at 150 mA 
[    0.604302] +V3.3_ETH(ldo9): 3300 mV at 300 mA 
[    0.604949] +V3.3_ETH(ldo10): 3300 mV at 300 mA 
[    0.605290] +V1.8_VPP_FUSE: 1800 mV at 150 mA 
[    0.606264] Linux video capture interface: v2.00
[    0.606319] pps_core: LinuxPPS API ver. 1 registered
[    0.606338] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti 
[    0.606384] PTP clock support registered
[    0.607159] Advanced Linux Sound Architecture Driver Initialized.
[    0.607917] +V1.05_AVDD_HDMI_PLL: 1050 mV 
[    0.607969] +V1.05_AVDD_HDMI_PLL: supplied by +V1.05
[    0.608172] reg-fixed-sync-voltage 2.regulator: Consumer c7 does not have device name
[    0.608205] reg-fixed-sync-voltage 2.regulator: Consumer c8 does not have device name
[    0.608234] reg-fixed-sync-voltage 2.regulator: Consumer c9 does not have device name
[    0.608264] reg-fixed-sync-voltage 2.regulator: Consumer c10 does not have device name
[    0.608294] reg-fixed-sync-voltage 2.regulator: Consumer c11 does not have device name
[    0.608331] reg-fixed-sync-voltage 2.regulator: Consumer c15 does not have device name
[    0.608360] reg-fixed-sync-voltage 2.regulator: Consumer c16 does not have device name
[    0.608389] reg-fixed-sync-voltage 2.regulator: Consumer c17 does not have device name
[    0.608418] reg-fixed-sync-voltage 2.regulator: Consumer c18 does not have device name
[    0.608968] +V3.3: 3300 mV 
[    0.609204] reg-fixed-sync-voltage 3.regulator: Consumer c3 does not have device name
[    0.609326] 5V_SW: 5000 mV 
[    0.609612] VCC_USBO1: 5000 mV 
[    0.609926] VCC_USBH(2A|2C|2D|3|4): 5000 mV 
[    0.610084] reg-fixed-sync-voltage 6.regulator: Consumer c1 does not have device name
[    0.610116] reg-fixed-sync-voltage 6.regulator: Consumer c2 does not have device name
[    0.610265] BKL1_ON: 3300 mV 
[    0.613033] as3722-adc-extcon as3722-adc-extcon.2: USB-Host is connected
[    0.615275] tegra: failed to map regulator to power detect cell pwrdet_cam(-517)
[    0.615664] tegra: failed regulators mapping - io power detection is left always on
[    0.615698] Switching to clocksource arch_sys_counter
[    0.636970] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.637135] nvmap_page_pool_init: Total MB RAM: 1924
[    0.637158] nvmap_page_pool_init: nvmap page pool size: 61592 pages (240 MB)
[    0.637303] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.637462]  iram: dma coherent mem declare 0x40001000,258048
[    0.638301] misc nvmap: created heap iram base 0x40001000 size (252KiB)
[    0.638461] nvmap:inner cache maint threshold=2097152
[    0.647509] Wake39 for irq=52
[    0.647606] tegra-otg tegra-otg: otg transceiver registered
[    0.647949] NET: Registered protocol family 2
[    0.648618] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.648841] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.649033] TCP: Hash tables configured (established 8192 bind 8192)
[    0.649091] TCP: reno registered
[    0.649116] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.649171] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.649456] NET: Registered protocol family 1
[    0.649850] RPC: Registered named UNIX socket transport module.
[    0.649874] RPC: Registered udp transport module.
[    0.649893] RPC: Registered tcp transport module.
[    0.649911] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.650201] tegra-fuse tegra-fuse: Fuse driver initialized succesfully
[    0.655472] host1x host1x: initialized
[    0.656373] CPU PMU: probing PMU on CPU 0
[    0.656407] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available
[    0.656991] tegra_throttle : init passed
[    0.657104] Tegra cpuquiet initialized: disabled
[    0.657227] cpu-tegra: init EDP limit: 2065 MHz
[    0.658175] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-therm
[    0.658556] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-therm
[    0.658803] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type MEM-therm
[    0.659048] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.659076] soctherm: Suspend feature CANNOT be enabled when any OC alarm is enabled
[    0.660464] bounce pool size: 64 pages
[    0.661657] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.662087] NFS: Registering the id_resolver key type
[    0.662133] Key type id_resolver registered
[    0.662155] Key type id_legacy registered
[    0.662183] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.662787] NTFS driver 2.1.30 [Flags: R/O].
[    0.663076] fuse init (API version 7.22)
[    0.663441] msgmni has been set to 1457
[    0.665122] io scheduler noop registered (default)
[    0.866388] PCIE: port 0: link down, retrying
...
[    4.002310] i2c /dev entries driver
[    4.006673] virtual_init
[    4.010956] nvavp nvavp: allocated IOVA at 8ff00000 for AVP os
[    4.014830] ata1: SATA link down (SStatus 0 SControl 300)
[    4.022902] tegra_dtv_probe: probing dtv.
[    4.027001] setup_stream: bufsize = 4096, bufnum = 4
[    4.032039] ar0832_init: ++
[    4.035303] i2c-core: driver [max77387] using legacy suspend method
[    4.041588] i2c-core: driver [max77387] using legacy resume method
[    4.047854] i2c-core: driver [as364x] using legacy suspend method
[    4.053965] i2c-core: driver [as364x] using legacy resume method
[    4.060102] [IMX135] sensor driver loading
[    4.064252] [IMX179] sensor driver loading
[    4.068429] [IMX185] sensor driver loading
[    4.072612] [imx132] sensor driver loading
[    4.076804] [AR0330] sensor driver loading
[    4.080955] [ar0261] sensor driver loading
[    4.085107] [AR1335] sensor driver loading
[    4.089285] [ov4689] sensor driver loading
[    4.093589] usbcore: registered new interface driver uvcvideo
[    4.099352] USB Video Class driver (1.1.1)
[    4.103865] zram: Created 1 device(s) ...
[    4.108463] tegra_wdt tegra_wdt.0: last reset is due to watchdog timeout
[    4.115361] WDT heartbeat enabled on probe
[    4.119477] tegra_wdt_probe done
[    4.122735] otg state changed: SUSPEND --> PERIPHERAL
[    4.128190] sdhci: Secure Digital Host Controller Interface driver
[    4.134403] sdhci: Copyright(c) Pierre Ossman
[    4.138784] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.144748] sdhci-tegra sdhci-tegra.3: vddio_sd_slot regulator not found: -517. Assuming vddio_sd_slot is not required.
[    4.155684] sdhci-tegra sdhci-tegra.3: Speedo value 2180
[    4.161022] sdhci-tegra sdhci-tegra.3: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1100
[    4.170670] mmc0: no vqmmc regulator found
[    4.174797] mmc0: no vmmc regulator found
[    4.178825] mmc0: Invalid maximum block size, assuming 512 bytes
[    4.184866] sysedp_create_consumer: unable to create sdhci-tegra.3, no consumer_data for sdhci-tegra.3 found
[    4.218811] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
[    4.226949] sdhci-tegra sdhci-tegra.0: Speedo value 2180
[    4.232289] sdhci-tegra sdhci-tegra.0: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1100
[    4.241810] mmc1: no vqmmc regulator found
[    4.245936] mmc1: no vmmc regulator found
[    4.249962] mmc1: Invalid maximum block size, assuming 512 bytes
[    4.256002] sysedp_create_consumer: unable to create sdhci-tegra.0, no consumer_data for sdhci-tegra.0 found
[    4.289810] mmc1: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA
[    4.297978] sdhci-tegra sdhci-tegra.2: Speedo value 2180
[    4.303328] sdhci-tegra sdhci-tegra.2: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1100
[    4.312758] mmc2: no vqmmc regulator found
[    4.316910] mmc2: no vmmc regulator found
[    4.320939] mmc2: Invalid maximum block size, assuming 512 bytes
[    4.326013] mmc0: BKOPS_EN bit is not set
[    4.328440] mmc0: new high speed DDR MMC card at address 0001
[    4.328659] mmcblk mmc0:0001: Card claimed for testing.
[    4.328822] mmcblk0: mmc0:0001 016G30 14.6 GiB 
[    4.328973] mmcblk0boot0: mmc0:0001 016G30 partition 1 4.00 MiB
[    4.329118] mmcblk0boot1: mmc0:0001 016G30 partition 2 4.00 MiB
[    4.329243] mmcblk0rpmb: mmc0:0001 016G30 partition 3 4.00 MiB
[    4.330079]  mmcblk0: p1 p2
[    4.331849]  mmcblk0boot1: unknown partition table
[    4.332904]  mmcblk0boot0: unknown partition table
[    4.376514] sysedp_create_consumer: unable to create sdhci-tegra.2, no consumer_data for sdhci-tegra.2 found
[    4.409809] mmc2: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA
[    4.420247] tegra-se tegra12-se: tegra_se_probe: complete
[    4.425841] hidraw: raw HID events driver (C) Jiri Kosina
[    4.433359] usbcore: registered new interface driver usbhid
[    4.438956] usbhid: USB HID core driver
[    4.443189] tegra-hier-ictlr tegra-hier-ictlr: probed
[    4.527373] usbcore: registered new interface driver snd-usb-audio
[    4.534527] tegra_offload_platform probe successfull.
[    4.541575] succefully registered offload opstegra30_avp_audio_platform_probe successful.
[    4.550610] sgtl5000 4-000a: sgtl5000 revision 0x11
[    4.555940] 4-000a: 1200 mV normal 
[    4.560165] sgtl5000 4-000a: Using internal LDO instead of VDDD
[    4.571694] tegra-snd-apalis-tk1-sgtl5000 tegra-snd-apalis-tk1-sgtl5000.0:  sgtl5000 <-> tegra30-i2s.2 mapping ok
[    4.582357] tegra-snd-apalis-tk1-sgtl5000 tegra-snd-apalis-tk1-sgtl5000.0:  dit-hifi <-> tegra30-spdif mapping ok
[    4.594396] oprofile: using timer interrupt.
[    4.598809] GACT probability NOT on
[    4.602325] Mirror/redirect action on
[    4.606005] u32 classifier
[    4.608727]     Actions configured
[    4.612145] Netfilter messages via NETLINK v0.30.
[    4.616917] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    4.623417] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    4.630396] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    4.636479] xt_time: kernel timezone is -0000
[    4.641139] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.646610] arp_tables: (C) 2002 David S. Miller
[    4.651299] TCP: cubic registered
[    4.654818] NET: Registered protocol family 10
[    4.660129] mip6: Mobile IPv6
[    4.663149] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    4.668696] sit: IPv6 over IPv4 tunneling driver
[    4.674276] NET: Registered protocol family 17
[    4.678819] NET: Registered protocol family 15
[    4.683317] can: controller area network core (rev 20120528 abi 9)
[    4.689639] NET: Registered protocol family 29
[    4.694106] can: raw protocol (rev 20120528)
[    4.698410] can: broadcast manager protocol (rev 20120528 t)
[    4.704092] can: netlink gateway (rev 20130117) max_hops=1
[    4.709695] NET: Registered protocol family 35
[    4.714937] 8021q: 802.1Q VLAN Support v1.8
[    4.719183] NET: Registered protocol family 37
[    4.723686] Key type dns_resolver registered
[    4.727982] NET: Registered protocol family 41
[    4.733563] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    4.764812] Registering SWP/SWPB emulation handler
[    4.769632] last reset is due to watchdog timeout
[    4.769632] 
[    4.775837] Disabling clocks left on by bootloader:
[    4.780714]    audio_2x
[    4.783179]    audio
[    4.785380]    audio4
[    4.787668]    audio3
[    4.789954]    audio2
[    4.792242]    audio1
[    4.794530]    audio0
[    4.796912]    hdmi_audio
[    4.799548]    entropy
[    4.801929]    dsi2-fixed
[    4.804748]    dsi1-fixed
[    4.807396]    mipi-cal-fixed
[    4.810382]    nor
[    4.812415]    trace
[    4.814622]    sdmmc3_ddr
[    4.817259]    sdmmc1_ddr
[    4.819961]    cclk_lp
[    4.822341]    pll_x_out0
[    4.824987]    pll_m_out1
[    4.827728] tegra_dvfs: vdd_cpu connected to regulator
[    4.832928] tegra_dvfs: vdd_core connected to regulator
[    4.838413] tegra_dvfs: vdd_gpu connected to regulator
[    4.844527] CPU rate: 696 MHz
[    5.101562] tegra dvfs: tegra sysfs cap interface is initialized
[    5.107716] tegra dvfs: tegra sysfs gpu & emc interface is initialized
[    5.114825] tegra_actmon.emc: Completed initialization (0)
[    5.120566] tegra_actmon.avp: Completed initialization (0)
[    5.126205] tegra_mon.cpu_emc: Completed initialization (0)
[    5.134518] VCC_USBH(2A|2C|2D|3|4): incomplete constraints, leaving on
[    5.141082] VCC_USBO1: incomplete constraints, leaving on
[    5.146544] +V1.05_AVDD_HDMI_PLL: incomplete constraints, leaving on
[    5.153007] +V1.8_VPP_FUSE: incomplete constraints, leaving on
[    5.158861] as3722-ldo7: incomplete constraints, leaving on
[    5.164510] as3722-ldo5: incomplete constraints, leaving on
[    5.170102] VDDIO_SDMMC1: incomplete constraints, leaving on
[    5.175877] as3722-sd3: incomplete constraints, leaving on
[    5.181381] +V3.3_MXM: incomplete constraints, leaving on
[    5.186851] regulator-dummy: incomplete constraints, leaving on
[    5.193476] file system registered
[    5.197791] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    5.204686] android_usb gadget: Number of LUNs=1
[    5.209355]  lun0: LUN: removable file: (no medium)
[    5.214587] android_maxim14675_set_voltage: max_voltage (vbus) = 5000
[    5.221093] android_usb gadget: android_usb ready
[    5.225817] tegra-udc: bind to driver android_usb
[    5.230757] gpio wake14 for gpio=235
[    5.234611] input: gpio-keys.3 as /devices/platform/gpio-keys.3/input/input0
[    5.242369] as3722-rtc as3722-rtc.1: setting system clock to 2016-11-02 15:59:53 UTC (1478102393)
[    5.251560] ALSA device list:
[    5.254557]   #0: Toradex Apalis TK1 SGTL5000
[    5.259019]   #1: HDA NVIDIA Tegra at 0x70038000 irq 113
[    5.265994] EXT4-fs (mmcblk0p2): mounting ext3 file system using the ext4 subsystem
[    5.277804] JBD2: no valid journal superblock found
[    5.282811] EXT4-fs (mmcblk0p2): error loading journal
[    5.288200] List of all partitions:
[    5.291814] b300        15388672 mmcblk0  driver: mmcblk
[    5.297187]   b301           16384 mmcblk0p1 0002fb4b-01
[    5.302670]   b302         7587840 mmcblk0p2 0002fb4b-02
[    5.308017] b330            4096 mmcblk0rpmb  (driver?)
[    5.313347] b320            4096 mmcblk0boot1  (driver?)
[    5.318704] b310            4096 mmcblk0boot0  (driver?)
[    5.324083] No filesystem could mount root, tried:  ext3
[    5.329492] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
[    5.337933] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.10.40-V2.6.1b1+g0e41a93 #1
[    5.345526] [] (unwind_backtrace+0x0/0x134) from [] (show_stack+0x18/0x1c)
[    5.354151] [] (show_stack+0x18/0x1c) from [] (panic+0xa4/0x1ec)
[    5.361908] [] (panic+0xa4/0x1ec) from [] (mount_block_root+0x228/0x23c)
[    5.370355] [] (mount_block_root+0x228/0x23c) from [] (mount_root+0x110/0x118)
[    5.379322] [] (mount_root+0x110/0x118) from [] (prepare_namespace+0x150/0x198)
[    5.388375] [] (prepare_namespace+0x150/0x198) from [] (kernel_init_freeable+0x1b4/0x1c4)
[    5.398295] [] (kernel_init_freeable+0x1b4/0x1c4) from [] (kernel_init+0x14/0x144)
[    5.407606] [] (kernel_init+0x14/0x144) from [] (ret_from_fork+0x14/0x20)
[    5.416137] CPU3: stopping
[    5.418854] CPU: 3 PID: 0 Comm: swapper/3 Not tainted 3.10.40-V2.6.1b1+g0e41a93 #1
[    5.426440] [] (unwind_backtrace+0x0/0x134) from [] (show_stack+0x18/0x1c)
[    5.435062] [] (show_stack+0x18/0x1c) from [] (handle_IPI+0x194/0x1a8)
[    5.443333] [] (handle_IPI+0x194/0x1a8) from [] (gic_handle_irq+0x84/0x140)
[    5.452038] [] (gic_handle_irq+0x84/0x140) from [] (__irq_svc+0x40/0x70)
[    5.460474] Exception stack(0xee289f08 to 0xee289f50)
[    5.465529] 9f00:                   ee289f58 00a9b02a 0002a6c0 0002a6c0 c1e4a7d8 00000000
[    5.473707] 9f20: 370d8e55 00000001 00000000 c0d49654 c0deb9c0 c1e483e8 00000000 ee289f50
[    5.481882] 9f40: c0308b40 c003dfc4 20000113 ffffffff
[    5.486944] [] (__irq_svc+0x40/0x70) from [] (tegra_idle_enter_clock_gating+0x58/0x78)
[    5.496605] [] (tegra_idle_enter_clock_gating+0x58/0x78) from [] (cpuidle_enter_state+0x44/0xec)
[    5.507132] [] (cpuidle_enter_state+0x44/0xec) from [] (cpuidle_idle_call+0xe8/0x27c)
[    5.516704] [] (cpuidle_idle_call+0xe8/0x27c) from [] (arch_cpu_idle+0x10/0x40)
[    5.525758] [] (arch_cpu_idle+0x10/0x40) from [] (cpu_startup_entry+0x190/0x248)
[    5.534896] [] (cpu_startup_entry+0x190/0x248) from [<80841664>] (0x80841664)
[    5.542900] CPU2: stopping
[    5.545619] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 3.10.40-V2.6.1b1+g0e41a93 #1
[    5.553208] [] (unwind_backtrace+0x0/0x134) from [] (show_stack+0x18/0x1c)
[    5.561833] [] (show_stack+0x18/0x1c) from [] (handle_IPI+0x194/0x1a8)
[    5.570107] [] (handle_IPI+0x194/0x1a8) from [] (gic_handle_irq+0x84/0x140)
[    5.578815] [] (gic_handle_irq+0x84/0x140) from [] (__irq_svc+0x40/0x70)
[    5.587254] Exception stack(0xee287f08 to 0xee287f50)
[    5.592314] 7f00:                   ee287f58 0055331a 000154cc 000154cc c1e417d8 00000000
[    5.600496] 7f20: 3c35b01c 00000001 00000000 c0d49654 c0deb9c0 c1e3f3e8 00000000 ee287f50
[    5.608675] 7f40: c0308b40 c003dfc4 20000113 ffffffff
[    5.613739] [] (__irq_svc+0x40/0x70) from [] (tegra_idle_enter_clock_gating+0x58/0x78)
[    5.623404] [] (tegra_idle_enter_clock_gating+0x58/0x78) from [] (cpuidle_enter_state+0x44/0xec)
[    5.633935] [] (cpuidle_enter_state+0x44/0xec) from [] (cpuidle_idle_call+0xe8/0x27c)
[    5.643512] [] (cpuidle_idle_call+0xe8/0x27c) from [] (arch_cpu_idle+0x10/0x40)
[    5.652570] [] (arch_cpu_idle+0x10/0x40) from [] (cpu_startup_entry+0x190/0x248)
[    5.661713] [] (cpu_startup_entry+0x190/0x248) from [<80841664>] (0x80841664)
[    5.669719] CPU1: stopping
[    5.672452] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 3.10.40-V2.6.1b1+g0e41a93 #1
[    5.680053] [] (unwind_backtrace+0x0/0x134) from [] (show_stack+0x18/0x1c)
[    5.688692] [] (show_stack+0x18/0x1c) from [] (handle_IPI+0x194/0x1a8)
[    5.696980] [] (handle_IPI+0x194/0x1a8) from [] (gic_handle_irq+0x84/0x140)
[    5.705703] [] (gic_handle_irq+0x84/0x140) from [] (__irq_svc+0x40/0x70)
[    5.714158] Exception stack(0xee285f08 to 0xee285f50)
[    5.719229] 5f00:                   ee285f58 00553a15 000154e8 000154e8 c1e387d8 00000000
[    5.727425] 5f20: 3c35430f 00000001 00000000 c0d49654 c0deb9c0 c1e363e8 00000000 ee285f50
[    5.735617] 5f40: c0308b40 c003dfc4 20000113 ffffffff
[    5.740696] [] (__irq_svc+0x40/0x70) from [] (tegra_idle_enter_clock_gating+0x58/0x78)
[    5.750375] [] (tegra_idle_enter_clock_gating+0x58/0x78) from [] (cpuidle_enter_state+0x44/0xec)
[    5.760921] [] (cpuidle_enter_state+0x44/0xec) from [] (cpuidle_idle_call+0xe8/0x27c)
[    5.770507] [] (cpuidle_idle_call+0xe8/0x27c) from [] (arch_cpu_idle+0x10/0x40)
[    5.779579] [] (arch_cpu_idle+0x10/0x40) from [] (cpu_startup_entry+0x190/0x248)
[    5.788735] [] (cpu_startup_entry+0x190/0x248) from [<80841664>] (0x80841664)
[   36.073773] ------------[ cut here ]------------
[   36.078440] WARNING: at /build/linuxdev/oe-core_V2.6.1/build/tmp-glibc/work-shared/apalis-tk1/kernel-source/kernel/watchdog.c:270 watchdog_timer_fn+0x27c/0x2b8()
[   36.092898] Watchdog detected hard LOCKUP on cpu 1
[   36.097544] Modules linked in:
[   36.100881] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.10.40-V2.6.1b1+g0e41a93 #1
[   36.108495] [] (unwind_backtrace+0x0/0x134) from [] (show_stack+0x18/0x1c)
[   36.117153] [] (show_stack+0x18/0x1c) from [] (warn_slowpath_common+0x5c/0x74)
[   36.126152] [] (warn_slowpath_common+0x5c/0x74) from [] (warn_slowpath_fmt+0x38/0x48)
[   36.135757] [] (warn_slowpath_fmt+0x38/0x48) from [] (watchdog_timer_fn+0x27c/0x2b8)
[   36.145283] [] (watchdog_timer_fn+0x27c/0x2b8) from [] (__run_hrtimer+0x90/0x280)
[   36.154543] [] (__run_hrtimer+0x90/0x280) from [] (hrtimer_interrupt+0x120/0x2d8)
[   36.163807] [] (hrtimer_interrupt+0x120/0x2d8) from [] (arch_timer_handler_phys+0x30/0x38)
[   36.173849] [] (arch_timer_handler_phys+0x30/0x38) from [] (handle_percpu_devid_irq+0x8c/0x194)
[   36.184323] [] (handle_percpu_devid_irq+0x8c/0x194) from [] (generic_handle_irq+0x34/0x44)
[   36.194365] [] (generic_handle_irq+0x34/0x44) from [] (handle_IRQ+0x48/0x98)
[   36.203188] [] (handle_IRQ+0x48/0x98) from [] (gic_handle_irq+0x4c/0x140)
[   36.211748] [] (gic_handle_irq+0x4c/0x140) from [] (__irq_svc+0x40/0x70)
[   36.220214] Exception stack(0xee0d7e58 to 0xee0d7ea0)
[   36.225297] 7e40:                                                       000025ee 00000000
[   36.233511] 7e60: ff691f00 c061eb28 c0dcbe20 00002edf 1bbf4be1 000076c0 c0cf6384 00000026
[   36.241723] 7e80: 3ffffcc8 ed101005 00000000 ee0d7ea0 c02fadcc c02fadb4 80000113 ffffffff
[   36.249944] [] (__irq_svc+0x40/0x70) from [] (__timer_delay+0x3c/0x64)
[   36.258251] [] (__timer_delay+0x3c/0x64) from [] (panic+0x1d8/0x1ec)
[   36.266384] [] (panic+0x1d8/0x1ec) from [] (mount_block_root+0x228/0x23c)
[   36.274948] [] (mount_block_root+0x228/0x23c) from [] (mount_root+0x110/0x118)
[   36.283949] [] (mount_root+0x110/0x118) from [] (prepare_namespace+0x150/0x198)
[   36.293036] [] (prepare_namespace+0x150/0x198) from [] (kernel_init_freeable+0x1b4/0x1c4)
[   36.302990] [] (kernel_init_freeable+0x1b4/0x1c4) from [] (kernel_init+0x14/0x144)
[   36.312337] [] (kernel_init+0x14/0x144) from [] (ret_from_fork+0x14/0x20)
[   36.320894] ---[ end trace d948d41c72731047 ]---

Do you have an idea why I get these CPU stop messages?

Jérôme

I followed the Installing NVIDIA JetPack with L4T on Apalis TK1 page in order to create the SD card, with the following command:

[user@host Apalis_TK1_LinuxImageV2.6.1]$ ./update.sh -c -m 2 -o /media/compaq/NEWVOLUME

I want to have the L4T system. On this SD card, I only have a folder named apalis-tk1, with tegra124-apalis-eval.dtb file in it. Is that normal?

I would like to update everything since I think I just missed up the U-Boot bootloader. How can I do that? Can I transfer the whole device tree, kernel and root file system with bootloader with the ums 0 mmc 2 command easily?

I already did the hardware modification on the Ixora board in order to correct the SD card interface issue.

Jérôme

Hello,

Sorry for posting my results as I am installing the JetPack image, maybe this would help other users.
I managed to flash the entire system (U-Boot, kernel and rootfs) by reformatting my SD card in FAT32 another time. After that, after using update.sh using my SD card, I was able to perform successfully run setupdate; run update with U-Boot and I am now able to use Ubuntu.

Thanks for your help.

Jérôme

After moving the file in apalis-tk1-bin to the root of the SD card, I get the following after executing run update:

Apalis TK1 # run setupdate
MMC: no card present
** Bad device mmc 1 **
reading flash_blk.img
2344 bytes read in 13 ms (175.8 KiB/s)
## Executing script at 80408000
enter "run update" to update the entire module
Apalis TK1 # 
Apalis TK1 # run update
reading /.img
** Unable to read file /.img **
reading /mbr.bin
512 bytes read in 10 ms (49.8 KiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 0, count 1 ... 1 blocks written: OK
reading /boot.vfat
16777216 bytes read in 745 ms (21.5 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 8192, count 32768 ... 32768 blocks written: OK
reading /uImage
** Unable to read file /uImage **
reading /tegra124-apalis-eval.dtb
** Unable to read file /tegra124-apalis-eval.dtb **
reading /root.ext3
67108864 bytes read in 2952 ms (21.7 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 40960, count 131072 ... 131072 blocks written: OK
reading /root.ext3
67108864 bytes read in 2963 ms (21.6 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 172032, count 131072 ... 131072 blocks written: OK
reading /root.ext3
67108864 bytes read in 3006 ms (21.3 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 303104, count 131072 ... 131072 blocks written: OK
reading /root.ext3
** /root.ext3 shorter than offset + len **
7340032 bytes read in 367 ms (19.1 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 434176, count 14336 ... 14336 blocks written: OK
resetting ...

The module doesn’t reset. How to reinstall the boot loader?

Jérôme

I followed the http://developer.toradex.com/knowledge-base/installing-nvidia-jetpack-with-l4t-on-apalis-tk1 page in order to create the SD card, with the following command:

[user@host Apalis_TK1_LinuxImageV2.6.1]$ ./update.sh -c -m 2 -o /media/compaq/NEWVOLUME

Please note that the -c argument is only applicable if later used via Ethernet/TFTP.

I want to have the L4T system. On this SD card, I only have a folder named apalis-tk1, with tegra124-apalis-eval.dtb file in it. Is that normal?

No, then something went wrong. The full output of the ./update.sh invocation would be helpful here.

I would like to update everything since I think I just missed up the U-Boot bootloader. How can I do that? Can I transfer the whole device tree, kernel and root file system with bootloader with the ums 0 mmc 2 command easily?

The second number being a two above actually means that the SD card itself will be presented to the PC as a USB mass storage device. In order to present the eMMC one would have to use a zero. Apart from the U-Boot boot loader which resides in its own primary hardware area boot partition not accessible via UMS the device tree, kernel and root file system could be updated. However we currently do not have an off-the-shelf integrated way doing this.

I already did the hardware modification on the Ixora board in order to correct the SD card interface issue.

Ok.

I managed by reflashing the U-Boot and the rootfs using only the Apalis v2.6.1 image from your website, without including the NVIDIA JetPack rootfs. I then retried to reflash the device with the “Installing NVIDIA JetPack with L4T on Apalis TK1” procedure and I get the following kernel messages:

U-Boot 2015.04 (Sep 29 2016 - 22:55:33)

TEGRA124
DRAM:  2 GiB
MMC:   Tegra SD/MMC: 0, Tegra SD/MMC: 1, Tegra SD/MMC: 2
tegra-pcie: PCI regions:
tegra-pcie:   I/O: 0x12000000-0x12010000
tegra-pcie:   non-prefetchable memory: 0x13000000-0x20000000
tegra-pcie:   prefetchable memory: 0x20000000-0x40000000
tegra-pcie: 2x1, 1x1 configuration
tegra-pcie: probing port 1, using 1 lanes
In:    serial
Out:   serial
Err:   serial
Model: Toradex Apalis TK1 2GB V1.0B, Serial# 02822863
Net:   e1000: no NVM
e1000#0
Hit any key to stop autoboot:  1  0 
Booting from internal eMMC chip...
reading tegra124-apalis-eval.dtb
49196 bytes read in 19 ms (2.5 MiB/s)
reading uImage
6266384 bytes read in 157 ms (38.1 MiB/s)
## Booting kernel from Legacy Image at 81000000 ...
   Image Name:   Angstrom/3.10.40+gitr0e41a93380f
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    6266320 Bytes = 6 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 82000000
   Booting using the fdt blob at 0x82000000
   Loading Kernel Image ... OK
   Using Device Tree in place at 82000000, end 8200f02b

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-V2.6.1b1+g0e41a93 (linuxdev@linuxdev.toradex.int) (gcc version 5.2.1 20151005 (Linaro GCC 5.2-2015.11-2) ) #1 SMP PREEMPT Thu Sep 29 22:57:04 CEST 2016
[    0.000000] CPU: ARMv7 Processor [413fc0f3] revision 3 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] Machine: apalis-tk1, model: Toradex Apalis TK1, serial: 0
[    0.000000] Truncating memory at 0x80000000 to fit in 32-bit physical address space
[    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:            fa5ff000 - fb7fefff
[    0.000000] 2nd Framebuffer:        fb7ff000 - ffffefff
[    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: /build/linuxdev/oe-core_V2.6.1/build/tmp-glibc/work-shared/apalis-tk1/kernel-source/arch/arm/boot/dts/tegra124-apalis-eval.dts
[    0.000000] Tegra12: CPU Speedo value 2252, Soc Speedo value 2180, Gpu Speedo value 2046
[    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] tegra12_plle_clk_enable: pll_e is already enabled
[    0.000000] PERCPU: Embedded 9 pages/cpu @c1e2d000 s15168 r8192 d13504 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 499215
[    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 ip=off root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait igb_mac=00:14:2d:2b:12:cf consoleblank=0 no_console_suspend=1 console=tty1 console=ttyS0,115200n8 debug_uartport=lsport,0 video=tegrafb0:640x480-16@60 fbcon=map:1
[    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: 1954560k/1954560k available, 142588k reserved, 1224696K 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 - 0xc0b857e0   (11766 kB)
[    0.000000]       .init : 0xc0b86000 - 0xc0c04b40   ( 507 kB)
[    0.000000]       .data : 0xc0c06000 - 0xc0d5eb98   (1379 kB)
[    0.000000]        .bss : 0xc0d5eb98 - 0xc0dfc8f4   ( 632 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.002577] Calibrating delay loop (skipped), value calculated using timer frequency.. lpj=12000
[    0.002633] pid_max: default: 32768 minimum: 301
[    0.002922] Mount-cache hash table entries: 512
[    0.022181] Initializing cgroup subsys debug
[    0.022219] Initializing cgroup subsys freezer
[    0.022296] CPU: Testing write buffer coherency: ok
[    0.022378] ftrace: allocating 31534 entries in 62 pages
[    0.062263] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.062304] Setting up static identity map for 0xc084d0d8 - 0xc084d174
[    0.066299] ftrace: Allocated trace_printk buffers
[    0.072932] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.075944] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.078984] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.079167] Brought up 4 CPUs
[    0.079241] SMP: Total of 4 processors activated.
[    0.079258] CPU: All CPU(s) started in SVC mode.
[    0.080137] devtmpfs: initialized
[    0.088216] pinctrl core: initialized pinctrl subsystem
[    0.088543] regulator-dummy: no parameters
[    0.089220] NET: Registered protocol family 16
[    0.091272] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.092538] tegra_smmu tegra_smmu: Loaded Tegra IOMMU driver
[    0.093902] console [pstore-1] enabled
[    0.093939] ramoops: attached 0x200000@0xfa3ff000, ecc: 0/0
[    0.094297] cpuidle: using governor ladder
[    0.094319] cpuidle: using governor menu
[    0.097637] apalis_tk1_camera_auxdata: update camera lookup table.
[    0.106733] tegra-gpio 6000d000.gpio: Initialising GPIO state 0: name default
[    0.107099] gpiochip_add: registered GPIOs 0 to 255 on device: tegra-gpio
[    0.113972] Wake16 for irq=34
[    0.116389] Wake58 for irq=81
[    0.116437] Wake41 for irq=129
[    0.116455] Wake43 for irq=129
[    0.116499] Wake40 for irq=53
[    0.116515] Wake42 for irq=53
[    0.220880] Selecting UARTA as the debug console
[    0.220927] The debug console clock name is uarta
[    0.222338] pmu_board_info.board_id = 0
[    0.222359] PMU board id 0x0000 is not supported
[    0.222903] Clear bootloader IO dpd settings
[    0.223068] Loading Apalis TK1 EMC tables.
[    0.223295] tegra: pll_m is selected as scalable EMC clock source
[    0.223338] Lowering emc maximum rate from 1200000000 to 924000000
[    0.223364] tegra: validated EMC DFS table
[    0.223432] apalis_tk1_edp_init: CPU regulator 12500 mA
[    0.476031] apalis_tk1_edp_init: GPU regulator 11400 mA
[    0.476983] swapper/0 isomgr_init(): iso emc max clk=924000KHz
[    0.477003] swapper/0 isomgr_init(): max_iso_bw=7392000KB[    0.559966] platform tegradc.0: IOVA linear map 0xfa5ff000(1200000)
[    0.563274] platform tegradc.0: IOVA linear map 0xfb7ff000(4800000)
[    0.568207] platform tegradc.1: IOVA linear map 0xfa5ff000(1200000)
[    0.571501] platform tegradc.1: IOVA linear map 0xfb7ff000(4800000)
[    0.571789] tegra11_soctherem_oc_int_init(): OC interrupts enabled successful
[    0.571991] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.572021] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.572293] mc-err: Started MC error interface!
[    0.582625] bio: create slab  at 0
[    0.583782] reg-fixed-voltage 1.regulator: Consumer c1 does not have device name
[    0.583816] reg-fixed-voltage 1.regulator: Consumer c2 does not have device name
[    0.583949] +V3.3_MXM: 3300 mV 
[    0.584495] vgaarb: loaded
[    0.584921] SCSI subsystem initialized
[    0.585276] usbcore: registered new interface driver usbfs
[    0.585357] usbcore: registered new interface driver hub
[    0.585469] usbcore: registered new device driver usb
[    0.587054] Wake18 for irq=118
[    0.588136] as3722 4-0040: AS3722 ID: ID1:ID2:ID3 = 0x0c:0x01:0x05
[    0.588165] as3722 4-0040: Device version 1V1 and platform version 1V2
[    0.588189] as3722 4-0040: Final OTP version 1V2
[    0.589144] Wake18 for irq=118
[    0.591667] gpiochip_add: registered GPIOs 1016 to 1023 on device: as3722-gpio
[    0.591864] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.591923] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.591978] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.592009] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.592039] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.592069] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[    0.592122] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.592151] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.592181] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.592209] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[    0.592239] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[    0.592268] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[    0.592297] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[    0.592371] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.592401] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.592448] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.592479] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[    0.592508] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[    0.592540] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[    0.592569] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[    0.592598] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[    0.592627] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[    0.592656] as3722-regulator as3722-regulator.0: Consumer c11 does not have device name
[    0.592685] as3722-regulator as3722-regulator.0: Consumer c12 does not have device name
[    0.592714] as3722-regulator as3722-regulator.0: Consumer c13 does not have device name
[    0.592743] as3722-regulator as3722-regulator.0: Consumer c14 does not have device name
[    0.592773] as3722-regulator as3722-regulator.0: Consumer c15 does not have device name
[    0.592802] as3722-regulator as3722-regulator.0: Consumer c16 does not have device name
[    0.592837] as3722-regulator as3722-regulator.0: Consumer c19 does not have device name
[    0.592866] as3722-regulator as3722-regulator.0: Consumer c20 does not have device name
[    0.592895] as3722-regulator as3722-regulator.0: Consumer c21 does not have device name
[    0.592924] as3722-regulator as3722-regulator.0: Consumer c22 does not have device name
[    0.592998] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.593028] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.593084] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.593113] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.593142] as3722-regulator as3722-regulator.0: Consumer c3 does not have device name
[    0.593170] as3722-regulator as3722-regulator.0: Consumer c4 does not have device name
[    0.593199] as3722-regulator as3722-regulator.0: Consumer c5 does not have device name
[    0.593229] as3722-regulator as3722-regulator.0: Consumer c6 does not have device name
[    0.593258] as3722-regulator as3722-regulator.0: Consumer c7 does not have device name
[    0.593287] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[    0.593316] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[    0.593367] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.593455] as3722-regulator as3722-regulator.0: Consumer c8 does not have device name
[    0.593487] as3722-regulator as3722-regulator.0: Consumer c9 does not have device name
[    0.593516] as3722-regulator as3722-regulator.0: Consumer c10 does not have device name
[    0.593547] as3722-regulator as3722-regulator.0: Consumer c12 does not have device name
[    0.593599] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.593647] as3722-regulator as3722-regulator.0: Consumer c1 does not have device name
[    0.593677] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.593727] as3722-regulator as3722-regulator.0: Consumer c2 does not have device name
[    0.594540] +VDD_CPU_AP: 650 <--> 1300 mV at 1000 mV 3500 mA 
[    0.595160] +VDD_CORE: applied init 1150000uV constraint
[    0.595631] +VDD_CORE: 700 <--> 1350 mV at 1150 mV 3500 mA 
[    0.596652] +V1.35_VDDIO_DDR(sd2): 1350 mV 
[    0.596963] as3722-sd3: no parameters
[    0.597267] +V1.05: 1050 mV 
[    0.598116] +V1.8: 1800 mV 
[    0.598455] +VDD_GPU_AP: applied init 1000000uV constraint
[    0.599215] +VDD_GPU_AP: 650 <--> 1200 mV at 1000 mV 3500 mA 
[    0.599710] +V1.05_AVDD: 1050 mV at 300 mA 
[    0.600394] VDDIO_SDMMC1: 1800 <--> 3300 mV at 3300 mV at 150 mA 
[    0.601065] +V1.2: 1200 mV at 150 mA 
[    0.602138] +V1.05_RTC: 1000 mV at 150 mA 
[    0.602464] AVDD_LVDS0_PLL: 1800 mV at 150 mA 
[    0.602812] as3722-ldo5: at 150 mA 
[    0.603148] VDDIO_SDMMC3: 1800 <--> 3300 mV at 150 mA 
[    0.603481] as3722-ldo7: at 150 mA 
[    0.604302] +V3.3_ETH(ldo9): 3300 mV at 300 mA 
[    0.604949] +V3.3_ETH(ldo10): 3300 mV at 300 mA 
[    0.605290] +V1.8_VPP_FUSE: 1800 mV at 150 mA 
[    0.606264] Linux video capture interface: v2.00
[    0.606319] pps_core: LinuxPPS API ver. 1 registered
[    0.606338] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti 
[    0.606384] PTP clock support registered
[    0.607159] Advanced Linux Sound Architecture Driver Initialized.
[    0.607917] +V1.05_AVDD_HDMI_PLL: 1050 mV 
[    0.607969] +V1.05_AVDD_HDMI_PLL: supplied by +V1.05
[    0.608172] reg-fixed-sync-voltage 2.regulator: Consumer c7 does not have device name
[    0.608205] reg-fixed-sync-voltage 2.regulator: Consumer c8 does not have device name
[    0.608234] reg-fixed-sync-voltage 2.regulator: Consumer c9 does not have device name
[    0.608264] reg-fixed-sync-voltage 2.regulator: Consumer c10 does not have device name
[    0.608294] reg-fixed-sync-voltage 2.regulator: Consumer c11 does not have device name
[    0.608331] reg-fixed-sync-voltage 2.regulator: Consumer c15 does not have device name
[    0.608360] reg-fixed-sync-voltage 2.regulator: Consumer c16 does not have device name
[    0.608389] reg-fixed-sync-voltage 2.regulator: Consumer c17 does not have device name
[    0.608418] reg-fixed-sync-voltage 2.regulator: Consumer c18 does not have device name
[    0.608968] +V3.3: 3300 mV 
[    0.609204] reg-fixed-sync-voltage 3.regulator: Consumer c3 does not have device name
[    0.609326] 5V_SW: 5000 mV 
[    0.609612] VCC_USBO1: 5000 mV 
[    0.609926] VCC_USBH(2A|2C|2D|3|4): 5000 mV 
[    0.610084] reg-fixed-sync-voltage 6.regulator: Consumer c1 does not have device name
[    0.610116] reg-fixed-sync-voltage 6.regulator: Consumer c2 does not have device name
[    0.610265] BKL1_ON: 3300 mV 
[    0.613033] as3722-adc-extcon as3722-adc-extcon.2: USB-Host is connected
[    0.615275] tegra: failed to map regulator to power detect cell pwrdet_cam(-517)
[    0.615664] tegra: failed regulators mapping - io power detection is left always on
[    0.615698] Switching to clocksource arch_sys_counter
[    0.636970] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    0.637135] nvmap_page_pool_init: Total MB RAM: 1924
[    0.637158] nvmap_page_pool_init: nvmap page pool size: 61592 pages (240 MB)
[    0.637303] nvmap_background_zero_thread: PP zeroing thread starting.
[    0.637462]  iram: dma coherent mem declare 0x40001000,258048
[    0.638301] misc nvmap: created heap iram base 0x40001000 size (252KiB)
[    0.638461] nvmap:inner cache maint threshold=2097152
[    0.647509] Wake39 for irq=52
[    0.647606] tegra-otg tegra-otg: otg transceiver registered
[    0.647949] NET: Registered protocol family 2
[    0.648618] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.648841] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.649033] TCP: Hash tables configured (established 8192 bind 8192)
[    0.649091] TCP: reno registered
[    0.649116] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.649171] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.649456] NET: Registered protocol family 1
[    0.649850] RPC: Registered named UNIX socket transport module.
[    0.649874] RPC: Registered udp transport module.
[    0.649893] RPC: Registered tcp transport module.
[    0.649911] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.650201] tegra-fuse tegra-fuse: Fuse driver initialized succesfully
[    0.655472] host1x host1x: initialized
[    0.656373] CPU PMU: probing PMU on CPU 0
[    0.656407] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available
[    0.656991] tegra_throttle : init passed
[    0.657104] Tegra cpuquiet initialized: disabled
[    0.657227] cpu-tegra: init EDP limit: 2065 MHz
[    0.658175] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-therm
[    0.658556] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-therm
[    0.658803] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type MEM-therm
[    0.659048] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[    0.659076] soctherm: Suspend feature CANNOT be enabled when any OC alarm is enabled
[    0.660464] bounce pool size: 64 pages
[    0.661657] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.662087] NFS: Registering the id_resolver key type
[    0.662133] Key type id_resolver registered
[    0.662155] Key type id_legacy registered
[    0.662183] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.662787] NTFS driver 2.1.30 [Flags: R/O].
[    0.663076] fuse init (API version 7.22)
[    0.663441] msgmni has been set to 1457
[    0.665122] io scheduler noop registered (default)
[    0.866388] PCIE: port 0: link down, retrying
...
[    4.002310] i2c /dev entries driver
[    4.006673] virtual_init
[    4.010956] nvavp nvavp: allocated IOVA at 8ff00000 for AVP os
[    4.014830] ata1: SATA link down (SStatus 0 SControl 300)
[    4.022902] tegra_dtv_probe: probing dtv.
[    4.027001] setup_stream: bufsize = 4096, bufnum = 4
[    4.032039] ar0832_init: ++
[    4.035303] i2c-core: driver [max77387] using legacy suspend method
[    4.041588] i2c-core: driver [max77387] using legacy resume method
[    4.047854] i2c-core: driver [as364x] using legacy suspend method
[    4.053965] i2c-core: driver [as364x] using legacy resume method
[    4.060102] [IMX135] sensor driver loading
[    4.064252] [IMX179] sensor driver loading
[    4.068429] [IMX185] sensor driver loading
[    4.072612] [imx132] sensor driver loading
[    4.076804] [AR0330] sensor driver loading
[    4.080955] [ar0261] sensor driver loading
[    4.085107] [AR1335] sensor driver loading
[    4.089285] [ov4689] sensor driver loading
[    4.093589] usbcore: registered new interface driver uvcvideo
[    4.099352] USB Video Class driver (1.1.1)
[    4.103865] zram: Created 1 device(s) ...
[    4.108463] tegra_wdt tegra_wdt.0: last reset is due to watchdog timeout
[    4.115361] WDT heartbeat enabled on probe
[    4.119477] tegra_wdt_probe done
[    4.122735] otg state changed: SUSPEND --> PERIPHERAL
[    4.128190] sdhci: Secure Digital Host Controller Interface driver
[    4.134403] sdhci: Copyright(c) Pierre Ossman
[    4.138784] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.144748] sdhci-tegra sdhci-tegra.3: vddio_sd_slot regulator not found: -517. Assuming vddio_sd_slot is not required.
[    4.155684] sdhci-tegra sdhci-tegra.3: Speedo value 2180
[    4.161022] sdhci-tegra sdhci-tegra.3: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1100
[    4.170670] mmc0: no vqmmc regulator found
[    4.174797] mmc0: no vmmc regulator found
[    4.178825] mmc0: Invalid maximum block size, assuming 512 bytes
[    4.184866] sysedp_create_consumer: unable to create sdhci-tegra.3, no consumer_data for sdhci-tegra.3 found
[    4.218811] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA
[    4.226949] sdhci-tegra sdhci-tegra.0: Speedo value 2180
[    4.232289] sdhci-tegra sdhci-tegra.0: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1100
[    4.241810] mmc1: no vqmmc regulator found
[    4.245936] mmc1: no vmmc regulator found
[    4.249962] mmc1: Invalid maximum block size, assuming 512 bytes
[    4.256002] sysedp_create_consumer: unable to create sdhci-tegra.0, no consumer_data for sdhci-tegra.0 found
[    4.289810] mmc1: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA
[    4.297978] sdhci-tegra sdhci-tegra.2: Speedo value 2180
[    4.303328] sdhci-tegra sdhci-tegra.2: Tuning constraints: nom_mv 1150, boot_mv 1150, min_or_mv 1100
[    4.312758] mmc2: no vqmmc regulator found
[    4.316910] mmc2: no vmmc regulator found
[    4.320939] mmc2: Invalid maximum block size, assuming 512 bytes
[    4.326013] mmc0: BKOPS_EN bit is not set
[    4.328440] mmc0: new high speed DDR MMC card at address 0001
[    4.328659] mmcblk mmc0:0001: Card claimed for testing.
[    4.328822] mmcblk0: mmc0:0001 016G30 14.6 GiB 
[    4.328973] mmcblk0boot0: mmc0:0001 016G30 partition 1 4.00 MiB
[    4.329118] mmcblk0boot1: mmc0:0001 016G30 partition 2 4.00 MiB
[    4.329243] mmcblk0rpmb: mmc0:0001 016G30 partition 3 4.00 MiB
[    4.330079]  mmcblk0: p1 p2
[    4.331849]  mmcblk0boot1: unknown partition table
[    4.332904]  mmcblk0boot0: unknown partition table
[    4.376514] sysedp_create_consumer: unable to create sdhci-tegra.2, no consumer_data for sdhci-tegra.2 found
[    4.409809] mmc2: SDHCI controller on sdhci-tegra.2 [sdhci-tegra.2] using ADMA
[    4.420247] tegra-se tegra12-se: tegra_se_probe: complete
[    4.425841] hidraw: raw HID events driver (C) Jiri Kosina
[    4.433359] usbcore: registered new interface driver usbhid
[    4.438956] usbhid: USB HID core driver
[    4.443189] tegra-hier-ictlr tegra-hier-ictlr: probed
[    4.527373] usbcore: registered new interface driver snd-usb-audio
[    4.534527] tegra_offload_platform probe successfull.
[    4.541575] succefully registered offload opstegra30_avp_audio_platform_probe successful.
[    4.550610] sgtl5000 4-000a: sgtl5000 revision 0x11
[    4.555940] 4-000a: 1200 mV normal 
[    4.560165] sgtl5000 4-000a: Using internal LDO instead of VDDD
[    4.571694] tegra-snd-apalis-tk1-sgtl5000 tegra-snd-apalis-tk1-sgtl5000.0:  sgtl5000 <-> tegra30-i2s.2 mapping ok
[    4.582357] tegra-snd-apalis-tk1-sgtl5000 tegra-snd-apalis-tk1-sgtl5000.0:  dit-hifi <-> tegra30-spdif mapping ok
[    4.594396] oprofile: using timer interrupt.
[    4.598809] GACT probability NOT on
[    4.602325] Mirror/redirect action on
[    4.606005] u32 classifier
[    4.608727]     Actions configured
[    4.612145] Netfilter messages via NETLINK v0.30.
[    4.616917] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    4.623417] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    4.630396] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    4.636479] xt_time: kernel timezone is -0000
[    4.641139] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.646610] arp_tables: (C) 2002 David S. Miller
[    4.651299] TCP: cubic registered
[    4.654818] NET: Registered protocol family 10
[    4.660129] mip6: Mobile IPv6
[    4.663149] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    4.668696] sit: IPv6 over IPv4 tunneling driver
[    4.674276] NET: Registered protocol family 17
[    4.678819] NET: Registered protocol family 15
[    4.683317] can: controller area network core (rev 20120528 abi 9)
[    4.689639] NET: Registered protocol family 29
[    4.694106] can: raw protocol (rev 20120528)
[    4.698410] can: broadcast manager protocol (rev 20120528 t)
[    4.704092] can: netlink gateway (rev 20130117) max_hops=1
[    4.709695] NET: Registered protocol family 35
[    4.714937] 8021q: 802.1Q VLAN Support v1.8
[    4.719183] NET: Registered protocol family 37
[    4.723686] Key type dns_resolver registered
[    4.727982] NET: Registered protocol family 41
[    4.733563] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    4.764812] Registering SWP/SWPB emulation handler
[    4.769632] last reset is due to watchdog timeout
[    4.769632] 
[    4.775837] Disabling clocks left on by bootloader:
[    4.780714]    audio_2x
[    4.783179]    audio
[    4.785380]    audio4
[    4.787668]    audio3
[    4.789954]    audio2
[    4.792242]    audio1
[    4.794530]    audio0
[    4.796912]    hdmi_audio
[    4.799548]    entropy
[    4.801929]    dsi2-fixed
[    4.804748]    dsi1-fixed
[    4.807396]    mipi-cal-fixed
[    4.810382]    nor
[    4.812415]    trace
[    4.814622]    sdmmc3_ddr
[    4.817259]    sdmmc1_ddr
[    4.819961]    cclk_lp
[    4.822341]    pll_x_out0
[    4.824987]    pll_m_out1
[    4.827728] tegra_dvfs: vdd_cpu connected to regulator
[    4.832928] tegra_dvfs: vdd_core connected to regulator
[    4.838413] tegra_dvfs: vdd_gpu connected to regulator
[    4.844527] CPU rate: 696 MHz
[    5.101562] tegra dvfs: tegra sysfs cap interface is initialized
[    5.107716] tegra dvfs: tegra sysfs gpu & emc interface is initialized
[    5.114825] tegra_actmon.emc: Completed initialization (0)
[    5.120566] tegra_actmon.avp: Completed initialization (0)
[    5.126205] tegra_mon.cpu_emc: Completed initialization (0)
[    5.134518] VCC_USBH(2A|2C|2D|3|4): incomplete constraints, leaving on
[    5.141082] VCC_USBO1: incomplete constraints, leaving on
[    5.146544] +V1.05_AVDD_HDMI_PLL: incomplete constraints, leaving on
[    5.153007] +V1.8_VPP_FUSE: incomplete constraints, leaving on
[    5.158861] as3722-ldo7: incomplete constraints, leaving on
[    5.164510] as3722-ldo5: incomplete constraints, leaving on
[    5.170102] VDDIO_SDMMC1: incomplete constraints, leaving on
[    5.175877] as3722-sd3: incomplete constraints, leaving on
[    5.181381] +V3.3_MXM: incomplete constraints, leaving on
[    5.186851] regulator-dummy: incomplete constraints, leaving on
[    5.193476] file system registered
[    5.197791] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    5.204686] android_usb gadget: Number of LUNs=1
[    5.209355]  lun0: LUN: removable file: (no medium)
[    5.214587] android_maxim14675_set_voltage: max_voltage (vbus) = 5000
[    5.221093] android_usb gadget: android_usb ready
[    5.225817] tegra-udc: bind to driver android_usb
[    5.230757] gpio wake14 for gpio=235
[    5.234611] input: gpio-keys.3 as /devices/platform/gpio-keys.3/input/input0
[    5.242369] as3722-rtc as3722-rtc.1: setting system clock to 2016-11-02 15:59:53 UTC (1478102393)
[    5.251560] ALSA device list:
[    5.254557]   #0: Toradex Apalis TK1 SGTL5000
[    5.259019]   #1: HDA NVIDIA Tegra at 0x70038000 irq 113
[    5.265994] EXT4-fs (mmcblk0p2): mounting ext3 file system using the ext4 subsystem
[    5.277804] JBD2: no valid journal superblock found
[    5.282811] EXT4-fs (mmcblk0p2): error loading journal
[    5.288200] List of all partitions:
[    5.291814] b300        15388672 mmcblk0  driver: mmcblk
[    5.297187]   b301           16384 mmcblk0p1 0002fb4b-01
[    5.302670]   b302         7587840 mmcblk0p2 0002fb4b-02
[    5.308017] b330            4096 mmcblk0rpmb  (driver?)
[    5.313347] b320            4096 mmcblk0boot1  (driver?)
[    5.318704] b310            4096 mmcblk0boot0  (driver?)
[    5.324083] No filesystem could mount root, tried:  ext3
[    5.329492] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
[    5.337933] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.10.40-V2.6.1b1+g0e41a93 #1
[    5.345526] [] (unwind_backtrace+0x0/0x134) from [] (show_stack+0x18/0x1c)
[    5.354151] [] (show_stack+0x18/0x1c) from [] (panic+0xa4/0x1ec)
[    5.361908] [] (panic+0xa4/0x1ec) from [] (mount_block_root+0x228/0x23c)
[    5.370355] [] (mount_block_root+0x228/0x23c) from [] (mount_root+0x110/0x118)
[    5.379322] [] (mount_root+0x110/0x118) from [] (prepare_namespace+0x150/0x198)
[    5.388375] [] (prepare_namespace+0x150/0x198) from [] (kernel_init_freeable+0x1b4/0x1c4)
[    5.398295] [] (kernel_init_freeable+0x1b4/0x1c4) from [] (kernel_init+0x14/0x144)
[    5.407606] [] (kernel_init+0x14/0x144) from [] (ret_from_fork+0x14/0x20)
[    5.416137] CPU3: stopping
[    5.418854] CPU: 3 PID: 0 Comm: swapper/3 Not tainted 3.10.40-V2.6.1b1+g0e41a93 #1
[    5.426440] [] (unwind_backtrace+0x0/0x134) from [] (show_stack+0x18/0x1c)
[    5.435062] [] (show_stack+0x18/0x1c) from [] (handle_IPI+0x194/0x1a8)
[    5.443333] [] (handle_IPI+0x194/0x1a8) from [] (gic_handle_irq+0x84/0x140)
[    5.452038] [] (gic_handle_irq+0x84/0x140) from [] (__irq_svc+0x40/0x70)
[    5.460474] Exception stack(0xee289f08 to 0xee289f50)
[    5.465529] 9f00:                   ee289f58 00a9b02a 0002a6c0 0002a6c0 c1e4a7d8 00000000
[    5.473707] 9f20: 370d8e55 00000001 00000000 c0d49654 c0deb9c0 c1e483e8 00000000 ee289f50
[    5.481882] 9f40: c0308b40 c003dfc4 20000113 ffffffff
[    5.486944] [] (__irq_svc+0x40/0x70) from [] (tegra_idle_enter_clock_gating+0x58/0x78)
[    5.496605] [] (tegra_idle_enter_clock_gating+0x58/0x78) from [] (cpuidle_enter_state+0x44/0xec)
[    5.507132] [] (cpuidle_enter_state+0x44/0xec) from [] (cpuidle_idle_call+0xe8/0x27c)
[    5.516704] [] (cpuidle_idle_call+0xe8/0x27c) from [] (arch_cpu_idle+0x10/0x40)
[    5.525758] [] (arch_cpu_idle+0x10/0x40) from [] (cpu_startup_entry+0x190/0x248)
[    5.534896] [] (cpu_startup_entry+0x190/0x248) from [<80841664>] (0x80841664)
[    5.542900] CPU2: stopping
[    5.545619] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 3.10.40-V2.6.1b1+g0e41a93 #1
[    5.553208] [] (unwind_backtrace+0x0/0x134) from [] (show_stack+0x18/0x1c)
[    5.561833] [] (show_stack+0x18/0x1c) from [] (handle_IPI+0x194/0x1a8)
[    5.570107] [] (handle_IPI+0x194/0x1a8) from [] (gic_handle_irq+0x84/0x140)
[    5.578815] [] (gic_handle_irq+0x84/0x140) from [] (__irq_svc+0x40/0x70)
[    5.587254] Exception stack(0xee287f08 to 0xee287f50)
[    5.592314] 7f00:                   ee287f58 0055331a 000154cc 000154cc c1e417d8 00000000
[    5.600496] 7f20: 3c35b01c 00000001 00000000 c0d49654 c0deb9c0 c1e3f3e8 00000000 ee287f50
[    5.608675] 7f40: c0308b40 c003dfc4 20000113 ffffffff
[    5.613739] [] (__irq_svc+0x40/0x70) from [] (tegra_idle_enter_clock_gating+0x58/0x78)
[    5.623404] [] (tegra_idle_enter_clock_gating+0x58/0x78) from [] (cpuidle_enter_state+0x44/0xec)
[    5.633935] [] (cpuidle_enter_state+0x44/0xec) from [] (cpuidle_idle_call+0xe8/0x27c)
[    5.643512] [] (cpuidle_idle_call+0xe8/0x27c) from [] (arch_cpu_idle+0x10/0x40)
[    5.652570] [] (arch_cpu_idle+0x10/0x40) from [] (cpu_startup_entry+0x190/0x248)
[    5.661713] [] (cpu_startup_entry+0x190/0x248) from [<80841664>] (0x80841664)
[    5.669719] CPU1: stopping
[    5.672452] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 3.10.40-V2.6.1b1+g0e41a93 #1
[    5.680053] [] (unwind_backtrace+0x0/0x134) from [] (show_stack+0x18/0x1c)
[    5.688692] [] (show_stack+0x18/0x1c) from [] (handle_IPI+0x194/0x1a8)
[    5.696980] [] (handle_IPI+0x194/0x1a8) from [] (gic_handle_irq+0x84/0x140)
[    5.705703] [] (gic_handle_irq+0x84/0x140) from [] (__irq_svc+0x40/0x70)
[    5.714158] Exception stack(0xee285f08 to 0xee285f50)
[    5.719229] 5f00:                   ee285f58 00553a15 000154e8 000154e8 c1e387d8 00000000
[    5.727425] 5f20: 3c35430f 00000001 00000000 c0d49654 c0deb9c0 c1e363e8 00000000 ee285f50
[    5.735617] 5f40: c0308b40 c003dfc4 20000113 ffffffff
[    5.740696] [] (__irq_svc+0x40/0x70) from [] (tegra_idle_enter_clock_gating+0x58/0x78)
[    5.750375] [] (tegra_idle_enter_clock_gating+0x58/0x78) from [] (cpuidle_enter_state+0x44/0xec)
[    5.760921] [] (cpuidle_enter_state+0x44/0xec) from [] (cpuidle_idle_call+0xe8/0x27c)
[    5.770507] [] (cpuidle_idle_call+0xe8/0x27c) from [] (arch_cpu_idle+0x10/0x40)
[    5.779579] [] (arch_cpu_idle+0x10/0x40) from [] (cpu_startup_entry+0x190/0x248)
[    5.788735] [] (cpu_startup_entry+0x190/0x248) from [<80841664>] (0x80841664)
[   36.073773] ------------[ cut here ]------------
[   36.078440] WARNING: at /build/linuxdev/oe-core_V2.6.1/build/tmp-glibc/work-shared/apalis-tk1/kernel-source/kernel/watchdog.c:270 watchdog_timer_fn+0x27c/0x2b8()
[   36.092898] Watchdog detected hard LOCKUP on cpu 1
[   36.097544] Modules linked in:
[   36.100881] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.10.40-V2.6.1b1+g0e41a93 #1
[   36.108495] [] (unwind_backtrace+0x0/0x134) from [] (show_stack+0x18/0x1c)
[   36.117153] [] (show_stack+0x18/0x1c) from [] (warn_slowpath_common+0x5c/0x74)
[   36.126152] [] (warn_slowpath_common+0x5c/0x74) from [] (warn_slowpath_fmt+0x38/0x48)
[   36.135757] [] (warn_slowpath_fmt+0x38/0x48) from [] (watchdog_timer_fn+0x27c/0x2b8)
[   36.145283] [] (watchdog_timer_fn+0x27c/0x2b8) from [] (__run_hrtimer+0x90/0x280)
[   36.154543] [] (__run_hrtimer+0x90/0x280) from [] (hrtimer_interrupt+0x120/0x2d8)
[   36.163807] [] (hrtimer_interrupt+0x120/0x2d8) from [] (arch_timer_handler_phys+0x30/0x38)
[   36.173849] [] (arch_timer_handler_phys+0x30/0x38) from [] (handle_percpu_devid_irq+0x8c/0x194)
[   36.184323] [] (handle_percpu_devid_irq+0x8c/0x194) from [] (generic_handle_irq+0x34/0x44)
[   36.194365] [] (generic_handle_irq+0x34/0x44) from [] (handle_IRQ+0x48/0x98)
[   36.203188] [] (handle_IRQ+0x48/0x98) from [] (gic_handle_irq+0x4c/0x140)
[   36.211748] [] (gic_handle_irq+0x4c/0x140) from [] (__irq_svc+0x40/0x70)
[   36.220214] Exception stack(0xee0d7e58 to 0xee0d7ea0)
[   36.225297] 7e40:                                                       000025ee 00000000
[   36.233511] 7e60: ff691f00 c061eb28 c0dcbe20 00002edf 1bbf4be1 000076c0 c0cf6384 00000026
[   36.241723] 7e80: 3ffffcc8 ed101005 00000000 ee0d7ea0 c02fadcc c02fadb4 80000113 ffffffff
[   36.249944] [] (__irq_svc+0x40/0x70) from [] (__timer_delay+0x3c/0x64)
[   36.258251] [] (__timer_delay+0x3c/0x64) from [] (panic+0x1d8/0x1ec)
[   36.266384] [] (panic+0x1d8/0x1ec) from [] (mount_block_root+0x228/0x23c)
[   36.274948] [] (mount_block_root+0x228/0x23c) from [] (mount_root+0x110/0x118)
[   36.283949] [] (mount_root+0x110/0x118) from [] (prepare_namespace+0x150/0x198)
[   36.293036] [] (prepare_namespace+0x150/0x198) from [] (kernel_init_freeable+0x1b4/0x1c4)
[   36.302990] [] (kernel_init_freeable+0x1b4/0x1c4) from [] (kernel_init+0x14/0x144)
[   36.312337] [] (kernel_init+0x14/0x144) from [] (ret_from_fork+0x14/0x20)
[   36.320894] ---[ end trace d948d41c72731047 ]---

Do you have an idea why I get these CPU stop messages?

Jérôme

Yes, as the kernel reports it was unable to mount the rootfs:

[    5.265994] EXT4-fs (mmcblk0p2): mounting ext3 file system using the ext4 subsystem
[    5.277804] JBD2: no valid journal superblock found
[    5.282811] EXT4-fs (mmcblk0p2): error loading journal
[    5.288200] List of all partitions:
[    5.291814] b300        15388672 mmcblk0  driver: mmcblk
[    5.297187]   b301           16384 mmcblk0p1 0002fb4b-01
[    5.302670]   b302         7587840 mmcblk0p2 0002fb4b-02
[    5.308017] b330            4096 mmcblk0rpmb  (driver?)
[    5.313347] b320            4096 mmcblk0boot1  (driver?)
[    5.318704] b310            4096 mmcblk0boot0  (driver?)
[    5.324083] No filesystem could mount root, tried:  ext3