connecting to NetworkSerialPort(target=Target(name='tegra124-jetson-tk1', env=None), name='default', state=, avail=True, host='nuc-1', port=39083, speed=115200, protocol='rfc2217') calling microcom -s 115200 -t nuc-1:39083 connected to 192.168.0.1 (port 39083) Escape character: Ctrl-\ Type the escape character to get to the prompt. U-Boot SPL 2015.10 (Dec 03 2015 - 13:25:02) U-Boot 2015.10 (Dec 03 2015 - 13:25:02 -0800) TEGRA124 Model: NVIDIA Jetson TK1 Board: NVIDIA Jetson TK1 DRAM: 2 GiB MC: Tegra SD/MMC: 0, Tegra SD/MMC: 1 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 0, using 2 lanes tegra-pcie: link 0 down, retrying tegra-pcie: link 0 down, retrying tegra-pcie: link 0 down, retrying tegra-pcie: link 0 down, ignoring tegra-pcie: probing port 1, using 1 lanes In: serial Out: serial Err: serial Net: RTL8169#0 Hit any key to stop autoboot: 2  0 Tegra124 (Jetson TK1) # setenv autoload no Tegra124 (Jetson TK1) # setenv initrd_high 0xffffffff Tegra124 (Jetson TK1) # setenv fdt_high 0xffffffff Tegra124 (Jetson TK1) # dhcp BOOTP broadcast 1 DHCP client bound to address 192.168.0.212 (8 ms) Tegra124 (Jetson TK1) # setenv serverip 192.168.0.2 Tegra124 (Jetson TK1) # tftp 0x81000000 3906762/tftp-deploy-feosvzkm/kernel/zImage Using RTL8169#0 device TFTP from server 192.168.0.2; our IP address is 192.168.0.212 Filename '3906762/tftp-deploy-feosvzkm/kernel/zImage'. Load address: 0x81000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ####### 1.8 MiB/s done Bytes transferred = 8680024 (847258 hex) Tegra124 (Jetson TK1) # tftp 0x82800000 3906762/tftp-deploy-feosvzkm/ramdisk/ramdisk.cpio.gz.uboot Using RTL8169#0 device TFTP from server 192.168.0.2; our IP address is 192.168.0.212 Filename '3906762/tftp-deploy-feosvzkm/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x82800000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################################################## 1.8 MiB/s done Bytes transferred = 10445794 (9f63e2 hex) Tegra124 (Jetson TK1) # setenv initrd_size ${filesize} Tegra124 (Jetson TK1) # tftp 0x83f80000 3906762/tftp-deploy-feosvzkm/dtb/tegra124-jetson-tk1.dtb Using RTL8169#0 device TFTP from server 192.168.0.2; our IP address is 192.168.0.212 Filename '3906762/tftp-deploy-feosvzkm/dtb/tegra124-jetson-tk1.dtb'. Load address: 0x83f80000 Loading: *###### 1.7 MiB/s done Bytes transferred = 73434 (11eda hex) Tegra124 (Jetson TK1) # setenv bootargs 'console=ttyS0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=:::::eth0:dhcp' Tegra124 (Jetson TK1) # bootz 0x81000000 0x82800000 0x83f80000 Kernel image @ 0x81000000 [ 0x000000 - 0x847258 ] ## Loading init Ramdisk from Legacy Image at 82800000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 10445730 Bytes = 10 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 83f80000 Booting using the fdt blob at 0x83f80000 Using Device Tree in place at 83f80000, end 83f94ed9 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.12.0-rc6 (KernelCI@build-j361961-arm-gcc-12-tegra-defconfig-267h8) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Mon Nov 4 18:58:13 UTC 2024 [ 0.000000] CPU: ARMv7 Processor [413fc0f3] revision 3 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] OF: fdt: Machine model: NVIDIA Tegra124 Jetson TK1 [ 0.000000] earlycon: uart0 at MMIO 0x70006300 (options '115200n8') [ 0.000000] printk: legacy bootconsole [uart0] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 64 MiB at 0xfbc00000 on node -1 [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000080000000-0x00000000afffffff] [ 0.000000] HighMem [mem 0x00000000b0000000-0x00000000ffefffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000ffefffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffefffff] [ 0.000000] percpu: Embedded 17 pages/cpu s40460 r8192 d20980 u69632 [ 0.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=:::::eth0:dhcp <6>[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 524032 <6>[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] trace event string verifier disabled <6>[ 0.000000] rcu: Preemptible hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] Trampoline variant of Tasks RCU enabled. <6>[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. <6>[ 0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000000] /interrupt-controller@60004000: 160 interrupts forwarded to /interrupt-controller@50041000 <6>[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. <6>[ 0.000000] clocksource: tegra_suspend_timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns <6>[ 0.000000] arch_timer: cp15 timer(s) running at 12.00MHz (virt). <6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2c47f4ee7, max_idle_ns: 440795202497 ns <6>[ 0.000001] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 4398046511096ns <6>[ 0.008581] Switching to timer-based delay loop, resolution 83ns <6>[ 0.015356] Console: colour dummy device 80x30 <6>[ 0.020283] Calibrating delay loop (skipped), value calculated using timer frequency.. 24.00 BogoMIPS (lpj=120000) <6>[ 0.031313] CPU: Testing write buffer coherency: ok <6>[ 0.036695] CPU0: Spectre v2: using ICIALLU workaround <6>[ 0.042308] CPU0: Spectre BHB: enabling loop workaround for all CPUs <6>[ 0.049170] pid_max: default: 32768 minimum: 301 <6>[ 0.054431] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) <6>[ 0.062294] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) <3>[ 0.071464] /cpus/cpu@0 missing clock-frequency property <3>[ 0.077279] /cpus/cpu@1 missing clock-frequency property <3>[ 0.083145] /cpus/cpu@2 missing clock-frequency property <3>[ 0.088956] /cpus/cpu@3 missing clock-frequency property <6>[ 0.094760] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 <6>[ 0.102314] Setting up static identity map for 0x80100000 - 0x801000ac <6>[ 0.109536] rcu: Hierarchical SRCU implementation. <6>[ 0.114777] rcu: Max phase no-delay instances is 1000. <6>[ 0.120819] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level <6>[ 0.130384] Tegra Revision: A01 SKU: 129 CPU Process: 1 SoC Process: 1 <6>[ 0.138710] smp: Bringing up secondary CPUs ... <6>[ 0.144484] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 <3>[ 0.144504] CPU1: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable <6>[ 0.161732] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 <3>[ 0.161752] CPU2: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable <6>[ 0.178951] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 <3>[ 0.178971] CPU3: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable <6>[ 0.195392] smp: Brought up 1 node, 4 CPUs <6>[ 0.199938] SMP: Total of 4 processors activated (96.00 BogoMIPS). <6>[ 0.206624] CPU: All CPU(s) started in SVC mode. <6>[ 0.212519] Memory: 1978920K/2096128K available (13312K kernel code, 1628K rwdata, 3748K rodata, 1024K init, 314K bss, 48352K reserved, 65536K cma-reserved, 1244160K highmem) <6>[ 0.229519] devtmpfs: initialized <6>[ 0.251545] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 <6>[ 0.260077] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.270579] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) <6>[ 0.279299] pinctrl core: initialized pinctrl subsystem <6>[ 0.286174] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.294104] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.302869] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.302931] cpuidle: using governor menu <6>[ 0.326795] platform 70000868.pinmux: Fixed dependency cycle(s) with /pinmux@70000868/pinmux <6>[ 0.356298] No ATAGs? <6>[ 0.359094] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. <6>[ 0.367695] hw-breakpoint: maximum watchpoint size is 8 bytes. <3>[ 0.382470] tegra-mc 70019000.memory-controller: ppcsahbslvr: secure read @0x7fd41100: EMEM address decode error (EMEM decode error) <6>[ 0.406659] iommu: Default domain type: Translated <6>[ 0.411918] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.438840] SCSI subsystem initialized <6>[ 0.443460] usbcore: registered new interface driver usbfs <6>[ 0.449499] usbcore: registered new interface driver hub <6>[ 0.455324] usbcore: registered new device driver usb <6>[ 0.460998] mc: Linux media interface: v0.10 <6>[ 0.465736] videodev: Linux video capture interface: v2.00 <6>[ 0.471773] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.477198] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.487003] PTP clock support registered <6>[ 0.491800] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.499187] Bluetooth: Core ver 2.22 <6>[ 0.503189] NET: Registered PF_BLUETOOTH protocol family <6>[ 0.508997] Bluetooth: HCI device and connection manager initialized <6>[ 0.515867] Bluetooth: HCI socket layer initialized <6>[ 0.521215] Bluetooth: L2CAP socket layer initialized <6>[ 0.526733] Bluetooth: SCO socket layer initialized <6>[ 0.532498] nfc: nfc_init: NFC Core ver 0.1 <6>[ 0.537192] NET: Registered PF_NFC protocol family <6>[ 0.542626] vgaarb: loaded <6>[ 0.546053] clocksource: Switched to clocksource arch_sys_counter <6>[ 0.566465] NET: Registered PF_INET protocol family <6>[ 0.572181] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) <6>[ 0.581976] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) <6>[ 0.590964] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.599311] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) <6>[ 0.607726] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) <6>[ 0.615812] TCP: Hash tables configured (established 8192 bind 8192) <6>[ 0.622772] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) <6>[ 0.629971] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) <6>[ 0.637744] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.644443] RPC: Registered named UNIX socket transport module. <6>[ 0.650888] RPC: Registered udp transport module. <6>[ 0.656053] RPC: Registered tcp transport module. <6>[ 0.661203] RPC: Registered tcp-with-tls transport module. <6>[ 0.667177] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.675152] PCI: CLS 0 bytes, default 64 <5>[ 0.680676] Initialise system trusted keyrings <6>[ 0.685794] workingset: timestamp_bits=30 max_order=19 bucket_order=0 <6>[ 0.692999] Unpacking initramfs... <6>[ 0.697285] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 0.704021] NFS: Registering the id_resolver key type <5>[ 0.709616] Key type id_resolver registered <5>[ 0.714241] Key type id_legacy registered <5>[ 0.850704] Key type asymmetric registered <5>[ 0.855247] Asymmetric key parser 'x509' registered <6>[ 0.860714] bounce: pool size: 64 pages <6>[ 0.865008] io scheduler mq-deadline registered <6>[ 0.870010] io scheduler kyber registered <6>[ 0.874483] io scheduler bfq registered <4>[ 0.881111] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. <6>[ 0.899420] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver registered 32 channels <6>[ 0.909339] tegra-pmc 7000e400.pmc: emergency thermal reset enabled <6>[ 0.917170] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled <6>[ 0.927554] printk: legacy console [ttyS0] disabled <6>[ 0.933350] 70006300.serial: ttyS0 at MMIO 0x70006300 (irq = 70, base_baud = 25500000) is a Tegra <6>[ 0.942961] printk: legacy console [ttyS0] enabled <6>[ 0.942961] printk: legacy console [ttyS0] enabled <6>[ 0.953287] printk: legacy bootconsole [uart0] disabled <6>[ 0.953287] printk: legacy bootconsole [uart0] disabled <6>[ 0.967878] 70006000.serial: ttyTHS1 at MMIO 0x70006000 (irq = 71, base_baud = 0) is a TEGRA_UART <6>[ 0.977981] 70006040.serial: ttyTHS2 at MMIO 0x70006040 (irq = 72, base_baud = 0) is a TEGRA_UART <6>[ 0.988081] tegra-host1x 50000000.host1x: Adding to iommu group 0 <6>[ 1.000915] tegra-vic 54340000.vic: Adding to iommu group 1 <6>[ 1.016832] loop: module loaded <3>[ 1.028444] spi spi1.0: Invalid delay unit 2, should be SPI_DELAY_UNIT_SCK <3>[ 1.035640] spi-tegra114 7000da00.spi: can't setup spi1.0, status -22 <3>[ 1.042396] spi_master spi1: spi_device register error /spi@7000da00/flash@0 <4>[ 1.049751] spi_master spi1: Failed to create SPI device for /spi@7000da00/flash@0 <6>[ 1.060419] CAN device driver interface <6>[ 1.064556] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 1.070233] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 1.076214] pegasus: Pegasus/Pegasus II USB Ethernet driver <6>[ 1.082087] usbcore: registered new interface driver pegasus <6>[ 1.088156] usbcore: registered new interface driver asix <6>[ 1.093853] usbcore: registered new interface driver ax88179_178a <6>[ 1.100304] usbcore: registered new interface driver cdc_ether <6>[ 1.106455] usbcore: registered new interface driver smsc75xx <6>[ 1.112499] usbcore: registered new interface driver smsc95xx <6>[ 1.118572] usbcore: registered new interface driver net1080 <6>[ 1.124531] usbcore: registered new interface driver cdc_subset <6>[ 1.130763] usbcore: registered new interface driver zaurus <6>[ 1.136652] usbcore: registered new interface driver cdc_ncm <6>[ 1.142606] usbcore: registered new interface driver r8153_ecm <4>[ 1.149239] tegra-phy 7d000000.usb-phy: supply vbus not found, using dummy regulator <4>[ 1.157694] tegra-phy 7d004000.usb-phy: supply vbus not found, using dummy regulator <6>[ 1.166502] usbcore: registered new interface driver cdc_acm <6>[ 1.172423] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters <6>[ 1.180738] usbcore: registered new interface driver cdc_wdm <6>[ 1.186718] usbcore: registered new interface driver usb-storage <6>[ 1.252994] ci_hdrc ci_hdrc.1: EHCI Host Controller <6>[ 1.258209] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1 <6>[ 1.286112] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.10 <6>[ 1.292733] hub 1-0:1.0: USB hub found <6>[ 1.296819] hub 1-0:1.0: 1 port detected <6>[ 1.304175] tegra_rtc 7000e000.rtc: registered as rtc1 <5>[ 1.309632] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock <6>[ 1.316431] i2c_dev: i2c /dev entries driver <4>[ 1.325148] at24 0-0056: supply vcc not found, using dummy regulator <6>[ 1.333140] at24 0-0056: 256 byte 24c02 EEPROM, writable, 8 bytes/write <6>[ 1.353140] i2c 4-0040: Fixed dependency cycle(s) with /i2c@7000d000/pmic@40/pinmux <6>[ 1.362044] as3722 4-0040: AS3722 with revision 0x1 found <6>[ 1.377646] as3722-rtc as3722-rtc: registered as rtc0 <6>[ 1.383850] as3722-rtc as3722-rtc: setting system clock to 2000-01-01T00:00:16 UTC (946684816) <6>[ 1.392835] as3722-rtc as3722-rtc: RTC interrupt 101 <6>[ 1.400395] +1.35V_LP0(sd3): Bringing 0uV into 1350000-1350000uV <6>[ 1.410760] gspca_main: v2.14.0 registered <6>[ 1.415177] usbcore: registered new interface driver uvcvideo <4>[ 1.423111] lm90 0-004c: supply vcc not found, using dummy regulator <6>[ 1.425372] +1.8V_RUN_CAM: Bringing 0uV into 1800000-1800000uV <6>[ 1.432777] hwmon hwmon0: temp1_input not attached to any thermal zone <6>[ 1.437864] +1.05V_LP0_VDD_RTC: Bringing 1100000uV into 1000000-1000000uV <6>[ 1.442878] hwmon hwmon0: temp2_input not attached to any thermal zone <6>[ 1.451010] +2.8V_RUN_CAM: Bringing 0uV into 2800000-2800000uV <6>[ 1.457687] tegra-wdt 60005000.timer: initialized (heartbeat = 120 sec, nowayout = 0) <6>[ 1.463459] +1.2V_RUN_CAM_FRONT: Bringing 0uV into 1200000-1200000uV <6>[ 1.471079] Bluetooth: HCI UART driver ver 2.3 <6>[ 1.474479] Freeing initrd memory: 10204K <3>[ 1.478107] +VDDIO_SDMMC3: bypassed regulator has no supply! <6>[ 1.481991] Bluetooth: HCI UART protocol H4 registered <3>[ 1.486328] as3722-regulator as3722-regulator: regulator 13 register failed -517 <6>[ 1.492338] Bluetooth: HCI UART protocol Broadcom registered <6>[ 1.512100] sdhci: Secure Digital Host Controller Interface driver <6>[ 1.518555] sdhci: Copyright(c) Pierre Ossman <6>[ 1.523170] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 1.529651] usbcore: registered new interface driver usbhid <6>[ 1.535483] usbhid: USB HID core driver <6>[ 1.536465] sdhci-tegra 700b0400.mmc: Got CD GPIO <6>[ 1.542694] tegra-emc 7001b000.external-memory-controller: 64bit DRAM bus <6>[ 1.544569] sdhci-tegra 700b0400.mmc: Got WP GPIO <6>[ 1.552350] tegra-emc 7001b000.external-memory-controller: OPP HW ver. 0x2, current clock rate 924 MHz <4>[ 1.556768] mmc1: Invalid maximum block size, assuming 512 bytes <6>[ 1.572783] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 (8000003f) counters available <6>[ 1.594391] input: tegra-hda HDMI/DP,pcm=3 as /devices/soc0/70030000.hda/sound/card0/input0 <6>[ 1.613075] mmc1: SDHCI controller on 700b0600.mmc [700b0600.mmc] using ADMA 64-bit <6>[ 1.674158] mmc1: new high speed MMC card at address 0001 <6>[ 1.680534] mmcblk1: mmc1:0001 SEM16G 14.7 GiB <6>[ 1.689011] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 <6>[ 1.695587] mmcblk1boot0: mmc1:0001 SEM16G 4.00 MiB <6>[ 1.701789] mmcblk1boot1: mmc1:0001 SEM16G 4.00 MiB <6>[ 1.707971] mmcblk1rpmb: mmc1:0001 SEM16G 4.00 MiB, chardev (246:0) <4>[ 2.016257] tegra30-i2s 70301100.i2s: DMA channels sourced from device 70300000.ahub <6>[ 2.041119] input: NVIDIA Tegra Jetson TK1 Headphones Jack as /devices/soc0/sound/sound/card1/input1 <6>[ 2.051634] NET: Registered PF_INET6 protocol family <6>[ 2.058423] Segment Routing with IPv6 <6>[ 2.062413] In-situ OAM (IOAM) with IPv6 <6>[ 2.066733] mip6: Mobile IPv6 <6>[ 2.069966] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 2.077552] NET: Registered PF_PACKET protocol family <6>[ 2.082876] NET: Registered PF_KEY protocol family <6>[ 2.088003] can: controller area network core <6>[ 2.092672] NET: Registered PF_CAN protocol family <6>[ 2.097748] can: raw protocol <6>[ 2.100983] can: broadcast manager protocol <6>[ 2.105433] can: netlink gateway - max_hops=1 <6>[ 2.110284] Bluetooth: RFCOMM socket layer initialized <6>[ 2.115684] Bluetooth: RFCOMM ver 1.11 <6>[ 2.119722] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 <6>[ 2.125299] Bluetooth: BNEP socket layer initialized <6>[ 2.130540] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 <6>[ 2.136740] Bluetooth: HIDP socket layer initialized <5>[ 2.142254] Key type dns_resolver registered <5>[ 2.147788] Registering SWP/SWPB emulation handler <5>[ 2.166826] Loading compiled-in X.509 certificates <6>[ 2.183937] tegra-dc 54200000.dc: Adding to iommu group 1 <3>[ 2.192115] as3722 4-0040: Failed to create device link (0x180) with regulator-3v3run <6>[ 2.201298] tegra-dc 54240000.dc: Adding to iommu group 1 <6>[ 2.207223] reg-fixed-voltage regulator-12v0sata: nonexclusive access to GPIO for (default) <6>[ 2.237923] ci_hdrc ci_hdrc.2: EHCI Host Controller <6>[ 2.243099] ci_hdrc ci_hdrc.2: new USB bus registered, assigned bus number 2 <6>[ 2.276184] ci_hdrc ci_hdrc.2: USB 2.0 started, EHCI 1.10 <6>[ 2.282896] hub 2-0:1.0: USB hub found <6>[ 2.287070] hub 2-0:1.0: 1 port detected <4>[ 2.293218] as3722-regulator as3722-regulator: DMA mask not set <6>[ 2.302288] sdhci-tegra 700b0400.mmc: Got CD GPIO <6>[ 2.302695] tegra-pcie 1003000.pcie: host bridge /pcie@1003000 ranges: <6>[ 2.307383] sdhci-tegra 700b0400.mmc: Got WP GPIO <6>[ 2.314156] tegra-pcie 1003000.pcie: MEM 0x0001000000..0x0001001fff -> 0x0001000000 <3>[ 2.314416] +VDDIO_SDMMC3: bypassed regulator has no supply! <6>[ 2.314965] +1.05V_RUN_CAM_REAR: Bringing 0uV into 1050000-1050000uV <6>[ 2.315728] +3.3V_RUN_TOUCH: Bringing 0uV into 2800000-2800000uV <6>[ 2.316768] +2.8V_RUN_CAM_AF: Bringing 0uV into 2800000-2800000uV <6>[ 2.317506] +1.8V_RUN_VPP_FUSE: Bringing 0uV into 1800000-1800000uV <6>[ 2.359298] tegra-pcie 1003000.pcie: IO 0x0012000000..0x001200ffff -> 0x0000000000 <4>[ 2.359704] mmc0: Invalid maximum block size, assuming 512 bytes <6>[ 2.367740] tegra-pcie 1003000.pcie: MEM 0x0013000000..0x001fffffff -> 0x0013000000 <6>[ 2.382401] tegra-pcie 1003000.pcie: MEM 0x0020000000..0x003fffffff -> 0x0020000000 <6>[ 2.390987] tegra-pcie 1003000.pcie: 2x1, 1x1 configuration <3>[ 2.397297] tegra-pcie 1003000.pcie: failed to get PHY#0: -517 <3>[ 2.403397] tegra-pcie 1003000.pcie: failed to get PHYs: -517 <3>[ 2.409458] tegra-pcie 1003000.pcie: failed to request resources: -517 <6>[ 2.415184] mmc0: SDHCI controller on 700b0400.mmc [700b0400.mmc] using ADMA 64-bit <6>[ 2.431182] [drm] Initialized tegra 1.0.0 for drm on minor 0 <6>[ 2.437266] drm drm: [drm] Cannot find any crtc or sizes <6>[ 2.443028] drm drm: [drm] Cannot find any crtc or sizes <6>[ 2.447769] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 696000 KHz, changing to: 714000 KHz <4>[ 2.460784] usb2-0: supply vbus not found, using dummy regulator <4>[ 2.467309] usb2-1: supply vbus not found, using dummy regulator <6>[ 2.474523] tegra-pcie 1003000.pcie: host bridge /pcie@1003000 ranges: <6>[ 2.481407] tegra-pcie 1003000.pcie: MEM 0x0001000000..0x0001001fff -> 0x0001000000 <6>[ 2.489844] tegra-pcie 1003000.pcie: IO 0x0012000000..0x001200ffff -> 0x0000000000 <6>[ 2.498252] tegra-pcie 1003000.pcie: MEM 0x0013000000..0x001fffffff -> 0x0013000000 <6>[ 2.506706] tegra-pcie 1003000.pcie: MEM 0x0020000000..0x003fffffff -> 0x0020000000 <6>[ 2.515216] tegra-pcie 1003000.pcie: 2x1, 1x1 configuration <6>[ 2.522296] tegra-pcie 1003000.pcie: probing port 0, using 2 lanes <6>[ 2.530814] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes <6>[ 2.856618] mmc0: new high speed SD card at address 0260 <6>[ 2.862858] mmcblk0: mmc0:0260 1232 961 MiB <6>[ 2.869674] mmcblk0: p1 p2 <6>[ 3.746134] tegra-pcie 1003000.pcie: link 0 down, ignoring <6>[ 3.758426] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00 <6>[ 3.764957] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 3.770732] pci_bus 0000:00: root bus resource [mem 0x01000000-0x01001fff] <6>[ 3.777895] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] <6>[ 3.784333] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff] <6>[ 3.791556] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref] <6>[ 3.799303] pci 0000:00:02.0: [10de:0e13] type 01 class 0x060400 PCIe Root Port <4>[ 3.806865] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x4 may corrupt adjacent RW1C bits <6>[ 3.816795] pci 0000:00:02.0: PCI bridge to [bus 00] <6>[ 3.822012] pci 0000:00:02.0: bridge window [io 0x0000-0x0fff] <6>[ 3.828394] pci 0000:00:02.0: enabling Extended Tags <6>[ 3.833652] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold <6>[ 3.841922] PCI: bus0: Fast back to back transfers disabled <6>[ 3.847749] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring <6>[ 3.856106] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint <6>[ 3.863612] pci 0000:01:00.0: BAR 0 [io 0x0000-0x00ff] <6>[ 3.869119] pci 0000:01:00.0: BAR 2 [mem 0x00000000-0x00000fff 64bit] <6>[ 3.875822] pci 0000:01:00.0: BAR 4 [mem 0x00000000-0x00003fff 64bit pref] <6>[ 3.883103] pci 0000:01:00.0: supports D1 D2 <6>[ 3.887628] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold <6>[ 3.906079] PCI: bus1: Fast back to back transfers disabled <6>[ 3.911903] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 <6>[ 3.918797] pci 0000:00:02.0: bridge window [mem 0x13000000-0x130fffff]: assigned <6>[ 3.926549] pci 0000:00:02.0: bridge window [mem 0x20000000-0x200fffff 64bit pref]: assigned <6>[ 3.935234] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]: assigned <6>[ 3.942322] pci 0000:01:00.0: BAR 4 [mem 0x20000000-0x20003fff 64bit pref]: assigned <6>[ 3.950341] pci 0000:01:00.0: BAR 2 [mem 0x13000000-0x13000fff 64bit]: assigned <6>[ 3.957928] pci 0000:01:00.0: BAR 0 [io 0x1000-0x10ff]: assigned <6>[ 3.964273] pci 0000:00:02.0: PCI bridge to [bus 01] <6>[ 3.969492] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff] <6>[ 3.975833] pci 0000:00:02.0: bridge window [mem 0x13000000-0x130fffff] <6>[ 3.982886] pci 0000:00:02.0: bridge window [mem 0x20000000-0x200fffff 64bit pref] <6>[ 3.990882] pci_bus 0000:00: resource 4 [mem 0x01000000-0x01001fff] <6>[ 3.997400] pci_bus 0000:00: resource 5 [io 0x0000-0xffff] <6>[ 4.003242] pci_bus 0000:00: resource 6 [mem 0x13000000-0x1fffffff] <6>[ 4.009762] pci_bus 0000:00: resource 7 [mem 0x20000000-0x3fffffff pref] <6>[ 4.016713] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff] <6>[ 4.022531] pci_bus 0000:01: resource 1 [mem 0x13000000-0x130fffff] <6>[ 4.029061] pci_bus 0000:01: resource 2 [mem 0x20000000-0x200fffff 64bit pref] <4>[ 4.036547] pci 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge <6>[ 4.043800] pcieport 0000:00:02.0: enabling device (0140 -> 0143) <6>[ 4.050226] pcieport 0000:00:02.0: PME: Signaling with IRQ 134 <6>[ 4.056469] r8169 0000:01:00.0: enabling device (0140 -> 0143) <6>[ 4.092560] r8169 0000:01:00.0 eth0: RTL8168g/8111g, 00:04:4b:21:2a:66, XID 4c0, IRQ 136 <6>[ 4.101052] r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko] <4>[ 4.110284] tegra-ahci 70027000.sata: supply ahci not found, using dummy regulator <4>[ 4.118291] tegra-ahci 70027000.sata: supply phy not found, using dummy regulator <4>[ 4.126334] tegra-ahci 70027000.sata: supply target not found, using dummy regulator <6>[ 4.134938] tegra-ahci 70027000.sata: AHCI vers 0001.0301, 32 command slots, 3 Gbps, platform mode <6>[ 4.144149] tegra-ahci 70027000.sata: 1/2 ports implemented (port mask 0x1) <6>[ 4.151409] tegra-ahci 70027000.sata: flags: 64bit ncq sntf pm led pmp pio slum part sadm sds apst <6>[ 4.161910] scsi host0: tegra-ahci <6>[ 4.166127] scsi host1: tegra-ahci <6>[ 4.169922] ata1: SATA max UDMA/133 mmio [mem 0x70027000-0x70028fff] port 0x100 irq 137 lpm-pol 0 <6>[ 4.179051] ata2: DUMMY <4>[ 4.182504] tegra-xusb 70090000.usb: Direct firmware load for nvidia/tegra124/xusb.bin failed with error -2 <3>[ 4.192511] tegra-xusb 70090000.usb: failed to request firmware: -2 <3>[ 4.199054] tegra-xusb 70090000.usb: failed to request firmware: -2 <3>[ 4.205612] tegra-xusb 70090000.usb: probe with driver tegra-xusb failed with error -2 <6>[ 4.214505] input: gpio-keys as /devices/soc0/gpio-keys/input/input2 <6>[ 4.499257] ata1: SATA link down (SStatus 0 SControl 300) <4>[ 4.509239] r8169 0000:01:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2 <3>[ 4.518915] r8169 0000:01:00.0: Unable to load firmware rtl_nic/rtl8168g-2.fw (-2) <6>[ 4.556161] Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC) <6>[ 4.686894] r8169 0000:01:00.0 eth0: Link is Down <6>[ 6.355629] r8169 0000:01:00.0 eth0: Link is Up - 100Mbps/Full - flow control rx/tx <5>[ 6.376210] Sending DHCP requests ., OK <6>[ 6.422316] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.212 <6>[ 6.430641] IP-Config: Complete: <6>[ 6.434185] device=eth0, hwaddr=00:04:4b:21:2a:66, ipaddr=192.168.0.212, mask=255.255.255.0, gw=192.168.0.254 <6>[ 6.445174] host=192.168.0.212, domain=shed, nis-domain=(none) <6>[ 6.451750] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= <6>[ 6.451757] nameserver0=192.168.0.1, nameserver1=192.168.1.254 <5>[ 6.465528] cfg80211: Loading compiled-in X.509 certificates for regulatory database <5>[ 6.480337] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <5>[ 6.486711] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' <4>[ 6.494273] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 6.496141] clk: Disabling unused clocks <6>[ 6.503148] cfg80211: failed to load regulatory.db <6>[ 6.507656] PM: genpd: Disabling unused power domains <6>[ 6.517757] ALSA device list: <6>[ 6.520979] #0: tegra-hda at 0x70038000 irq 124 <6>[ 6.525932] #1: NVIDIA Tegra Jetson TK1 <6>[ 6.530913] Freeing unused kernel image (initmem) memory: 1024K <6>[ 6.537267] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 6.612814] udevd[152]: starting version 3.2.9 <5>[ 13.326775] random: crng init done <27>[ 13.370756] udevd[152]: specified user 'tss' unknown <27>[ 13.378026] udevd[152]: specified group 'tss' unknown <30>[ 13.422269] udevd[153]: starting eudev-3.2.9 <6>[ 13.575292] r8169 0000:01:00.0 enp1s0: renamed from eth0 (while UP) <6>[ 13.620832] tegra_soctherm 700e2000.thermal-sensor: thermtrip: will shut down when cpu reaches 101000 mC <6>[ 13.633087] tegra_soctherm 700e2000.thermal-sensor: throttrip: will throttle when cpu reaches 101000 mC <6>[ 13.644155] tegra_soctherm 700e2000.thermal-sensor: thermtrip: will shut down when gpu reaches 101000 mC <6>[ 13.654688] tegra_soctherm 700e2000.thermal-sensor: throttrip: will throttle when gpu reaches 101000 mC <6>[ 13.665406] tegra_soctherm 700e2000.thermal-sensor: thermtrip: will shut down when pll reaches 103000 mC <6>[ 13.679831] tegra_soctherm 700e2000.thermal-sensor: thermtrip: will shut down when mem reaches 101000 mC done Saving random seed: OK Starting network: ip: RTNETLINK answers: File exists FAIL mount: mounting none on /sys/kernel/debug failed: No such file or directory Starting dropbear sshd: OK /bin/sh: can't access tty; job control turned off / # / # # / # export SHELL=/bin/sh / # . /lava-3906762/environment / # /lava-3906762/bin/lava-test-runner /lava-3906762/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-3906762/0/tests/0_dmesg + cat uuid + UUID=390<8>[ 14.616166] 6762_1.5.2.4.1 + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 14.655397] <8>[ 14.685101] <8>[ 14.711118] + set +x <8>[ 14.720800] / #