DESK-RZ-L/General/Booting from NFS

From DAVE Developer's Wiki
Jump to: navigation, search
History
Issue Date Notes
2025/12/16 DESK-RZ-L-1.x.x release



Booting from NFS[edit | edit source]

This configuration is very helpful during software development (both for kernel and applications).

The kernel image is downloaded via TFTP while the root file system is remotely mounted via NFS from the host. It is assumed that the development host:

  • is connected with the target host board through an Ethernet LAN
  • exports the directory containing the root file system for the target through the NFS server
  • runs a TFTP server.
  • has a proper subnet IP address

net_nfs configuration[edit | edit source]

The Virtual Machine is properly configured for the TFTP and NFS debug.

In any case, some variables have to be configured on the target, and the VM itself has to be configured with respect to the network environment.

Host (Virtual Machine) configuration[edit | edit source]

The Virtual Machine has the tftp and nfs services already running.

Optionally, their configuration has to be changed according to the network configuration to which the target is connected.

Check and properly configure the items described in VirtualBox Network Configuration

Target configuration[edit | edit source]

The IP address for the server and target should be configured: an example (for a network subnet 192.168.0.x)

u-boot=> setenv serverip 192.168.0.89
u-boot=> setenv ipaddr 192.168.0.169
u-boot=> setenv gatewayip 192.168.0.254
u-boot=> setenv netmask 255.255.255.0
u-boot=> setenv netdev eth0
  • serverip is the IP address of the host machine running the tftp/nfs server
  • ipaddr is the IP address of the target
  • gatewayip is the gateway address of the target
  • netmask is the netmask address of the target
  • netdev is the name of the Ethernet interface of the target

For using the DVDK Virtual Machine, a static IP address configuration has been selected. To the U-Boot variable ip_dyn has to be set to no:

u-boot=> setenv ip_dyn no

The kernel and device tree files have to be selected

u-boot=> setenv image boot/Image

AURA has its dtb file boot/rzt2h-eb23-cb2003.dtb or boot/rzt2h-eb23-cb2002.dtb, set the correct DTB to use, example:

u-boot=> setenv fdtfile boot/rzt2h-eb23-cb2003.dtb

Finally, the root file system directory on the Virtual Machine should be configured to let the kernel find the INIT

u-boot=> setenv rootpath /home/dvdk/desk-rz-l/rootfs

To run this configuration, just issue the net_nfs command, which firstly downloads the kernel and device tree using the tftp protocol

u-boot=> setenv net_nfs 'run tftp_loadk tftp_loadfdt nfsargs addip addcons addmisc; sleep 10; booti ${loadaddr} - ${fdtaddr}'

Below is the complete bootlog from nfs:

NOTICE:  BL2: v2.7(release):desk-rz-l-1.0.0-rc1-1-gc1c8d8a6f
NOTICE:  BL2: Built : 07:26:03, Dec 11 2025
NOTICE:  BL2: Booting BL31
NOTICE:  BL31: v2.7(release):desk-rz-l-1.0.0-rc1-1-gc1c8d8a6f
NOTICE:  BL31: Built : 07:26:03, Dec 11 2025


U-Boot 2021.10-desk-rz-l-1.0.0-rc2 (Dec 12 2025 - 13:30:25 +0000)

CPU: Renesas Electronics RZ/T2H
Model: Dave EVK based on r9a09g077m44
DRAM:  7.9 GiB
MMC:   mmc@92080000: 0, mmc@92090000: 1
Loading Environment from MMC... OK
In:    serial@80005000
Out:   serial@80005000
Err:   serial@80005000
SOM ConfigID#: 00000001
SOM UniqueID#: 00000000:00000000
CB ConfigID#: 00002003
CB UniqueID#: f2000041:21226b2d
Net:   
Warning: ethernet@80100000 (eth0) using random MAC address - 9a:04:71:3c:9d:d1
eth0: ethernet@80100000
Hit any key to stop autoboot:  0 
=> 
=> 
=> 
=> 
=> 
=> run net_nfs 
ethernet@80100000 Waiting for PHY auto negotiation to complete...... done
Using ethernet@80100000 device
TFTP from server 192.168.0.169; our IP address is 192.168.0.168
Filename 'boot/Image'.
Load address: 0xc4200000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ##########################################
         659.2 KiB/s
done
Bytes transferred = 20646400 (13b0a00 hex)
Using ethernet@80100000 device
TFTP from server 192.168.0.169; our IP address is 192.168.0.168
Filename 'boot/rzt2h-eb23-cb2003.dtb'.
Load address: 0xc5f00000
Loading: ###
         644.5 KiB/s
done
Bytes transferred = 36311 (8dd7 hex)
## Flattened Device Tree blob at c5f00000
   Booting using the fdt blob at 0xc5f00000
   Loading Device Tree to 00000000cfff4000, end 00000000cffffdd6 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[    0.000000] Linux version 5.10.145-desk-rz-l-1.0.0-rc2-cip17-yocto-standard (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 9.5.0, GNU ld (GNU Binutils) 2.34.0.20200910) #1 SMP PREEMPT Fri Dec 12 13:34:53 UTC 2025
[    0.000000] Machine model: renesas,r9a09g077
[    0.000000] earlycon: sci0 at MMIO 0x0000000080005000 (options '115200n8')
[    0.000000] printk: bootconsole [sci0] enabled
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000d0000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma@D0000000, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00000000c4000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000003ffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000c4000000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000240000000-0x00000003ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000c4000000-0x00000003ffffffff]
[    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 s55512 r8192 d30504 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: 2048256
[    0.000000] Kernel command line: root=/dev/nfs rw nfsroot=192.168.0.169:/home/dvdk/desk-rz-l/rootfs,v3,tcp ip=192.168.0.168:192.168.0.169:192.168.0.254:255.255.255.0:desk-rz:eth0:off panic=1 earlycon
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[    0.000000] Memory: 7814164K/8323072K available (12928K kernel code, 1090K rwdata, 3800K rodata, 2240K init, 416K bss, 246764K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
[    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=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: 960 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:0x0000000083040000
[    0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c40939b5, max_idle_ns: 440795202646 ns
[    0.000007] sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns
[    0.008279] Console: colour dummy device 80x25
[    0.012751] printk: console [tty0] enabled
[    0.016879] printk: bootconsole [sci0] disabled
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[    0.000000] Linux version 5.10.145-desk-rz-l-1.0.0-rc2-cip17-yocto-standard (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 9.5.0, GNU ld (GNU Binutils) 2.34.0.20200910) #1 SMP PREEMPT Fri Dec 12 13:34:53 UTC 2025
[    0.000000] Machine model: renesas,r9a09g077
[    0.000000] earlycon: sci0 at MMIO 0x0000000080005000 (options '115200n8')
[    0.000000] printk: bootconsole [sci0] enabled
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000d0000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma@D0000000, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00000000c4000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000003ffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000c4000000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000240000000-0x00000003ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000c4000000-0x00000003ffffffff]
[    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 s55512 r8192 d30504 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: 2048256
[    0.000000] Kernel command line: root=/dev/nfs rw nfsroot=192.168.0.169:/home/dvdk/desk-rz-l/rootfs,v3,tcp ip=192.168.0.168:192.168.0.169:192.168.0.254:255.255.255.0:desk-rz:eth0:off panic=1 earlycon
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[    0.000000] Memory: 7814164K/8323072K available (12928K kernel code, 1090K rwdata, 3800K rodata, 2240K init, 416K bss, 246764K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
[    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=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: 960 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:0x0000000083040000
[    0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c40939b5, max_idle_ns: 440795202646 ns
[    0.000007] sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns
[    0.008279] Console: colour dummy device 80x25
[    0.012751] printk: console [tty0] enabled
[    0.016879] printk: bootconsole [sci0] disabled
[    0.021470] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000)
[    0.021508] pid_max: default: 32768 minimum: 301
[    0.021761] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.021827] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.024176] rcu: Hierarchical SRCU implementation.
[    0.025098] Detected Renesas RZ/T2H r9a09g077 
[    0.135774] renesas,rzt2h-mitigation: Successed Initialization
[    0.135811] EFI services will not be available.
[    0.136340] smp: Bringing up secondary CPUs ...
[    0.137067] Detected VIPT I-cache on CPU1
[    0.137111] GICv3: CPU1: found redistributor 100 region 0:0x0000000083060000
[    0.137152] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[    0.137978] Detected VIPT I-cache on CPU2
[    0.138014] GICv3: CPU2: found redistributor 200 region 0:0x0000000083080000
[    0.138050] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[    0.138858] Detected VIPT I-cache on CPU3
[    0.138889] GICv3: CPU3: found redistributor 300 region 0:0x00000000830a0000
[    0.138925] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[    0.139052] smp: Brought up 1 node, 4 CPUs
[    0.139184] SMP: Total of 4 processors activated.
[    0.139207] CPU features: detected: Privileged Access Never
[    0.139227] CPU features: detected: LSE atomic instructions
[    0.139247] CPU features: detected: User Access Override
[    0.139267] CPU features: detected: 32-bit EL0 Support
[    0.139286] CPU features: detected: Common not Private translations
[    0.139308] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.139335] CPU features: detected: CRC32 instructions
[    0.139354] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.139377] CPU features: detected: 32-bit EL1 Support
[    0.168628] CPU: All CPU(s) started at EL1
[    0.168687] alternatives: patching kernel code
[    0.171609] devtmpfs: initialized
[    0.181001] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.181049] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.193139] pinctrl core: initialized pinctrl subsystem
[    0.194170] DMI not present or invalid.
[    0.194910] NET: Registered protocol family 16
[    0.196850] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.197169] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.197816] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.197907] audit: initializing netlink subsys (disabled)
[    0.198171] audit: type=2000 audit(0.188:1): state=initialized audit_enabled=0 res=1
[    0.198903] thermal_sys: Registered thermal governor 'step_wise'
[    0.199272] cpuidle: using governor menu
[    0.199539] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.199692] ASID allocator initialised with 65536 entries
[    0.229348] gpio-337 (pcie_rstout0): hogged as output/high
[    0.229397] gpio-269 (pcie_rstout1): hogged as output/high
[    0.229838] pinctrl-rzt2h 802c0000.pinctrl: pinctrl-rzt2h support registered
[    0.243121] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.243154] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.243180] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.243205] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.245664] cryptd: max_cpu_qlen set to 1000
[    0.253909] iommu: Default domain type: Translated 
[    0.255152] vgaarb: loaded
[    0.255555] SCSI subsystem initialized
[    0.256026] usbcore: registered new interface driver usbfs
[    0.256105] usbcore: registered new interface driver hub
[    0.256168] usbcore: registered new device driver usb
[    0.257023] mc: Linux media interface: v0.10
[    0.257083] videodev: Linux video capture interface: v2.00
[    0.257195] pps_core: LinuxPPS API ver. 1 registered
[    0.257218] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.257264] PTP clock support registered
[    0.258119] sh_cmt 80080000.timer: ch0: used for clock events
[    0.258156] sh_cmt 80080000.timer: ch1: used as clock source
[    0.258183] clocksource: 80080000.timer: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 238904522 ns
[    0.258732] sh_cmt 80080400.timer: ch0: used for clock events
[    0.258763] sh_cmt 80080400.timer: ch1: used as clock source
[    0.258788] clocksource: 80080400.timer: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 238904522 ns
[    0.259206] sh_cmt 80080800.timer: ch0: used for clock events
[    0.259237] sh_cmt 80080800.timer: ch1: used as clock source
[    0.259262] clocksource: 80080800.timer: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 238904522 ns
[    0.259648] sh_cmt 80081000.timer: ch0: used for clock events
[    0.259678] sh_cmt 80081000.timer: ch0: used as clock source
[    0.259703] clocksource: 80081000.timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 244641337159 ns
[    0.260092] sh_cmt 80081400.timer: ch0: used for clock events
[    0.260122] sh_cmt 80081400.timer: ch0: used as clock source
[    0.260147] clocksource: 80081400.timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 244641337159 ns
[    0.260917] Advanced Linux Sound Architecture Driver Initialized.
[    0.261724] Bluetooth: Core ver 2.22
[    0.261781] NET: Registered protocol family 31
[    0.261803] Bluetooth: HCI device and connection manager initialized
[    0.261832] Bluetooth: HCI socket layer initialized
[    0.261856] Bluetooth: L2CAP socket layer initialized
[    0.261892] Bluetooth: SCO socket layer initialized
[    0.262650] clocksource: Switched to clocksource arch_sys_counter
[    0.262904] VFS: Disk quotas dquot_6.6.0
[    0.262990] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.273253] NET: Registered protocol family 2
[    0.273648] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.279084] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.279232] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.279952] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.281124] TCP: Hash tables configured (established 65536 bind 65536)
[    0.281305] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.281521] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.281888] NET: Registered protocol family 1
[    0.282534] RPC: Registered named UNIX socket transport module.
[    0.282560] RPC: Registered udp transport module.
[    0.282579] RPC: Registered tcp transport module.
[    0.282597] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.283762] PCI: CLS 0 bytes, default 64
[    0.284867] kvm [1]: HYP mode not available
[    0.286997] Initialise system trusted keyrings
[    0.287226] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    0.297121] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.298110] NFS: Registering the id_resolver key type
[    0.298162] Key type id_resolver registered
[    0.298182] Key type id_legacy registered
[    0.298330] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.298358] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.298414] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.370385] Key type asymmetric registered
[    0.370411] Asymmetric key parser 'x509' registered
[    0.370472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.370502] io scheduler mq-deadline registered
[    0.370522] io scheduler kyber registered
[    0.374264] poeg-rzg2l 90019000.poega: RZ/G2L POEG Driver probed
[    0.374537] poeg-rzg2l 90019400.poegb: RZ/G2L POEG Driver probed
[    0.374802] poeg-rzg2l 90019800.poegc: RZ/G2L POEG Driver probed
[    0.375031] poeg-rzg2l 90019c00.poegd: RZ/G2L POEG Driver probed
[    0.376686] rzt2h-pcie 92100000.pcie: host bridge /soc/pcie@92100000 ranges:
[    0.376752] rzt2h-pcie 92100000.pcie:      MEM 0x0400000000..0x040fffffff -> 0x00a0000000
[    0.376828] rzt2h-pcie 92100000.pcie:   IB MEM 0x00c4000000..0x00ffffffff -> 0x00c4000000
[    0.376875] rzt2h-pcie 92100000.pcie:   IB MEM 0x0240000000..0x03ffffffff -> 0x0240000000
[    0.377378] rzt2h-pcie 92100000.pcie: pcie set lane config: num-lanes=1, val=0x300
[    0.458681] rzt2h-pcie 92100000.pcie: PCIe Linx status [0x106]n
[    0.458711] rzt2h-pcie 92100000.pcie: PCIe x1: link up Lane number
[    0.460722] rzt2h-pcie 92100000.pcie: Current link speed is 5.0 GT/s
[    0.460909] rzt2h-pcie 92100000.pcie: PCI host bridge to bus 0000:00
[    0.460942] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.460972] pci_bus 0000:00: root bus resource [mem 0x400000000-0x40fffffff] (bus address [0xa0000000-0xafffffff])
[    0.461048] pci 0000:00:00.0: [1912:1135] type 01 class 0x060400
[    0.461146] pci 0000:00:00.0: PME# supported from D0 D3hot
[    0.464303] pci 0000:01:00.0: [1912:0015] type 00 class 0x0c0330
[    0.464469] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[    0.465073] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.477317] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.477381] pci 0000:00:00.0: BAR 14: assigned [mem 0x400000000-0x4000fffff]
[    0.477418] pci 0000:01:00.0: BAR 0: assigned [mem 0x400000000-0x400001fff 64bit]
[    0.477520] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.477549] pci 0000:00:00.0:   bridge window [mem 0x400000000-0x4000fffff]
[    0.477752] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[    0.477965] pcieport 0000:00:00.0: PME: Signaling with IRQ 139
[    0.478351] pci 0000:01:00.0: enabling device (0000 -> 0002)
[    0.478842] rzt2h-pcie 92110000.pcie: host bridge /soc/pcie@92110000 ranges:
[    0.478906] rzt2h-pcie 92110000.pcie:      MEM 0x0600000000..0x060fffffff -> 0x00b0000000
[    0.478980] rzt2h-pcie 92110000.pcie:   IB MEM 0x00c4000000..0x00ffffffff -> 0x00c4000000
[    0.479028] rzt2h-pcie 92110000.pcie:   IB MEM 0x0240000000..0x03ffffffff -> 0x0240000000
[    0.479376] rzt2h-pcie 92110000.pcie: pcie set lane config: num-lanes=1, val=0x300
[    0.562675] rzt2h-pcie 92110000.pcie: PCIe Linx status [0x102]n
[    0.562704] rzt2h-pcie 92110000.pcie: PCIe x1: link up Lane number
[    0.564308] rzt2h-pcie 92110000.pcie: PCI host bridge to bus 0001:00
[    0.564341] pci_bus 0001:00: root bus resource [bus 00-ff]
[    0.564371] pci_bus 0001:00: root bus resource [mem 0x600000000-0x60fffffff] (bus address [0xb0000000-0xbfffffff])
[    0.564437] pci 0001:00:00.0: [1912:1135] type 01 class 0x060400
[    0.564523] pci 0001:00:00.0: PME# supported from D0 D3hot
[    0.567643] pci 0001:01:00.0: [1b4b:2b42] type 00 class 0x020000
[    0.567808] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
[    0.567921] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x000fffff 64bit pref]
[    0.568530] pci 0001:01:00.0: supports D1 D2
[    0.568554] pci 0001:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.568831] pci 0001:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0001:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
[    0.581320] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[    0.581379] pci 0001:00:00.0: BAR 15: assigned [mem 0x600000000-0x6001fffff 64bit pref]
[    0.581419] pci 0001:01:00.0: BAR 0: assigned [mem 0x600000000-0x6000fffff 64bit pref]
[    0.581525] pci 0001:01:00.0: BAR 2: assigned [mem 0x600100000-0x6001fffff 64bit pref]
[    0.581626] pci 0001:00:00.0: PCI bridge to [bus 01]
[    0.581655] pci 0001:00:00.0:   bridge window [mem 0x600000000-0x6001fffff 64bit pref]
[    0.581846] pcieport 0001:00:00.0: enabling device (0000 -> 0002)
[    0.582040] pcieport 0001:00:00.0: PME: Signaling with IRQ 175
[    0.582904] switchtec: loaded.
[    0.584009] rz-dmac 800c0000.dma-controller: assigned reserved memory node linux,cma@D0000000
[    0.584908] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0300000
[    0.585429] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0301000
[    0.585928] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0302000
[    0.586431] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0303000
[    0.586921] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0304000
[    0.587424] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0305000
[    0.587917] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0306000
[    0.588412] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0307000
[    0.588918] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0308000
[    0.589410] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0309000
[    0.589915] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d030a000
[    0.590413] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d030b000
[    0.590952] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d030c000
[    0.591450] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d030d000
[    0.591975] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d030e000
[    0.592469] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d030f000
[    0.593932] rz-dmac 800c1000.dma-controller: Init reserved memory failed.
[    0.594051] rz-dmac 800c2000.dma-controller: Init reserved memory failed.
[    0.660844] SuperH (H)SCI(F) driver initialized
[    0.661417] Renesas SCI(F) driver initialized
[    0.661784] 80005000.serial: ttySC0 at MMIO 0x80005000 (irq = 14, base_baud = 0) is a scif
[    2.239484] printk: console [ttySC0] enabled
[    2.244625] 80005c00.serial: ttySC3 at MMIO 0x80005c00 (irq = 18, base_baud = 0) is a scif
[    2.253825] 81005000.serial: ttySC5 at MMIO 0x81005000 (irq = 22, base_baud = 0) is a sci
[    2.278618] loop: module loaded
[    2.285466] tun: Universal TUN/TAP device driver, 1.6
[    2.290813] CAN device driver interface
[    2.295610] rcar_canfd 80040000.can: can_clk rate is 125000000
[    2.302157] rcar_canfd 80040000.can: device registered (channel 0)
[    2.308456] rcar_canfd 80040000.can: can_clk rate is 125000000
[    2.314950] rcar_canfd 80040000.can: device registered (channel 1)
[    2.321186] rcar_canfd 80040000.can: global operational state (clk 0, fdmode 0)
[    2.329191] e1000e: Intel(R) PRO/1000 Network Driver
[    2.334198] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.340990] rzt2h_ethss 80110000.ethss: SWITCH_MANAGEMENT_PORT: NONE
[    2.347404] rzt2h_ethss 80110000.ethss: CONV0: GMAC0_PORT
[    2.352851] rzt2h_ethss 80110000.ethss: CONV1: GMAC1_PORT
[    2.358297] rzt2h_ethss 80110000.ethss: CONV2: GMAC2_PORT
[    2.363737] rzt2h_ethss 80110000.ethss: CONV3: NONE
[    2.368791] rzt2h_ethss 80110000.ethss: ETH Subsystem running in mode 0x7
[    2.375633] rzt2h_ethss 80110000.ethss: ETH Subsystem probed OK
[    2.382294] dwc-eth-dwmac 80100000.ethernet: force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    2.392077] dwc-eth-dwmac 80100000.ethernet: PTP uses main clock
[    2.398137] dwc-eth-dwmac 80100000.ethernet: no reset control found
[    2.404921] dwc-eth-dwmac 92000000.ethernet: force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    2.414689] dwc-eth-dwmac 92000000.ethernet: PTP uses main clock
[    2.420748] dwc-eth-dwmac 92000000.ethernet: no reset control found
[    2.427495] dwc-eth-dwmac 92010000.ethernet: force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    2.437259] dwc-eth-dwmac 92010000.ethernet: PTP uses main clock
[    2.443317] dwc-eth-dwmac 92010000.ethernet: no reset control found
[    2.450775] VFIO - User Level meta-driver version: 0.3
[    2.456279] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.462885] ehci-pci: EHCI PCI platform driver
[    2.467441] ehci-platform: EHCI generic platform driver
[    2.498811] ehci-platform 92040100.usb: EHCI Host Controller
[    2.504549] ehci-platform 92040100.usb: new USB bus registered, assigned bus number 1
[    2.512545] ehci-platform 92040100.usb: irq 25, io mem 0x92040100
[    2.534681] ehci-platform 92040100.usb: USB 2.0 started, EHCI 1.10
[    2.541717] hub 1-0:1.0: USB hub found
[    2.545546] hub 1-0:1.0: 1 port detected
[    2.550343] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.556597] ohci-pci: OHCI PCI platform driver
[    2.561146] ohci-platform: OHCI generic platform driver
[    2.566725] ohci-platform 92040000.usb: Generic Platform OHCI controller
[    2.573519] ohci-platform 92040000.usb: new USB bus registered, assigned bus number 2
[    2.581502] ohci-platform 92040000.usb: irq 25, io mem 0x92040000
[    2.677415] hub 2-0:1.0: USB hub found
[    2.681253] hub 2-0:1.0: 1 port detected
[    2.686360] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    2.691661] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[    2.704494] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
[    2.715028] hub 3-0:1.0: USB hub found
[    2.718875] hub 3-0:1.0: 2 ports detected
[    2.723548] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    2.728836] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 4
[    2.736306] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    2.742743] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.751597] hub 4-0:1.0: USB hub found
[    2.755435] hub 4-0:1.0: 2 ports detected
[    2.760615] usbcore: registered new interface driver usb-storage
[    2.767106] renesas_usbhs 92041000.usb: host probed
[    2.772048] renesas_usbhs 92041000.usb: no transceiver found
[    2.777918] renesas_usbhs 92041000.usb: gadget probed
[    2.783342] renesas_usbhs 92041000.usb: probed
[    2.789019] usbcore: registered new interface driver usbtouchscreen
[    2.795942] rtc rtc0: invalid alarm value: 1900-01-01T00:00:00
[    2.802293] rzt2h-rtc 81009000.rtc: registered as rtc0
[    2.807521] rzt2h-rtc 81009000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800)
[    2.816541] i2c /dev entries driver
[    2.823869] pca953x 0-0074: using no AI
[    2.830609] pca953x 0-0075: using no AI
[    2.837680] pca953x 0-0076: using no AI
[    2.844598] i2c-riic 80088000.i2c: registered with 100000Hz bus speed
[    2.855089] Driver for 1-wire Dallas network protocol.
[    2.860532] gpio-277 (onewire): enforced open drain please flag it properly in DT/ACPI DSDT/board file
[    2.897348] w1_master_driver w1_bus_master1: Attaching one wire slave 2d.00004121226b crc f2
[    2.906965] ina2xx 0-0044: power monitor ina226 (Rshunt = 9000 uOhm)
[    2.914566] ina2xx 0-0045: power monitor ina226 (Rshunt = 9000 uOhm)
[    2.925267] Bluetooth: HCI UART driver ver 2.3
[    2.929770] Bluetooth: HCI UART protocol H4 registered
[    2.935037] usbcore: registered new interface driver btusb
[    2.942155] ledtrig-cpu: registered to indicate activity on CPUs
[    2.942195] renesas_sdhi_internal_dmac 92080000.mmc: Got CD GPIO
[    2.948207] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    2.961535] usbcore: registered new interface driver usbhid
[    2.967137] usbhid: USB HID core driver
[    2.972078] spi-nor spi0.0: w25q256jwm (32768 Kbytes)
[    2.977180] 4 fixed-partitions partitions found on MTD device spi0.0
[    2.983560] Creating 4 MTD partitions on "spi0.0":
[    2.988373] 0x000000000000-0x000000060000 : "atf"
[    2.990098] renesas_sdhi_internal_dmac 92090000.mmc: mmc1 base at 0x0000000092090000, max clock rate 200 MHz
[    2.995298] 0x000000060000-0x000000120000 : "fip"
[    3.002568] renesas_sdhi_internal_dmac 92080000.mmc: mmc0 base at 0x0000000092080000, max clock rate 200 MHz
[    3.019264] 0x000000120000-0x000000140000 : "env"
[    3.026299] 0x000000140000-0x0000003c0000 : "data"
[    3.035976] GACT probability NOT on
[    3.039857] netem: version 1.3
[    3.042974] u32 classifier
[    3.045685]     input device check on
[    3.049367]     Actions configured
[    3.053906] NET: Registered protocol family 10
[    3.059082] Segment Routing with IPv6
[    3.062860] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.069193] NET: Registered protocol family 17
[    3.070999] mmc0: new high speed SDHC card at address aaaa
[    3.073809] can: controller area network core
[    3.079547] mmcblk0: mmc0:aaaa SA16G 14.8 GiB 
[    3.083585] NET: Registered protocol family 29
[    3.090218]  mmcblk0: p1 p2
[    3.092507] can: raw protocol
[    3.098274] can: broadcast manager protocol
[    3.102490] can: netlink gateway - max_hops=1
[    3.106985] 8021q: 802.1Q VLAN Support v1.8
[    3.111374] Key type dns_resolver registered
[    3.115966] registered taskstats version 1
[    3.120103] Loading compiled-in X.509 certificates
[    3.131408] thermal emergency: set temperature to 110 celsius
[    3.134992] mmc1: new high speed MMC card at address 0001
[    3.137285] thermal emergency: shutdown target cpus 1-3
[    3.143530] mmcblk1: mmc1:0001 DG4008 7.28 GiB 
[    3.147875] thermal emergency: freq scaled target cpus 0
[    3.152544] mmcblk1boot0: mmc1:0001 DG4008 partition 1 4.00 MiB
[    3.163200] dwc-eth-dwmac 80100000.ethernet: force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    3.164108] mmcblk1boot1: mmc1:0001 DG4008 partition 2 4.00 MiB
[    3.173422] dwc-eth-dwmac 80100000.ethernet: PTP uses main clock
[    3.179463] mmcblk1rpmb: mmc1:0001 DG4008 partition 3 4.00 MiB, chardev (242:0)
[    3.185368] dwc-eth-dwmac 80100000.ethernet: no reset control found
[    3.200438] dwc-eth-dwmac 80100000.ethernet: GMAC use ETHSW timer 0 for PTP
[    3.207621] dwc-eth-dwmac 80100000.ethernet: User ID: 0x0, Synopsys ID: 0x52
[    3.214719] dwc-eth-dwmac 80100000.ethernet:         DWMAC4/5
[    3.219887] dwc-eth-dwmac 80100000.ethernet: DMA HW capability register supported
[    3.227403] dwc-eth-dwmac 80100000.ethernet: RX Checksum Offload Engine supported
[    3.234916] dwc-eth-dwmac 80100000.ethernet: Wake-Up On Lan supported
[    3.241429] dwc-eth-dwmac 80100000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.249475] dwc-eth-dwmac 80100000.ethernet: device MAC address 9a:04:71:3c:9d:d1
[    3.256991] dwc-eth-dwmac 80100000.ethernet: Enabled Flow TC (entries=8)
[    3.263727] dwc-eth-dwmac 80100000.ethernet: Using 32 bits DMA width
[    3.273792] dwc-eth-dwmac 92000000.ethernet: force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    3.283536] dwc-eth-dwmac 92000000.ethernet: PTP uses main clock
[    3.289571] dwc-eth-dwmac 92000000.ethernet: no reset control found
[    3.296956] dwc-eth-dwmac 92000000.ethernet: GMAC use ETHSW timer 0 for PTP
[    3.304087] dwc-eth-dwmac 92000000.ethernet: User ID: 0x0, Synopsys ID: 0x52
[    3.311178] dwc-eth-dwmac 92000000.ethernet:         DWMAC4/5
[    3.316345] dwc-eth-dwmac 92000000.ethernet: DMA HW capability register supported
[    3.323863] dwc-eth-dwmac 92000000.ethernet: RX Checksum Offload Engine supported
[    3.331382] dwc-eth-dwmac 92000000.ethernet: Wake-Up On Lan supported
[    3.337889] dwc-eth-dwmac 92000000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.345941] dwc-eth-dwmac 92000000.ethernet: device MAC address 5e:71:b6:1a:f4:69
[    3.353464] dwc-eth-dwmac 92000000.ethernet: Enabled Flow TC (entries=8)
[    3.360204] dwc-eth-dwmac 92000000.ethernet: Using 32 bits DMA width
[    3.382924] dwc-eth-dwmac 92010000.ethernet: force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    3.392675] dwc-eth-dwmac 92010000.ethernet: PTP uses main clock
[    3.398712] dwc-eth-dwmac 92010000.ethernet: no reset control found
[    3.406104] dwc-eth-dwmac 92010000.ethernet: GMAC use ETHSW timer 0 for PTP
[    3.413248] dwc-eth-dwmac 92010000.ethernet: User ID: 0x0, Synopsys ID: 0x52
[    3.420343] dwc-eth-dwmac 92010000.ethernet:         DWMAC4/5
[    3.425511] dwc-eth-dwmac 92010000.ethernet: DMA HW capability register supported
[    3.433029] dwc-eth-dwmac 92010000.ethernet: RX Checksum Offload Engine supported
[    3.440548] dwc-eth-dwmac 92010000.ethernet: Wake-Up On Lan supported
[    3.447063] dwc-eth-dwmac 92010000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.455115] dwc-eth-dwmac 92010000.ethernet: device MAC address 86:21:60:f3:be:a6
[    3.462648] dwc-eth-dwmac 92010000.ethernet: Enabled Flow TC (entries=8)
[    3.469388] dwc-eth-dwmac 92010000.ethernet: Using 32 bits DMA width
[    3.610541] dwc-eth-dwmac 80100000.ethernet eth0: PHY [stmmac-ethernet@80100000-0:00] driver [Microsemi VSC8541 SyncE] (irq=POLL)
[    3.624689] dwmac4: Master AXI performs any burst length
[    3.630104] dwc-eth-dwmac 80100000.ethernet eth0: No Safety Features support found
[    3.637726] dwc-eth-dwmac 80100000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[    3.646528] dwc-eth-dwmac 80100000.ethernet eth0: registered PTP clock
[    3.653409] dwc-eth-dwmac 80100000.ethernet eth0: configuring for phy/rgmii-id link mode
[    3.662014] 8021q: adding VLAN 0 to HW filter on device eth0
[    6.729134] dwc-eth-dwmac 80100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[    6.738680] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    6.762658] IP-Config: Complete:
[    6.765904]      device=eth0, hwaddr=9a:04:71:3c:9d:d1, ipaddr=192.168.0.168, mask=255.255.255.0, gw=192.168.0.254
[    6.776306]      host=desk-rz, domain=, nis-domain=(none)
[    6.781735]      bootserver=192.168.0.169, rootserver=192.168.0.169, rootpath=
[    6.781906] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.798467] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.805113] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    6.806728] ALSA device list:
[    6.813772] cfg80211: failed to load regulatory.db
[    6.816757]   No soundcards found.
[    7.751240] dwc-eth-dwmac 80100000.ethernet eth0: Link is Down
[   10.825233] dwc-eth-dwmac 80100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   16.148896] VFS: Mounted root (nfs filesystem) on device 0:19.
[   16.156898] devtmpfs: mounted
[   16.160967] Freeing unused kernel memory: 2240K
[   16.170709] Run /sbin/init as init process
[   17.242194] systemd[1]: System time before build time, advancing clock.
[   17.332746] 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)
[   17.354995] systemd[1]: Detected architecture arm64.

Welcome to Poky (Yocto Project Reference Distro) 3.1.31 (dunfell)!

[   17.419610] systemd[1]: Set hostname to <desk-t2h-usd-devel>.
[   17.448710] random: systemd: uninitialized urandom read (16 bytes read)
[   17.455437] systemd[1]: Initializing machine ID from random generator.
[   19.391897] random: systemd: uninitialized urandom read (16 bytes read)
[   19.398803] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[   19.411214] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[   19.422166] systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
[   19.442824] random: systemd: uninitialized urandom read (16 bytes read)
[   19.450400] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[   19.470749] random: systemd: uninitialized urandom read (16 bytes read)
[   19.478231] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[   19.498950] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[   19.522894] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[   19.546866] systemd[1]: Reached target Host and Network Name Lookups.
[  OK  ] Reached target Host and Network Name Lookups.
[   19.570768] systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
[   19.590763] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[   19.610760] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[   19.630767] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[   19.657550] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[   19.682778] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[   19.707371] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[   19.726944] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[   19.753361] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[   19.775037] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[   19.799118] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[   19.820847] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[   19.847536] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[   19.870969] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   19.894191] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[   19.918246] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[   19.942276] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[   19.978584] systemd[1]: Mounting Temporary Directory (/tmp)...
         Mounting Temporary Directory (/tmp)...
[   20.011354] systemd[1]: Starting Create list of static device nodes for the current kernel...
         Starting Create list of st…odes for the current kernel...
[   20.054564] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[   20.079066] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   20.093040] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   20.141135] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[   20.152559] systemd[1]: Mounting NFSD configuration filesystem...
         Mounting NFSD configuration filesystem...
[   20.175331] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[   20.187303] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[   20.218560] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[   20.246145] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[   20.270486] systemd[1]: Starting udev Coldplug all Devices...
         Starting udev Coldplug all Devices...
[   20.295232] systemd[1]: Mounted Huge Pages File System.
[  OK  ] Mounted Huge Pages File System.
[   20.315543] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[   20.340537] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[   20.364484] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[   20.383311] systemd[1]: Mounted Temporary Directory (/tmp).
[  OK  ] Mounted Temporary Directory (/tmp).
[   20.414398] systemd[1]: Started Create list of static device nodes for the current kernel.
[  OK  ] Started Create list of sta… nodes for the current kernel.
[   20.434718] random: systemd-journal: uninitialized urandom read (16 bytes read)
[   20.442365] random: systemd-journal: uninitialized urandom read (16 bytes read)
[   20.450795] random: systemd-journal: uninitialized urandom read (16 bytes read)
[   20.451250] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[FAILED] Failed to mount NFSD configuration filesystem.
See 'systemctl status proc-fs-nfsd.mount' for details.
[DEPEND] Dependency failed for NFS Mount Daemon.
[DEPEND] Dependency failed for NFS server and services.
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started Apply Kernel Variables.
         Starting Flush Journal to Persistent Storage...
         Starting Create System Users...
[   20.760775] systemd-journald[236]: Received client request to flush runtime journal.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started Create System Users.
         Starting Create Static Device Nodes in /dev...
         Starting udev Wait for Complete Device Initialization...
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /var/volatile...
[   21.450808] random: systemd: uninitialized urandom read (16 bytes read)
         Startin[   21.461792] random: systemd-journal: uninitialized urandom read (16 bytes read)
g udev Kernel Device Manager...
[  OK  ] Mounted /var/volatile.
[   21.578695] random: systemd: uninitialized urandom read (16 bytes read)
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Rebuild Dynamic Linker Cache...
         Starting Create Volatile Files and Directories...
[  OK  ] Started Rebuild Dynamic Linker Cache.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Reached target Hardware activated USB gadget.
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[   22.860463] mwifiex_pcie 0001:01:00.0: enabling device (0000 -> 0002)
[   22.915186] mwifiex_pcie: PCI memory map Virt0: (____ptrval____) PCI memory map Virt2: (____ptrval____)
[   22.922680] random: crng init done
[   22.928067] random: 116 urandom warning(s) missed due to ratelimiting
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Create Volatile Files and Directories.
[  OK  ] Started udev Wait for Complete Device Initialization.
[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
         Starting Run pending postinsts...
         Starting Rebuild Journal Catalog...
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[  OK  ] Reached target System Time Set.
[  OK  ] Reached target System Time Synchronized.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Stopped Network Time Synchronization.
[   23.957680] mwifiex_pcie 0001:01:00.0: info: FW download over, size 632240 bytes
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[  OK  ] Stopped Network Time Synchronization.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[  OK  ] Stopped Network Time Synchronization.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[  OK  ] Started Rebuild Journal Catalog.
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Stopped Network Time Synchronization.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
         Starting Update is Completed...
[  OK  ] Stopped Network Time Synchronization.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[  OK  ] Started Update is Completed.
[  OK  ] Started Run pending postinsts.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily rotation of log files.
[   24.834668] mwifiex_pcie 0001:01:00.0: WLAN FW is active
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[   24.895515] mwifiex_pcie 0001:01:00.0: info: MWIFIEX VERSION: mwifiex 1.0 (16.68.1.p179) 
         Starting sshd.socket.
[   24.908050] mwifiex_pcie 0001:01:00.0 wlP1p1s0: renamed from mlan0
         Startin[   24.921324] mwifiex_pcie 0001:01:00.0: driver_version = mwifiex 1.0 (16.68.1.p179) 
g Load/Save RF Kill Switch Status...
[  OK  ] Listening on sshd.socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[  OK  ] Started Job spooling tools.
[  OK  ] Started Periodic Command Scheduler.
[  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)...
         Starting Telephony service...
         Starting rng-tools.service...
[  OK  ] Started System Logging Service.
[FAILED] Failed to start Login Service.
See 'systemctl status systemd-logind.service' for details.
[  OK  ] Started VIN initializing setting.
         Starting OpenSSH Key Generation...
[  OK  ] Started Load/Save RF Kill Switch Status.
[  OK  ] Started IPv6 Packet Filtering Framework.
[  OK  ] Started IPv4 Packet Filtering Framework.
[  OK  ] Started Network Time Service (one-shot ntpdate mode).
syslogd[329]: Error opening log file: /var/log/auth.log: No such file or directory
syslogd[329]: Error opening log file: /var/log/syslog: No such file or directory
[  OK  ] Started rng-tools.service.
syslogd[329]: Error opening log file: /var/log/kern.log: No such file or directory
syslogd[329]: Error opening log file: /var/log/mail.log: No such file or directory
[  OK  ] Reached target Network (Pre).
syslogd[329]: Error opening log file: /var/log/mail.err: No such file or directory
syslogd[329]: Error opening log file: /var/log/messages: No such file or directory
         Starting Connection service...
[  OK  ] Stopped Login Service.
[FAILED] Failed to start Login Service.
See 'systemctl status systemd-logind.service' for details.
         Starting Network Service...
[  OK  ] Stopped Login Service.
[FAILED] Failed to start Login Service.
See 'systemctl status systemd-logind.service' for details.
[  OK  ] Stopped Login Service.
[FAILED] Failed to start Login Service.
See 'systemctl status systemd-logind.service' for details.
[  OK  ] Stopped Login Service.
[FAILED] Failed to start Login Service.
See 'systemctl status systemd-logind.service' for details.
[  OK  ] Stopped Login Service.
[FAILED] Failed to start Login Service.
See 'systemctl status systemd-logind.service' for details.
[  OK  ] Started Telephony service.
[  OK  ] Started Connection service.
[  OK  ] Started Network Service.
[  OK  ] Reached target Network.
[  OK  ] Started NFS status monitor for NFSv2/3 locking..
[FAILED] Failed to start Respond to IPv6 Node Information Queries.
See 'systemctl status ninfod.service' for details.
[FAILED] Failed to start Network Router Discovery Daemon.
See 'systemctl status rdisc.service' for details.
         Starting Permit User Sessions...
         Starting Target Communication Framework agent...
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttySC0.
[  OK  ] Reached target Login Prompts.
         Starting WPA supplicant...
[  OK  ] Started Target Communication Framework agent.
[  OK  ] Reached target Multi-User System.
[FAILED] Failed to start Hostname Service.
See 'systemctl status systemd-hostnamed.service' for details.
         Starting Update UTMP about System Runlevel Changes...
         Starting watchdog daemon...
[  OK  ] Started WPA supplicant.
[  OK  ] Started Update UTMP about System Runlevel Changes.
[  OK  ] Started watchdog daemon.
[  OK  ] Started OpenSSH Key Generation.

Poky (Yocto Project Reference Distro) 3.1.31 desk-t2h-usd-devel ttySC0

BSP: //1.0.2
LSI: 
Version: 1.0.2
desk-t2h-usd-devel login: root
root@desk-t2h-usd-devel:~# cat /etc/os-release 
ID=poky
NAME="Poky (Yocto Project Reference Distro)"
VERSION="3.1.31 (dunfell)"
VERSION_ID=3.1.31
PRETTY_NAME="Poky (Yocto Project Reference Distro) 3.1.31 (dunfell)"
DISTRO_CODENAME="dunfell"
BUG_FIXED_VERSION="desk-rz-l-1.0.0-rc2"
root@desk-t2h-usd-devel:~# cat /etc/build 
-----------------------
Build Configuration:  |
-----------------------
DISTRO = poky
DISTRO_VERSION = 3.1.31
MACHINE = desk-t2h-usd-devel
IMAGE_BASENAME = desk-rz-image
-----------------------
Layer Revisions:      |
-----------------------
meta-app          = desk-rz-l-rel-1.0.0:0a10e4f8ae8de7b25c09170962e2b03e6b7de106 -- modified
meta-bsp          = desk-rz-l-rel-1.0.0:0a10e4f8ae8de7b25c09170962e2b03e6b7de106 -- modified
meta-distro       = desk-rz-l-rel-1.0.0:0a10e4f8ae8de7b25c09170962e2b03e6b7de106 -- modified
meta-gplv2        = HEAD:60b251c25ba87e946a0ca4cdc8d17b1cb09292ac 
meta-multimedia   = HEAD:daa4619fe3fbf8c28f342c4a7163a84a330f7653 
meta-networking   = HEAD:daa4619fe3fbf8c28f342c4a7163a84a330f7653 
meta-oe           = HEAD:daa4619fe3fbf8c28f342c4a7163a84a330f7653 
meta-python       = HEAD:daa4619fe3fbf8c28f342c4a7163a84a330f7653 
meta-rz-common    = HEAD:04c21cc9c44a8f59973c212d98abd60ed0e5f8cb 
meta-rzt2h        = HEAD:04c21cc9c44a8f59973c212d98abd60ed0e5f8cb 
meta              = HEAD:a9e3cc3b9eab7a83c715bb8440454e8fea852c2a 
meta-poky         = HEAD:a9e3cc3b9eab7a83c715bb8440454e8fea852c2a 
meta-yocto-bsp    = HEAD:a9e3cc3b9eab7a83c715bb8440454e8fea852c2a 
root@desk-t2h-usd-devel:~# 

The following message appears from the VM when the rootfs is mounted:

dvdk@vagrant:~$ cat /var/log/syslog | tail -n 1
Dec 16 15:45:57 vagrant rpc.mountd[121005]: authenticated mount request from 192.168.0.168:742 for /home/dvdk/desk-rz-l/rootfs (/home)

Kernel Module[edit | edit source]

The modules are already present and loaded on RFS on MVM.

root@desk-t2h-usd-devel:~# ls -l /lib/modules/$(uname -r)
total 216
drwxr-xr-x 4 1001 1001   4096 Mar  9  2018 kernel
-rw-r--r-- 1 1001 1001   4285 Mar  9  2018 modules.alias
-rw-r--r-- 1 1001 1001   5692 Mar  9  2018 modules.alias.bin
-rw-r--r-- 1 1001 1001  18471 Mar  9  2018 modules.builtin
-rw-r--r-- 1 1001 1001  21926 Mar  9  2018 modules.builtin.bin
-rw-r--r-- 1 1001 1001 117446 Mar  9  2018 modules.builtin.modinfo
-rw-r--r-- 1 1001 1001   2417 Mar  9  2018 modules.dep
-rw-r--r-- 1 1001 1001   3576 Mar  9  2018 modules.dep.bin
-rw-r--r-- 1 1001 1001     74 Mar  9  2018 modules.devname
-rw-r--r-- 1 1001 1001   1477 Mar  9  2018 modules.order
-rw-r--r-- 1 1001 1001     55 Mar  9  2018 modules.softdep
-rw-r--r-- 1 1001 1001   7012 Mar  9  2018 modules.symbols
-rw-r--r-- 1 1001 1001   7794 Mar  9  2018 modules.symbols.bin
root@desk-t2h-usd-devel:~# lsmod
Module                  Size  Used by
mwifiex_pcie           40960  0
mwifiex               253952  1 mwifiex_pcie
root@desk-t2h-usd-devel:~#