connecting to NetworkSerialPort(target=Target(name='at91-sama5d4_xplained', env=None), name='default', state=, avail=True, host='nuc-1', port=59403, speed=115200, protocol='rfc2217') calling microcom -s 115200 -t nuc-1:59403 connected to 192.168.0.1 (port 59403) Escape character: Ctrl-\ Type the escape character to get to the prompt. RomBOOT All interupts redirected to AIC ACT8865: Set REG1/REG2/REG3 power saving mode ACT8865: The REG5 output 3300mV ACT8865: The REG6 output 1800mV ACT8865: Disable ACT8865's I2C interface HDMI SiI9022: Enter D3 Cold mode PHY: GMAC0 KSZ8081RNB: Enter power down mode AT91Bootstrap 3.7.1 (Thu Oct 30 15:25:32 CST 2014) EEPROM: Loading AT24xx information ... EEPROM: BoardName | [Revid] | VendorName HW Info: The total size isn't correct 1-Wire: Using default information 1-Wire: Board sn: 0x1012420, revsion: 0x680820 NAND: ONFI flash detected NAND: Manufacturer ID: 0x2c Chip ID: 0x34 NAND: Disable On-Die ECC NAND: Initialize PMECC params, cap: 0x8, sector: 0x200 NAND: Image: Copy 0x80000 bytes from 0x40000 to 0x26f00000 NAND: Done to load image U-Boot 2014.07 (Oct 29 2014 - 16:59:40) CPU: SAMA5D4 Crystal frequency: 12 MHz CPU clock : 528 MHz Master clock : 176 MHz DRAM: 512 MiB NAND: 512 MiB MMC: mci: 0 In: serial Out: serial Err: serial Net: gmac0 Hit any key to stop autoboot: 3  0 U-Boot> setenv autoload no U-Boot> setenv initrd_high 0xffffffff U-Boot> setenv fdt_high 0xffffffff U-Boot> dhcp gmac0: PHY present at 0 gmac0: Starting autonegotiation... gmac0: Autonegotiation complete gmac0: link up, 100Mbps full-duplex (lpa: 0x45e1) BOOTP broadcast 1 BOOTP broadcast 2 DHCP client bound to address 192.168.0.135 U-Boot> setenv serverip 192.168.0.2 U-Boot> tftp 0x22100000 3904331/tftp-deploy-ivl3li0d/kernel/zImage gmac0: PHY present at 0 gmac0: link up, 100Mbps full-duplex (lpa: 0x45e1) Using gmac0 device TFTP from server 192.168.0.2; our IP address is 192.168.0.135 Filename '3904331/tftp-deploy-ivl3li0d/kernel/zImage'. Load address: 0x22100000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ##################################### 2.8 MiB/s done Bytes transferred = 11031040 (a85200 hex) U-Boot> tftp 0x23000000 3904331/tftp-deploy-ivl3li0d/ramdisk/ramdisk.cpio.gz.uboot gmac0: PHY present at 0 gmac0: link up, 100Mbps full-duplex (lpa: 0x45e1) Using gmac0 device TFTP from server 192.168.0.2; our IP address is 192.168.0.135 Filename '3904331/tftp-deploy-ivl3li0d/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x23000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################ 3 MiB/s done Bytes transferred = 17875832 (110c378 hex) U-Boot> setenv initrd_size ${filesize} U-Boot> tftp 0x22000000 3904331/tftp-deploy-ivl3li0d/dtb/at91-sama5d4_xplained.dtb gmac0: PHY present at 0 gmac0: link up, 100Mbps full-duplex (lpa: 0x45e1) Using gmac0 device TFTP from server 192.168.0.2; our IP address is 192.168.0.135 Filename '3904331/tftp-deploy-ivl3li0d/dtb/at91-sama5d4_xplained.dtb'. Load address: 0x22000000 Loading: *### 2.7 MiB/s done Bytes transferred = 36196 (8d64 hex) U-Boot> setenv bootargs 'console=ttyAT0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp' U-Boot> bootz 0x22100000 0x23000000 0x22000000 Kernel image @ 0x22100000 [ 0x000000 - 0xa85200 ] ## Loading init Ramdisk from Legacy Image at 23000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 17875768 Bytes = 17 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 22000000 Booting using the fdt blob at 0x22000000 Using Device Tree in place at 22000000, end 2200bd63 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.12.0-rc3-next-20241021 (KernelCI@build-j349566-arm-gcc-12-multi-v7-defconfig-config-smp-n-qp9tc) (arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 Mon Oct 21 07:21:36 UTC 2024 [ 0.000000] CPU: ARMv7 Processor [410fc051] revision 1 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Atmel SAMA5D4 Xplained [ 0.000000] earlycon: atmel_serial0 at MMIO 0xfc00c000 (options '115200n8') [ 0.000000] printk: legacy bootconsole [atmel_serial0] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 64 MiB at 0x3c000000 on node -1 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000020000000-0x000000003fffffff] [ 0.000000] Normal empty [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000020000000-0x000000003fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000020000000-0x000000003fffffff] [ 0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] Kernel command line: console=ttyAT0,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=dhcp <6>[ 0.000000] printk: log buffer data + meta data: 131072 + 409600 = 540672 bytes <6>[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) <6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 131072 <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=1, Nodes=1 <6>[ 0.000000] trace event string verifier disabled <6>[ 0.000000] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1. <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000000] L2C-310 erratum 769419 enabled <6>[ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled <6>[ 0.000000] L2C-310 cache controller enabled, 8 ways, 128 kB <6>[ 0.000000] L2C-310: CACHE_ID 0x410000c9, AUX_CTRL 0x06020000 <6>[ 0.000000] clocksource: timer@fc024000: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 173750949719 ns <6>[ 0.000005] sched_clock: 32 bits at 11MHz, resolution 90ns, wraps every 195225786322ns <6>[ 0.008140] Switching to timer-based delay loop, resolution 90ns <6>[ 0.015289] clocksource: pit: mask: 0x7ffffff max_cycles: 0x7ffffff, max_idle_ns: 10859434279 ns <6>[ 0.028383] Console: colour dummy device 80x30 <6>[ 0.033141] Calibrating delay loop (skipped), value calculated using timer frequency.. 22.00 BogoMIPS (lpj=110000) <6>[ 0.043748] CPU: Testing write buffer coherency: ok <6>[ 0.048868] pid_max: default: 32768 minimum: 301 <6>[ 0.054087] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.061628] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.100510] Setting up static identity map for 0x20300000 - 0x203000ac <6>[ 0.113524] EFI services will not be available. <6>[ 0.118335] Memory: 407712K/524288K available (15360K kernel code, 2539K rwdata, 6732K rodata, 2048K init, 408K bss, 49804K reserved, 65536K cma-reserved, 0K highmem) <6>[ 0.134552] devtmpfs: initialized <6>[ 0.150865] VFP support v0.3: implementor 41 architecture 2 part 30 variant 5 rev 1 <6>[ 0.159234] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.169338] futex hash table entries: 256 (order: -1, 3072 bytes, linear) <6>[ 0.183390] pinctrl core: initialized pinctrl subsystem <6>[ 0.194493] DMI not present or invalid. <6>[ 0.200997] NET: Registered PF_NETLINK/PF_ROUTE protocol family <6>[ 0.211957] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.224705] thermal_sys: Registered thermal governor 'step_wise' <6>[ 0.224792] cpuidle: using governor menu <6>[ 0.283792] AT91: PM: standby: standby, suspend: standby <6>[ 0.289294] No ATAGs? <6>[ 0.291899] hw-breakpoint: found 2 (+1 reserved) breakpoint and 1 watchpoint registers. <6>[ 0.300144] hw-breakpoint: maximum watchpoint size is 4 bytes. <4>[ 0.308066] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. <6>[ 0.318003] gpio-at91 fc06a000.gpio: at address (ptrval) <4>[ 0.324296] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. <6>[ 0.334301] gpio-at91 fc06b000.gpio: at address (ptrval) <4>[ 0.340592] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. <6>[ 0.350664] gpio-at91 fc06c000.gpio: at address (ptrval) <4>[ 0.356869] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation. <6>[ 0.367050] gpio-at91 fc068000.gpio: at address (ptrval) <4>[ 0.373334] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation. <6>[ 0.383593] gpio-at91 fc06d000.gpio: at address (ptrval) <6>[ 0.391228] pinctrl-at91 ahb:apb:pinctrl@fc06a000: initialized AT91 pinctrl driver <6>[ 0.412320] Serial: AMBA PL011 UART driver <6>[ 0.441117] at_xdmac f0004000.dma-controller: 16 channels, mapped at 0x(ptrval) <6>[ 0.451933] at_xdmac f0014000.dma-controller: 16 channels, mapped at 0x(ptrval) <6>[ 0.491390] AT91: Detected SoC family: sama5d4 <6>[ 0.496007] AT91: Detected SoC: sama5d44, revision 0 <6>[ 0.506513] iommu: Default domain type: Translated <6>[ 0.511534] iommu: DMA domain TLB invalidation policy: strict mode <5>[ 0.520323] SCSI subsystem initialized <6>[ 0.561027] usbcore: registered new interface driver usbfs <6>[ 0.566763] usbcore: registered new interface driver hub <6>[ 0.572451] usbcore: registered new device driver usb <6>[ 0.580883] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.586010] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.595548] PTP clock support registered <6>[ 0.600031] EDAC MC: Ver: 3.0.0 <6>[ 0.652015] scmi_core: SCMI protocol bus registered <6>[ 0.678315] vgaarb: loaded <6>[ 0.682212] clocksource: Switched to clocksource timer@fc024000 <6>[ 0.772325] NET: Registered PF_INET protocol family <6>[ 0.777952] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) <6>[ 0.788087] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>[ 0.796842] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) <6>[ 0.804810] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) <6>[ 0.812891] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) <6>[ 0.820360] TCP: Hash tables configured (established 4096 bind 4096) <6>[ 0.827126] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) <6>[ 0.833919] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) <6>[ 0.841449] NET: Registered PF_UNIX/PF_LOCAL protocol family <6>[ 0.927297] RPC: Registered named UNIX socket transport module. <6>[ 0.933482] RPC: Registered udp transport module. <6>[ 0.938380] RPC: Registered tcp transport module. <6>[ 0.943416] RPC: Registered tcp-with-tls transport module. <6>[ 0.949115] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.955895] PCI: CLS 0 bytes, default 64 <5>[ 0.962754] Initialise system trusted keyrings <6>[ 0.988545] Trying to unpack rootfs image as initramfs... <6>[ 1.043129] workingset: timestamp_bits=30 max_order=17 bucket_order=0 <6>[ 1.050647] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 1.082796] NFS: Registering the id_resolver key type <5>[ 1.088148] Key type id_resolver registered <5>[ 1.092599] Key type id_legacy registered <6>[ 1.096880] nfs4filelayout_init: NFSv4 File Layout Driver Registering... <6>[ 1.103798] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... <5>[ 1.182751] Key type asymmetric registered <5>[ 1.187029] Asymmetric key parser 'x509' registered <6>[ 1.192453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) <6>[ 1.200023] io scheduler mq-deadline registered <6>[ 1.204869] io scheduler kyber registered <6>[ 1.209181] io scheduler bfq registered <6>[ 6.357448] Freeing initrd memory: 17460K <6>[ 6.393677] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 6.679396] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled <6>[ 6.699652] msm_serial: driver initialized <6>[ 6.704922] SuperH (H)SCI(F) driver initialized <6>[ 6.710263] STMicroelectronics ASC driver initialized <6>[ 6.715857] STM32 USART driver initialized <5>[ 6.740776] random: crng init done <6>[ 6.769504] brd: module loaded <6>[ 6.786613] loop: module loaded <6>[ 6.795338] atmel_usart_serial.0.auto: ttyAT5 at MMIO 0xf8004000 (irq = 25, base_baud = 5500000) is a ATMEL_SERIAL <6>[ 6.810053] atmel_usart_serial.1.auto: ttyAT0 at MMIO 0xfc00c000 (irq = 26, base_baud = 5500000) is a ATMEL_SERIAL <6>[ 6.820770] printk: legacy console [ttyAT0] enabled <6>[ 6.820770] printk: legacy console [ttyAT0] enabled <6>[ 6.830961] printk: legacy bootconsole [atmel_serial0] disabled <6>[ 6.830961] printk: legacy bootconsole [atmel_serial0] disabled <6>[ 6.847543] atmel_usart_serial.2.auto: ttyAT1 at MMIO 0xfc010000 (irq = 27, base_baud = 5500000) is a ATMEL_SERIAL <6>[ 6.890336] CAN device driver interface <6>[ 6.979576] macb f8020000.ethernet eth0: Cadence GEM rev 0x00020120 at 0xf8020000 irq 28 (52:11:6d:6b:d5:8f) <6>[ 6.991395] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded <6>[ 7.000306] e1000e: Intel(R) PRO/1000 Network Driver <6>[ 7.005590] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 7.011859] igb: Intel(R) Gigabit Ethernet Network Driver <6>[ 7.017538] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 7.034452] pegasus: Pegasus/Pegasus II USB Ethernet driver <6>[ 7.040379] usbcore: registered new interface driver pegasus <6>[ 7.046437] usbcore: registered new interface driver asix <6>[ 7.052155] usbcore: registered new interface driver ax88179_178a <6>[ 7.058670] usbcore: registered new interface driver cdc_ether <6>[ 7.064870] usbcore: registered new interface driver smsc75xx <6>[ 7.070926] usbcore: registered new interface driver smsc95xx <6>[ 7.077027] usbcore: registered new interface driver net1080 <6>[ 7.083039] usbcore: registered new interface driver cdc_subset <6>[ 7.089270] usbcore: registered new interface driver zaurus <6>[ 7.095240] usbcore: registered new interface driver cdc_ncm <6>[ 7.113198] atmel-ehci 600000.ehci: EHCI Host Controller <6>[ 7.118872] atmel-ehci 600000.ehci: new USB bus registered, assigned bus number 1 <6>[ 7.130394] atmel-ehci 600000.ehci: irq 30, io mem 0x00600000 <6>[ 7.152307] atmel-ehci 600000.ehci: USB 2.0 started, EHCI 1.00 <6>[ 7.160611] hub 1-0:1.0: USB hub found <6>[ 7.164843] hub 1-0:1.0: 3 ports detected <6>[ 7.174218] at91_ohci 500000.ohci: USB Host Controller <6>[ 7.179693] at91_ohci 500000.ohci: new USB bus registered, assigned bus number 2 <6>[ 7.187924] at91_ohci 500000.ohci: irq 30, io mem 0x00500000 <6>[ 7.258444] hub 2-0:1.0: USB hub found <6>[ 7.262645] hub 2-0:1.0: 3 ports detected <6>[ 7.270618] usbcore: registered new interface driver usb-storage <6>[ 7.290357] i2c_dev: i2c /dev entries driver <6>[ 7.307569] at91-reset fc068600.reset-controller: Starting after RTC wakeup <6>[ 7.329378] sama5d4_wdt fc068640.watchdog: initialized (timeout = 16 sec, nowayout = 0) <6>[ 7.352839] sdhci: Secure Digital Host Controller Interface driver <6>[ 7.359291] sdhci: Copyright(c) Pierre Ossman <6>[ 7.368804] Synopsys Designware Multimedia Card Interface Driver <6>[ 7.379426] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 7.396059] usbcore: registered new interface driver usbhid <6>[ 7.401897] usbhid: USB HID core driver <6>[ 7.416703] slot@0 enforce active low on GPIO handle <6>[ 7.422188] atmel_mci fc000000.mmc: version: 0x600 <6>[ 7.427930] atmel-nand-controller 10000000.ebi:nand-controller: using dma0chan0 for DMA transfers <6>[ 7.439764] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xdc <6>[ 7.446485] nand: Micron MT29F4G08ABAEAWP <6>[ 7.450724] nand: 512 MiB, SLC, erase size: 256 KiB, page size: 4096, OOB size: 224 <6>[ 7.460550] atmel_mci fc000000.mmc: using dma0chan1 for DMA transfers <6>[ 7.470474] Bad block table found at page 131008, version 0x01 <6>[ 7.478042] Bad block table found at page 130944, version 0x01 <5>[ 7.484978] 7 fixed-partitions partitions found on MTD device atmel_nand <5>[ 7.491964] Creating 7 MTD partitions on "atmel_nand": <5>[ 7.497491] 0x000000000000-0x000000040000 : "at91bootstrap" <6>[ 7.504133] atmel_mci fc000000.mmc: Atmel MCI controller at 0xfc000000 irq 31, 1 slots <5>[ 7.515978] 0x000000040000-0x000000100000 : "bootloader" <5>[ 7.524803] 0x000000100000-0x000000140000 : "bootloader env redundant" <5>[ 7.534923] 0x000000140000-0x000000180000 : "bootloader env" <5>[ 7.544198] 0x000000180000-0x000000200000 : "device tree" <5>[ 7.553124] 0x000000200000-0x000000800000 : "kernel" <5>[ 7.561457] 0x000000800000-0x000020000000 : "rootfs" <6>[ 7.584720] NET: Registered PF_INET6 protocol family <6>[ 7.592757] Segment Routing with IPv6 <6>[ 7.596789] In-situ OAM (IOAM) with IPv6 <6>[ 7.601120] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 7.608764] NET: Registered PF_PACKET protocol family <6>[ 7.614197] can: controller area network core <6>[ 7.618912] NET: Registered PF_CAN protocol family <6>[ 7.624026] can: raw protocol <6>[ 7.627229] can: broadcast manager protocol <6>[ 7.631687] can: netlink gateway - max_hops=1 <5>[ 7.637178] Key type dns_resolver registered <6>[ 7.642110] ThumbEE CPU extension supported. <5>[ 7.646724] Registering SWP/SWPB emulation handler <5>[ 7.672475] Loading compiled-in X.509 certificates <6>[ 7.707873] input: gpio-keys as /devices/platform/gpio-keys/input/input0 <6>[ 7.784950] macb f8020000.ethernet eth0: PHY [f8020000.ethernet-ffffffff:01] driver [Micrel KSZ8081 or KSZ8091] (irq=29) <6>[ 7.796965] macb f8020000.ethernet eth0: configuring for phy/rmii link mode <6>[ 9.426187] macb f8020000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off <5>[ 9.462287] Sending DHCP requests ., OK <6>[ 9.506343] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.135 <6>[ 9.514414] IP-Config: Complete: <6>[ 9.517865] device=eth0, hwaddr=52:11:6d:6b:d5:8f, ipaddr=192.168.0.135, mask=255.255.255.0, gw=192.168.0.254 <6>[ 9.528543] host=192.168.0.135, domain=shed, nis-domain=(none) <6>[ 9.535083] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath= <6>[ 9.535109] nameserver0=192.168.0.1, nameserver1=192.168.1.254 <6>[ 9.549328] clk: Disabling unused clocks <6>[ 9.553750] PM: genpd: Disabling unused power domains <6>[ 9.560463] atmel_usart_serial atmel_usart_serial.1.auto: using dma0chan2 for rx DMA transfers <6>[ 9.569767] atmel_usart_serial atmel_usart_serial.1.auto: using dma0chan3 for tx DMA transfers <6>[ 9.584434] Freeing unused kernel image (initmem) memory: 2048K <6>[ 9.590902] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 9.985570] udevd[67]: starting version 3.2.9 <27>[ 10.014688] udevd[67]: specified user 'tss' unknown <27>[ 10.020297] udevd[67]: specified group 'tss' unknown <30>[ 10.043554] udevd[68]: starting eudev-3.2.9 <6>[ 13.270225] at91_i2c f8014000.i2c: using dma0chan4 (tx) and dma0chan5 (rx) for DMA transfers <4>[ 13.304235] mtdblock: MTD device 'at91bootstrap' is NAND, please consider using UBI block devices instead. <4>[ 13.327920] mtdblock: MTD device 'bootloader env redundant' is NAND, please consider using UBI block devices instead. <4>[ 13.340798] mtdblock: MTD device 'bootloader' is NAND, please consider using UBI block devices instead. <4>[ 13.378938] mtdblock: MTD device 'device tree' is NAND, please consider using UBI block devices instead. <6>[ 13.414728] i2c i2c-0: using pinctrl states for GPIO recovery <6>[ 13.420859] i2c i2c-0: using generic GPIOs for recovery <6>[ 13.426573] at91_i2c f8014000.i2c: AT91 i2c bus driver (hw version: 0x502). <4>[ 13.458480] mtdblock: MTD device 'bootloader env' is NAND, please consider using UBI block devices instead. <4>[ 13.492690] mtdblock: MTD device 'kernel' is NAND, please consider using UBI block devices instead. <4>[ 13.552751] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead. <6>[ 14.026233] atmel_spi fc018000.spi: Using dma0chan6 (tx) and dma0chan7 (rx) for DMA transfers <6>[ 14.152456] atmel_spi fc018000.spi: Atmel SPI Controller version 0x221 at 0xfc018000 (irq 36) <6>[ 14.203560] iio iio:device0: Resolution used: 10 bits <6>[ 14.208870] iio iio:device0: ADC Touch screen is disabled. <6>[ 14.251858] atmel_aes fc044000.crypto: version: 0x201 <6>[ 14.355501] atmel_sha fc050000.crypto: version: 0x420 <6>[ 14.369074] atmel_tdes fc04c000.crypto: version: 0x702 <6>[ 14.378085] atmel_aes fc044000.crypto: Atmel AES - Using dma1chan0, dma1chan1 for DMA transfers <6>[ 14.452805] atmel_sha fc050000.crypto: using dma1chan2 for DMA transfers <6>[ 14.460019] atmel_sha fc050000.crypto: Atmel SHA1/SHA256/SHA224/SHA384/SHA512 <6>[ 14.502936] atmel_tdes fc04c000.crypto: using dma1chan3, dma1chan4 for DMA transfers <6>[ 14.510981] atmel_tdes fc04c000.crypto: Atmel DES/TDES <6>[ 14.609679] at91_rtc fc0686b0.rtc: registered as rtc0 <6>[ 14.615102] at91_rtc fc0686b0.rtc: setting system clock to 2012-01-01T00:00:33 UTC (1325376033) <6>[ 14.624142] at91_rtc fc0686b0.rtc: AT91 Real Time Clock driver. done Saving random seed: OK Starting network: ip: RTNETLINK answers: File exists FAIL Starting dropbear sshd: OK /bin/sh: can't access tty; job control turned off / # / # # / # export SHELL=/bin/sh / # . /lava-3904331/environment / # /lava-3904331/bin/lava-test-runner /lava-3904331/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-3904331/0/tests/0_dmesg + cat uuid + UUID=3904331_<8>[ 117.930395] + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 18.039395] <8>[ 18.138035] <8>[ 18.237532] + set +x <8>[ 18.249679] / #