Linux 下Wi-Fi 的配置和使用,通常Wi-Fi 模块可以支持两种工作模
式,分别是STA 模式和AP 模式,有些设备还支持STA 和AP 模式同时工作。STA 模式允
许设备连接外部Wi-Fi 热点,AP 模式将设备变成Wi-Fi 热点,供其它设备连接。
Remi Pi 板载WIFI 模块在默认启动的设备树中未包含,需要在uboot 阶段下修改设
备树名称,操作如下:
root@myir-remi-1g:~# ifconfig wlan0
wlan0: flags=4099 mtu 1500 metric 1
ether 98:03:cf:6c:f9:16 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@myir-remi-1g:~# rfkill unblock wlan
root@myir-remi-1g:~# ifconfig wlan0 up
U-Boot 2021.10 (Jan 15 2024 - 10:50:19 +0000)
CPU: Renesas Electronics CPU rev 1.0
Model: smarc-rzg2l
DRAM: 896 MiB
MMC: sd@11c00000: 0, sd@11c10000: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment
In: serial@1004b800
Out: serial@1004b800
Err: serial@1004b800
Net:
Error: ethernet@11c20000 address not set.
No ethernet found.
Hit any key to stop autoboot: 0
## Resetting to default environment
switch to wifi
Card did not respond to voltage select! : -110
Card did not respond to voltage select! : -110
Couldn't find partition mmc 1
Can't set block device
switch to partitions #0, OK
mmc0(part 0) is current device
23732736 bytes read in 786 ms (28.8 MiB/s)
39719 bytes read in 2 ms (18.9 MiB/s)
Error: Bad gzipped data
Moving Image from 0x48080000 to 0x48200000, end=49920000
## Flattened Device Tree blob at 48000000
Booting using the fdt blob at 0x48000000
Loading Device Tree to 0000000057ff3000, end 0000000057fffb26 ... OK
Starting kernel ...
[ 0.000000] Memory: 480480K/917504K available (14912K kernel code, 1352K rwdata, 4568K rodata, 2240K init, 461K bss, 43808K reserved, 393216K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[
[ 0.012671] printk: console [tty0] enabled
[ 0.016788] printk: bootconsole [scif0] disabled
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 5.10.83-cip1-yocto-standard (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 8.3.0, GNU ld (GNU Binutils) 2.31.1) #1 SMP PREEMPT Mon Jan 15 01:55:55 UTC 2024
[ 0.000000] Machine model: Renesas SMARC EVK based on r9a07g044l2
[ 0.000000] earlycon: scif0 at MMIO 0x000000001004b800 (options '115200n8')
[ 0.000000] printk: bootconsole [scif0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000058000000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma@58000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000068000000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,multimedia, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 23 pages/cpu s55576 r8192 d30440 u94208
[ 0.394869] raid6: neonx4 xor() 1630 MB/s
[ 0.462952] raid6: neonx2 gen() 2094 MB/s
[ 0.531028] raid6: neonx2 xor() 1493 MB/s
[ 0.599114] raid6: neonx1 gen() 1807 MB/s
[ 0.667177] raid6: neonx1 xor() 1258 MB/s
[ 0.735274] raid6: int64x8 gen() 1517 MB/s
[ 0.803342] raid6: int64x8 xor() 772 MB/s
[ 0.871446] raid6: int64x4 gen() 1643 MB/s
[ 0.939512] raid6: int64x4 xor() 837 MB/s
[ 1.007595] raid6: int64x2 gen() 1487 MB/s
[ 1.075658] raid6: int64x2 xor() 750 MB/s
[ 1.143756] raid6: int64x1 gen() 1137 MB/s
[ 1.211807] raid6: int64x1 xor() 554 MB/s
[ 1.211819] raid6: using algorithm neonx4 gen() 2197 MB/s
[ 1.211830] raid6: .... xor() 1630 MB/s, rmw enabled
[ 1.211841] raid6: using neon recovery algorithm
[ 1.215490] iommu: Default domain type: Translated
[ 1.216494] vgaarb: loaded
[ 1.216872] SCSI subsystem initialized
[ 1.217323] usbcore: registered new interface driver usbfs
[ 1.217381] usbcore: registered new interface driver hub
[ 1.217421] usbcore: registered new device driver usb
[ 1.218277] mc: Linux media interface: v0.10
[ 1.218310] videodev: Linux video capture interface: v2.00
[ 1.218378] pps_core: LinuxPPS API ver. 1 registered
[ 1.218391] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 1.218416] PTP clock support registered
[ 1.219193] renesas_mtu3 10001200.timer: ch0: used as clock source
[ 1.219215] clocksource: 10001200.timer: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 18664368 ns
[ 1.219267] renesas_mtu3 10001200.timer: ch1: used for clock events
[ 1.219297] renesas_mtu3 10001200.timer: Renesas MTU3 driver probed
[ 1.220374] Advanced Linux Sound Architecture Driver Initialized.
[ 1.220882] Bluetooth: Core ver 2.22
[ 1.220937] NET: Registered protocol family 31
[ 1.220950] Bluetooth: HCI device and connection manager initialized
[ 1.220968] Bluetooth: HCI socket layer initialized
[ 1.220982] Bluetooth: L2CAP socket layer initialized
[ 1.221005] Bluetooth: SCO socket layer initialized
[ 1.221653] clocksource: Switched to clocksource arch_sys_counter
[ 1.221904] VFS: Disk quotas dquot_6.6.0
[ 1.221971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.227684] NET: Registered protocol family 2
[ 1.227866] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.228694] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 1.228744] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.228810] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 1.228957] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.229131] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.229164] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.229315] NET: Registered protocol family 1
[ 1.229951] RPC: Registered named UNIX socket transport module.
[ 1.229980] RPC: Registered udp transport module.
[ 1.229992] RPC: Registered tcp transport module.
[ 1.230002] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.230759] PCI: CLS 0 bytes, default 64
[ 1.231667] kvm [1]: HYP mode not available
[ 1.233184] Initialise system trusted keyrings
[ 1.233414] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 1.239316] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.240028] NFS: Registering the id_resolver key type
[ 1.240075] Key type id_resolver registered
[ 1.240086] Key type id_legacy registered
[ 1.240182] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.240206] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.240241] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 1.277268] xor: measuring software checksum speed
[ 1.281653] 8regs : 2281 MB/sec
[ 1.285073] 32regs : 2887 MB/sec
[ 1.289101] arm64_neon : 2451 MB/sec
[ 1.289112] xor: using function: 32regs (2887 MB/sec)
[ 1.289136] Key type asymmetric registered
[ 1.289147] Asymmetric key parser 'x509' registered
[ 1.289212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 1.289368] io scheduler mq-deadline registered
[ 1.289386] io scheduler kyber registered
[ 1.293237] pwm-backlight backlight: supply power not found, using dummy regulator
[ 1.331590] SuperH (H)SCI(F) driver initialized
[ 1.337922] panfrost 11840000.gpu: clock rate = 500000000
[ 1.337972] panfrost 11840000.gpu: bus_clock rate = 200000000
[ 1.338845] panfrost 11840000.gpu: [drm:panfrost_devfreq_init] Failed to register cooling device
[ 1.338946] panfrost 11840000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0
[ 1.338967] panfrost 11840000.gpu: features: 00000000,3fde77ff, issues: 00000000,00000400
[ 1.338984] panfrost 11840000.gpu: Features: L2:0x070d0206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7
[ 1.339003] panfrost 11840000.gpu: shader_present=0x1 l2_present=0x1
[ 1.342624] [drm] Initialized panfrost 1.1.0 20180908 for 11840000.gpu on minor 0
[ 1.351806] loop: module loaded
[ 1.354458] libphy: Fixed MDIO Bus: probed
[ 1.355243] tun: Universal TUN/TAP device driver, 1.6
[ 1.355511] CAN device driver interface
[ 1.356030] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.356046] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.356364] PPP generic driver version 2.4.2
[ 1.356557] PPP Deflate Compression module registered
[ 1.356590] PPP MPPE Compression module registered
[ 1.356604] NET: Registered protocol family 24
[ 1.356696] usbcore: registered new interface driver asix
[ 1.356756] usbcore: registered new interface driver ax88179_178a
[ 1.356796] usbcore: registered new interface driver cdc_ether
[ 1.356830] usbcore: registered new interface driver net1080
[ 1.356871] usbcore: registered new interface driver cdc_subset
[ 1.356905] usbcore: registered new interface driver zaurus
[ 1.356945] usbcore: registered new interface driver sierra_net
[ 1.356985] usbcore: registered new interface driver cdc_ncm
[ 1.357022] usbcore: registered new interface driver qmi_wwan
[ 1.357452] VFIO - User Level meta-driver version: 0.3
[ 1.358609] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.358642] ehci-pci: EHCI PCI platform driver
[ 1.358708] ehci-platform: EHCI generic platform driver
[ 1.359213] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.359266] ohci-pci: OHCI PCI platform driver
[ 1.359349] ohci-platform: OHCI generic platform driver
[ 1.360434] usbcore: registered new interface driver cdc_wdm
[ 1.360502] usbcore: registered new interface driver usb-storage
[ 1.360608] usbcore: registered new interface driver option
[ 1.360638] usbserial: USB Serial support registered for GSM modem (1-port)
[ 1.361257] renesas_usbhs 11c60000.usb: host probed
[ 1.361278] renesas_usbhs 11c60000.usb: no transceiver found
[ 1.361421] renesas_usbhs 11c60000.usb: gadget probed
[ 1.361538] renesas_usbhs 11c60000.usb: platform init failed.
[ 1.361725] renesas_usbhs 11c60000.usb: probe failed (-517)
[ 1.362680] usbcore: registered new interface driver usbtouchscreen
[ 1.362756] i2c /dev entries driver
[ 1.367434] rzg2l-csi2 10830400.csi2: 2 lanes found
[ 1.404053] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 1.404448] Bluetooth: HCI UART driver ver 2.2.74e8f89.20210819-170431
[ 1.404476] Bluetooth: HCI H4 protocol initialized
[ 1.404488] Bluetooth: HCI Realtek H5 protocol initialized
[ 1.404500] rtk_btcoex: rtk_btcoex_init: version: 1.2
[ 1.404509] rtk_btcoex: create workqueue
[ 1.404647] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2
[ 1.435515] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.435558] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.436124] clocksource: timer@12801400: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 1.436164] sched_clock: 32 bits at 100MHz, resolution 10ns, wraps every 21474836475ns
[ 1.436190] /soc/timer@12801400: used for clocksource
[ 1.436580] /soc/timer@12801800: used for clock events
[ 1.437297] usbcore: registered new interface driver usbhid
[ 1.437319] usbhid: USB HID core driver
[ 1.440533] IPVS: Registered protocols (TCP, UDP)
[ 1.440617] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 1.440785] IPVS: ipvs loaded.
[ 1.440800] IPVS: [rr] scheduler registered.
[ 1.441111] Initializing XFRM netlink socket
[ 1.441532] NET: Registered protocol family 10
[ 1.442581] Segment Routing with IPv6
[ 1.442706] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.443204] NET: Registered protocol family 17
[ 1.443284] Bridge firewalling registered
[ 1.443297] can: controller area network core
[ 1.443360] NET: Registered protocol family 29
[ 1.443373] can: raw protocol
[ 1.443385] can: broadcast manager protocol
[ 1.443402] can: netlink gateway - max_hops=1
[ 1.443749] Bluetooth: RFCOMM TTY layer initialized
[ 1.443783] Bluetooth: RFCOMM socket layer initialized
[ 1.443827] Bluetooth: RFCOMM ver 1.11
[ 1.443845] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 1.443857] Bluetooth: BNEP filters: protocol multicast
[ 1.443873] Bluetooth: BNEP socket layer initialized
[ 1.443885] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.443899] Bluetooth: HIDP socket layer initialized
[ 1.444193] Key type dns_resolver registered
[ 1.444641] registered taskstats version 1
[ 1.444658] Loading compiled-in X.509 certificates
[ 1.445640] Btrfs loaded, crc32c=crc32c-generic
[ 1.453469] thermal emergency: not set value
[ 1.456362] pinctrl-rzg2l 11030000.pin-controller: pinctrl-rzg2l support registered
[ 1.459647] gpt-rzg2l 10048400.gpt: GPT not use POEG
[ 1.459940] gpt-rzg2l 10048400.gpt: RZ/G2L GPT Driver probed
[ 1.460253] pwm-backlight backlight: supply power not found, using dummy regulator
[ 1.460940] 1004b800.serial: ttySC0 at MMIO 0x1004b800 (irq = 68, base_baud = 0) is a scif
[ 2.973305] printk: console [ttySC0] enabled
[ 2.978678] 1004bc00.serial: ttySC1 at MMIO 0x1004bc00 (irq = 73, base_baud = 0) is a scif
[ 2.987989] 1004c000.serial: ttySC2 at MMIO 0x1004c000 (irq = 78, base_baud = 0) is a scif
[ 2.997295] 1004c800.serial: ttySC4 at MMIO 0x1004c800 (irq = 83, base_baud = 0) is a scif
[ 3.008607] renesas_spi 1004ac00.spi: dma_request_slave_channel_compat failed
[ 3.015865] renesas_spi 1004ac00.spi: DMA not available, using PIO
[ 3.022919] renesas_spi 1004ac00.spi: probed
[ 3.028244] rcar_canfd 10050000.can: can_clk rate is 50000000
[ 3.034650] rcar_canfd 10050000.can: device registered (channel 1)
[ 3.040869] rcar_canfd 10050000.can: global operational state (clk 0, fdmode 1)
[ 3.049094] ravb 11c20000.ethernet: no valid MAC address supplied, using a random one
[ 3.057273] libphy: ravb_mii: probed
[ 3.063218] ravb 11c20000.ethernet eth0: Base address at 0x11c20000, a6:3b:45:02:ac:bf, IRQ 184.
[ 3.073087] ravb 11c30000.ethernet: no valid MAC address supplied, using a random one
[ 3.081327] libphy: ravb_mii: probed
[ 3.087255] ravb 11c30000.ethernet eth1: Base address at 0x11c30000, 2e:1d:95:13:f5:b3, IRQ 187.
[ 3.096952] ehci-platform 11c70100.usb: EHCI Host Controller
[ 3.102678] ehci-platform 11c70100.usb: new USB bus registered, assigned bus number 1
[ 3.110630] ehci-platform 11c70100.usb: irq 192, io mem 0x11c70100
[ 3.129683] ehci-platform 11c70100.usb: USB 2.0 started, EHCI 1.10
[ 3.136614] hub 1-0:1.0: USB hub found
[ 3.140423] hub 1-0:1.0: 1 port detected
[ 3.169687] ohci-platform 11c50000.usb: Generic Platform OHCI controller
[ 3.176429] ohci-platform 11c50000.usb: new USB bus registered, assigned bus number 2
[ 3.184373] ohci-platform 11c50000.usb: irq 190, io mem 0x11c50000
[ 3.280313] hub 2-0:1.0: USB hub found
[ 3.284111] hub 2-0:1.0: 1 port detected
[ 3.289007] ohci-platform 11c70000.usb: Generic Platform OHCI controller
[ 3.295748] ohci-platform 11c70000.usb: new USB bus registered, assigned bus number 3
[ 3.303711] ohci-platform 11c70000.usb: irq 191, io mem 0x11c70000
[ 3.397668] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 3.400354] hub 3-0:1.0: USB hub found
[ 3.408442] hub 3-0:1.0: 1 port detected
[ 3.413363] renesas_usbhs 11c60000.usb: host probed
[ 3.418307] renesas_usbhs 11c60000.usb: no transceiver found
[ 3.424071] renesas_usbhs 11c60000.usb: gadget probed
[ 3.429378] renesas_usbhs 11c60000.usb: probed
[ 3.435638] ov5640 0-003c: supply DOVDD not found, using dummy regulator
[ 3.442515] ov5640 0-003c: supply AVDD not found, using dummy regulator
[ 3.449207] ov5640 0-003c: supply DVDD not found, using dummy regulator
[ 3.502763] ov5640 0-003c: ov5640_read_reg: error: reg=300a
[ 3.508345] ov5640 0-003c: ov5640_check_chip_id: failed to read chip identifier
[ 3.562749] hub 1-1:1.0: USB hub found
[ 3.566589] hub 1-1:1.0: 4 ports detected
[ 3.734020] hdmi_mode[0]
[ 3.737315] i2c-riic 10058000.i2c: registered with 400000Hz bus speed
[ 3.737512] edt_ft5x06 0-0038: supply vcc not found, using dummy regulator
[ 3.752097] rtc-rx8025t 1-0032: registered as rtc0
[ 3.757818] rtc-rx8025t 1-0032: setting system clock to 2066-01-01T00:00:10 UTC (3029529610)
[ 3.766707] es8328 1-0010: supply DVDD not found, using dummy regulator
[ 3.773448] es8328 1-0010: supply AVDD not found, using dummy regulator
[ 3.780096] es8328 1-0010: supply PVDD not found, using dummy regulator
[ 3.786728] es8328 1-0010: supply HPVDD not found, using dummy regulator
[ 3.793554] i2c-riic 10058400.i2c: registered with 100000Hz bus speed
[ 3.801514] at24 3-0050: supply vcc not found, using dummy regulator
[ 3.808347] at24 3-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[ 3.815702] i2c-riic 10058c00.i2c: registered with 400000Hz bus speed
[ 3.826088] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
[ 3.836362] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.846014] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.855596] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.865156] rz-ssi-pcm-audio 10049c00.ssi: DMA not available, using PIO
[ 3.872982] rz-ssi-pcm-audio 1004a000.ssi: DMA enabled
[ 3.873557] renesas_sdhi_internal_dmac 11c00000.mmc: mmc0 base at 0x0000000011c00000, max clock rate 133 MHz
[ 3.879340] renesas_sdhi_internal_dmac 11c10000.mmc: mmc1 base at 0x0000000011c10000, max clock rate 133 MHz
[ 3.904974] renesas_sdhi_internal_dmac 11c10000.mmc: card claims to support voltages below defined range
[ 3.915035] random: fast init done
[ 3.929885] mmc1: new high speed SDIO card at address 0001
[ 3.974712] mmc0: new HS200 MMC card at address 0001
[ 3.980406] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
[ 3.985148] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB
[ 3.991265] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB
[ 3.997443] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB, chardev (241:0)
[ 4.005811] mmcblk0: p1 p2
[ 4.030697] [drm] Initialized rcar-du 1.0.0 20130110 for 10890000.display on minor 1
[ 4.038501] [drm] Device 10890000.display probed
[ 4.077760] edt_ft5x06 0-0038: touchscreen probe failed
[ 4.079069] lt8912 0-0048: "1920x1080": 60 148500 1920 2008 2052 2200 1080 1116 1121 1125 0x8 0x0
[ 4.511902] Console: switching to colour frame buffer device 240x67
[ 4.564459] rcar-du 10890000.display: [drm] fb0: rcar-dudrmfb frame buffer device
[ 4.573178] input: keyboard as /devices/platform/keyboard/input/input1
[ 4.580666] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.590778] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.597815] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 4.601696] ALSA device list:
[ 4.606574] cfg80211: failed to load regulatory.db
[ 4.609585] #0: G2LX_SOUND
[ 4.609589] #1: sound_card
[ 4.683874] EXT4-fs (mmcblk0p2): recovery complete
[ 4.689425] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.697749] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 4.704466] devtmpfs: mounted
[ 4.709596] Freeing unused kernel memory: 2240K
[ 4.714379] Run /sbin/init as init process
[ 4.890805] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[ 4.913437] systemd[1]: Detected architecture arm64.
Welcome to Poky (Yocto Project Reference Distro) 3.1.20 (dunfell)!
[ 4.962541] systemd[1]: Set hostname to .
[ 5.228895] systemd[1]: Configuration file /lib/systemd/system/watchdog.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 5.303518] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[ 5.408225] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.415378] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 5.427947] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 5.440759] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 5.462031] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.470944] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 5.493904] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.502676] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 5.526333] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 5.554247] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 5.578137] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 5.597992] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 5.617947] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 5.637984] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 5.662474] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 5.694917] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 5.722594] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 5.750711] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 5.778877] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 5.806721] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 5.834485] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 5.867856] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 5.899496] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 5.931482] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 5.963772] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting Temporary Directory (/tmp)...
[ 5.991149] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
[ 6.013879] systemd[1]: Starting Start psplash boot splash screen...
Starting Start psplash boot splash screen...
[ 6.042164] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 6.048893] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 6.099874] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 6.136085] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting 6.149374] mmngr: loading out-of-tree module taints kernel.
39mRemount Root and Kernel File Systems...
[ 6.162118] rgnmm_drv mmngr: assigned reserved memory node linux,multimedia
[ 6.175759] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 6.208538] systemd[1]: Started Start psplash boot splash screen.
[ OK ] Started Start psplash boot splash screen.
[ 6.238779] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.
[ 6.290299] systemd[1]: Started Journal Service.
[ 6.295612] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ OK ] Started Journal Service.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Load Kernel Modules.
Mounting Kernel Configuration File System...
[ OK ] Started Start psplash-syst…progress communication helper.
Starting Flush Journal to Persistent Storage...
Starting Apply Kernel Variables...
[ 6.496478] systemd-journald[179]: Received client request to flush runtime journal.
Starting Create Static Device Nodes in /dev...
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile...
Starting udev Kernel Device Manager...
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Docker Socket for the API.
[ OK ] Listening on dropbear.socket.
[ OK ] Listening on Docker Socket for the API.
[ OK ] Created slice system-systemd\x2dbacklight.slice.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started D-Bus System Message Bus.
[ 7.810024] random: crng init done
[ 7.814094] random: 7 urandom warning(s) missed due to ratelimiting
Starting IPv6 Packet Filtering Framework...
Starting IPv4 Packet Filtering Framework...
Starting Network Time Service (one-shot ntpdate mode)...
[ OK ] Started optee services.
[ OK ] Started VIN initializing setting.
Starting samba.service...
Starting Load/Save Screen …ness of backlight:backlight...
Starting Login Service...
[ OK ] Started VIN initializing setting.
[ OK ] Started WatchdogTimer.
[ OK ] Started Load/Save Random Seed.
[ OK ] Started IPv6 Packet Filtering Framework.
[ OK ] Started IPv4 Packet Filtering Framework.
[ OK ] Started Network Time Service (one-shot ntpdate mode).
[ OK ] Started Load/Save Screen B…htness of backlight:backlight.
[ OK ] Created slice system-weston.slice.
[ OK ] Reached target Network (Pre).
Starting Network Service...
>>>PN=MYD-YG2L23-8E1D-120-C-REMI
[ OK ] Reached target Hardware activated USB gadget.
>>>SN=WKRD23121400600042T
Starting Save/Restore Sound Card State...
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Reached target Sound Card.
[ OK ] Started Network Service.
Starting Wait for Network to be Configured...
Starting Network Name Resolution...
[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
Starting Load/Save RF Kill Switch Status...
[ 9.164529] YT8531S Ethernet 11c30000.ethernet-ffffffff:06: attached PHY driver [YT8531S Ethernet] (mii_bus:phy_addr=11c30000.ethernet-ffffffff:06, irq=POLL)
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Started Login Service.
[ 9.365537] YT8531S Ethernet 11c20000.ethernet-ffffffff:04: attached PHY driver [YT8531S Ethernet] (mii_bus:phy_addr=11c20000.ethernet-ffffffff:04, irq=POLL)
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Started The Apache HTTP Server.
Starting proftpd Daemon...
Starting Permit User Sessions...
Starting Target Communication Framework agent...
[ OK ] Started Vsftpd ftp daemon.
[ OK ] Started Permit User Sessions.
[ OK ] Started proftpd Daemon.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttySC0.
[ OK ] Reached target Login Prompts.
Starting myir hmi v2.0...
[ OK ] Started Weston Wayland Compositor.
[ OK ] Started Target Communication Framework agent.
[ OK ] Created slice User Slice of UID 0.
Starting User Runtime Directory /run/user/0...
[ OK ] Started User Runtime Directory /run/user/0.
Starting User Manager for UID 0...
[ 10.318626] audit: type=1006 audit(3029529617.056:2): pid=313 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
[ OK ] Started samba.service.
[ OK ] Started User Manager for UID 0.
[ OK ] Started Session c1 of user root.
NOTICE: BL2: v2.6(release):V0.1.0_20221012_Alpha_v2.6-1-g7d0b0d67e
NOTICE: BL2: Built : 10:45:22, Apr 13 2023
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c7c0 src=(p:1)0x20000(256) len=0x10(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20010(256) len=0x28(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x44000000 src=(p:1)0x20090(256) len=0x6069(49)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c7c0 src=(p:1)0x20000(256) len=0x10(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20010(256) len=0x28(1)
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20038(256) len=0x28(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x50000000 src=(p:1)0x26100(304) len=0xa9cf8(1359)
NOTICE: BL2: Booting BL31
NOTICE: BL31: v2.6(release):V0.1.0_20221012_Alpha_v2.6-1-g7d0b0d67e
NOTICE: BL31: Built : 10:45:22, Apr 13 2023
U-Boot 2021.10 (Jan 15 2024 - 10:50:19 +0000)
CPU: Renesas Electronics CPU rev 1.0
Model: smarc-rzg2l
DRAM: 896 MiB
MMC: sd@11c00000: 0, sd@11c10000: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment
In: serial@1004b800
Out: serial@1004b800
Err: serial@1004b800
Net:
Error: ethernet@11c20000 address not set.
No ethernet found.
Hit any key to stop autoboot: 0
## Resetting to default environment
switch to wifi
Card did not respond to voltage select! : -110
Card did not respond to voltage select! : -110
Couldn't find partition mmc 1
Can't set block device
switch to partitions #0, OK
mmc0(part 0) is current device
23732736 bytes read in 787 ms (28.8 MiB/s)
39719 bytes read in 3 ms (12.6 MiB/s)
Error: Bad gzipped data
Moving Image from 0x48080000 to 0x48200000, end=49920000
## Flattened Device Tree blob at 48000000
Booting using the fdt blob at 0x48000000
Loading Device Tree to 0000000057ff3000, end 0000000057fffb26 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 5.10.83-cip1-yocto-standard (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 8.3.0, GNU ld (GNU Binutils) 2.31.1) #1 SMP PREEMPT Mon Jan 15 01:55:55 UTC 2024
[ 0.000000] Machine model: Renesas SMARC EVK based on r9a07g044l2
[ 0.000000] earlycon: scif0 at MMIO 0x000000001004b800 (options '115200n8')
[ 0.000000] printk: bootconsole [scif0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000058000000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma@58000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000068000000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,multimedia, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 23 pages/cpu s55576 r8192 d30440 u94208
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 225792
[ 0.000000] Kernel command line: rw rootwait earlycon root=/dev/mmcblk0p2
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 480480K/917504K available (14912K kernel code, 1352K rwdata, 4568K rodata, 2240K init, 461K bss, 43808K reserved, 393216K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: 480 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000011940000
[ 0.000000] random: get_random_bytes called from start_kernel+0x318/0x4c8 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.008209] Console: colour dummy device 80x25
[ 0.012674] printk: console [tty0] enabled
[ 0.016792] printk: bootconsole [scif0] disabled
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 5.10.83-cip1-yocto-standard (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 8.3.0, GNU ld (GNU Binutils) 2.31.1) #1 SMP PREEMPT Mon Jan 15 01:55:55 UTC 2024
[ 0.000000] Machine model: Renesas SMARC EVK based on r9a07g044l2
[ 0.000000] earlycon: scif0 at MMIO 0x000000001004b800 (options '115200n8')
[ 0.000000] printk: bootconsole [scif0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000058000000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma@58000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000068000000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,multimedia, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 23 pages/cpu s55576 r8192 d30440 u94208
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 225792
[ 0.000000] Kernel command line: rw rootwait earlycon root=/dev/mmcblk0p2
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 480480K/917504K available (14912K kernel code, 1352K rwdata, 4568K rodata, 2240K init, 461K bss, 43808K reserved, 393216K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: 480 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000011940000
[ 0.000000] random: get_random_bytes called from start_kernel+0x318/0x4c8 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.008209] Console: colour dummy device 80x25
[ 0.012674] printk: console [tty0] enabled
[ 0.016792] printk: bootconsole [scif0] disabled
[ 0.021457] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.021479] pid_max: default: 32768 minimum: 301
[ 0.021607] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.021626] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.023211] rcu: Hierarchical SRCU implementation.
[ 0.023856] Detected Renesas RZ/G2L r9a07g044
[ 0.024147] EFI services will not be available.
[ 0.024403] smp: Bringing up secondary CPUs ...
[ 0.024878] Detected VIPT I-cache on CPU1
[ 0.024920] GICv3: CPU1: found redistributor 100 region 0:0x0000000011960000
[ 0.024974] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 0.025099] smp: Brought up 1 node, 2 CPUs
[ 0.025141] SMP: Total of 2 processors activated.
[ 0.025153] CPU features: detected: Privileged Access Never
[ 0.025163] CPU features: detected: LSE atomic instructions
[ 0.025173] CPU features: detected: User Access Override
[ 0.025183] CPU features: detected: 32-bit EL0 Support
[ 0.025193] CPU features: detected: Common not Private translations
[ 0.025205] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.025222] CPU features: detected: CRC32 instructions
[ 0.025232] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.025245] CPU features: detected: 32-bit EL1 Support
[ 0.044767] CPU: All CPU(s) started at EL1
[ 0.044858] alternatives: patching kernel code
[ 0.047075] devtmpfs: initialized
[ 0.053436] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.053490] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.062650] pinctrl core: initialized pinctrl subsystem
[ 0.063451] DMI not present or invalid.
[ 0.063785] NET: Registered protocol family 16
[ 0.065288] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.065414] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.065516] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.065639] audit: initializing netlink subsys (disabled)
[ 0.065911] audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1
[ 0.066488] thermal_sys: Registered thermal governor 'step_wise'
[ 0.066829] cpuidle: using governor menu
[ 0.067051] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.067132] ASID allocator initialised with 65536 entries
[ 0.120587] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.120624] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.120637] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.120649] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.122481] cryptd: max_cpu_qlen set to 1000
[ 0.190631] raid6: neonx8 gen() 2128 MB/s
[ 0.258691] raid6: neonx8 xor() 1641 MB/s
[ 0.326756] raid6: neonx4 gen() 2193 MB/s
[ 0.394828] raid6: neonx4 xor() 1632 MB/s
[ 0.462926] raid6: neonx2 gen() 2091 MB/s
[ 0.530954] raid6: neonx2 xor() 1493 MB/s
[ 0.599013] raid6: neonx1 gen() 1806 MB/s
[ 0.667072] raid6: neonx1 xor() 1257 MB/s
[ 0.735132] raid6: int64x8 gen() 1516 MB/s
[ 0.803187] raid6: int64x8 xor() 772 MB/s
[ 0.871264] raid6: int64x4 gen() 1642 MB/s
[ 0.939335] raid6: int64x4 xor() 838 MB/s
[ 1.007429] raid6: int64x2 gen() 1486 MB/s
[ 1.075492] raid6: int64x2 xor() 749 MB/s
[ 1.143586] raid6: int64x1 gen() 1140 MB/s
[ 1.211651] raid6: int64x1 xor() 554 MB/s
[ 1.211664] raid6: using algorithm neonx4 gen() 2193 MB/s
[ 1.211675] raid6: .... xor() 1632 MB/s, rmw enabled
[ 1.211686] raid6: using neon recovery algorithm
[ 1.215235] iommu: Default domain type: Translated
[ 1.216238] vgaarb: loaded
[ 1.216612] SCSI subsystem initialized
[ 1.217068] usbcore: registered new interface driver usbfs
[ 1.217125] usbcore: registered new interface driver hub
[ 1.217165] usbcore: registered new device driver usb
[ 1.218025] mc: Linux media interface: v0.10
[ 1.218059] videodev: Linux video capture interface: v2.00
[ 1.218129] pps_core: LinuxPPS API ver. 1 registered
[ 1.218142] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 1.218167] PTP clock support registered
[ 1.218933] renesas_mtu3 10001200.timer: ch0: used as clock source
[ 1.218957] clocksource: 10001200.timer: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 18664368 ns
[ 1.219008] renesas_mtu3 10001200.timer: ch1: used for clock events
[ 1.219036] renesas_mtu3 10001200.timer: Renesas MTU3 driver probed
[ 1.220106] Advanced Linux Sound Architecture Driver Initialized.
[ 1.220608] Bluetooth: Core ver 2.22
[ 1.220663] NET: Registered protocol family 31
[ 1.220675] Bluetooth: HCI device and connection manager initialized
[ 1.220693] Bluetooth: HCI socket layer initialized
[ 1.220707] Bluetooth: L2CAP socket layer initialized
[ 1.220730] Bluetooth: SCO socket layer initialized
[ 1.221384] clocksource: Switched to clocksource arch_sys_counter
[ 1.221630] VFS: Disk quotas dquot_6.6.0
[ 1.221701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.227386] NET: Registered protocol family 2
[ 1.227571] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.228414] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 1.228463] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.228529] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 1.228673] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.228847] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.228881] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.229028] NET: Registered protocol family 1
[ 1.229692] RPC: Registered named UNIX socket transport module.
[ 1.229722] RPC: Registered udp transport module.
[ 1.229733] RPC: Registered tcp transport module.
[ 1.229744] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.230516] PCI: CLS 0 bytes, default 64
[ 1.231417] kvm [1]: HYP mode not available
[ 1.232907] Initialise system trusted keyrings
[ 1.233156] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 1.239070] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.239802] NFS: Registering the id_resolver key type
[ 1.239851] Key type id_resolver registered
[ 1.239862] Key type id_legacy registered
[ 1.239953] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.239978] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.240013] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 1.277432] xor: measuring software checksum speed
[ 1.281809] 8regs : 2281 MB/sec
[ 1.285229] 32regs : 2887 MB/sec
[ 1.289261] arm64_neon : 2451 MB/sec
[ 1.289272] xor: using function: 32regs (2887 MB/sec)
[ 1.289296] Key type asymmetric registered
[ 1.289308] Asymmetric key parser 'x509' registered
[ 1.289390] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 1.289551] io scheduler mq-deadline registered
[ 1.289566] io scheduler kyber registered
[ 1.293332] pwm-backlight backlight: supply power not found, using dummy regulator
[ 1.332272] SuperH (H)SCI(F) driver initialized
[ 1.338638] panfrost 11840000.gpu: clock rate = 500000000
[ 1.338690] panfrost 11840000.gpu: bus_clock rate = 200000000
[ 1.339540] panfrost 11840000.gpu: [drm:panfrost_devfreq_init] Failed to register cooling device
[ 1.339644] panfrost 11840000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0
[ 1.339664] panfrost 11840000.gpu: features: 00000000,3fde77ff, issues: 00000000,00000400
[ 1.339682] panfrost 11840000.gpu: Features: L2:0x070d0206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7
[ 1.339700] panfrost 11840000.gpu: shader_present=0x1 l2_present=0x1
[ 1.342360] [drm] Initialized panfrost 1.1.0 20180908 for 11840000.gpu on minor 0
[ 1.351448] loop: module loaded
[ 1.354121] libphy: Fixed MDIO Bus: probed
[ 1.354913] tun: Universal TUN/TAP device driver, 1.6
[ 1.355181] CAN device driver interface
[ 1.355759] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.355775] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.356160] PPP generic driver version 2.4.2
[ 1.356330] PPP Deflate Compression module registered
[ 1.356363] PPP MPPE Compression module registered
[ 1.356377] NET: Registered protocol family 24
[ 1.356465] usbcore: registered new interface driver asix
[ 1.356535] usbcore: registered new interface driver ax88179_178a
[ 1.356583] usbcore: registered new interface driver cdc_ether
[ 1.356623] usbcore: registered new interface driver net1080
[ 1.356662] usbcore: registered new interface driver cdc_subset
[ 1.356696] usbcore: registered new interface driver zaurus
[ 1.356741] usbcore: registered new interface driver sierra_net
[ 1.356783] usbcore: registered new interface driver cdc_ncm
[ 1.356819] usbcore: registered new interface driver qmi_wwan
[ 1.357253] VFIO - User Level meta-driver version: 0.3
[ 1.358320] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.358347] ehci-pci: EHCI PCI platform driver
[ 1.358412] ehci-platform: EHCI generic platform driver
[ 1.358932] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.358990] ohci-pci: OHCI PCI platform driver
[ 1.359064] ohci-platform: OHCI generic platform driver
[ 1.360149] usbcore: registered new interface driver cdc_wdm
[ 1.360213] usbcore: registered new interface driver usb-storage
[ 1.360306] usbcore: registered new interface driver option
[ 1.360336] usbserial: USB Serial support registered for GSM modem (1-port)
[ 1.360967] renesas_usbhs 11c60000.usb: host probed
[ 1.360988] renesas_usbhs 11c60000.usb: no transceiver found
[ 1.361131] renesas_usbhs 11c60000.usb: gadget probed
[ 1.361246] renesas_usbhs 11c60000.usb: platform init failed.
[ 1.361436] renesas_usbhs 11c60000.usb: probe failed (-517)
[ 1.362412] usbcore: registered new interface driver usbtouchscreen
[ 1.362476] i2c /dev entries driver
[ 1.367266] rzg2l-csi2 10830400.csi2: 2 lanes found
[ 1.403842] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 1.404223] Bluetooth: HCI UART driver ver 2.2.74e8f89.20210819-170431
[ 1.404248] Bluetooth: HCI H4 protocol initialized
[ 1.404259] Bluetooth: HCI Realtek H5 protocol initialized
[ 1.404272] rtk_btcoex: rtk_btcoex_init: version: 1.2
[ 1.404281] rtk_btcoex: create workqueue
[ 1.404417] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2
[ 1.434994] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.435039] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.435631] clocksource: timer@12801400: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 1.435669] sched_clock: 32 bits at 100MHz, resolution 10ns, wraps every 21474836475ns
[ 1.435694] /soc/timer@12801400: used for clocksource
[ 1.436090] /soc/timer@12801800: used for clock events
[ 1.436824] usbcore: registered new interface driver usbhid
[ 1.436843] usbhid: USB HID core driver
[ 1.439982] IPVS: Registered protocols (TCP, UDP)
[ 1.440070] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 1.440229] IPVS: ipvs loaded.
[ 1.440244] IPVS: [rr] scheduler registered.
[ 1.440547] Initializing XFRM netlink socket
[ 1.440950] NET: Registered protocol family 10
[ 1.442022] Segment Routing with IPv6
[ 1.442152] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.442653] NET: Registered protocol family 17
[ 1.442736] Bridge firewalling registered
[ 1.442749] can: controller area network core
[ 1.442807] NET: Registered protocol family 29
[ 1.442820] can: raw protocol
[ 1.442833] can: broadcast manager protocol
[ 1.442850] can: netlink gateway - max_hops=1
[ 1.443189] Bluetooth: RFCOMM TTY layer initialized
[ 1.443222] Bluetooth: RFCOMM socket layer initialized
[ 1.443264] Bluetooth: RFCOMM ver 1.11
[ 1.443293] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 1.443305] Bluetooth: BNEP filters: protocol multicast
[ 1.443320] Bluetooth: BNEP socket layer initialized
[ 1.443332] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.443346] Bluetooth: HIDP socket layer initialized
[ 1.443644] Key type dns_resolver registered
[ 1.444090] registered taskstats version 1
[ 1.444109] Loading compiled-in X.509 certificates
[ 1.445105] Btrfs loaded, crc32c=crc32c-generic
[ 1.452948] thermal emergency: not set value
[ 1.455893] pinctrl-rzg2l 11030000.pin-controller: pinctrl-rzg2l support registered
[ 1.459159] gpt-rzg2l 10048400.gpt: GPT not use POEG
[ 1.459438] gpt-rzg2l 10048400.gpt: RZ/G2L GPT Driver probed
[ 1.459749] pwm-backlight backlight: supply power not found, using dummy regulator
[ 1.460459] 1004b800.serial: ttySC0 at MMIO 0x1004b800 (irq = 68, base_baud = 0) is a scif
[ 2.972770] printk: console [ttySC0] enabled
[ 2.978063] 1004bc00.serial: ttySC1 at MMIO 0x1004bc00 (irq = 73, base_baud = 0) is a scif
[ 2.987328] 1004c000.serial: ttySC2 at MMIO 0x1004c000 (irq = 78, base_baud = 0) is a scif
[ 2.996587] 1004c800.serial: ttySC4 at MMIO 0x1004c800 (irq = 83, base_baud = 0) is a scif
[ 3.007857] renesas_spi 1004ac00.spi: dma_request_slave_channel_compat failed
[ 3.015055] renesas_spi 1004ac00.spi: DMA not available, using PIO
[ 3.022093] renesas_spi 1004ac00.spi: probed
[ 3.027417] rcar_canfd 10050000.can: can_clk rate is 50000000
[ 3.033884] rcar_canfd 10050000.can: device registered (channel 1)
[ 3.040090] rcar_canfd 10050000.can: global operational state (clk 0, fdmode 1)
[ 3.048316] ravb 11c20000.ethernet: no valid MAC address supplied, using a random one
[ 3.056505] libphy: ravb_mii: probed
[ 3.062508] ravb 11c20000.ethernet eth0: Base address at 0x11c20000, 8a:e2:d0:04:78:38, IRQ 184.
[ 3.072368] ravb 11c30000.ethernet: no valid MAC address supplied, using a random one
[ 3.080616] libphy: ravb_mii: probed
[ 3.086574] ravb 11c30000.ethernet eth1: Base address at 0x11c30000, de:64:b7:1c:f7:75, IRQ 187.
[ 3.096277] ehci-platform 11c70100.usb: EHCI Host Controller
[ 3.101991] ehci-platform 11c70100.usb: new USB bus registered, assigned bus number 1
[ 3.109932] ehci-platform 11c70100.usb: irq 192, io mem 0x11c70100
[ 3.129415] ehci-platform 11c70100.usb: USB 2.0 started, EHCI 1.10
[ 3.136353] hub 1-0:1.0: USB hub found
[ 3.140162] hub 1-0:1.0: 1 port detected
[ 3.169418] ohci-platform 11c50000.usb: Generic Platform OHCI controller
[ 3.176153] ohci-platform 11c50000.usb: new USB bus registered, assigned bus number 2
[ 3.184111] ohci-platform 11c50000.usb: irq 190, io mem 0x11c50000
[ 3.280053] hub 2-0:1.0: USB hub found
[ 3.283851] hub 2-0:1.0: 1 port detected
[ 3.288779] ohci-platform 11c70000.usb: Generic Platform OHCI controller
[ 3.295521] ohci-platform 11c70000.usb: new USB bus registered, assigned bus number 3
[ 3.303472] ohci-platform 11c70000.usb: irq 191, io mem 0x11c70000
[ 3.397392] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 3.400057] hub 3-0:1.0: USB hub found
[ 3.408209] hub 3-0:1.0: 1 port detected
[ 3.413126] renesas_usbhs 11c60000.usb: host probed
[ 3.418086] renesas_usbhs 11c60000.usb: no transceiver found
[ 3.423869] renesas_usbhs 11c60000.usb: gadget probed
[ 3.429168] renesas_usbhs 11c60000.usb: probed
[ 3.435406] ov5640 0-003c: supply DOVDD not found, using dummy regulator
[ 3.442319] ov5640 0-003c: supply AVDD not found, using dummy regulator
[ 3.449018] ov5640 0-003c: supply DVDD not found, using dummy regulator
[ 3.502489] ov5640 0-003c: ov5640_read_reg: error: reg=300a
[ 3.508080] ov5640 0-003c: ov5640_check_chip_id: failed to read chip identifier
[ 3.563058] hub 1-1:1.0: USB hub found
[ 3.566901] hub 1-1:1.0: 4 ports detected
[ 3.733754] hdmi_mode[0]
[ 3.737050] i2c-riic 10058000.i2c: registered with 400000Hz bus speed
[ 3.737241] edt_ft5x06 0-0038: supply vcc not found, using dummy regulator
[ 3.746545] rtc-rx8025t 1-0032: registered as rtc0
[ 3.756115] rtc-rx8025t 1-0032: setting system clock to 2066-01-01T00:00:27 UTC (3029529627)
[ 3.765020] es8328 1-0010: supply DVDD not found, using dummy regulator
[ 3.771747] es8328 1-0010: supply AVDD not found, using dummy regulator
[ 3.778405] es8328 1-0010: supply PVDD not found, using dummy regulator
[ 3.785044] es8328 1-0010: supply HPVDD not found, using dummy regulator
[ 3.791859] i2c-riic 10058400.i2c: registered with 100000Hz bus speed
[ 3.799860] at24 3-0050: supply vcc not found, using dummy regulator
[ 3.806758] at24 3-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[ 3.814098] i2c-riic 10058c00.i2c: registered with 400000Hz bus speed
[ 3.824406] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
[ 3.834727] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.844337] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.853907] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.863456] rz-ssi-pcm-audio 10049c00.ssi: DMA not available, using PIO
[ 3.869565] renesas_sdhi_internal_dmac 11c00000.mmc: mmc0 base at 0x0000000011c00000, max clock rate 133 MHz
[ 3.871210] rz-ssi-pcm-audio 1004a000.ssi: DMA enabled
[ 3.880106] renesas_sdhi_internal_dmac 11c10000.mmc: mmc1 base at 0x0000000011c10000, max clock rate 133 MHz
[ 3.897820] random: fast init done
[ 3.901292] renesas_sdhi_internal_dmac 11c10000.mmc: card claims to support voltages below defined range
[ 3.922689] mmc1: new high speed SDIO card at address 0001
[ 3.996887] mmc0: new HS200 MMC card at address 0001
[ 4.002594] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
[ 4.007604] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB
[ 4.013889] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB
[ 4.020198] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB, chardev (241:0)
[ 4.022211] [drm] Initialized rcar-du 1.0.0 20130110 for 10890000.display on minor 1
[ 4.035282] [drm] Device 10890000.display probed
[ 4.040334] mmcblk0: p1 p2
[ 4.073497] edt_ft5x06 0-0038: touchscreen probe failed
[ 4.074937] lt8912 0-0048: "1920x1080": 60 148500 1920 2008 2052 2200 1080 1116 1121 1125 0x8 0x0
[ 4.507788] Console: switching to colour frame buffer device 240x67
[ 4.560354] rcar-du 10890000.display: [drm] fb0: rcar-dudrmfb frame buffer device
[ 4.569110] input: keyboard as /devices/platform/keyboard/input/input1
[ 4.576599] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.586704] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.593554] ALSA device list:
[ 4.596576] #0: G2LX_SOUND
[ 4.599635] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 4.601408] #1: sound_card
[ 4.608384] cfg80211: failed to load regulatory.db
[ 4.633799] EXT4-fs (mmcblk0p2): recovery complete
[ 4.639292] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.647599] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 4.654274] devtmpfs: mounted
[ 4.659920] Freeing unused kernel memory: 2240K
[ 4.664822] Run /sbin/init as init process
[ 4.841362] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[ 4.864144] systemd[1]: Detected architecture arm64.
Welcome to Poky (Yocto Project Reference Distro) 3.1.20 (dunfell)!
[ 4.910357] systemd[1]: Set hostname to .
[ 5.180422] systemd[1]: Configuration file /lib/systemd/system/watchdog.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 5.255200] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[ 5.360237] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.367362] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 5.379909] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 5.392735] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 5.413761] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.422621] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 5.445651] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.454302] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 5.478045] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 5.505985] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 5.529866] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 5.549722] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 5.569681] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 5.589717] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 5.614211] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 5.646627] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 5.674352] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 5.702436] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 5.730587] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 5.758442] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 5.786168] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 5.819560] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 5.851217] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 5.883193] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 5.915589] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting Temporary Directory (/tmp)...
[ 5.942879] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
[ 5.965786] systemd[1]: Starting Start psplash boot splash screen...
Starting Start psplash boot splash screen...
[ 5.993865] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 6.000428] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 6.070754] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 6.103243] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 6.122727] mmngr: loading out-of-tree module taints kernel.
[ 6.135604] systemd[1]: Starting udev Coldplug all Devices...
[ 6.138019] rgnmm_drv mmngr: assigned reserved memory node linux,multimedia
Starting udev Coldplug all Devices...
[ 6.168138] systemd[1]: Started Start psplash boot splash screen.
[ OK ] Started Start psplash boot splash screen.
[ 6.194812] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.
[ 6.224817] systemd[1]: Started Journal Service.
[ 6.235348] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ OK ] Started Journal Service.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Start psplash-syst…progress communication helper.
Starting Flush Journal to Persistent Storage...
Starting Create Static Device Nodes in /dev...
[ OK ] Started Load Kernel Modules.
[ 6.421152] systemd-journald[178]: Received client request to flush runtime journal.
Mounting Kernel Configuration File System...
Starting Apply Kernel Variables...
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Apply Kernel Variables.
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile...
Starting udev Kernel Device Manager...
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started udev Kernel Device Manager.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
[ OK ] Reached target Timers.
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Docker Socket for the API.
[ OK ] Listening on dropbear.socket.
[ OK ] Listening on Docker Socket for the API.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started D-Bus System Message Bus.
Starting IPv6 Packet Filtering Framework...
Starting IPv4 Packet Filtering Framework...
Starting Network Time Service (one-shot ntpdate mode)...
[ OK ] Started optee services.
[ OK ] Started VIN initializing setting.
Starting samba.service...
Starting Login Service...
[ OK ] Started VIN initializing setting.
[ OK ] Started WatchdogTimer.
[ OK ] Started IPv6 Packet Filtering Framework.
[ OK ] Started IPv4 Packet Filtering Framework.
[ OK ] Star[ 7.763815] random: crng init done
[ 7.768547] random: 7 urandom warning(s) missed due to ratelimiting
ted Network Time Service (one-shot ntpdate mode).
[ OK ] Started Load/Save Random Seed.
[ OK ] Reached target Network (Pre).
Starting Network Service...
>>>PN=MYD-YG2L23-8E1D-120-C-REMI
>>>SN=WKRD23121400600042T
[ OK ] Started Network Service.
Starting Wait for Network to be Configured...
Starting Network Name Resolution...
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen …ness of backlight:backlight...
[ OK ] Started Load/Save Screen B…htness of backlight:backlight.
[ OK ] Started Login Service.
[ OK ] Created slice system-weston.slice.
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Started The Apache HTTP Server.
Starting proftpd Daemon...
Starting Permit User Sessions...
Starting Target Communication Framework agent...
[ OK ] Started Vsftpd ftp daemon.
[ 9.090383] YT8531S Ethernet 11c20000.ethernet-ffffffff:04: attached PHY driver [YT8531S Ethernet] (mii_bus:phy_addr=11c20000.ethernet-ffffffff:04, irq=POLL)
[ OK ] Started Permit User Sessions.
[ OK ] Started Target Communication Framework agent.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttySC0.
[ OK ] Reached target Login Prompts.
Starting myir hmi v2.0...
[ OK ] Started Weston Wayland Compositor.
[ 9.371898] YT8531S Ethernet 11c30000.ethernet-ffffffff:06: attached PHY driver [YT8531S Ethernet] (mii_bus:phy_addr=11c30000.ethernet-ffffffff:06, irq=POLL)
[ OK ] Started proftpd Daemon.
[ OK ] Reached target Hardware activated USB gadget.
Starting Save/Restore Sound Card State...
[ OK ] Created slice User Slice of UID 0.
Starting User Runtime Directory /run/user/0...
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Reached target Sound Card.
[ OK ] Started User Runtime Directory /run/user/0.
Starting User Manager for UID 0...
[ 9.857942] audit: type=1006 audit(3029529633.600:2): pid=354 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
Starting Load/Save RF Kill Switch Status...
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Started User Manager for UID 0.
[ OK ] Started samba.service.
[ OK ] Started Session c1 of user root.
[ 12.170707] ravb 11c20000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 12.178462] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Poky (Yocto Project Reference Distro) 3.1.20 myir-remi-1g ttySC0
BSP: //3.0.1
LSI:
Version: 3.0.1
myir-remi-1g login: root (automatic login)
Last login: Fri Jan 1 00:00:33 UTC 2066
root@myir-remi-1g:~# [ 17.510849] rcar_canfd 10050000.can can0: bitrate error 3.8%
[ 17.518936] IPv6: ADDRCONF(NETDEV_CHANGE): can0: link becomes ready
[ 18.521576] Bluetooth: h5_open
[ 18.524641] Bluetooth: hci_uart_register_dev
[ 18.548090] rtk_btcoex: Open BTCOEX
[ 18.555666] rtk_btcoex: BTCOEX hci_rev 0x05a8
[ 18.560450] rtk_btcoex: BTCOEX lmp_subver 0xcbcd
root@myir-remi-1g:~# [ 20.617550] Bluetooth: __hci_uart_flush: hdev 00000000dd801688 tty 000000009c714f9e
[ 20.625337] Bluetooth: hci_uart_close: hdev 00000000dd801688
[ 20.631014] Bluetooth: __hci_uart_flush: hdev 00000000dd801688 tty 000000009c714f9e
[ 20.638684] rtk_btcoex: Close BTCOEX
[ 20.642276] rtk_btcoex: -x
root@myir-remi-1g:~#
root@myir-remi-1g:~# Configuration completed
root@myir-remi-1g:~#
ifconfig wlan0
wlan0: flags=4098 mtu 1500 metric 1
ether 98:03:cf:6c:f9:16 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@myir-remi-1g:~#
root@myir-remi-1g:~#
root@myir-remi-1g:~# NOTICE: BL2: v2.6(release):V0.1.0_20221012_Alpha_v2.6-1-g7d0b0d67e
NOTICE: BL2: Built : 10:45:22, Apr 13 2023
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c7c0 src=(p:1)0x20000(256) len=0x10(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20010(256) len=0x28(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x44000000 src=(p:1)0x20090(256) len=0x6069(49)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c7c0 src=(p:1)0x20000(256) len=0x10(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20010(256) len=0x28(1)
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20038(256) len=0x28(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x50000000 src=(p:1)0x26100(304) len=0xa9cf8(1359)
NOTICE: BL2: Booting BL31
NOTICE: BL31: v2.6(release):V0.1.0_20221012_Alpha_v2.6-1-g7d0b0d67e
NOTICE: BL31: Built : 10:45:22, Apr 13 2023
U-Boot 2021.10 (Jan 15 2024 - 10:50:19 +0000)
CPU: Renesas Electronics CPU rev 1.0
Model: smarc-rzg2l
DRAM: 896 MiB
MMC: sd@11c00000: 0, sd@11c10000: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment
In: serial@1004b800
Out: serial@1004b800
Err: serial@1004b800
Net:
Error: ethernet@11c20000 address not set.
No ethernet found.
Hit any key to stop autoboot: 0
## Resetting to default environment
switch to wifi
Card did not respond to voltage select! : -110
Card did not respond to voltage select! : -110
Couldn't find partition mmc 1
Can't set block device
switch to partitions #0, OK
mmc0(part 0) is current device
23732736 bytes read in 786 ms (28.8 MiB/s)
39719 bytes read in 2 ms (18.9 MiB/s)
Error: Bad gzipped data
Moving Image from 0x48080000 to 0x48200000, end=49920000
## Flattened Device Tree blob at 48000000
Booting using the fdt blob at 0x48000000
Loading Device Tree to 0000000057ff3000, end 0000000057fffb26 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 5.10.83-cip1-yocto-standard (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 8.3.0, GNU ld (GNU Binutils) 2.31.1) #1 SMP PREEMPT Mon Jan 15 01:55:55 UTC 2024
[ 0.000000] Machine model: Renesas SMARC EVK based on r9a07g044l2
[ 0.000000] earlycon: scif0 at MMIO 0x000000001004b800 (options '115200n8')
[ 0.000000] printk: bootconsole [scif0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000058000000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma@58000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000068000000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,multimedia, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 23 pages/cpu s55576 r8192 d30440 u94208
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 225792
[ 0.000000] Kernel command line: rw rootwait earlycon root=/dev/mmcblk0p2
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 480480K/917504K available (14912K kernel code, 1352K rwdata, 4568K rodata, 2240K init, 461K bss, 43808K reserved, 393216K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: 480 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000011940000
[ 0.000000] random: get_random_bytes called from start_kernel+0x318/0x4c8 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.008206] Console: colour dummy device 80x25
[ 0.012671] printk: console [tty0] enabled
[ 0.016789] printk: bootconsole [scif0] disabled
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 5.10.83-cip1-yocto-standard (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 8.3.0, GNU ld (GNU Binutils) 2.31.1) #1 SMP PREEMPT Mon Jan 15 01:55:55 UTC 2024
[ 0.000000] Machine model: Renesas SMARC EVK based on r9a07g044l2
[ 0.000000] earlycon: scif0 at MMIO 0x000000001004b800 (options '115200n8')
[ 0.000000] printk: bootconsole [scif0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000058000000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma@58000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000068000000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,multimedia, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 23 pages/cpu s55576 r8192 d30440 u94208
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 225792
[ 0.000000] Kernel command line: rw rootwait earlycon root=/dev/mmcblk0p2
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 480480K/917504K available (14912K kernel code, 1352K rwdata, 4568K rodata, 2240K init, 461K bss, 43808K reserved, 393216K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: 480 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000011940000
[ 0.000000] random: get_random_bytes called from start_kernel+0x318/0x4c8 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.008206] Console: colour dummy device 80x25
[ 0.012671] printk: console [tty0] enabled
[ 0.016789] printk: bootconsole [scif0] disabled
[ 0.021454] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.021478] pid_max: default: 32768 minimum: 301
[ 0.021607] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.021626] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.023211] rcu: Hierarchical SRCU implementation.
[ 0.023853] Detected Renesas RZ/G2L r9a07g044
[ 0.024147] EFI services will not be available.
[ 0.024404] smp: Bringing up secondary CPUs ...
[ 0.024878] Detected VIPT I-cache on CPU1
[ 0.024920] GICv3: CPU1: found redistributor 100 region 0:0x0000000011960000
[ 0.024974] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 0.025100] smp: Brought up 1 node, 2 CPUs
[ 0.025143] SMP: Total of 2 processors activated.
[ 0.025154] CPU features: detected: Privileged Access Never
[ 0.025163] CPU features: detected: LSE atomic instructions
[ 0.025173] CPU features: detected: User Access Override
[ 0.025184] CPU features: detected: 32-bit EL0 Support
[ 0.025194] CPU features: detected: Common not Private translations
[ 0.025205] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.025221] CPU features: detected: CRC32 instructions
[ 0.025231] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.025245] CPU features: detected: 32-bit EL1 Support
[ 0.044775] CPU: All CPU(s) started at EL1
[ 0.044862] alternatives: patching kernel code
[ 0.047079] devtmpfs: initialized
[ 0.053472] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.053528] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.062633] pinctrl core: initialized pinctrl subsystem
[ 0.063423] DMI not present or invalid.
[ 0.063760] NET: Registered protocol family 16
[ 0.065262] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.065385] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.065487] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.065609] audit: initializing netlink subsys (disabled)
[ 0.065879] audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1
[ 0.066414] thermal_sys: Registered thermal governor 'step_wise'
[ 0.066754] cpuidle: using governor menu
[ 0.066985] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.067065] ASID allocator initialised with 65536 entries
[ 0.120553] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.120590] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.120604] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.120617] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.122429] cryptd: max_cpu_qlen set to 1000
[ 0.190663] raid6: neonx8 gen() 2128 MB/s
[ 0.258719] raid6: neonx8 xor() 1640 MB/s
[ 0.326813] raid6: neonx4 gen() 2196 MB/s
[ 0.394880] raid6: neonx4 xor() 1632 MB/s
[ 0.462974] raid6: neonx2 gen() 2091 MB/s
[ 0.531043] raid6: neonx2 xor() 1494 MB/s
[ 0.599134] raid6: neonx1 gen() 1802 MB/s
[ 0.667209] raid6: neonx1 xor() 1249 MB/s
[ 0.735292] raid6: int64x8 gen() 1516 MB/s
[ 0.803364] raid6: int64x8 xor() 772 MB/s
[ 0.871485] raid6: int64x4 gen() 1641 MB/s
[ 0.939521] raid6: int64x4 xor() 838 MB/s
[ 1.007568] raid6: int64x2 gen() 1486 MB/s
[ 1.075637] raid6: int64x2 xor() 751 MB/s
[ 1.143688] raid6: int64x1 gen() 1143 MB/s
[ 1.211756] raid6: int64x1 xor() 561 MB/s
[ 1.211768] raid6: using algorithm neonx4 gen() 2196 MB/s
[ 1.211779] raid6: .... xor() 1632 MB/s, rmw enabled
[ 1.211791] raid6: using neon recovery algorithm
[ 1.215372] iommu: Default domain type: Translated
[ 1.216339] vgaarb: loaded
[ 1.216738] SCSI subsystem initialized
[ 1.217191] usbcore: registered new interface driver usbfs
[ 1.217245] usbcore: registered new interface driver hub
[ 1.217295] usbcore: registered new device driver usb
[ 1.218072] mc: Linux media interface: v0.10
[ 1.218110] videodev: Linux video capture interface: v2.00
[ 1.218181] pps_core: LinuxPPS API ver. 1 registered
[ 1.218195] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 1.218220] PTP clock support registered
[ 1.218957] renesas_mtu3 10001200.timer: ch0: used as clock source
[ 1.218982] clocksource: 10001200.timer: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 18664368 ns
[ 1.219034] renesas_mtu3 10001200.timer: ch1: used for clock events
[ 1.219062] renesas_mtu3 10001200.timer: Renesas MTU3 driver probed
[ 1.220055] Advanced Linux Sound Architecture Driver Initialized.
[ 1.220596] Bluetooth: Core ver 2.22
[ 1.220651] NET: Registered protocol family 31
[ 1.220663] Bluetooth: HCI device and connection manager initialized
[ 1.220681] Bluetooth: HCI socket layer initialized
[ 1.220695] Bluetooth: L2CAP socket layer initialized
[ 1.220718] Bluetooth: SCO socket layer initialized
[ 1.221365] clocksource: Switched to clocksource arch_sys_counter
[ 1.221608] VFS: Disk quotas dquot_6.6.0
[ 1.221673] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.227349] NET: Registered protocol family 2
[ 1.227534] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.228365] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 1.228416] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.228482] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 1.228627] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.228791] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.228824] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.228974] NET: Registered protocol family 1
[ 1.229594] RPC: Registered named UNIX socket transport module.
[ 1.229624] RPC: Registered udp transport module.
[ 1.229635] RPC: Registered tcp transport module.
[ 1.229646] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.230412] PCI: CLS 0 bytes, default 64
[ 1.231336] kvm [1]: HYP mode not available
[ 1.232847] Initialise system trusted keyrings
[ 1.233072] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 1.238972] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.239699] NFS: Registering the id_resolver key type
[ 1.239749] Key type id_resolver registered
[ 1.239760] Key type id_legacy registered
[ 1.239849] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.239875] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.239911] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 1.278166] xor: measuring software checksum speed
[ 1.282548] 8regs : 2281 MB/sec
[ 1.285978] 32regs : 2887 MB/sec
[ 1.290008] arm64_neon : 2451 MB/sec
[ 1.290020] xor: using function: 32regs (2887 MB/sec)
[ 1.290042] Key type asymmetric registered
[ 1.290054] Asymmetric key parser 'x509' registered
[ 1.290120] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 1.290283] io scheduler mq-deadline registered
[ 1.290299] io scheduler kyber registered
[ 1.294219] pwm-backlight backlight: supply power not found, using dummy regulator
[ 1.332598] SuperH (H)SCI(F) driver initialized
[ 1.338949] panfrost 11840000.gpu: clock rate = 500000000
[ 1.339001] panfrost 11840000.gpu: bus_clock rate = 200000000
[ 1.339845] panfrost 11840000.gpu: [drm:panfrost_devfreq_init] Failed to register cooling device
[ 1.339943] panfrost 11840000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0
[ 1.339962] panfrost 11840000.gpu: features: 00000000,3fde77ff, issues: 00000000,00000400
[ 1.339980] panfrost 11840000.gpu: Features: L2:0x070d0206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7
[ 1.339998] panfrost 11840000.gpu: shader_present=0x1 l2_present=0x1
[ 1.342350] [drm] Initialized panfrost 1.1.0 20180908 for 11840000.gpu on minor 0
[ 1.350945] loop: module loaded
[ 1.353643] libphy: Fixed MDIO Bus: probed
[ 1.354466] tun: Universal TUN/TAP device driver, 1.6
[ 1.354725] CAN device driver interface
[ 1.355302] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.355319] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.355695] PPP generic driver version 2.4.2
[ 1.355883] PPP Deflate Compression module registered
[ 1.355916] PPP MPPE Compression module registered
[ 1.355930] NET: Registered protocol family 24
[ 1.356019] usbcore: registered new interface driver asix
[ 1.356090] usbcore: registered new interface driver ax88179_178a
[ 1.356140] usbcore: registered new interface driver cdc_ether
[ 1.356185] usbcore: registered new interface driver net1080
[ 1.356223] usbcore: registered new interface driver cdc_subset
[ 1.356258] usbcore: registered new interface driver zaurus
[ 1.356304] usbcore: registered new interface driver sierra_net
[ 1.356346] usbcore: registered new interface driver cdc_ncm
[ 1.356381] usbcore: registered new interface driver qmi_wwan
[ 1.356810] VFIO - User Level meta-driver version: 0.3
[ 1.357734] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.357764] ehci-pci: EHCI PCI platform driver
[ 1.357832] ehci-platform: EHCI generic platform driver
[ 1.358319] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.358373] ohci-pci: OHCI PCI platform driver
[ 1.358440] ohci-platform: OHCI generic platform driver
[ 1.359505] usbcore: registered new interface driver cdc_wdm
[ 1.359570] usbcore: registered new interface driver usb-storage
[ 1.359660] usbcore: registered new interface driver option
[ 1.359687] usbserial: USB Serial support registered for GSM modem (1-port)
[ 1.360297] renesas_usbhs 11c60000.usb: host probed
[ 1.360321] renesas_usbhs 11c60000.usb: no transceiver found
[ 1.360472] renesas_usbhs 11c60000.usb: gadget probed
[ 1.360588] renesas_usbhs 11c60000.usb: platform init failed.
[ 1.360722] renesas_usbhs 11c60000.usb: probe failed (-517)
[ 1.361617] usbcore: registered new interface driver usbtouchscreen
[ 1.361686] i2c /dev entries driver
[ 1.366291] rzg2l-csi2 10830400.csi2: 2 lanes found
[ 1.403769] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 1.404149] Bluetooth: HCI UART driver ver 2.2.74e8f89.20210819-170431
[ 1.404178] Bluetooth: HCI H4 protocol initialized
[ 1.404190] Bluetooth: HCI Realtek H5 protocol initialized
[ 1.404202] rtk_btcoex: rtk_btcoex_init: version: 1.2
[ 1.404211] rtk_btcoex: create workqueue
[ 1.404346] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2
[ 1.434982] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.435027] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.435607] clocksource: timer@12801400: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 1.435644] sched_clock: 32 bits at 100MHz, resolution 10ns, wraps every 21474836475ns
[ 1.435670] /soc/timer@12801400: used for clocksource
[ 1.436086] /soc/timer@12801800: used for clock events
[ 1.436839] usbcore: registered new interface driver usbhid
[ 1.436858] usbhid: USB HID core driver
[ 1.440250] IPVS: Registered protocols (TCP, UDP)
[ 1.440335] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 1.440500] IPVS: ipvs loaded.
[ 1.440516] IPVS: [rr] scheduler registered.
[ 1.440808] Initializing XFRM netlink socket
[ 1.441226] NET: Registered protocol family 10
[ 1.442273] Segment Routing with IPv6
[ 1.442401] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.443113] NET: Registered protocol family 17
[ 1.443215] Bridge firewalling registered
[ 1.443227] can: controller area network core
[ 1.443287] NET: Registered protocol family 29
[ 1.443301] can: raw protocol
[ 1.443313] can: broadcast manager protocol
[ 1.443330] can: netlink gateway - max_hops=1
[ 1.443662] Bluetooth: RFCOMM TTY layer initialized
[ 1.443692] Bluetooth: RFCOMM socket layer initialized
[ 1.443735] Bluetooth: RFCOMM ver 1.11
[ 1.443753] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 1.443765] Bluetooth: BNEP filters: protocol multicast
[ 1.443780] Bluetooth: BNEP socket layer initialized
[ 1.443791] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.443806] Bluetooth: HIDP socket layer initialized
[ 1.444096] Key type dns_resolver registered
[ 1.444552] registered taskstats version 1
[ 1.444571] Loading compiled-in X.509 certificates
[ 1.445645] Btrfs loaded, crc32c=crc32c-generic
[ 1.453555] thermal emergency: not set value
[ 1.456449] pinctrl-rzg2l 11030000.pin-controller: pinctrl-rzg2l support registered
[ 1.459742] gpt-rzg2l 10048400.gpt: GPT not use POEG
[ 1.460033] gpt-rzg2l 10048400.gpt: RZ/G2L GPT Driver probed
[ 1.460343] pwm-backlight backlight: supply power not found, using dummy regulator
[ 1.461011] 1004b800.serial: ttySC0 at MMIO 0x1004b800 (irq = 68, base_baud = 0) is a scif
[ 2.973388] printk: console [ttySC0] enabled
[ 2.978637] 1004bc00.serial: ttySC1 at MMIO 0x1004bc00 (irq = 73, base_baud = 0) is a scif
[ 2.987877] 1004c000.serial: ttySC2 at MMIO 0x1004c000 (irq = 78, base_baud = 0) is a scif
[ 2.997148] 1004c800.serial: ttySC4 at MMIO 0x1004c800 (irq = 83, base_baud = 0) is a scif
[ 3.008337] renesas_spi 1004ac00.spi: dma_request_slave_channel_compat failed
[ 3.015601] renesas_spi 1004ac00.spi: DMA not available, using PIO
[ 3.022631] renesas_spi 1004ac00.spi: probed
[ 3.027964] rcar_canfd 10050000.can: can_clk rate is 50000000
[ 3.034388] rcar_canfd 10050000.can: device registered (channel 1)
[ 3.040621] rcar_canfd 10050000.can: global operational state (clk 0, fdmode 1)
[ 3.048832] ravb 11c20000.ethernet: no valid MAC address supplied, using a random one
[ 3.057043] libphy: ravb_mii: probed
[ 3.063012] ravb 11c20000.ethernet eth0: Base address at 0x11c20000, 9a:a9:53:8b:b6:e5, IRQ 184.
[ 3.072827] ravb 11c30000.ethernet: no valid MAC address supplied, using a random one
[ 3.081050] libphy: ravb_mii: probed
[ 3.086975] ravb 11c30000.ethernet eth1: Base address at 0x11c30000, 42:cf:a6:d0:e0:3e, IRQ 187.
[ 3.096639] ehci-platform 11c70100.usb: EHCI Host Controller
[ 3.102356] ehci-platform 11c70100.usb: new USB bus registered, assigned bus number 1
[ 3.110306] ehci-platform 11c70100.usb: irq 192, io mem 0x11c70100
[ 3.129394] ehci-platform 11c70100.usb: USB 2.0 started, EHCI 1.10
[ 3.136330] hub 1-0:1.0: USB hub found
[ 3.140137] hub 1-0:1.0: 1 port detected
[ 3.169398] ohci-platform 11c50000.usb: Generic Platform OHCI controller
[ 3.176134] ohci-platform 11c50000.usb: new USB bus registered, assigned bus number 2
[ 3.184093] ohci-platform 11c50000.usb: irq 190, io mem 0x11c50000
[ 3.280052] hub 2-0:1.0: USB hub found
[ 3.283855] hub 2-0:1.0: 1 port detected
[ 3.288741] ohci-platform 11c70000.usb: Generic Platform OHCI controller
[ 3.295482] ohci-platform 11c70000.usb: new USB bus registered, assigned bus number 3
[ 3.303452] ohci-platform 11c70000.usb: irq 191, io mem 0x11c70000
[ 3.397375] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 3.400046] hub 3-0:1.0: USB hub found
[ 3.408179] hub 3-0:1.0: 1 port detected
[ 3.413106] renesas_usbhs 11c60000.usb: host probed
[ 3.418065] renesas_usbhs 11c60000.usb: no transceiver found
[ 3.423834] renesas_usbhs 11c60000.usb: gadget probed
[ 3.429130] renesas_usbhs 11c60000.usb: probed
[ 3.435362] ov5640 0-003c: supply DOVDD not found, using dummy regulator
[ 3.442271] ov5640 0-003c: supply AVDD not found, using dummy regulator
[ 3.448961] ov5640 0-003c: supply DVDD not found, using dummy regulator
[ 3.502470] ov5640 0-003c: ov5640_read_reg: error: reg=300a
[ 3.508058] ov5640 0-003c: ov5640_check_chip_id: failed to read chip identifier
[ 3.563445] hub 1-1:1.0: USB hub found
[ 3.567284] hub 1-1:1.0: 4 ports detected
[ 3.733724] hdmi_mode[0]
[ 3.737037] i2c-riic 10058000.i2c: registered with 400000Hz bus speed
[ 3.737234] edt_ft5x06 0-0038: supply vcc not found, using dummy regulator
[ 3.746568] rtc-rx8025t 1-0032: registered as rtc0
[ 3.756092] rtc-rx8025t 1-0032: setting system clock to 2066-01-01T00:02:05 UTC (3029529725)
[ 3.764985] es8328 1-0010: supply DVDD not found, using dummy regulator
[ 3.771718] es8328 1-0010: supply AVDD not found, using dummy regulator
[ 3.778365] es8328 1-0010: supply PVDD not found, using dummy regulator
[ 3.785013] es8328 1-0010: supply HPVDD not found, using dummy regulator
[ 3.791824] i2c-riic 10058400.i2c: registered with 100000Hz bus speed
[ 3.799782] at24 3-0050: supply vcc not found, using dummy regulator
[ 3.806661] at24 3-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[ 3.814004] i2c-riic 10058c00.i2c: registered with 400000Hz bus speed
[ 3.824326] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
[ 3.834622] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.844228] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.853797] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.863346] rz-ssi-pcm-audio 10049c00.ssi: DMA not available, using PIO
[ 3.869546] renesas_sdhi_internal_dmac 11c00000.mmc: mmc0 base at 0x0000000011c00000, max clock rate 133 MHz
[ 3.871091] rz-ssi-pcm-audio 1004a000.ssi: DMA enabled
[ 3.879995] renesas_sdhi_internal_dmac 11c10000.mmc: mmc1 base at 0x0000000011c10000, max clock rate 133 MHz
[ 3.897082] random: fast init done
[ 3.903675] renesas_sdhi_internal_dmac 11c10000.mmc: card claims to support voltages below defined range
[ 3.925256] mmc1: new high speed SDIO card at address 0001
[ 3.992829] mmc0: new HS200 MMC card at address 0001
[ 3.998535] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
[ 4.003539] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB
[ 4.009846] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB
[ 4.016205] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB, chardev (241:0)
[ 4.018198] [drm] Initialized rcar-du 1.0.0 20130110 for 10890000.display on minor 1
[ 4.031284] [drm] Device 10890000.display probed
[ 4.036381] mmcblk0: p1 p2
[ 4.070935] lt8912 0-0048: "1920x1080": 60 148500 1920 2008 2052 2200 1080 1116 1121 1125 0x8 0x0
[ 4.073557] edt_ft5x06 0-0038: touchscreen probe failed
[ 4.503779] Console: switching to colour frame buffer device 240x67
[ 4.556329] rcar-du 10890000.display: [drm] fb0: rcar-dudrmfb frame buffer device
[ 4.565047] input: keyboard as /devices/platform/keyboard/input/input1
[ 4.572551] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.582622] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.589483] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 4.593500] ALSA device list:
[ 4.598248] cfg80211: failed to load regulatory.db
[ 4.601277] #0: G2LX_SOUND
[ 4.609023] #1: sound_card
[ 4.651549] EXT4-fs (mmcblk0p2): recovery complete
[ 4.657096] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.665413] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 4.672112] devtmpfs: mounted
[ 4.677885] Freeing unused kernel memory: 2240K
[ 4.682645] Run /sbin/init as init process
[ 4.858562] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[ 4.881168] systemd[1]: Detected architecture arm64.
Welcome to Poky (Yocto Project Reference Distro) 3.1.20 (dunfell)!
[ 4.922301] systemd[1]: Set hostname to .
[ 5.192389] systemd[1]: Configuration file /lib/systemd/system/watchdog.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 5.267298] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[ 5.372085] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.379223] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 5.391793] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 5.404589] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 5.425747] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.434656] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 5.457620] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.466310] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 5.490033] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 5.517958] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 5.541825] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 5.561713] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 5.581662] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 5.601704] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 5.626208] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 5.658630] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 5.686350] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 5.714423] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 5.742576] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 5.770455] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 5.798155] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 5.831632] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 5.863145] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 5.895274] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 5.927537] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting Temporary Directory (/tmp)...
[ 5.954804] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
[ 5.977765] systemd[1]: Starting Start psplash boot splash screen...
Starting Start psplash boot splash screen...
[ 6.005858] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 6.012528] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 6.076199] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 6.099606] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 6.111203] mmngr: loading out-of-tree module taints kernel.
Starting Remount Root and Kernel File Systems...
[ 6.127308] rgnmm_drv mmngr: assigned reserved memory node linux,multimedia
[ 6.152729] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 6.188476] systemd[1]: Started Start psplash boot splash screen.
[ OK ] Started Start psplash boot splash screen.
[ 6.214371] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 6.221470] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.
[ 6.249063] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 6.278665] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Load Kernel Modules.
Mounting Kernel Configuration File System...
[ OK ] Started Start psplash-syst…progress communication helper.
Starting Flush Journal to Persistent Storage...
Starting Apply Kernel [ 6.466618] systemd-journald[178]: Received client request to flush runtime journal.
Variables...
Starting Create Static Device Nodes in /dev...
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile...
Starting udev Kernel Device Manager...
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Docker Socket for the API.
[ OK ] Listening on dropbear.socket.
[ OK ] Listening on Docker Socket for the API.
[ OK ] Created slice system-systemd\x2dbacklight.slice.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started D-Bus System Message Bus.
Starting IPv6 Packet Filtering Framework...
Starting IPv4 Packet Filtering Framework...
Starting Network Time Service (one-shot ntpdate mode)...
[ OK ] Started optee services.
[ OK ] Started VIN initializing setting.
[ 7.857494] random: crng init done
[ 7.860940] random: 7 urandom warning(s) missed due to ratelimiting
Starting samba.service...
Starting Load/Save Screen …ness of backlight:backlight...
Starting Login Service...
[ OK ] Started VIN initializing setting.
[ OK ] Started WatchdogTimer.
[ OK ] Started Load/Save Random Seed.
[ OK ] Started IPv6 Packet Filtering Framework.
[ OK ] Started IPv4 Packet Filtering Framework.
[ OK ] Started Network Time Service (one-shot ntpdate mode).
[ OK ] Started Load/Save Screen B…htness of backlight:backlight.
[ OK ] Created slice system-weston.slice.
[ OK ] Reached target Network (Pre).
>>>PN=MYD-YG2L23-8E1D-120-C-REMI
Starting Network Service...
>>>SN=WKRD23121400600042T
[ OK ] Reached target Hardware activated USB gadget.
[ OK ] Started Network Service.
Starting Wait for Network to be Configured...
Starting Network Name Resolution...
[ 8.805681] YT8531S Ethernet 11c30000.ethernet-ffffffff:06: attached PHY driver [YT8531S Ethernet] (mii_bus:phy_addr=11c30000.ethernet-ffffffff:06, irq=POLL)
Starting Save/Restore Sound Card State...
[ OK ] Started Login Service.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Reached target Sound Card.
[ 9.010990] YT8531S Ethernet 11c20000.ethernet-ffffffff:04: attached PHY driver [YT8531S Ethernet] (mii_bus:phy_addr=11c20000.ethernet-ffffffff:04, irq=POLL)
[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
Starting Load/Save RF Kill Switch Status...
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Started The Apache HTTP Server.
Starting proftpd Daemon...
Starting Permit User Sessions...
Starting Target Communication Framework agent...
[ OK ] Started Vsftpd ftp daemon.
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Started Permit User Sessions.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttySC0.
[ OK ] Reached target Login Prompts.
Starting myir hmi v2.0...
[ OK ] Started Weston Wayland Compositor.
[ OK ] Started proftpd Daemon.
[ OK ] Started Target Communication Framework agent.
[ OK ] Created slice User Slice of UID 0.
Starting User Runtime Directory /run/user/0...
[ OK ] Started User Runtime Directory /run/user/0.
Starting User Manager for UID 0...
[ 10.041203] audit: type=1006 audit(3029529731.780:2): pid=340 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
[ OK ] Started User Manager for UID 0.
[ OK ] Started Session c1 of user root.
[ OK ] Started samba.service.
[ 12.106713] ravb 11c20000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 12.114798] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
NOTICE: BL2: v2.6(release):V0.1.0_20221012_Alpha_v2.6-1-g7d0b0d67e
NOTICE: BL2: Built : 10:45:22, Apr 13 2023
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c7c0 src=(p:1)0x20000(256) len=0x10(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20010(256) len=0x28(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x44000000 src=(p:1)0x20090(256) len=0x6069(49)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c7c0 src=(p:1)0x20000(256) len=0x10(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20010(256) len=0x28(1)
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20038(256) len=0x28(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x50000000 src=(p:1)0x26100(304) len=0xa9cf8(1359)
NOTICE: BL2: Booting BL31
NOTICE: BL31: v2.6(release):V0.1.0_20221012_Alpha_v2.6-1-g7d0b0d67e
NOTICE: BL31: Built : 10:45:22, Apr 13 2023
U-Boot 2021.10 (Jan 15 2024 - 10:50:19 +0000)
CPU: Renesas Electronics CPU rev 1.0
Model: smarc-rzg2l
DRAM: 896 MiB
MMC: sd@11c00000: 0, sd@11c10000: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment
In: serial@1004b800
Out: serial@1004b800
Err: serial@1004b800
Net:
Error: ethernet@11c20000 address not set.
No ethernet found.
Hit any key to stop autoboot: 0
## Resetting to default environment
switch to wifi
Card did not respond to voltage select! : -110
Card did not respond to voltage select! : -110
Couldn't find partition mmc 1
Can't set block device
switch to partitions #0, OK
mmc0(part 0) is current device
23732736 bytes read in 786 ms (28.8 MiB/s)
39719 bytes read in 2 ms (18.9 MiB/s)
Error: Bad gzipped data
Moving Image from 0x48080000 to 0x48200000, end=49920000
## Flattened Device Tree blob at 48000000
Booting using the fdt blob at 0x48000000
Loading Device Tree to 0000000057ff3000, end 0000000057fffb26 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 5.10.83-cip1-yocto-standard (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 8.3.0, GNU ld (GNU Binutils) 2.31.1) #1 SMP PREEMPT Mon Jan 15 01:55:55 UTC 2024
[ 0.000000] Machine model: Renesas SMARC EVK based on r9a07g044l2
[ 0.000000] earlycon: scif0 at MMIO 0x000000001004b800 (options '115200n8')
[ 0.000000] printk: bootconsole [scif0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000058000000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma@58000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000068000000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,multimedia, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 23 pages/cpu s55576 r8192 d30440 u94208
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 225792
[ 0.000000] Kernel command line: rw rootwait earlycon root=/dev/mmcblk0p2
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 480480K/917504K available (14912K kernel code, 1352K rwdata, 4568K rodata, 2240K init, 461K bss, 43808K reserved, 393216K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: 480 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000011940000
[ 0.000000] random: get_random_bytes called from start_kernel+0x318/0x4c8 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.008209] Console: colour dummy device 80x25
[ 0.012675] printk: console [tty0] enabled
[ 0.016792] printk: bootconsole [scif0] disabled
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 5.10.83-cip1-yocto-standard (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 8.3.0, GNU ld (GNU Binutils) 2.31.1) #1 SMP PREEMPT Mon Jan 15 01:55:55 UTC 2024
[ 0.000000] Machine model: Renesas SMARC EVK based on r9a07g044l2
[ 0.000000] earlycon: scif0 at MMIO 0x000000001004b800 (options '115200n8')
[ 0.000000] printk: bootconsole [scif0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000058000000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma@58000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000068000000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,multimedia, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 23 pages/cpu s55576 r8192 d30440 u94208
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 225792
[ 0.000000] Kernel command line: rw rootwait earlycon root=/dev/mmcblk0p2
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 480480K/917504K available (14912K kernel code, 1352K rwdata, 4568K rodata, 2240K init, 461K bss, 43808K reserved, 393216K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: 480 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000011940000
[ 0.000000] random: get_random_bytes called from start_kernel+0x318/0x4c8 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.008209] Console: colour dummy device 80x25
[ 0.012675] printk: console [tty0] enabled
[ 0.016792] printk: bootconsole [scif0] disabled
[ 0.021456] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.021480] pid_max: default: 32768 minimum: 301
[ 0.021609] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.021628] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.023215] rcu: Hierarchical SRCU implementation.
[ 0.023853] Detected Renesas RZ/G2L r9a07g044
[ 0.024145] EFI services will not be available.
[ 0.024405] smp: Bringing up secondary CPUs ...
[ 0.024883] Detected VIPT I-cache on CPU1
[ 0.024925] GICv3: CPU1: found redistributor 100 region 0:0x0000000011960000
[ 0.024980] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 0.025102] smp: Brought up 1 node, 2 CPUs
[ 0.025145] SMP: Total of 2 processors activated.
[ 0.025157] CPU features: detected: Privileged Access Never
[ 0.025167] CPU features: detected: LSE atomic instructions
[ 0.025177] CPU features: detected: User Access Override
[ 0.025187] CPU features: detected: 32-bit EL0 Support
[ 0.025197] CPU features: detected: Common not Private translations
[ 0.025208] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.025225] CPU features: detected: CRC32 instructions
[ 0.025235] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.025248] CPU features: detected: 32-bit EL1 Support
[ 0.044790] CPU: All CPU(s) started at EL1
[ 0.044878] alternatives: patching kernel code
[ 0.047093] devtmpfs: initialized
[ 0.053456] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.053509] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.062659] pinctrl core: initialized pinctrl subsystem
[ 0.063447] DMI not present or invalid.
[ 0.063788] NET: Registered protocol family 16
[ 0.065294] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.065419] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.065520] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.065641] audit: initializing netlink subsys (disabled)
[ 0.065915] audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1
[ 0.066495] thermal_sys: Registered thermal governor 'step_wise'
[ 0.066841] cpuidle: using governor menu
[ 0.067062] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.067145] ASID allocator initialised with 65536 entries
[ 0.120365] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.120404] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.120417] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.120430] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.122252] cryptd: max_cpu_qlen set to 1000
[ 0.190644] raid6: neonx8 gen() 2129 MB/s
[ 0.258696] raid6: neonx8 xor() 1641 MB/s
[ 0.326765] raid6: neonx4 gen() 2194 MB/s
[ 0.394835] raid6: neonx4 xor() 1631 MB/s
[ 0.462934] raid6: neonx2 gen() 2092 MB/s
[ 0.530965] raid6: neonx2 xor() 1493 MB/s
[ 0.599016] raid6: neonx1 gen() 1805 MB/s
[ 0.667080] raid6: neonx1 xor() 1252 MB/s
[ 0.735132] raid6: int64x8 gen() 1516 MB/s
[ 0.803200] raid6: int64x8 xor() 773 MB/s
[ 0.871270] raid6: int64x4 gen() 1642 MB/s
[ 0.939341] raid6: int64x4 xor() 838 MB/s
[ 1.007420] raid6: int64x2 gen() 1489 MB/s
[ 1.075492] raid6: int64x2 xor() 752 MB/s
[ 1.143586] raid6: int64x1 gen() 1146 MB/s
[ 1.211643] raid6: int64x1 xor() 559 MB/s
[ 1.211655] raid6: using algorithm neonx4 gen() 2194 MB/s
[ 1.211666] raid6: .... xor() 1631 MB/s, rmw enabled
[ 1.211677] raid6: using neon recovery algorithm
[ 1.215216] iommu: Default domain type: Translated
[ 1.216224] vgaarb: loaded
[ 1.216595] SCSI subsystem initialized
[ 1.217051] usbcore: registered new interface driver usbfs
[ 1.217109] usbcore: registered new interface driver hub
[ 1.217147] usbcore: registered new device driver usb
[ 1.218010] mc: Linux media interface: v0.10
[ 1.218043] videodev: Linux video capture interface: v2.00
[ 1.218111] pps_core: LinuxPPS API ver. 1 registered
[ 1.218124] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 1.218149] PTP clock support registered
[ 1.218925] renesas_mtu3 10001200.timer: ch0: used as clock source
[ 1.218947] clocksource: 10001200.timer: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 18664368 ns
[ 1.218996] renesas_mtu3 10001200.timer: ch1: used for clock events
[ 1.219025] renesas_mtu3 10001200.timer: Renesas MTU3 driver probed
[ 1.220090] Advanced Linux Sound Architecture Driver Initialized.
[ 1.220592] Bluetooth: Core ver 2.22
[ 1.220644] NET: Registered protocol family 31
[ 1.220656] Bluetooth: HCI device and connection manager initialized
[ 1.220674] Bluetooth: HCI socket layer initialized
[ 1.220688] Bluetooth: L2CAP socket layer initialized
[ 1.220710] Bluetooth: SCO socket layer initialized
[ 1.221363] clocksource: Switched to clocksource arch_sys_counter
[ 1.221609] VFS: Disk quotas dquot_6.6.0
[ 1.221678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.227402] NET: Registered protocol family 2
[ 1.227585] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.228428] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 1.228478] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.228542] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 1.228689] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.228864] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.228896] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.229047] NET: Registered protocol family 1
[ 1.229673] RPC: Registered named UNIX socket transport module.
[ 1.229704] RPC: Registered udp transport module.
[ 1.229715] RPC: Registered tcp transport module.
[ 1.229725] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.230483] PCI: CLS 0 bytes, default 64
[ 1.231402] kvm [1]: HYP mode not available
[ 1.232899] Initialise system trusted keyrings
[ 1.233144] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 1.239033] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.239747] NFS: Registering the id_resolver key type
[ 1.239796] Key type id_resolver registered
[ 1.239808] Key type id_legacy registered
[ 1.239897] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.239922] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.239958] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 1.276873] xor: measuring software checksum speed
[ 1.281254] 8regs : 2281 MB/sec
[ 1.284684] 32regs : 2887 MB/sec
[ 1.288714] arm64_neon : 2451 MB/sec
[ 1.288725] xor: using function: 32regs (2887 MB/sec)
[ 1.288748] Key type asymmetric registered
[ 1.288760] Asymmetric key parser 'x509' registered
[ 1.288827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 1.288985] io scheduler mq-deadline registered
[ 1.289001] io scheduler kyber registered
[ 1.292864] pwm-backlight backlight: supply power not found, using dummy regulator
[ 1.331917] SuperH (H)SCI(F) driver initialized
[ 1.338085] panfrost 11840000.gpu: clock rate = 500000000
[ 1.338136] panfrost 11840000.gpu: bus_clock rate = 200000000
[ 1.338995] panfrost 11840000.gpu: [drm:panfrost_devfreq_init] Failed to register cooling device
[ 1.339101] panfrost 11840000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0
[ 1.339120] panfrost 11840000.gpu: features: 00000000,3fde77ff, issues: 00000000,00000400
[ 1.339138] panfrost 11840000.gpu: Features: L2:0x070d0206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7
[ 1.339156] panfrost 11840000.gpu: shader_present=0x1 l2_present=0x1
[ 1.342328] [drm] Initialized panfrost 1.1.0 20180908 for 11840000.gpu on minor 0
[ 1.351615] loop: module loaded
[ 1.354167] libphy: Fixed MDIO Bus: probed
[ 1.354955] tun: Universal TUN/TAP device driver, 1.6
[ 1.355222] CAN device driver interface
[ 1.355721] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.355736] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.356063] PPP generic driver version 2.4.2
[ 1.356251] PPP Deflate Compression module registered
[ 1.356284] PPP MPPE Compression module registered
[ 1.356298] NET: Registered protocol family 24
[ 1.356391] usbcore: registered new interface driver asix
[ 1.356461] usbcore: registered new interface driver ax88179_178a
[ 1.356503] usbcore: registered new interface driver cdc_ether
[ 1.356538] usbcore: registered new interface driver net1080
[ 1.356576] usbcore: registered new interface driver cdc_subset
[ 1.356611] usbcore: registered new interface driver zaurus
[ 1.356654] usbcore: registered new interface driver sierra_net
[ 1.356696] usbcore: registered new interface driver cdc_ncm
[ 1.356732] usbcore: registered new interface driver qmi_wwan
[ 1.357163] VFIO - User Level meta-driver version: 0.3
[ 1.358180] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.358209] ehci-pci: EHCI PCI platform driver
[ 1.358279] ehci-platform: EHCI generic platform driver
[ 1.358814] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.358867] ohci-pci: OHCI PCI platform driver
[ 1.358940] ohci-platform: OHCI generic platform driver
[ 1.360029] usbcore: registered new interface driver cdc_wdm
[ 1.360103] usbcore: registered new interface driver usb-storage
[ 1.360200] usbcore: registered new interface driver option
[ 1.360230] usbserial: USB Serial support registered for GSM modem (1-port)
[ 1.360870] renesas_usbhs 11c60000.usb: host probed
[ 1.360892] renesas_usbhs 11c60000.usb: no transceiver found
[ 1.361036] renesas_usbhs 11c60000.usb: gadget probed
[ 1.361154] renesas_usbhs 11c60000.usb: platform init failed.
[ 1.361290] renesas_usbhs 11c60000.usb: probe failed (-517)
[ 1.362342] usbcore: registered new interface driver usbtouchscreen
[ 1.362409] i2c /dev entries driver
[ 1.367156] rzg2l-csi2 10830400.csi2: 2 lanes found
[ 1.403758] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 1.404139] Bluetooth: HCI UART driver ver 2.2.74e8f89.20210819-170431
[ 1.404168] Bluetooth: HCI H4 protocol initialized
[ 1.404179] Bluetooth: HCI Realtek H5 protocol initialized
[ 1.404191] rtk_btcoex: rtk_btcoex_init: version: 1.2
[ 1.404201] rtk_btcoex: create workqueue
[ 1.404328] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2
[ 1.435106] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.435149] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.435682] clocksource: timer@12801400: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 1.435722] sched_clock: 32 bits at 100MHz, resolution 10ns, wraps every 21474836475ns
[ 1.435748] /soc/timer@12801400: used for clocksource
[ 1.436144] /soc/timer@12801800: used for clock events
[ 1.436861] usbcore: registered new interface driver usbhid
[ 1.436882] usbhid: USB HID core driver
[ 1.439998] IPVS: Registered protocols (TCP, UDP)
[ 1.440082] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 1.440238] IPVS: ipvs loaded.
[ 1.440252] IPVS: [rr] scheduler registered.
[ 1.440563] Initializing XFRM netlink socket
[ 1.440980] NET: Registered protocol family 10
[ 1.442038] Segment Routing with IPv6
[ 1.442170] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.442671] NET: Registered protocol family 17
[ 1.442752] Bridge firewalling registered
[ 1.442766] can: controller area network core
[ 1.442824] NET: Registered protocol family 29
[ 1.442839] can: raw protocol
[ 1.442852] can: broadcast manager protocol
[ 1.442869] can: netlink gateway - max_hops=1
[ 1.443212] Bluetooth: RFCOMM TTY layer initialized
[ 1.443245] Bluetooth: RFCOMM socket layer initialized
[ 1.443288] Bluetooth: RFCOMM ver 1.11
[ 1.443306] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 1.443317] Bluetooth: BNEP filters: protocol multicast
[ 1.443332] Bluetooth: BNEP socket layer initialized
[ 1.443344] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.443359] Bluetooth: HIDP socket layer initialized
[ 1.443639] Key type dns_resolver registered
[ 1.444094] registered taskstats version 1
[ 1.444112] Loading compiled-in X.509 certificates
[ 1.445108] Btrfs loaded, crc32c=crc32c-generic
[ 1.452929] thermal emergency: not set value
[ 1.455840] pinctrl-rzg2l 11030000.pin-controller: pinctrl-rzg2l support registered
[ 1.459083] gpt-rzg2l 10048400.gpt: GPT not use POEG
[ 1.459354] gpt-rzg2l 10048400.gpt: RZ/G2L GPT Driver probed
[ 1.459662] pwm-backlight backlight: supply power not found, using dummy regulator
[ 1.460373] 1004b800.serial: ttySC0 at MMIO 0x1004b800 (irq = 68, base_baud = 0) is a scif
[ 2.972842] printk: console [ttySC0] enabled
[ 2.978220] 1004bc00.serial: ttySC1 at MMIO 0x1004bc00 (irq = 73, base_baud = 0) is a scif
[ 2.987521] 1004c000.serial: ttySC2 at MMIO 0x1004c000 (irq = 78, base_baud = 0) is a scif
[ 2.996818] 1004c800.serial: ttySC4 at MMIO 0x1004c800 (irq = 83, base_baud = 0) is a scif
[ 3.008120] renesas_spi 1004ac00.spi: dma_request_slave_channel_compat failed
[ 3.015382] renesas_spi 1004ac00.spi: DMA not available, using PIO
[ 3.022439] renesas_spi 1004ac00.spi: probed
[ 3.027762] rcar_canfd 10050000.can: can_clk rate is 50000000
[ 3.034172] rcar_canfd 10050000.can: device registered (channel 1)
[ 3.040393] rcar_canfd 10050000.can: global operational state (clk 0, fdmode 1)
[ 3.048612] ravb 11c20000.ethernet: no valid MAC address supplied, using a random one
[ 3.056801] libphy: ravb_mii: probed
[ 3.062778] ravb 11c20000.ethernet eth0: Base address at 0x11c20000, 6a:c9:ce:cd:57:16, IRQ 184.
[ 3.072630] ravb 11c30000.ethernet: no valid MAC address supplied, using a random one
[ 3.080891] libphy: ravb_mii: probed
[ 3.086803] ravb 11c30000.ethernet eth1: Base address at 0x11c30000, 6a:4b:2e:21:3c:a1, IRQ 187.
[ 3.096491] ehci-platform 11c70100.usb: EHCI Host Controller
[ 3.102213] ehci-platform 11c70100.usb: new USB bus registered, assigned bus number 1
[ 3.110156] ehci-platform 11c70100.usb: irq 192, io mem 0x11c70100
[ 3.129392] ehci-platform 11c70100.usb: USB 2.0 started, EHCI 1.10
[ 3.136332] hub 1-0:1.0: USB hub found
[ 3.140133] hub 1-0:1.0: 1 port detected
[ 3.169396] ohci-platform 11c50000.usb: Generic Platform OHCI controller
[ 3.176137] ohci-platform 11c50000.usb: new USB bus registered, assigned bus number 2
[ 3.184091] ohci-platform 11c50000.usb: irq 190, io mem 0x11c50000
[ 3.280048] hub 2-0:1.0: USB hub found
[ 3.283846] hub 2-0:1.0: 1 port detected
[ 3.288727] ohci-platform 11c70000.usb: Generic Platform OHCI controller
[ 3.295466] ohci-platform 11c70000.usb: new USB bus registered, assigned bus number 3
[ 3.303429] ohci-platform 11c70000.usb: irq 191, io mem 0x11c70000
[ 3.397378] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 3.400063] hub 3-0:1.0: USB hub found
[ 3.408154] hub 3-0:1.0: 1 port detected
[ 3.413086] renesas_usbhs 11c60000.usb: host probed
[ 3.418030] renesas_usbhs 11c60000.usb: no transceiver found
[ 3.423793] renesas_usbhs 11c60000.usb: gadget probed
[ 3.429091] renesas_usbhs 11c60000.usb: probed
[ 3.435336] ov5640 0-003c: supply DOVDD not found, using dummy regulator
[ 3.442252] ov5640 0-003c: supply AVDD not found, using dummy regulator
[ 3.448948] ov5640 0-003c: supply DVDD not found, using dummy regulator
[ 3.502473] ov5640 0-003c: ov5640_read_reg: error: reg=300a
[ 3.508050] ov5640 0-003c: ov5640_check_chip_id: failed to read chip identifier
[ 3.559284] hub 1-1:1.0: USB hub found
[ 3.563129] hub 1-1:1.0: 4 ports detected
[ 3.733740] hdmi_mode[0]
[ 3.737042] i2c-riic 10058000.i2c: registered with 400000Hz bus speed
[ 3.737244] edt_ft5x06 0-0038: supply vcc not found, using dummy regulator
[ 3.751842] rtc-rx8025t 1-0032: registered as rtc0
[ 3.757563] rtc-rx8025t 1-0032: setting system clock to 2066-01-01T00:02:24 UTC (3029529744)
[ 3.766462] es8328 1-0010: supply DVDD not found, using dummy regulator
[ 3.773196] es8328 1-0010: supply AVDD not found, using dummy regulator
[ 3.779850] es8328 1-0010: supply PVDD not found, using dummy regulator
[ 3.786483] es8328 1-0010: supply HPVDD not found, using dummy regulator
[ 3.793299] i2c-riic 10058400.i2c: registered with 100000Hz bus speed
[ 3.801255] at24 3-0050: supply vcc not found, using dummy regulator
[ 3.808104] at24 3-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[ 3.815448] i2c-riic 10058c00.i2c: registered with 400000Hz bus speed
[ 3.825839] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
[ 3.836113] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.845763] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.855350] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.864908] rz-ssi-pcm-audio 10049c00.ssi: DMA not available, using PIO
[ 3.872718] rz-ssi-pcm-audio 1004a000.ssi: DMA enabled
[ 3.873315] renesas_sdhi_internal_dmac 11c00000.mmc: mmc0 base at 0x0000000011c00000, max clock rate 133 MHz
[ 3.879098] renesas_sdhi_internal_dmac 11c10000.mmc: mmc1 base at 0x0000000011c10000, max clock rate 133 MHz
[ 3.902163] random: fast init done
[ 3.905632] renesas_sdhi_internal_dmac 11c10000.mmc: card claims to support voltages below defined range
[ 3.927545] mmc1: new high speed SDIO card at address 0001
[ 3.974403] mmc0: new HS200 MMC card at address 0001
[ 3.980077] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
[ 3.984833] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB
[ 3.990927] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB
[ 3.997114] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB, chardev (241:0)
[ 4.005507] mmcblk0: p1 p2
[ 4.030057] [drm] Initialized rcar-du 1.0.0 20130110 for 10890000.display on minor 1
[ 4.037859] [drm] Device 10890000.display probed
[ 4.077479] edt_ft5x06 0-0038: touchscreen probe failed
[ 4.078820] lt8912 0-0048: "1920x1080": 60 148500 1920 2008 2052 2200 1080 1116 1121 1125 0x8 0x0
[ 4.511633] Console: switching to colour frame buffer device 240x67
[ 4.564193] rcar-du 10890000.display: [drm] fb0: rcar-dudrmfb frame buffer device
[ 4.572936] input: keyboard as /devices/platform/keyboard/input/input1
[ 4.580426] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.590514] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.597490] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 4.601423] ALSA device list:
[ 4.606247] cfg80211: failed to load regulatory.db
[ 4.609266] #0: G2LX_SOUND
[ 4.609272] #1: sound_card
[ 4.637190] EXT4-fs (mmcblk0p2): recovery complete
[ 4.642787] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.651113] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 4.657831] devtmpfs: mounted
[ 4.663126] Freeing unused kernel memory: 2240K
[ 4.667883] Run /sbin/init as init process
[ 4.844332] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[ 4.867028] systemd[1]: Detected architecture arm64.
Welcome to Poky (Yocto Project Reference Distro) 3.1.20 (dunfell)!
[ 4.910257] systemd[1]: Set hostname to .
[ 5.175304] systemd[1]: Configuration file /lib/systemd/system/watchdog.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 5.249926] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[ 5.355267] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.362431] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 5.375016] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 5.387929] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 5.409655] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.418617] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 5.441650] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.450417] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 5.474035] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 5.501973] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 5.525848] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 5.545706] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 5.565662] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 5.585679] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 5.610171] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 5.642601] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 5.670327] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 5.698424] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 5.726576] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 5.754448] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 5.782166] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 5.815585] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 5.847117] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 5.879171] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 5.911527] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting Temporary Directory (/tmp)...
[ 5.938833] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
[ 5.961703] systemd[1]: Starting Start psplash boot splash screen...
Starting Start psplash boot splash screen...
[ 5.989841] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 5.996599] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 6.058425] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 6.091708] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 6.094449] mmngr: loading out-of-tree module taints kernel.
Starting Remount Root and Kernel File [ 6.110685] rgnmm_drv mmngr: assigned reserved memory node linux,multimedia
Systems...
[ 6.135849] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 6.172520] systemd[1]: Started Start psplash boot splash screen.
[ OK ] Started Start psplash boot splash screen.
[ 6.202652] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.
[ 6.232955] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 6.262648] systemd[1]: Mounted Kernel Debug File System.
[ OK ] Mounted Kernel Debug File System.
[ 6.279153] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 6.288830] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
NOTICE: BL2: v2.6(release):V0.1.0_20221012_Alpha_v2.6-1-g7d0b0d67e
NOTICE: BL2: Built : 10:45:22, Apr 13 2023
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c7c0 src=(p:1)0x20000(256) len=0x10(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20010(256) len=0x28(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x44000000 src=(p:1)0x20090(256) len=0x6069(49)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c7c0 src=(p:1)0x20000(256) len=0x10(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20010(256) len=0x28(1)
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20038(256) len=0x28(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x50000000 src=(p:1)0x26100(304) len=0xa9cf8(1359)
NOTICE: BL2: Booting BL31
NOTICE: BL31: v2.6(release):V0.1.0_20221012_Alpha_v2.6-1-g7d0b0d67e
NOTICE: BL31: Built : 10:45:22, Apr 13 2023
U-Boot 2021.10 (Jan 15 2024 - 10:50:19 +0000)
CPU: Renesas Electronics CPU rev 1.0
Model: smarc-rzg2l
DRAM: 896 MiB
MMC: sd@11c00000: 0, sd@11c10000: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment
In: serial@1004b800
Out: serial@1004b800
Err: serial@1004b800
Net:
Error: ethernet@11c20000 address not set.
No ethernet found.
Hit any key to stop autoboot: 0
=> s mmc 0:1
Unknown command 's' - try 'help'
=>
Unknown command 's' - try 'help'
=>
Unknown command 's' - try 'help'
=>
Unknown command 's' - try 'help'
=>
Unknown command 's' - try 'help'
=>
Unknown command 's' - try 'help'
=> ls mmc 0:1
23732736 Image
39866 mys-rzg2l-sdcard.dtb
39719 mys-rzg2l-wifi.dtb
3 file(s), 0 dir(s)
=> setenv fdt_file mys-rzg2l-wifi.dtb
=> setenv sdhi_sw "if test MYS-RZG2L = MYS-RZG2L ; then switch_sdhi1 wifi;
> fi"
=> setenv sdhi_sw "if test MYS-RZG2L = MYS-RZG2L ; then switch_sdhi1 wifi;fi"
=> saveenv
Saving Environment to MMC... Writing to MMC(0)... OK
=> NOTICE: BL2: v2.6(release):V0.1.0_20221012_Alpha_v2.6-1-g7d0b0d67e
NOTICE: BL2: Built : 10:45:22, Apr 13 2023
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c7c0 src=(p:1)0x20000(256) len=0x10(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20010(256) len=0x28(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x44000000 src=(p:1)0x20090(256) len=0x6069(49)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c7c0 src=(p:1)0x20000(256) len=0x10(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20010(256) len=0x28(1)
NOTICE: BL2: Load dst=0x1c920 src=(p:1)0x20038(256) len=0x28(1)
NOTICE: BL2: eMMC boot from partition 1
NOTICE: BL2: Load dst=0x50000000 src=(p:1)0x26100(304) len=0xa9cf8(1359)
NOTICE: BL2: Booting BL31
NOTICE: BL31: v2.6(release):V0.1.0_20221012_Alpha_v2.6-1-g7d0b0d67e
NOTICE: BL31: Built : 10:45:22, Apr 13 2023
U-Boot 2021.10 (Jan 15 2024 - 10:50:19 +0000)
CPU: Renesas Electronics CPU rev 1.0
Model: smarc-rzg2l
DRAM: 896 MiB
MMC: sd@11c00000: 0, sd@11c10000: 1
Loading Environment from MMC... OK
In: serial@1004b800
Out: serial@1004b800
Err: serial@1004b800
Net:
Error: ethernet@11c20000 address not set.
No ethernet found.
Hit any key to stop autoboot: 0
## Resetting to default environment
switch to wifi
Card did not respond to voltage select! : -110
Card did not respond to voltage select! : -110
Couldn't find partition mmc 1
Can't set block device
switch to partitions #0, OK
mmc0(part 0) is current device
23732736 bytes read in 786 ms (28.8 MiB/s)
39719 bytes read in 2 ms (18.9 MiB/s)
Error: Bad gzipped data
Moving Image from 0x48080000 to 0x48200000, end=49920000
## Flattened Device Tree blob at 48000000
Booting using the fdt blob at 0x48000000
Loading Device Tree to 0000000057ff3000, end 0000000057fffb26 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 5.10.83-cip1-yocto-standard (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 8.3.0, GNU ld (GNU Binutils) 2.31.1) #1 SMP PREEMPT Mon Jan 15 01:55:55 UTC 2024
[ 0.000000] Machine model: Renesas SMARC EVK based on r9a07g044l2
[ 0.000000] earlycon: scif0 at MMIO 0x000000001004b800 (options '115200n8')
[ 0.000000] printk: bootconsole [scif0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000058000000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma@58000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000068000000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,multimedia, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 23 pages/cpu s55576 r8192 d30440 u94208
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 225792
[ 0.000000] Kernel command line: rw rootwait earlycon root=/dev/mmcblk0p2
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 480480K/917504K available (14912K kernel code, 1352K rwdata, 4568K rodata, 2240K init, 461K bss, 43808K reserved, 393216K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: 480 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000011940000
[ 0.000000] random: get_random_bytes called from start_kernel+0x318/0x4c8 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.008207] Console: colour dummy device 80x25
[ 0.012672] printk: console [tty0] enabled
[ 0.016789] printk: bootconsole [scif0] disabled
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 5.10.83-cip1-yocto-standard (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 8.3.0, GNU ld (GNU Binutils) 2.31.1) #1 SMP PREEMPT Mon Jan 15 01:55:55 UTC 2024
[ 0.000000] Machine model: Renesas SMARC EVK based on r9a07g044l2
[ 0.000000] earlycon: scif0 at MMIO 0x000000001004b800 (options '115200n8')
[ 0.000000] printk: bootconsole [scif0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000058000000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma@58000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000068000000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,multimedia, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x000000007fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 23 pages/cpu s55576 r8192 d30440 u94208
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 225792
[ 0.000000] Kernel command line: rw rootwait earlycon root=/dev/mmcblk0p2
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 480480K/917504K available (14912K kernel code, 1352K rwdata, 4568K rodata, 2240K init, 461K bss, 43808K reserved, 393216K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: 480 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000011940000
[ 0.000000] random: get_random_bytes called from start_kernel+0x318/0x4c8 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.008207] Console: colour dummy device 80x25
[ 0.012672] printk: console [tty0] enabled
[ 0.016789] printk: bootconsole [scif0] disabled
[ 0.021455] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.021477] pid_max: default: 32768 minimum: 301
[ 0.021605] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.021624] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.023215] rcu: Hierarchical SRCU implementation.
[ 0.023863] Detected Renesas RZ/G2L r9a07g044
[ 0.024153] EFI services will not be available.
[ 0.024410] smp: Bringing up secondary CPUs ...
[ 0.024887] Detected VIPT I-cache on CPU1
[ 0.024929] GICv3: CPU1: found redistributor 100 region 0:0x0000000011960000
[ 0.024984] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 0.025110] smp: Brought up 1 node, 2 CPUs
[ 0.025153] SMP: Total of 2 processors activated.
[ 0.025164] CPU features: detected: Privileged Access Never
[ 0.025174] CPU features: detected: LSE atomic instructions
[ 0.025183] CPU features: detected: User Access Override
[ 0.025194] CPU features: detected: 32-bit EL0 Support
[ 0.025203] CPU features: detected: Common not Private translations
[ 0.025215] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.025232] CPU features: detected: CRC32 instructions
[ 0.025242] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.025256] CPU features: detected: 32-bit EL1 Support
[ 0.044803] CPU: All CPU(s) started at EL1
[ 0.044890] alternatives: patching kernel code
[ 0.047107] devtmpfs: initialized
[ 0.053467] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.053521] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.062699] pinctrl core: initialized pinctrl subsystem
[ 0.063485] DMI not present or invalid.
[ 0.063828] NET: Registered protocol family 16
[ 0.065361] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 0.065489] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.065593] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.065718] audit: initializing netlink subsys (disabled)
[ 0.065989] audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1
[ 0.066520] thermal_sys: Registered thermal governor 'step_wise'
[ 0.066862] cpuidle: using governor menu
[ 0.067083] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.067169] ASID allocator initialised with 65536 entries
[ 0.120647] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.120684] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.120697] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.120710] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.122539] cryptd: max_cpu_qlen set to 1000
[ 0.190705] raid6: neonx8 gen() 2129 MB/s
[ 0.258762] raid6: neonx8 xor() 1640 MB/s
[ 0.326850] raid6: neonx4 gen() 2192 MB/s
[ 0.394920] raid6: neonx4 xor() 1629 MB/s
[ 0.463012] raid6: neonx2 gen() 2091 MB/s
[ 0.531084] raid6: neonx2 xor() 1493 MB/s
[ 0.599171] raid6: neonx1 gen() 1805 MB/s
[ 0.667234] raid6: neonx1 xor() 1258 MB/s
[ 0.735321] raid6: int64x8 gen() 1516 MB/s
[ 0.803397] raid6: int64x8 xor() 772 MB/s
[ 0.871513] raid6: int64x4 gen() 1642 MB/s
[ 0.939539] raid6: int64x4 xor() 837 MB/s
[ 1.007611] raid6: int64x2 gen() 1486 MB/s
[ 1.075658] raid6: int64x2 xor() 750 MB/s
[ 1.143716] raid6: int64x1 gen() 1147 MB/s
[ 1.211779] raid6: int64x1 xor() 552 MB/s
[ 1.211791] raid6: using algorithm neonx4 gen() 2192 MB/s
[ 1.211802] raid6: .... xor() 1629 MB/s, rmw enabled
[ 1.211814] raid6: using neon recovery algorithm
[ 1.215385] iommu: Default domain type: Translated
[ 1.216346] vgaarb: loaded
[ 1.216741] SCSI subsystem initialized
[ 1.217187] usbcore: registered new interface driver usbfs
[ 1.217239] usbcore: registered new interface driver hub
[ 1.217288] usbcore: registered new device driver usb
[ 1.218067] mc: Linux media interface: v0.10
[ 1.218106] videodev: Linux video capture interface: v2.00
[ 1.218178] pps_core: LinuxPPS API ver. 1 registered
[ 1.218190] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[ 1.218215] PTP clock support registered
[ 1.218950] renesas_mtu3 10001200.timer: ch0: used as clock source
[ 1.218975] clocksource: 10001200.timer: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 18664368 ns
[ 1.219026] renesas_mtu3 10001200.timer: ch1: used for clock events
[ 1.219054] renesas_mtu3 10001200.timer: Renesas MTU3 driver probed
[ 1.220051] Advanced Linux Sound Architecture Driver Initialized.
[ 1.220598] Bluetooth: Core ver 2.22
[ 1.220656] NET: Registered protocol family 31
[ 1.220668] Bluetooth: HCI device and connection manager initialized
[ 1.220686] Bluetooth: HCI socket layer initialized
[ 1.220700] Bluetooth: L2CAP socket layer initialized
[ 1.220723] Bluetooth: SCO socket layer initialized
[ 1.221370] clocksource: Switched to clocksource arch_sys_counter
[ 1.221617] VFS: Disk quotas dquot_6.6.0
[ 1.221681] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.227354] NET: Registered protocol family 2
[ 1.227536] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.228374] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 1.228421] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.228488] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 1.228635] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.228804] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.228839] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.228989] NET: Registered protocol family 1
[ 1.229687] RPC: Registered named UNIX socket transport module.
[ 1.229718] RPC: Registered udp transport module.
[ 1.229729] RPC: Registered tcp transport module.
[ 1.229739] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.230499] PCI: CLS 0 bytes, default 64
[ 1.231395] kvm [1]: HYP mode not available
[ 1.232898] Initialise system trusted keyrings
[ 1.233156] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 1.239079] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.239800] NFS: Registering the id_resolver key type
[ 1.239848] Key type id_resolver registered
[ 1.239859] Key type id_legacy registered
[ 1.239954] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.239979] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.240013] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 1.277365] xor: measuring software checksum speed
[ 1.281740] 8regs : 2281 MB/sec
[ 1.285159] 32regs : 2887 MB/sec
[ 1.289192] arm64_neon : 2450 MB/sec
[ 1.289203] xor: using function: 32regs (2887 MB/sec)
[ 1.289227] Key type asymmetric registered
[ 1.289238] Asymmetric key parser 'x509' registered
[ 1.289305] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 1.289480] io scheduler mq-deadline registered
[ 1.289497] io scheduler kyber registered
[ 1.293337] pwm-backlight backlight: supply power not found, using dummy regulator
[ 1.332336] SuperH (H)SCI(F) driver initialized
[ 1.338750] panfrost 11840000.gpu: clock rate = 500000000
[ 1.338803] panfrost 11840000.gpu: bus_clock rate = 200000000
[ 1.339662] panfrost 11840000.gpu: [drm:panfrost_devfreq_init] Failed to register cooling device
[ 1.339762] panfrost 11840000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0
[ 1.339782] panfrost 11840000.gpu: features: 00000000,3fde77ff, issues: 00000000,00000400
[ 1.339800] panfrost 11840000.gpu: Features: L2:0x070d0206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7
[ 1.339818] panfrost 11840000.gpu: shader_present=0x1 l2_present=0x1
[ 1.342376] [drm] Initialized panfrost 1.1.0 20180908 for 11840000.gpu on minor 0
[ 1.351048] loop: module loaded
[ 1.353709] libphy: Fixed MDIO Bus: probed
[ 1.354490] tun: Universal TUN/TAP device driver, 1.6
[ 1.354738] CAN device driver interface
[ 1.355309] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.355325] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.355684] PPP generic driver version 2.4.2
[ 1.355875] PPP Deflate Compression module registered
[ 1.355910] PPP MPPE Compression module registered
[ 1.355923] NET: Registered protocol family 24
[ 1.356011] usbcore: registered new interface driver asix
[ 1.356075] usbcore: registered new interface driver ax88179_178a
[ 1.356123] usbcore: registered new interface driver cdc_ether
[ 1.356167] usbcore: registered new interface driver net1080
[ 1.356207] usbcore: registered new interface driver cdc_subset
[ 1.356243] usbcore: registered new interface driver zaurus
[ 1.356285] usbcore: registered new interface driver sierra_net
[ 1.356329] usbcore: registered new interface driver cdc_ncm
[ 1.356364] usbcore: registered new interface driver qmi_wwan
[ 1.356808] VFIO - User Level meta-driver version: 0.3
[ 1.357786] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.357813] ehci-pci: EHCI PCI platform driver
[ 1.357873] ehci-platform: EHCI generic platform driver
[ 1.358386] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.358437] ohci-pci: OHCI PCI platform driver
[ 1.358502] ohci-platform: OHCI generic platform driver
[ 1.359568] usbcore: registered new interface driver cdc_wdm
[ 1.359637] usbcore: registered new interface driver usb-storage
[ 1.359730] usbcore: registered new interface driver option
[ 1.359768] usbserial: USB Serial support registered for GSM modem (1-port)
[ 1.360389] renesas_usbhs 11c60000.usb: host probed
[ 1.360411] renesas_usbhs 11c60000.usb: no transceiver found
[ 1.360550] renesas_usbhs 11c60000.usb: gadget probed
[ 1.360682] renesas_usbhs 11c60000.usb: platform init failed.
[ 1.360819] renesas_usbhs 11c60000.usb: probe failed (-517)
[ 1.361805] usbcore: registered new interface driver usbtouchscreen
[ 1.361882] i2c /dev entries driver
[ 1.366573] rzg2l-csi2 10830400.csi2: 2 lanes found
[ 1.403792] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 1.404174] Bluetooth: HCI UART driver ver 2.2.74e8f89.20210819-170431
[ 1.404200] Bluetooth: HCI H4 protocol initialized
[ 1.404211] Bluetooth: HCI Realtek H5 protocol initialized
[ 1.404224] rtk_btcoex: rtk_btcoex_init: version: 1.2
[ 1.404233] rtk_btcoex: create workqueue
[ 1.404373] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2
[ 1.434993] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.435038] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.435624] clocksource: timer@12801400: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 1.435661] sched_clock: 32 bits at 100MHz, resolution 10ns, wraps every 21474836475ns
[ 1.435686] /soc/timer@12801400: used for clocksource
[ 1.436088] /soc/timer@12801800: used for clock events
[ 1.436841] usbcore: registered new interface driver usbhid
[ 1.436860] usbhid: USB HID core driver
[ 1.440222] IPVS: Registered protocols (TCP, UDP)
[ 1.440316] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 1.440483] IPVS: ipvs loaded.
[ 1.440500] IPVS: [rr] scheduler registered.
[ 1.440785] Initializing XFRM netlink socket
[ 1.441191] NET: Registered protocol family 10
[ 1.442238] Segment Routing with IPv6
[ 1.442361] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.443074] NET: Registered protocol family 17
[ 1.443181] Bridge firewalling registered
[ 1.443195] can: controller area network core
[ 1.443252] NET: Registered protocol family 29
[ 1.443266] can: raw protocol
[ 1.443281] can: broadcast manager protocol
[ 1.443297] can: netlink gateway - max_hops=1
[ 1.443622] Bluetooth: RFCOMM TTY layer initialized
[ 1.443653] Bluetooth: RFCOMM socket layer initialized
[ 1.443696] Bluetooth: RFCOMM ver 1.11
[ 1.443723] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 1.443736] Bluetooth: BNEP filters: protocol multicast
[ 1.443752] Bluetooth: BNEP socket layer initialized
[ 1.443763] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.443778] Bluetooth: HIDP socket layer initialized
[ 1.444069] Key type dns_resolver registered
[ 1.444511] registered taskstats version 1
[ 1.444529] Loading compiled-in X.509 certificates
[ 1.445590] Btrfs loaded, crc32c=crc32c-generic
[ 1.453468] thermal emergency: not set value
[ 1.456359] pinctrl-rzg2l 11030000.pin-controller: pinctrl-rzg2l support registered
[ 1.459649] gpt-rzg2l 10048400.gpt: GPT not use POEG
[ 1.459919] gpt-rzg2l 10048400.gpt: RZ/G2L GPT Driver probed
[ 1.460230] pwm-backlight backlight: supply power not found, using dummy regulator
[ 1.460932] 1004b800.serial: ttySC0 at MMIO 0x1004b800 (irq = 68, base_baud = 0) is a scif
[ 2.973350] printk: console [ttySC0] enabled
[ 2.978604] 1004bc00.serial: ttySC1 at MMIO 0x1004bc00 (irq = 73, base_baud = 0) is a scif
[ 2.987863] 1004c000.serial: ttySC2 at MMIO 0x1004c000 (irq = 78, base_baud = 0) is a scif
[ 2.997114] 1004c800.serial: ttySC4 at MMIO 0x1004c800 (irq = 83, base_baud = 0) is a scif
[ 3.008308] renesas_spi 1004ac00.spi: dma_request_slave_channel_compat failed
[ 3.015579] renesas_spi 1004ac00.spi: DMA not available, using PIO
[ 3.022630] renesas_spi 1004ac00.spi: probed
[ 3.027968] rcar_canfd 10050000.can: can_clk rate is 50000000
[ 3.034386] rcar_canfd 10050000.can: device registered (channel 1)
[ 3.040611] rcar_canfd 10050000.can: global operational state (clk 0, fdmode 1)
[ 3.048838] ravb 11c20000.ethernet: no valid MAC address supplied, using a random one
[ 3.057033] libphy: ravb_mii: probed
[ 3.063021] ravb 11c20000.ethernet eth0: Base address at 0x11c20000, 7a:23:29:b2:05:27, IRQ 184.
[ 3.072876] ravb 11c30000.ethernet: no valid MAC address supplied, using a random one
[ 3.081126] libphy: ravb_mii: probed
[ 3.086982] ravb 11c30000.ethernet eth1: Base address at 0x11c30000, 7a:20:91:da:50:ca, IRQ 187.
[ 3.096759] ehci-platform 11c70100.usb: EHCI Host Controller
[ 3.102512] ehci-platform 11c70100.usb: new USB bus registered, assigned bus number 1
[ 3.110447] ehci-platform 11c70100.usb: irq 192, io mem 0x11c70100
[ 3.129394] ehci-platform 11c70100.usb: USB 2.0 started, EHCI 1.10
[ 3.136321] hub 1-0:1.0: USB hub found
[ 3.140135] hub 1-0:1.0: 1 port detected
[ 3.169402] ohci-platform 11c50000.usb: Generic Platform OHCI controller
[ 3.176143] ohci-platform 11c50000.usb: new USB bus registered, assigned bus number 2
[ 3.184100] ohci-platform 11c50000.usb: irq 190, io mem 0x11c50000
[ 3.280044] hub 2-0:1.0: USB hub found
[ 3.283842] hub 2-0:1.0: 1 port detected
[ 3.288783] ohci-platform 11c70000.usb: Generic Platform OHCI controller
[ 3.295533] ohci-platform 11c70000.usb: new USB bus registered, assigned bus number 3
[ 3.303481] ohci-platform 11c70000.usb: irq 191, io mem 0x11c70000
[ 3.397380] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 3.400050] hub 3-0:1.0: USB hub found
[ 3.408198] hub 3-0:1.0: 1 port detected
[ 3.413116] renesas_usbhs 11c60000.usb: host probed
[ 3.418092] renesas_usbhs 11c60000.usb: no transceiver found
[ 3.423872] renesas_usbhs 11c60000.usb: gadget probed
[ 3.429169] renesas_usbhs 11c60000.usb: probed
[ 3.435420] ov5640 0-003c: supply DOVDD not found, using dummy regulator
[ 3.442331] ov5640 0-003c: supply AVDD not found, using dummy regulator
[ 3.449012] ov5640 0-003c: supply DVDD not found, using dummy regulator
[ 3.502475] ov5640 0-003c: ov5640_read_reg: error: reg=300a
[ 3.508061] ov5640 0-003c: ov5640_check_chip_id: failed to read chip identifier
[ 3.562592] hub 1-1:1.0: USB hub found
[ 3.566433] hub 1-1:1.0: 4 ports detected
[ 3.733723] hdmi_mode[0]
[ 3.737005] i2c-riic 10058000.i2c: registered with 400000Hz bus speed
[ 3.737193] edt_ft5x06 0-0038: supply vcc not found, using dummy regulator
[ 3.746543] rtc-rx8025t 1-0032: registered as rtc0
[ 3.756065] rtc-rx8025t 1-0032: setting system clock to 2066-01-01T00:04:07 UTC (3029529847)
[ 3.764991] es8328 1-0010: supply DVDD not found, using dummy regulator
[ 3.771720] es8328 1-0010: supply AVDD not found, using dummy regulator
[ 3.778373] es8328 1-0010: supply PVDD not found, using dummy regulator
[ 3.785004] es8328 1-0010: supply HPVDD not found, using dummy regulator
[ 3.791830] i2c-riic 10058400.i2c: registered with 100000Hz bus speed
[ 3.799795] at24 3-0050: supply vcc not found, using dummy regulator
[ 3.806695] at24 3-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[ 3.814033] i2c-riic 10058c00.i2c: registered with 400000Hz bus speed
[ 3.824242] spi-nor spi1.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
[ 3.834518] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.844124] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.853688] of_dma_request_slave_channel: dma-names property of node '/soc/ssi@10049c00' missing or empty
[ 3.863243] rz-ssi-pcm-audio 10049c00.ssi: DMA not available, using PIO
[ 3.869573] renesas_sdhi_internal_dmac 11c10000.mmc: mmc1 base at 0x0000000011c10000, max clock rate 133 MHz
[ 3.871025] rz-ssi-pcm-audio 1004a000.ssi: DMA enabled
[ 3.879937] renesas_sdhi_internal_dmac 11c00000.mmc: mmc0 base at 0x0000000011c00000, max clock rate 133 MHz
[ 3.897654] random: fast init done
[ 3.901123] renesas_sdhi_internal_dmac 11c10000.mmc: card claims to support voltages below defined range
[ 3.922569] mmc1: new high speed SDIO card at address 0001
[ 3.996774] mmc0: new HS200 MMC card at address 0001
[ 4.002498] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
[ 4.007336] mmcblk0boot0: mmc0:0001 8GTF4R partition 1 4.00 MiB
[ 4.013796] mmcblk0boot1: mmc0:0001 8GTF4R partition 2 4.00 MiB
[ 4.020121] mmcblk0rpmb: mmc0:0001 8GTF4R partition 3 512 KiB, chardev (241:0)
[ 4.029947] [drm] Initialized rcar-du 1.0.0 20130110 for 10890000.display on minor 1
[ 4.037725] [drm] Device 10890000.display probed
[ 4.042494] mmcblk0: p1 p2
[ 4.073964] edt_ft5x06 0-0038: touchscreen probe failed
[ 4.084147] lt8912 0-0048: "1920x1080": 60 148500 1920 2008 2052 2200 1080 1116 1121 1125 0x8 0x0
[ 4.516995] Console: switching to colour frame buffer device 240x67
[ 4.564271] rcar-du 10890000.display: [drm] fb0: rcar-dudrmfb frame buffer device
[ 4.573029] input: keyboard as /devices/platform/keyboard/input/input1
[ 4.580478] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.590541] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.597450] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 4.606360] ALSA device list:
[ 4.609397] #0: G2LX_SOUND
[ 4.612316] #1: sound_card
[ 4.615279] cfg80211: failed to load regulatory.db
[ 4.630983] EXT4-fs (mmcblk0p2): recovery complete
[ 4.635975] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.644254] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 4.651001] devtmpfs: mounted
[ 4.656283] Freeing unused kernel memory: 2240K
[ 4.661036] Run /sbin/init as init process
[ 4.839024] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[ 4.861694] systemd[1]: Detected architecture arm64.
Welcome to Poky (Yocto Project Reference Distro) 3.1.20 (dunfell)!
[ 4.910299] systemd[1]: Set hostname to .
[ 5.177232] systemd[1]: Configuration file /lib/systemd/system/watchdog.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 5.251814] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[ 5.356462] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.363575] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 5.376144] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 5.389027] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 5.409753] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.418716] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 5.441668] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.450377] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 5.474027] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 5.501988] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 5.525826] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 5.545713] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 5.565664] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 5.585697] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 5.606159] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 5.638654] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 5.666324] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 5.694451] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 5.722564] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 5.750424] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 5.778178] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 5.811719] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 5.843238] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 5.875260] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 5.907510] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting Temporary Directory (/tmp)...
[ 5.934853] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
[ 5.957660] systemd[1]: Starting Start psplash boot splash screen...
Starting Start psplash boot splash screen...
[ 5.985822] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 5.992523] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 6.056974] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 6.079209] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 6.109744] mmngr: loading out-of-tree module taints kernel.
[ 6.115144] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 6.133831] rgnmm_drv mmngr: assigned reserved memory node linux,multimedia
[ 6.149128] systemd[1]: Started Start psplash boot splash screen.
[ OK ] Started Start psplash boot splash screen.
[ 6.180435] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.
[ 6.204940] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 6.223210] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 6.236754] systemd[1]: Mounted Kernel Debug File System.
[ OK ] Mounted Kernel Debug File System.
[ 6.262433] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Start psplash-syst…progress communication helper.
Starting Flush Journal to Persistent Storage...
Starting Create Static Device Nodes in /dev...
[ 6.420996] systemd-journald[179]: Received client request to flush runtime journal.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Flush Journal to Persistent Storage.
Mounting Kernel Configuration File System...
Starting Apply Kernel Variables...
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Apply Kernel Variables.
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile...
Starting udev Kernel Device Manager...
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
[ OK ] Reached target Timers.
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Docker Socket for the API.
[ OK ] Listening on dropbear.socket.
[ OK ] Listening on Docker Socket for the API.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started D-Bus System Message Bus.
Starting IPv6 Packet Filtering Framework...
Starting IPv4 Packet Filtering Framework...
Starting Network Time Service (one-shot ntpdate mode)...
[ OK ] Started optee services.
[ OK ] Started VIN initializing setting.
Starting samba.service...
Starting Login Service...
[ OK ] Started VIN initializing setting.
[ OK ] Started WatchdogTimer.
[ OK ] Started IPv6 Packet Filtering Framework.
[ OK ] Started IPv4 Packet Filteri[ 7.779647] random: crng init done
[ 7.784287] random: 7 urandom warning(s) missed due to ratelimiting
ng Framework.
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Network Time Service (one-shot ntpdate mode).
[ OK ] Created slice system-systemd\x2dbacklight.slice.
[ OK ] Reached target Network (Pre).
Starting Load/Save Screen …ness of backlight:backlight...
Starting Network Service...
>>>PN=MYD-YG2L23-8E1D-120-C-REMI
[ OK ] Started Load/Save Screen B…htness of backlight:backlight.
>>>SN=WKRD23121400600042T
[ OK ] Started Network Service.
Starting Wait for Network to be Configured...
Starting Network Name Resolution...
[ OK ] Started Login Service.
[ OK ] Created slice system-weston.slice.
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Started The Apache HTTP Server.
Starting proftpd Daemon...
Starting Permit User Sessions...
Starting 9.099578] YT8531S Ethernet 11c30000.ethernet-ffffffff:06: attached PHY driver [YT8531S Ethernet] (mii_bus:phy_addr=11c30000.ethernet-ffffffff:06, irq=POLL)
39mTarget Communication Framework agent...
[ OK ] Started Vsftpd ftp daemon.
[ OK ] Started Permit User Sessions.
[ OK ] Reached target Hardware activated USB gadget.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttySC0.
[ OK ] Reached target Login Prompts.
Starting myir hmi v2.0...
[ OK ] Started Weston Wayland Compositor.
[ 9.410298] YT8531S Ethernet 11c20000.ethernet-ffffffff:04: attached PHY driver [YT8531S Ethernet] (mii_bus:phy_addr=11c20000.ethernet-ffffffff:04, irq=POLL)
[ OK ] Started proftpd Daemon.
[ OK ] Started Target Communication Framework agent.
Starting Save/Restore Sound Card State...
[ OK ] Created slice User Slice of UID 0.
Starting User Runtime Directory /run/user/0...
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started samba.service.
[ OK ] Started User Runtime Directory /run/user/0.
[ OK ] Reached target Sound Card.
Starting User Manager for UID 0...
[ 9.959792] audit: type=1006 audit(3029529853.700:2): pid=357 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
Starting Load/Save RF Kill Switch Status...
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Started User Manager for UID 0.
[ OK ] Started Session c1 of user root.
[ 12.619787] ravb 11c20000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 12.628125] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Poky (Yocto Project Reference Distro) 3.1.20 myir-remi-1g ttySC0
BSP: //3.0.1
LSI:
Version: 3.0.1
myir-remi-1g login: root (automatic login)
Last login: Fri Jan 1 00:04:13 UTC 2066
root@myir-remi-1g:~# rfkill unblock wlan[ 17.596617] rcar_canfd 10050000.can can0: bitrate error 3.8%
[ 17.602829] IPv6: ADDRCONF(NETDEV_CHANGE): can0: link becomes ready Configuration completed
root@myir-remi-1g:~#
ifconfig wlan0
wlan0: flags=4098 mtu 1500 metric 1
ether 98:03:cf:6c:f9:16 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@myir-remi-1g:~# rfkill unblock wlan
root@myir-remi-1g:~# ifconfig wlan0 up
[ 53.616914] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
root@myir-remi-1g:~# iw dev wlan0 scan | grep SSID
[ 88.833807] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
SSID:
* SSID List
SSID:
* SSID List
SSID:
SSID: luwei-402-2
SSID: luwei-402-2_Wi-Fi5
SSID: luwei-402-2
SSID: luwei-402-2_Wi-Fi5
SSID:
SSID:
* SSID List
SSID:
* SSID List
root@myir-remi-1g:~#
root@myir-remi-1g:~# [ 130.759382] audit: type=1325 audit(3029529974.500:3): table=nat family=2 entries=5 op=xt_replace pid=450 comm="iptables"
[ 130.771353] audit: type=1325 audit(3029529974.512:4): table=filter family=2 entries=4 op=xt_replace pid=452 comm="iptables"
[ 130.783334] audit: type=1325 audit(3029529974.524:5): table=filter family=2 entries=6 op=xt_replace pid=454 comm="iptables"
[ 130.796269] audit: type=1325 audit(3029529974.536:6): table=filter family=2 entries=8 op=xt_replace pid=456 comm="iptables"
[ 130.808891] audit: type=1325 audit(3029529974.548:7): table=filter family=2 entries=10 op=xt_replace pid=458 comm="iptables"
[ 130.822706] audit: type=1325 audit(3029529974.564:8): table=filter family=2 entries=11 op=xt_replace pid=460 comm="iptables"
[ 130.834158] audit: type=1325 audit(3029529974.568:9): table=filter family=2 entries=12 op=xt_replace pid=461 comm="iptables"
[ 130.906827] audit: type=1325 audit(3029529974.648:10): table=nat family=2 entries=7 op=xt_replace pid=468 comm="iptables"
[ 130.932542] audit: type=1325 audit(3029529974.672:11): table=nat family=2 entries=8 op=xt_replace pid=470 comm="iptables"
[ 130.969734] audit: type=1325 audit(3029529974.712:12): table=filter family=2 entries=12 op=xt_replace pid=473 comm="iptables"
[ 131.646523] process 'docker/tmp/qemu-check736697045/check' started with executable stack
root@myir-remi-1g:~#
root@myir-remi-1g:~#
root@myir-remi-1g:~# wpa_passphrase luwei-402-2 pu011879 >> /etc/wpa_suppliant.conf
root@myir-remi-1g:~# cat /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
update_config=1
network={
key_mgmt=NONE
}
network={
ssid="luwei-402-2"
#psk="py011879"
psk=760b839b7856dc0bb7d18891419ded69a9621b7c3df09bf523740a9291b408d4
}
root@myir-remi-1g:~# killall wpa_supplicant
killall: wpa_supplicant: no process killed
root@myir-remi-1g:~# killall wpa_supplicant
killall: wpa_supplicant: no process killed
root@myir-remi-1g:~# wpa_supplicant -B -Dnl80211 -c /etc/wpa_supplicant.con
Successfully initialized wpa_supplicant
wpa_supplicant v2.9
Copyright (c) 2003-2019, Jouni Malinen and contributors
This software may be distributed under the terms of the BSD license.
See README for more details.
usage:
wpa_supplicant [-BddhKLqqtuvW] [-P] [-g] \
[-G] \
-i -c [-C] [-D] [-p] \
[-b] [-e] \
[-o] [-O] \
[-N -i -c [-C] [-D] \
[-p] [-b] [-I] ...]
drivers:
nl80211 = Linux nl80211/cfg80211
wext = Linux wireless extensions (generic)
hostap = Host AP driver (Intersil Prism2/2.5/3)
wired = Wired Ethernet driver
options:
-b = optional bridge interface name
-B = run daemon in the background
-c = Configuration file
-C = ctrl_interface parameter (only used if -c is not)
-d = increase debugging verbosity (-dd even more)
-D = driver name (can be multiple drivers: nl80211,wext)
-e = entropy file
-g = global ctrl_interface
-G = global ctrl_interface group
-h = show this help text
-i = interface name
-I = additional configuration file
-K = include keys (passwords, etc.) in debug output
-L = show license (BSD)
-N = start describing new interface
-o = override driver parameter for new interfaces
-O = override ctrl_interface parameter for new interfaces
-p = driver parameters
-P = PID file
-q = decrease debugging verbosity (-qq even less)
-t = include timestamp in debug messages
-u = enable DBus control interface
-v = show version
-W = wait for a control interface monitor before starting
example:
wpa_supplicant -Dnl80211 -iwlan0 -c/etc/wpa_supplicant.conf
root@myir-remi-1g:~# udhcpc -i wlan0
udhcpc: started, v1.31.1
udhcpc: sending discover
udhcpc: sending discover
udhcpc: sending discover
udhcpc: sending discover
udhcpc: sending discover
udhcpc: sending discover
udhcpc: sending discover
udhcpc: sending discover
udhcpc: sending discover
^C
root@myir-remi-1g:~# iw dev wlan0 scan | grep SSID
[ 456.779804] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
SSID:
* SSID List
SSID:
* SSID List
SSID:
SSID: luwei-402-2
SSID: luwei-402-2_Wi-Fi5
SSID: luwei-402-2
SSID: luwei-402-2_Wi-Fi5
SSID:
SSID:
* SSID List
SSID:
* SSID List
root@myir-remi-1g:~# wpa_passphrase luwei-402-2 py011879 >> /etc/wpa_suppliant.conf
root@myir-remi-1g:~# cat /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
update_config=1
network={
key_mgmt=NONE
}
network={
ssid="luwei-402-2"
#psk="py011879"
psk=760b839b7856dc0bb7d18891419ded69a9621b7c3df09bf523740a9291b408d4
}
root@myir-remi-1g:~# killall wpa_supplicant
killall: wpa_supplicant: no process killed
root@myir-remi-1g:~# wpa_supplicant -B -Dnl80211 -c /etc/wpa_supplicant.con
Successfully initialized wpa_supplicant
wpa_supplicant v2.9
Copyright (c) 2003-2019, Jouni Malinen and contributors
This software may be distributed under the terms of the BSD license.
See README for more details.
usage:
wpa_supplicant [-BddhKLqqtuvW] [-P] [-g] \
[-G] \
-i -c [-C] [-D] [-p] \
[-b] [-e] \
[-o] [-O] \
[-N -i -c [-C] [-D] \
[-p] [-b] [-I] ...]
drivers:
nl80211 = Linux nl80211/cfg80211
wext = Linux wireless extensions (generic)
hostap = Host AP driver (Intersil Prism2/2.5/3)
wired = Wired Ethernet driver
options:
-b = optional bridge interface name
-B = run daemon in the background
-c = Configuration file
-C = ctrl_interface parameter (only used if -c is not)
-d = increase debugging verbosity (-dd even more)
-D = driver name (can be multiple drivers: nl80211,wext)
-e = entropy file
-g = global ctrl_interface
-G = global ctrl_interface group
-h = show this help text
-i = interface name
-I = additional configuration file
-K = include keys (passwords, etc.) in debug output
-L = show license (BSD)
-N = start describing new interface
-o = override driver parameter for new interfaces
-O = override ctrl_interface parameter for new interfaces
-p = driver parameters
-P = PID file
-q = decrease debugging verbosity (-qq even less)
-t = include timestamp in debug messages
-u = enable DBus control interface
-v = show version
-W = wait for a control interface monitor before starting
example:
wpa_supplicant -Dnl80211 -iwlan0 -c/etc/wpa_supplicant.conf
root@myir-remi-1g:~# udhcpc -i wlan0
udhcpc: started, v1.31.1
udhcpc: sending discover
udhcpc: sending discover
文章评论(0条评论)
登录后参与讨论