connecting to NetworkSerialPort(target=Target(name='da850-lcdk', env=None), name='USBSerialPort', state=, avail=True, host='nuc-2', port=49551, speed=115200, protocol='rfc2217') calling microcom -s 115200 -t nuc-2:49551 connected to 192.168.0.2 (port 49551) Escape character: Ctrl-\ Type the escape character to get to the prompt. U-Boot SPL 2017.01-rc1-00065-g53e8ca22538c (Dec 16 2016 - 08:37:09) Trying to boot from NAND U-Boot 2017.01-rc1-00065-g53e8ca22538c (Dec 16 2016 - 08:37:09 -0800) I2C: ready DRAM: 128 MiB WARNING: Caches not enabled NAND: 512 MiB MMC: davinci: 0 In: serial Out: serial Err: serial Net: DaVinci-EMAC Hit any key to stop autoboot: 3  0 U-Boot > setenv autoload no setenv autoload no U-Boot > setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff U-Boot > setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff U-Boot > dhcp dhcp BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 DHCP client bound to address 192.168.0.190 (3330 ms) U-Boot > setenv serverip 192.168.0.2 setenv serverip 192.168.0.2 U-Boot > tftp 0xc1000000 3221946/tftp-deploy-679sqzrr/kernel/uImage tftp 0xc1000000 3221946/tftp-deploy-679sqzrr/kernel/uImage Using DaVinci-EMAC device TFTP from server 192.168.0.2; our IP address is 192.168.0.190 Filename '3221946/tftp-deploy-679sqzrr/kernel/uImage'. Load address: 0xc1000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################### 851.6 KiB/s done Bytes transferred = 6229376 (5f0d80 hex) U-Boot > tftp 0xc3000000 3221946/tftp-deploy-679sqzrr/ramdisk/ramdisk.cpio.gz.uboot tftp 0xc3000000 3221946/tftp-deploy-679sqzrr/ramdisk/ramdisk.cpio.gz.uboot Using DaVinci-EMAC device TFTP from server 192.168.0.2; our IP address is 192.168.0.190 Filename '3221946/tftp-deploy-679sqzrr/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0xc3000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########################################################### 858.4 KiB/s done Bytes transferred = 8492286 (8194fe hex) U-Boot > setenv initrd_size ${filesize} setenv initrd_size ${filesize} U-Boot > tftp 0xc2f00000 3221946/tftp-deploy-679sqzrr/dtb/da850-lcdk.dtb tftp 0xc2f00000 3221946/tftp-deploy-679sqzrr/dtb/da850-lcdk.dtb Using DaVinci-EMAC device TFTP from server 192.168.0.2; our IP address is 192.168.0.190 Filename '3221946/tftp-deploy-679sqzrr/dtb/da850-lcdk.dtb'. Load address: 0xc2f00000 Loading: *## 724.6 KiB/s done Bytes transferred = 20779 (512b hex) U-Boot > setenv bootargs 'console=ttyS2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' setenv bootargs 'console=ttyS2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' U-Boot > bootm 0xc1000000 0xc3000000 0xc2f00000 bootm 0xc1000000 0xc3000000 0xc2f00000 ## Booting kernel from Legacy Image at c1000000 ... Image Name: Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 6229312 Bytes = 5.9 MiB Load Address: c1000000 Entry Point: c1000000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at c3000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 8492222 Bytes = 8.1 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at c2f00000 Booting using the fdt blob at 0xc2f00000 Loading Kernel Image ... OK Using Device Tree in place at c2f00000, end c2f0812a Starting kernel ... Booting Linux on physical CPU 0x0 Linux version 5.10.162-cip24-rt10 (KernelCI@build-j926969-arm-gcc-10-multi-v5-defconfig-5lhkk) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 PREEMPT Thu Jan 26 23:59:52 UTC 2023 CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=0005317f CPU: VIVT data cache, VIVT instruction cache OF: fdt: Machine model: DA850/AM1808/OMAP-L138 LCDK earlycon: ns16550a0 at MMIO32 0x01d0d000 (options '115200n8') printk: bootconsole [ns16550a0] enabled Memory policy: Data cache writethrough Reserved memory: created CMA memory pool at 0xc3000000, size 16 MiB OF: reserved mem: initialized node dsp-memory@c3000000, compatible id shared-dma-pool cma: Reserved 16 MiB at 0xc7000000 DaVinci da850/omap-l138/am18x variant 0x1 CPU: DTCM0 larger than 32k found Zone ranges: DMA [mem 0x00000000c0000000-0x00000000c7ffffff] Normal empty HighMem empty Movable zone start for each node Early memory node ranges node 0: [mem 0x00000000c0000000-0x00000000c7ffffff] Initmem setup node 0 [mem 0x00000000c0000000-0x00000000c7ffffff] On node 0 totalpages: 32768 DMA zone: 256 pages used for memmap DMA zone: 0 pages reserved DMA zone: 32768 pages, LIFO batch:7 pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 pcpu-alloc: [0] 0 Built 1 zonelists, mobility grouping on. Total pages: 32512 Kernel command line: console=ttyS2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp <6>Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) <6>Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) <6>mem auto-init: stack:off, heap alloc:off, heap free:off <6>Memory: 81940K/131072K available (9283K kernel code, 2039K rwdata, 2424K rodata, 348K init, 693K bss, 16364K reserved, 32768K cma-reserved, 0K highmem) <6>SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 <6>rcu: Preemptible hierarchical RCU implementation. <6>rcu: RCU event tracing is enabled. <6> Trampoline variant of Tasks RCU enabled. <6>rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. <6>NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>clocksource: tim34: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns <6>sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns <6>Console: colour dummy device 80x30 <6>Calibrating delay loop... 227.32 BogoMIPS (lpj=1136640) <6>pid_max: default: 32768 minimum: 301 <6>Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) <6>CPU: Testing write buffer coherency: ok <6>Setting up static identity map for 0xc0008400 - 0xc000847c <6>rcu: Hierarchical SRCU implementation. <6>devtmpfs: initialized <6>clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>futex hash table entries: 256 (order: -1, 3072 bytes, linear) <6>pinctrl core: initialized pinctrl subsystem <6>NET: Registered protocol family 16 <6>DMA: preallocated 256 KiB pool for atomic coherent allocations <6>thermal_sys: Registered thermal governor 'step_wise' <6>cpuidle: using governor menu <3>gpiochip_add_data_with_key: GPIOs 880..1023 (1e26000.gpio) failed to register, -517 ����>�� 6<>g8�� 6p�g861΀>�g�6s�680g��� ���8�g���� p�8�g��1�6<�g�>��g�0g��|g�8�`6�����8�g����p�8�g��1d6c10�d0d6`1���6s�g�0g�6{8686�l�� � >g��68�> ��1��>|�g�6<0g �8�pg6��>0g���� >g��2��>� ��1��>|�g�680g�8�pg2��>0g���� >>g�6p�p� `�6p0g�8�`6���s���s026> g��|068�g����c>�g��c�2g6�l�����6sg�>g >6g��|�g�|ƀp0�g�<6g��{0������|g��Ό6<�`�|��>g��|0686<0g��>1��ΐ6< �8g�<1��|�g�686�| g�|�`6�� ����|g��Ό68� `�|2g8�g��>6g�680g��>1��ΐ68 �8g�<1��|�g�6<�g��p�`6�� ����|g��Ό6<� `�|2g8�g��>6g�6<0g ��>1�6886sg�0g�6s<686�| g�������p�`�c�Γ1�6<0g�6p1��ΐ6<�8g�8� `�> ƃp&�l�� � >�g68�g6<8�16s�g�1�6s0g�����8>6�|2g���ΐ6<�8g�8� `�> ƀp&�l�� ��|�6��Ό6<�`�c�Γ6`�l1l�d>6g����p0 6<>g��|06< 680g��� � �|�2��΄6<� `�l�g>>6p681�68 ���{�‡Ɯ `&����΀66s>g0>1�p<2�o�< p�1c����p�<�g�0�g�s680>�g�8�g�s6<0>�g�6s�g��c�>������62������p�g���>|�g�>1�68>g��|068 680g��� �̀8<6p�g�80g�6s�g�1��Γ��d��p�g�>6g��>6�|6g ��|�g�6< �d>6s06sg86s�680g>���������p�g��Γ�|g��1��>�g��p�g�81��������p�g��Γ�|g�06s�g8��`6�� ��6l�1c68>g��|06< 680g��|�g�����p>�g��|�g�6p g86<1��ΐ�|�g��|� `�< s?1��Ό<6g��1�o|1�6068��6{�g�6p 6�`6��� ��p�2�6s>6g>�2��΄>g8 �2�6xs1�6ps1�6p g8681��ΐ�|�g��|�`& 8�cΌ86g��1�o0��|�1�6068� �6s�g�6p 6�`6�� ���`6����|06p g86ss2g�g��|�g �6pg86<1��ΐ�|�g��|�`&<�1��Ό82g��1�o0p&8`�p�>2g����6s�g�6p 6�`6�����`6���|81�6ps1�6pg86<1��ΐ�|�g��|� `&< 8�1��Ό86g��1�o0��|�1�606<� �6s�g�6p6�`6�����`6� `Cg���6pg86<g�|�8�g86�|6g�c��|06p g86ss2gp�0`�p�g><1� 8c0�l&�l�� �̓06��6ps1�6p g8681��ΐ�|�g��|� `�2 1��Ό<6g��1� o0p&< `�p�>2g��� �6{�g�6x 6�`6���̛06� �c>2g�6p{1�6p g8681��Θ�|�g��|�`�2 1��΄<2g��1�o0 p&< `�p�>6g��� �6{�g�6p 6�`6����6l�1c68>g��|06< 680g ��|�g�����p8g�6�c�������6d�`�l6g8�g��>2g�6<0g�6�<16��c6p���s6g�0�|g>�|�Ό>1���6>�g���s 3��� �&d�`�L��>g��|0686<0g��80�|g>�|�Ό>1���6>�g���s0�� � �6d� `�l6g8�g��>2g�680g ��x0�|g>�|�Ό>1���6>�g���s0�� ��6d�`�l6g<�g��>6g�6<0g ��p�d���>0 ƃ`�pg�s�{g>��� ��|g>�|�Ό>1���6>�g���s03�����`�d�`�@�d� `�p�>2g��� �68�g� <��l���̛�΀6pg��|�<1���c> 6p�g�|�c> �s0���p���2>d�`�`g6p>g�>g�681�����|�g�8�|1��>g�|2g�1��8�g���sp<�`6�� s��6p>g���c�> �>g861�6<8g��Γ�ΐ� `&�|gΓ�ΐ��c��8 `&�|6s�g8�p< pp<1���6<�� �1��8�g�py<p<�`&��s�8�g��8�1���c� 0s �d6�l��s��8>�1� pp< p pp&<p p p& 8 x x xp xs0p<p<��8g�8<1� ppp&�d��s� �6x>g�0g�6΀6<0g�<g�6>68� `�����68����6x�p�g��Θ6�l�� s�ȏ��6>�g��|1�6s�g��<0g��������s���666� `1`6c0d� `&1���s6��`�|>6p|2g��dΐ06p�g>>6g6 ƒ p�ƒ �o�p΀�0�o�|�>p0y ����6p8>6p681�6p�g��102g>686sg�6`��s�c�s6l�c8���<��66��6�l�� {��΃��p�<����ȟ�c��Ο6s�g�6�6pg��> 6pg�61��|�g��6��� p�p80 ȟ�c���>�6��>g�s�o p p�€�60�l&�l�� s��΃��p�p80 ȟ�c���>�6��>g�s�c`�<��s�2��� p���̟�c6p0g6�6p>g�� ��p0�ƀ�6|&3��l��s��΃��p?���ȟ�c6p0g2�6p>g�61��|�g��6��� p8 8�̟�c��|�g86p06<�2��p�6�6p>g��|�c��6g��€ �6g��|�c <��s�6��� p&p0�8��ȟ�c�|2g��2��Ό68g�� ��p0�€�6s&3��l��s��΃��p&p� s�ȟ�c�|2g��6��Ό68g�61��|�g��6���p<8g��p�ȟ�c�|6g��6�686<�>6g�2��|6g����g€ �6 |&�`6��s��΃�� p88g��x�̟�c�|6g��2�6<68 �>6g�6��|6g�61��|�g��6���g�>�|�p�̟�c��΀6>�g�>6g6���>8g�sƀ�0�€��pg�l�l�� s��΃��g�>�|�p�ȟ�c��΀6>�g�>6g6���>g��p� �6�€�62g��l&�l��s��΃��p&?g8�ȟ�c���2�|6<�6���c>g��p61��|�g��6���g6�6��|6g�6pg86<�c��6����€ ��|&3��l�� s��΃�� g6�6��|6g�6pg86<�c<��s�6�����p&� s�ȟ�c�8 ����2���c>�c� ��c� ��<g�l�l�� {��΃����p&� s�ȟ�c�8����6���c>�c<��s�6���p6ȟ�c�680�6��|�g��6��Ό�s�c��60�ƀ ��0�l&�l��s�ȃg�|06s�g>>g�s�` pg� 8s> 8g�`>�g pg� 8s>8g���0g�6<1������8��� �6p�g>>�`6���p� ��6>d� `�`g6p>g�>g�681�����|�g�<�|1��>g�|2g�1��<�g���s0p<��l��s��6p>g���c�> �>g861�688g��Γ�ΐ� `&�|gΓ�ΐ��c��< `&�|6s�g<� x pp1���68���1��8�g� pg<� p&�l�� s�8�g��8�1� ��c� 0s �d6�l�� {��8>�1� p p<p0� p�p< `p< <1� x x p&�l�� s� �6p>g�0g�6΀6<0g�8g�6>6<� `�����68����6p�p�g��ΐ6�l��s�ȏ��6>�g��|1�6{�g��80g�������� s���662�`1`6c0d�`&<�d�s6�� `�|>6p|6g�06�6s�g�680g�`�01�`0d`1�`0 1� `1��ƃ p�ƃ  �g�p�g��0�g�|06`����{� �6p 8>6p 6<1�6p�g��102g>6< 6sg�6`��{�c�s6d�c8���8��66��6�l�� {��΃��p�<����ȟ�c��Ο6s�g�6�6xg��>6pg�61��|�g��6���p�p� <0 ̟�c���>�6��>g�s�gpp�ƀ�60�l&�d��s��΃�� x�p�80ȟ�c���>�2��>g�s�c`�< ��s�6���p?���̟�c6p0g6�6p>g����p0�ƀ�6 |&3��l��s��΃��p?g�ȟ�c6p0g2�6p>g�61��|�g��2���p?� p�ȟ�c��|�g86p068�2��p�6�6p>g��|�c� �6g��€ �68g��l&�l��s��΃�� p8 8�ȟ�c��|�g86p068�6��p�6�6p>g��|�c8 ��s�2��� p&p0�8��ȟ�c�|6g��2��Ό688g6�6p>g����p0�€ �6s&3�`6�� s��΃�� p&p0�8��ȟ�c�|6g��2��Ό68g�61��|�g��2��� p82g�6��|6g����gƀ�6 |&�`6�� s��΃��p88g��p�ȟ�c�|6g��6�686<�>2g�6��|2g�61��|�g��6���g�>�|�p�̟�c��΀6>�g�>6g6���>8g�s€�0�ƀ��pg�l�l�� s��΃��g�>�|�p�̟�c��΀6>�g�>6g6���>8g��<��s�6��� p&?<p�ȟ�c���2�|68�6���c>g��p� �6�ƀ�62g��l&�l�� s��΃�� p&g<�̟�c���6�|68�6���c>g��p61��|�g��2���g68g�p�̟�c�8 ����2���c>�2��|2g�6p g868�c��6����€ �� |&3��l��s��΃��g6�2��|6g�6p g86<�c 8��s�2�����p&<�s�ȟ�c��8 ����2���c>�c���c���8g�l�l��s��΃����p&<�s<�ȟ�c��<����2���c>�c<��s�6���p?�8p�̟�c�680�6��|�g��2��Ό�s�c��60�ƀ��0�l&�l��s�̃g�|06s�g>>g�s�`pg� 8s>8g� `>�gpg� 8s><8g��l&�l�� s��d� `�`g6p>g�>g�6<1�����|�g�8�|1��>g�|2g�1��8�g���s�p<�`6��s��6p>g���c�>�>g861�68�1� p p p p p& p xp& < p p pp<p<�1� p< p��<1� p<p<�`6�� s��6p>g�0g�6΀680g �<g�6>68�`�����68 ����6p�p�g��ΐ6�l��s�ȏ��6>�g��|1�6s�g��80g�������� s���662� `1`6c0d�`&< d�s6��`�|�>g�|6g�06�6s�g�6<0g�`�01� `d`1�`01� `1��s�ƒ p�ƒ �o�p�g��0�o�|06 `����s� �6x8>6p 6<1�6p�g��106g>6<6sg �6`��s<�c�s6l�c8���8��66� �6�l�� s��΃��p�8����ȟ�c��Ο6s�g�6�6pg�>6pg�61��|�g��6���p�p 80̟�c���>�6��>g�s�op�ƀ�60�l&�l��s��΃��p�p<0ȟ�c���>�6��>g�s�c`�8��s�6��� p���̟�c6p0g6�6p>g����p0�ƀ�6|&3��l��s��΃��p?g� ̟�c6p0g2�6p>g�61��|�g��6��� p8 8�ȟ�c��|�g86p068�2��p�6�6p>g��|�c��6g��ƀ �68g��l&�l�� {��΃�� p< 8�̟�c��|�g86p06<�2��p�2�6x>g��|�c <��s�2���p&p0�<��̟�c�|6g��6��Ό68g����p0�ƀ�6 s&�`6��s��΃��p&p0�8��ȟ�c�|6g��2��Ό68g�61��|�g��2���p82g�2��|6g����gƀ �6 |&�`6�� s��΃�� p<2g�6��|6g�61��|�g��2���g�>�|�p�̟�c��΀6>�g�>2g2���>8g�s€ �0�ƀ��pg�l�l�� s��΃�� g�>�|�p�ȟ�c��΀6>�g�>2g2���>8g�� 8 ��s�2��� p&?<p�̟�c���2�|68�6���c>g��p� �6�ƀ�66g��l&�l��s��΃�� p&?<p�ȟ�c���2�|68�6���c>g��p61��|�g��6���g68g�p�̟�c��8 ����6���c>�2��|6g�6xg86<�c� �6����ƀ��|&�`6�� {��΃��g68g�p�ȟ�c��<����6���c>�6��|6g�6xg86<�c<��s�2�����x&� s�ȟ�c��< ����2���c>�c� ��c� ��8g�l�l��s��΃����p&<�s<�ȟ�c�8 ����6���c>�c8 ��s�2��� p6 ȟ�c�680�6��|�g��6��Ό�s�c��60�€��0�l&�l��s�̃g�|06s�g>>g�s�`pg�8s> <g� `>�g pg� 8s> 86s0�|0g��68�gΌ6� `�|��d����s�Ȍ��c>�g��c�|2g���|06<�g��|2�|0680g��<��|�g>�86�l����>�g��s�g>�<680�1�6s�g��|06p�g��6�6s0�|��81�6p��2΄<2g�6�p&1�6>g�80�2Ό82g�6p&�l��� ��82g��|�g�|ƌ�l��60�c��{8�x6ƌ x< `�l2g�d�>�č����s 3���s��“8�06681��|�6�s6<0�|�g� 68>g��|0686<0g����s�Ȁ�|�6�{680�|�g��g�61�6p �|6g�>c�6�|�1�68>g��|06<680g��� �����p�g�6p�68 2�s6�d�<6g>68 6sgl�py>>g� 0�<6s<6<868 �|�g�|  `�6p0g�<1���6x�gΌ {�c��� �������s8�g�<6��|1�6|�c68g�c��68>g��|06<680g����������s8�g�<6��|1��p6g�68>g��|068 680g����<� �6p� ��c��|g� �����0�p�g>���c|�c���|> ��p��|����|g� ����16p�g86<0g����82g�2�| g��6���o������6s�g��>�s���|�<�g���0�p� €6s�g�6>��1��`|�|�|�c����6<1� p&�l�� ��̛< 6sg8�1� 8��ƒ 2�s<�0g�6s<68 �1��Ό>�Ȍ�l6�����|�g>�81�6s6pg86<0g��� � ��|�g>>�g� `�p�g>�|�g8681΃>066�ȟ0g��|g�<�`&����x< � p�Ə686sg8�1�>��d `&p0�d6c�dp �0g� p1����|� `�>o0 g��|6g6�6x681� 08� x�d�g�g �6c16`���c� d�c�6�l�<6>printk: console [ttyS2] enabled <6>printk: console [ttyS2] enabled <6>printk: bootconsole [ns16550a0] disabled <6>printk: bootconsole [ns16550a0] disabled <6>loop: module loaded <6>libertas_sdio: Libertas SDIO driver <6>libertas_sdio: Copyright Pierre Ossman <6>ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>ehci-pci: EHCI PCI platform driver <6>ehci-orion: EHCI orion driver <6>ehci-atmel: EHCI Atmel driver <6>ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>ohci-pci: OHCI PCI platform driver <6>ohci-atmel: OHCI Atmel driver <6>ohci-da8xx: DA8XX <6>usbcore: registered new interface driver usb-storage <6>usbcore: registered new interface driver ums-datafab <6>usbcore: registered new interface driver ums-freecom <6>usbcore: registered new interface driver ums-jumpshot <6>usbcore: registered new interface driver ums-sddr09 <6>usbcore: registered new interface driver ums-sddr55 <6>i2c /dev entries driver <6>usbcore: registered new interface driver usbhid <6>usbhid: USB HID core driver <6>NET: Registered protocol family 10 <6>Segment Routing with IPv6 <6>sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>NET: Registered protocol family 17 <6>lib80211: common routines for IEEE802.11 drivers <7>lib80211_crypt: registered algorithm 'NULL' <6>oprofile: no performance counters <6>oprofile: using timer interrupt. <6>printk: console [ttyS2]: printing thread started <5>Loading compiled-in X.509 certificates <6>edma 1c00000.edma: memcpy is disabled <6>edma 1c00000.edma: TI EDMA DMA engine driver <6>ohci-da8xx 1e25000.usb: USB Host Controller <6>ohci-da8xx 1e25000.usb: new USB bus registered, assigned bus number 1 <6>ohci-da8xx 1e25000.usb: irq 75, io mem 0x01e25000 <6>hub 1-0:1.0: USB hub found <6>hub 1-0:1.0: 1 port detected <6>input: gpio-keys as /devices/platform/gpio-keys/input/input0 <5>cfg80211: Loading compiled-in X.509 certificates for regulatory database <6>Freeing unused kernel memory: 348K <4>Kernel memory protection not selected by kernel config. <6>Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>udevd[93]: starting version 3.2.9 <5>random: udevd: uninitialized urandom read (16 bytes read) <5>random: udevd: uninitialized urandom read (16 bytes read) <5>random: udevd: uninitialized urandom read (16 bytes read) <27>udevd[93]: specified user 'tss' unknown <27>udevd[93]: specified group 'tss' unknown <30>udevd[94]: starting eudev-3.2.9 done Saving random seed: <5>random: dd: uninitialized urandom read (32 bytes read) OK Starting network: OK Starting dropbear sshd: <5>random: dropbear: uninitialized urandom read (32 bytes read) OK /bin/sh: can't access tty; job control turned off / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-3221946/environment . /lava-3221946/environment / # /lava-3221946/bin/lava-test-runner /lava-3221946/0 /lava-3221946/bin/lava-test-runner /lava-3221946/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-3221946/0/tests/0_dmesg + cat uuid + UUID=3221946_1.5.2.4.1 + set +x<8> + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8> kern :alert : BUG: Bad page state in process swapper pfn:c3000 kern :alert : BUG: Bad page state in process swapper pfn:c3400 kern :alert : BUG: Bad page state in process swapper pfn:c3800 <8> + set +x <8> <8> / # #export SHELL=/bin/sh / # export SHELL=/bin/sh. /lava-3221946/environment / # . /lava-3221946/environment/lava-3221946/bin/lava-test-runner /lava-3221946/1 / # /lava-3221946/bin/lava-test-runner /lava-3221946/1 + export 'TESTRUN_ID=1_bootrr' + cd /lava-3221946/1/tests/1_bootrr + cat uuid + UUID=3221946_1.5.2.4.5 + set +x + export 'PATH=/opt/bootrr/libexec/bootr<8> r/helpers:/lava-3221946/1/../bin:/sbin:/usr/sbin:/bin:/usr/bin' + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto sound /lava-3221946/1/../bin/lava-test-case <8> /lava-3221946/1/../bin/lava-test-case <8> /lava-3221946/1/../bin/lava-test-case <8> + set +x <8> / #