DESK-RZ-L/Deployment/Boot options nor

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


Booting from NOR device[edit | edit source]

After programming U-Boot into the NOR memory (see Flash Programmer), it is possible to boot directly from the NOR memory connected to the xSPI0 bus.

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#: 00002002
CB UniqueID#: 17000041:2094b72d
Net:   
Warning: ethernet@80100000 (eth0) using random MAC address - aa:db:c3:64:a1:3d
eth0: ethernet@80100000
Hit any key to stop autoboot:  0 
=> 

The NOR flash contains only BL2 and U-Boot.

ConfigID[edit | edit source]

See ConfigID for further details.

Linux boot[edit | edit source]

The kernel is executed only if the CB ConfigID# is 2002 or 2003.

This ensures that the correct kernel and DTB are used depending on the carrier board present, in particular, preventing motor signals from being driven incorrectly if the pins are assigned to unconnected peripherals, which could cause hardware damage.

The kernel and the Root File System (RFS) must be provided via the uSD card.

From the mirror, you can download the file desk-rz-image-desk-t2h-usd-devel.wic.bz2.

Decompress it using 7-Zip (or similar tools) and program the uSD card using a tool such as Balena Etcher.

Insert the uSD card into the dedicated connector.

U-Boot will automatically look for the binaries on the uSD card and proceed to boot the Linux kernel from uSD.

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#: 00002002
CB UniqueID#: 17000041:2094b72d
Net:   
Warning: ethernet@80100000 (eth0) using random MAC address - 3e:80:26:0e:45:10
eth0: ethernet@80100000
Hit any key to stop autoboot:  0 
704 bytes read in 3 ms (228.5 KiB/s)
Running bootscript from mmc ...
## Executing script at c4200000
Booting SDV26 with boot/rzt2h-eb23-cb2002.dtb as device tree
20646400 bytes read in 825 ms (23.9 MiB/s)
39559 bytes read in 5 ms (7.5 MiB/s)
## Flattened Device Tree blob at c5f00000
   Booting using the fdt blob at 0xc5f00000
   Loading Device Tree to 00000000cfff3000, end 00000000cffffa86 ... 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: rw rootwait root=/dev/mmcblk0p2 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: 7814144K/8323072K available (12928K kernel code, 1090K rwdata, 3800K rodata, 2240K init, 416K bss, 246784K 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.008284] Console: colour dummy device 80x25
[    0.012759] printk: console [tty0] enabled
[    0.016888] 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: rw rootwait root=/dev/mmcblk0p2 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: 7814144K/8323072K available (12928K kernel code, 1090K rwdata, 3800K rodata, 2240K init, 416K bss, 246784K 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.008284] Console: colour dummy device 80x25
[    0.012759] printk: console [tty0] enabled
[    0.016888] printk: bootconsole [sci0] disabled
[    0.021480] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000)
[    0.021520] pid_max: default: 32768 minimum: 301
[    0.021769] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.021837] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.024199] rcu: Hierarchical SRCU implementation.
[    0.025170] Detected Renesas RZ/T2H r9a09g077 
[    0.135879] renesas,rzt2h-mitigation: Successed Initialization
[    0.135917] EFI services will not be available.
[    0.136445] smp: Bringing up secondary CPUs ...
[    0.137173] Detected VIPT I-cache on CPU1
[    0.137217] GICv3: CPU1: found redistributor 100 region 0:0x0000000083060000
[    0.137258] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[    0.138083] Detected VIPT I-cache on CPU2
[    0.138120] GICv3: CPU2: found redistributor 200 region 0:0x0000000083080000
[    0.138156] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[    0.138966] Detected VIPT I-cache on CPU3
[    0.138997] GICv3: CPU3: found redistributor 300 region 0:0x00000000830a0000
[    0.139032] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[    0.139166] smp: Brought up 1 node, 4 CPUs
[    0.139299] SMP: Total of 4 processors activated.
[    0.139322] CPU features: detected: Privileged Access Never
[    0.139342] CPU features: detected: LSE atomic instructions
[    0.139362] CPU features: detected: User Access Override
[    0.139382] CPU features: detected: 32-bit EL0 Support
[    0.139401] CPU features: detected: Common not Private translations
[    0.139422] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.139449] CPU features: detected: CRC32 instructions
[    0.139467] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.139491] CPU features: detected: 32-bit EL1 Support
[    0.168751] CPU: All CPU(s) started at EL1
[    0.168812] alternatives: patching kernel code
[    0.171739] devtmpfs: initialized
[    0.181827] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.181875] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.193986] pinctrl core: initialized pinctrl subsystem
[    0.195040] DMI not present or invalid.
[    0.195745] NET: Registered protocol family 16
[    0.197638] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.197963] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.198613] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.198706] audit: initializing netlink subsys (disabled)
[    0.198979] audit: type=2000 audit(0.192:1): state=initialized audit_enabled=0 res=1
[    0.199683] thermal_sys: Registered thermal governor 'step_wise'
[    0.200063] cpuidle: using governor menu
[    0.200290] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.200444] ASID allocator initialised with 65536 entries
[    0.236341] gpio-337 (pcie_rstout0): hogged as output/high
[    0.236392] gpio-269 (pcie_rstout1): hogged as output/high
[    0.236841] pinctrl-rzt2h 802c0000.pinctrl: pinctrl-rzt2h support registered
[    0.250320] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.250352] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.250378] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.250403] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.252874] cryptd: max_cpu_qlen set to 1000
[    0.261784] iommu: Default domain type: Translated 
[    0.263144] vgaarb: loaded
[    0.263535] SCSI subsystem initialized
[    0.264023] usbcore: registered new interface driver usbfs
[    0.264102] usbcore: registered new interface driver hub
[    0.264164] usbcore: registered new device driver usb
[    0.265125] mc: Linux media interface: v0.10
[    0.265191] videodev: Linux video capture interface: v2.00
[    0.265314] pps_core: LinuxPPS API ver. 1 registered
[    0.265337] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.265383] PTP clock support registered
[    0.266299] sh_cmt 80080000.timer: ch0: used for clock events
[    0.266337] sh_cmt 80080000.timer: ch1: used as clock source
[    0.266364] clocksource: 80080000.timer: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 238904522 ns
[    0.266973] sh_cmt 80080400.timer: ch0: used for clock events
[    0.267004] sh_cmt 80080400.timer: ch1: used as clock source
[    0.267029] clocksource: 80080400.timer: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 238904522 ns
[    0.267446] sh_cmt 80080800.timer: ch0: used for clock events
[    0.267477] sh_cmt 80080800.timer: ch1: used as clock source
[    0.267502] clocksource: 80080800.timer: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 238904522 ns
[    0.267889] sh_cmt 80081000.timer: ch0: used for clock events
[    0.267919] sh_cmt 80081000.timer: ch0: used as clock source
[    0.267944] clocksource: 80081000.timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 244641337159 ns
[    0.268333] sh_cmt 80081400.timer: ch0: used for clock events
[    0.268363] sh_cmt 80081400.timer: ch0: used as clock source
[    0.268388] clocksource: 80081400.timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 244641337159 ns
[    0.269256] Advanced Linux Sound Architecture Driver Initialized.
[    0.270072] Bluetooth: Core ver 2.22
[    0.270129] NET: Registered protocol family 31
[    0.270151] Bluetooth: HCI device and connection manager initialized
[    0.270181] Bluetooth: HCI socket layer initialized
[    0.270205] Bluetooth: L2CAP socket layer initialized
[    0.270241] Bluetooth: SCO socket layer initialized
[    0.271001] clocksource: Switched to clocksource arch_sys_counter
[    0.271257] VFS: Disk quotas dquot_6.6.0
[    0.271348] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.281598] NET: Registered protocol family 2
[    0.281983] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.287413] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.287559] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.288276] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.289447] TCP: Hash tables configured (established 65536 bind 65536)
[    0.289601] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.289817] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.290168] NET: Registered protocol family 1
[    0.290774] RPC: Registered named UNIX socket transport module.
[    0.290800] RPC: Registered udp transport module.
[    0.290819] RPC: Registered tcp transport module.
[    0.290837] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.291942] PCI: CLS 0 bytes, default 64
[    0.293076] kvm [1]: HYP mode not available
[    0.295258] Initialise system trusted keyrings
[    0.295477] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    0.305448] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.306427] NFS: Registering the id_resolver key type
[    0.306477] Key type id_resolver registered
[    0.306499] Key type id_legacy registered
[    0.306644] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.306671] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.306728] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.379287] Key type asymmetric registered
[    0.379313] Asymmetric key parser 'x509' registered
[    0.379371] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.379400] io scheduler mq-deadline registered
[    0.379420] io scheduler kyber registered
[    0.383981] gpt-rzg2l 90002300.gpt00_3: RZ/G2L GPT Driver probed
[    0.384822] gpt-rzg2l 90004000.gpt02_0: RZ/G2L GPT Driver probed
[    0.385461] poeg-rzg2l 90019000.poega: RZ/G2L POEG Driver probed
[    0.385761] poeg-rzg2l 90019400.poegb: RZ/G2L POEG Driver probed
[    0.386070] poeg-rzg2l 90019800.poegc: RZ/G2L POEG Driver probed
[    0.386364] poeg-rzg2l 90019c00.poegd: RZ/G2L POEG Driver probed
[    0.388279] rzt2h-pcie 92100000.pcie: host bridge /soc/pcie@92100000 ranges:
[    0.388345] rzt2h-pcie 92100000.pcie:      MEM 0x0400000000..0x040fffffff -> 0x00a0000000
[    0.388421] rzt2h-pcie 92100000.pcie:   IB MEM 0x00c4000000..0x00ffffffff -> 0x00c4000000
[    0.388470] rzt2h-pcie 92100000.pcie:   IB MEM 0x0240000000..0x03ffffffff -> 0x0240000000
[    0.388979] rzt2h-pcie 92100000.pcie: pcie set lane config: num-lanes=1, val=0x300
[    0.471032] rzt2h-pcie 92100000.pcie: PCIe Linx status [0x106]n
[    0.471063] rzt2h-pcie 92100000.pcie: PCIe x1: link up Lane number
[    0.473063] rzt2h-pcie 92100000.pcie: Current link speed is 5.0 GT/s
[    0.473244] rzt2h-pcie 92100000.pcie: PCI host bridge to bus 0000:00
[    0.473277] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.473307] pci_bus 0000:00: root bus resource [mem 0x400000000-0x40fffffff] (bus address [0xa0000000-0xafffffff])
[    0.473384] pci 0000:00:00.0: [1912:1135] type 01 class 0x060400
[    0.473481] pci 0000:00:00.0: PME# supported from D0 D3hot
[    0.476958] pci 0000:01:00.0: [1912:0015] type 00 class 0x0c0330
[    0.477123] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[    0.477729] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.489958] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    0.490022] pci 0000:00:00.0: BAR 14: assigned [mem 0x400000000-0x4000fffff]
[    0.490059] pci 0000:01:00.0: BAR 0: assigned [mem 0x400000000-0x400001fff 64bit]
[    0.490162] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.490190] pci 0000:00:00.0:   bridge window [mem 0x400000000-0x4000fffff]
[    0.490394] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[    0.490604] pcieport 0000:00:00.0: PME: Signaling with IRQ 165
[    0.491019] pci 0000:01:00.0: enabling device (0000 -> 0002)
[    0.491492] rzt2h-pcie 92110000.pcie: host bridge /soc/pcie@92110000 ranges:
[    0.491556] rzt2h-pcie 92110000.pcie:      MEM 0x0600000000..0x060fffffff -> 0x00b0000000
[    0.491631] rzt2h-pcie 92110000.pcie:   IB MEM 0x00c4000000..0x00ffffffff -> 0x00c4000000
[    0.491678] rzt2h-pcie 92110000.pcie:   IB MEM 0x0240000000..0x03ffffffff -> 0x0240000000
[    0.492035] rzt2h-pcie 92110000.pcie: pcie set lane config: num-lanes=1, val=0x300
[    0.575027] rzt2h-pcie 92110000.pcie: PCIe Linx status [0x102]n
[    0.575055] rzt2h-pcie 92110000.pcie: PCIe x1: link up Lane number
[    0.576662] rzt2h-pcie 92110000.pcie: PCI host bridge to bus 0001:00
[    0.576695] pci_bus 0001:00: root bus resource [bus 00-ff]
[    0.576726] pci_bus 0001:00: root bus resource [mem 0x600000000-0x60fffffff] (bus address [0xb0000000-0xbfffffff])
[    0.576793] pci 0001:00:00.0: [1912:1135] type 01 class 0x060400
[    0.576879] pci 0001:00:00.0: PME# supported from D0 D3hot
[    0.580297] pci 0001:01:00.0: [1b4b:2b42] type 00 class 0x020000
[    0.580462] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
[    0.580575] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x000fffff 64bit pref]
[    0.581180] pci 0001:01:00.0: supports D1 D2
[    0.581203] pci 0001:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.581480] 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.593957] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[    0.594017] pci 0001:00:00.0: BAR 15: assigned [mem 0x600000000-0x6001fffff 64bit pref]
[    0.594057] pci 0001:01:00.0: BAR 0: assigned [mem 0x600000000-0x6000fffff 64bit pref]
[    0.594161] pci 0001:01:00.0: BAR 2: assigned [mem 0x600100000-0x6001fffff 64bit pref]
[    0.594262] pci 0001:00:00.0: PCI bridge to [bus 01]
[    0.594291] pci 0001:00:00.0:   bridge window [mem 0x600000000-0x6001fffff 64bit pref]
[    0.594483] pcieport 0001:00:00.0: enabling device (0000 -> 0002)
[    0.594686] pcieport 0001:00:00.0: PME: Signaling with IRQ 201
[    0.595593] switchtec: loaded.
[    0.597476] rz-dmac 800c0000.dma-controller: assigned reserved memory node linux,cma@D0000000
[    0.598384] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0300000
[    0.598901] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0301000
[    0.599442] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0302000
[    0.599935] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0303000
[    0.600441] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0304000
[    0.600934] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0305000
[    0.601445] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0306000
[    0.601939] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0307000
[    0.602450] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0308000
[    0.602950] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d0309000
[    0.603475] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d030a000
[    0.603977] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d030b000
[    0.604486] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d030c000
[    0.604990] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d030d000
[    0.605499] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d030e000
[    0.605996] rz-dmac 800c0000.dma-controller: Allocate memory (lmdesc) 0x00000000d030f000
[    0.607530] rz-dmac 800c1000.dma-controller: Init reserved memory failed.
[    0.607652] rz-dmac 800c2000.dma-controller: Init reserved memory failed.
[    0.674122] SuperH (H)SCI(F) driver initialized
[    0.674781] Renesas SCI(F) driver initialized
[    0.675188] 80005000.serial: ttySC0 at MMIO 0x80005000 (irq = 14, base_baud = 0) is a scif
[    2.254096] printk: console [ttySC0] enabled
[    2.259279] 80005400.serial: ttySC1 at MMIO 0x80005400 (irq = 18, base_baud = 0) is a scif
[    2.268521] 80005c00.serial: ttySC3 at MMIO 0x80005c00 (irq = 22, base_baud = 0) is a scif
[    2.277713] 81005000.serial: ttySC5 at MMIO 0x81005000 (irq = 26, base_baud = 0) is a sci
[    2.304841] loop: module loaded
[    2.309842] renesas_spi_t2h 80007400.spi: dma_request_slave_channel_compat failed
[    2.317452] renesas_spi_t2h 80007400.spi: DMA not available, using PIO
[    2.325585] renesas_spi_t2h 80007400.spi: probed
[    2.333070] tun: Universal TUN/TAP device driver, 1.6
[    2.338396] CAN device driver interface
[    2.343235] rcar_canfd 80040000.can: can_clk rate is 125000000
[    2.349789] rcar_canfd 80040000.can: device registered (channel 0)
[    2.356054] rcar_canfd 80040000.can: can_clk rate is 125000000
[    2.362534] rcar_canfd 80040000.can: device registered (channel 1)
[    2.368770] rcar_canfd 80040000.can: global operational state (clk 0, fdmode 0)
[    2.376776] e1000e: Intel(R) PRO/1000 Network Driver
[    2.381791] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.388644] rzt2h_ethss 80110000.ethss: SWITCH_MANAGEMENT_PORT: NONE
[    2.395055] rzt2h_ethss 80110000.ethss: CONV0: GMAC0_PORT
[    2.400504] rzt2h_ethss 80110000.ethss: CONV1: GMAC1_PORT
[    2.405951] rzt2h_ethss 80110000.ethss: CONV2: GMAC2_PORT
[    2.411393] rzt2h_ethss 80110000.ethss: CONV3: NONE
[    2.416455] rzt2h_ethss 80110000.ethss: ETH Subsystem running in mode 0x7
[    2.423314] rzt2h_ethss 80110000.ethss: ETH Subsystem probed OK
[    2.430016] dwc-eth-dwmac 80100000.ethernet: force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    2.439781] dwc-eth-dwmac 80100000.ethernet: PTP uses main clock
[    2.445842] dwc-eth-dwmac 80100000.ethernet: no reset control found
[    2.452649] dwc-eth-dwmac 92000000.ethernet: force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    2.462427] dwc-eth-dwmac 92000000.ethernet: PTP uses main clock
[    2.468491] dwc-eth-dwmac 92000000.ethernet: no reset control found
[    2.475272] dwc-eth-dwmac 92010000.ethernet: force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    2.485050] dwc-eth-dwmac 92010000.ethernet: PTP uses main clock
[    2.491113] dwc-eth-dwmac 92010000.ethernet: no reset control found
[    2.498661] VFIO - User Level meta-driver version: 0.3
[    2.504120] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.510712] ehci-pci: EHCI PCI platform driver
[    2.515261] ehci-platform: EHCI generic platform driver
[    2.547153] ehci-platform 92040100.usb: EHCI Host Controller
[    2.552889] ehci-platform 92040100.usb: new USB bus registered, assigned bus number 1
[    2.560883] ehci-platform 92040100.usb: irq 29, io mem 0x92040100
[    2.583031] ehci-platform 92040100.usb: USB 2.0 started, EHCI 1.10
[    2.590047] hub 1-0:1.0: USB hub found
[    2.593879] hub 1-0:1.0: 1 port detected
[    2.598706] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.604956] ohci-pci: OHCI PCI platform driver
[    2.609509] ohci-platform: OHCI generic platform driver
[    2.615088] ohci-platform 92040000.usb: Generic Platform OHCI controller
[    2.621880] ohci-platform 92040000.usb: new USB bus registered, assigned bus number 2
[    2.629865] ohci-platform 92040000.usb: irq 29, io mem 0x92040000
[    2.725772] hub 2-0:1.0: USB hub found
[    2.729608] hub 2-0:1.0: 1 port detected
[    2.734735] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    2.740046] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[    2.752865] xhci_hcd 0000:01:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
[    2.763430] hub 3-0:1.0: USB hub found
[    2.767284] hub 3-0:1.0: 2 ports detected
[    2.771992] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    2.777285] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 4
[    2.784752] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    2.791179] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.800010] hub 4-0:1.0: USB hub found
[    2.803851] hub 4-0:1.0: 2 ports detected
[    2.809110] usbcore: registered new interface driver usb-storage
[    2.815626] renesas_usbhs 92041000.usb: host probed
[    2.820579] renesas_usbhs 92041000.usb: no transceiver found
[    2.826451] renesas_usbhs 92041000.usb: gadget probed
[    2.831877] renesas_usbhs 92041000.usb: probed
[    2.837701] usbcore: registered new interface driver usbtouchscreen
[    2.844640] rtc rtc0: invalid alarm value: 1900-01-01T00:00:00
[    2.851012] rzt2h-rtc 81009000.rtc: registered as rtc0
[    2.856228] rzt2h-rtc 81009000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800)
[    2.865263] i2c /dev entries driver
[    2.870938] irq: type mismatch, failed to map hwirq-102 for interrupt-controller@83000000!
[    2.879284] ili210x_i2c 0-0041: No IRQ!
[    2.883170] ili210x_i2c: probe of 0-0041 failed with error -22
[    2.889161] i2c-riic 80088000.i2c: registered with 100000Hz bus speed
[    2.899893] rtc-isl1208 1-006f: Using internal oscillator
[    2.911256] rtc-isl1208 1-006f: registered as rtc1
[    2.919281] pca953x 1-0074: using no AI
[    2.926181] pca953x 1-0075: using no AI
[    2.933294] pca953x 1-0076: using no AI
[    2.940243] i2c-riic 80088400.i2c: registered with 100000Hz bus speed
[    2.951267] Driver for 1-wire Dallas network protocol.
[    2.956733] gpio-277 (onewire): enforced open drain please flag it properly in DT/ACPI DSDT/board file
[    2.993547] w1_master_driver w1_bus_master1: Attaching one wire slave 2d.0000412094b7 crc 17
[    3.002406] ina2xx 1-0044: error configuring the device: -6
[    3.008501] ina2xx 1-0045: error configuring the device: -6
[    3.018594] Bluetooth: HCI UART driver ver 2.3
[    3.023105] Bluetooth: HCI UART protocol H4 registered
[    3.028385] usbcore: registered new interface driver btusb
[    3.035549] ledtrig-cpu: registered to indicate activity on CPUs
[    3.041622] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    3.041630] renesas_sdhi_internal_dmac 92080000.mmc: Got CD GPIO
[    3.048980] usbcore: registered new interface driver usbhid
[    3.059729] usbhid: USB HID core driver
[    3.064711] spi-nor spi1.0: w25q256jwm (32768 Kbytes)
[    3.069818] 4 fixed-partitions partitions found on MTD device spi1.0
[    3.076207] Creating 4 MTD partitions on "spi1.0":
[    3.081019] 0x000000000000-0x000000060000 : "atf"
[    3.083122] renesas_sdhi_internal_dmac 92090000.mmc: mmc1 base at 0x0000000092090000, max clock rate 200 MHz
[    3.087653] 0x000000060000-0x000000120000 : "fip"
[    3.102716] renesas_sdhi_internal_dmac 92080000.mmc: mmc0 base at 0x0000000092080000, max clock rate 200 MHz
[    3.102831] 0x000000120000-0x000000140000 : "env"
[    3.119033] 0x000000140000-0x0000003c0000 : "data"
[    3.129445] GACT probability NOT on
[    3.133554] netem: version 1.3
[    3.136701] u32 classifier
[    3.139446]     input device check on
[    3.143154]     Actions configured
[    3.147808] NET: Registered protocol family 10
[    3.152939] Segment Routing with IPv6
[    3.156697] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.162393] mmc0: new high speed SDHC card at address aaaa
[    3.163035] NET: Registered protocol family 17
[    3.168514] mmcblk0: mmc0:aaaa SA16G 14.8 GiB 
[    3.172767] can: controller area network core
[    3.179129]  mmcblk0: p1 p2
[    3.181522] NET: Registered protocol family 29
[    3.188747] can: raw protocol
[    3.191733] can: broadcast manager protocol
[    3.195942] can: netlink gateway - max_hops=1
[    3.200431] 8021q: 802.1Q VLAN Support v1.8
[    3.204838] Key type dns_resolver registered
[    3.209405] registered taskstats version 1
[    3.213534] Loading compiled-in X.509 certificates
[    3.224903] thermal emergency: set temperature to 110 celsius
[    3.230823] thermal emergency: shutdown target cpus 1-3
[    3.235440] mmc1: new high speed MMC card at address 0001
[    3.236078] thermal emergency: freq scaled target cpus 0
[    3.242009] mmcblk1: mmc1:0001 DG4008 7.28 GiB 
[    3.251577] mmcblk1boot0: mmc1:0001 DG4008 partition 1 4.00 MiB
[    3.253628] [drm] Initialized rcar-du 1.0.0 20130110 for 920c0000.display on minor 0
[    3.257650] mmcblk1boot1: mmc1:0001 DG4008 partition 2 4.00 MiB
[    3.265316] [drm] Device 920c0000.display probed
[    3.271392] mmcblk1rpmb: mmc1:0001 DG4008 partition 3 4.00 MiB, chardev (242:0)
[    3.287176]  mmcblk1: p1
[    3.324739] Console: switching to colour frame buffer device 100x30
[    3.354206] rcar-du 920c0000.display: [drm] fb0: rcar-dudrmfb frame buffer device
[    3.363991] dwc-eth-dwmac 80100000.ethernet: force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    3.377087] dwc-eth-dwmac 80100000.ethernet: PTP uses main clock
[    3.384952] dwc-eth-dwmac 80100000.ethernet: no reset control found
[    3.394525] dwc-eth-dwmac 80100000.ethernet: GMAC use ETHSW timer 0 for PTP
[    3.403513] dwc-eth-dwmac 80100000.ethernet: User ID: 0x0, Synopsys ID: 0x52
[    3.412398] dwc-eth-dwmac 80100000.ethernet:         DWMAC4/5
[    3.419316] dwc-eth-dwmac 80100000.ethernet: DMA HW capability register supported
[    3.428628] dwc-eth-dwmac 80100000.ethernet: RX Checksum Offload Engine supported
[    3.437949] dwc-eth-dwmac 80100000.ethernet: Wake-Up On Lan supported
[    3.446216] dwc-eth-dwmac 80100000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.456061] dwc-eth-dwmac 80100000.ethernet: device MAC address 3e:80:26:0e:45:10
[    3.465371] dwc-eth-dwmac 80100000.ethernet: Enabled Flow TC (entries=8)
[    3.473867] dwc-eth-dwmac 80100000.ethernet: Using 32 bits DMA width
[    3.485667] dwc-eth-dwmac 92000000.ethernet: force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    3.498899] dwc-eth-dwmac 92000000.ethernet: PTP uses main clock
[    3.506735] dwc-eth-dwmac 92000000.ethernet: no reset control found
[    3.515871] dwc-eth-dwmac 92000000.ethernet: GMAC use ETHSW timer 0 for PTP
[    3.524701] dwc-eth-dwmac 92000000.ethernet: User ID: 0x0, Synopsys ID: 0x52
[    3.533484] dwc-eth-dwmac 92000000.ethernet:         DWMAC4/5
[    3.540266] dwc-eth-dwmac 92000000.ethernet: DMA HW capability register supported
[    3.549450] dwc-eth-dwmac 92000000.ethernet: RX Checksum Offload Engine supported
[    3.558620] dwc-eth-dwmac 92000000.ethernet: Wake-Up On Lan supported
[    3.566720] dwc-eth-dwmac 92000000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.576311] dwc-eth-dwmac 92000000.ethernet: device MAC address de:9e:48:0d:91:ea
[    3.585316] dwc-eth-dwmac 92000000.ethernet: Enabled Flow TC (entries=8)
[    3.593487] dwc-eth-dwmac 92000000.ethernet: Using 32 bits DMA width
[    3.617674] dwc-eth-dwmac 92010000.ethernet: force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    3.630425] dwc-eth-dwmac 92010000.ethernet: PTP uses main clock
[    3.638057] dwc-eth-dwmac 92010000.ethernet: no reset control found
[    3.647052] dwc-eth-dwmac 92010000.ethernet: GMAC use ETHSW timer 0 for PTP
[    3.655757] dwc-eth-dwmac 92010000.ethernet: User ID: 0x0, Synopsys ID: 0x52
[    3.664432] dwc-eth-dwmac 92010000.ethernet:         DWMAC4/5
[    3.671129] dwc-eth-dwmac 92010000.ethernet: DMA HW capability register supported
[    3.680197] dwc-eth-dwmac 92010000.ethernet: RX Checksum Offload Engine supported
[    3.689255] dwc-eth-dwmac 92010000.ethernet: Wake-Up On Lan supported
[    3.697308] dwc-eth-dwmac 92010000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.706912] dwc-eth-dwmac 92010000.ethernet: device MAC address 86:e5:59:52:4f:52
[    3.715893] dwc-eth-dwmac 92010000.ethernet: Enabled Flow TC (entries=8)
[    3.724047] dwc-eth-dwmac 92010000.ethernet: Using 32 bits DMA width
[    3.748466] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.759286] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.767475] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.771075] ALSA device list:
[    3.777810] cfg80211: failed to load regulatory.db
[    3.782305]   No soundcards found.
[    3.852244] EXT4-fs (mmcblk0p2): recovery complete
[    3.860525] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    3.870368] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    3.879868] devtmpfs: mounted
[    3.885616] Freeing unused kernel memory: 2240K
[    3.891955] Run /sbin/init as init process
[    4.271443] systemd[1]: System time before build time, advancing clock.
[    4.312996] 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.340546] systemd[1]: Detected architecture arm64.

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

[    4.392830] systemd[1]: Set hostname to <desk-t2h-usd-devel>.
[    4.853183] random: systemd: uninitialized urandom read (16 bytes read)
[    4.862036] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    4.878454] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    4.891540] systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
[    4.915182] random: systemd: uninitialized urandom read (16 bytes read)
[    4.924914] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    4.951101] random: systemd: uninitialized urandom read (16 bytes read)
[    4.960690] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    4.983307] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[    5.011236] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[    5.039214] systemd[1]: Reached target Host and Network Name Lookups.
[  OK  ] Reached target Host and Network Name Lookups.
[    5.063108] systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
[    5.083109] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    5.107111] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[    5.127125] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    5.167350] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[    5.195173] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[    5.219491] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    5.239265] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    5.263599] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[    5.287348] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    5.311414] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    5.331535] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    5.355413] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    5.379283] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    5.406475] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[    5.430420] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    5.458444] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    5.484130] systemd[1]: Mounting Temporary Directory (/tmp)...
         Mounting Temporary Directory (/tmp)...
[    5.513046] systemd[1]: Starting Create list of static device nodes for the current kernel...
         Starting Create list of st…odes for the current kernel...
[    5.542520] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[    5.563224] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    5.579801] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    5.627967] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[    5.640573] systemd[1]: Mounting NFSD configuration filesystem...
         Mounting NFSD configuration filesystem...
[    5.663598] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    5.677250] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[    5.706216] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    5.726604] systemd[1]: Starting Apply Kernel Variables...
[    5.730506] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
         Starting Apply Kernel Variables...
[    5.758433] systemd[1]: Starting udev Coldplug all Devices...
         Starting udev Coldplug all Devices...
[    5.784452] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[    5.803659] systemd[1]: Mounted Huge Pages File System.
[  OK  ] Mounted Huge Pages File System.
[    5.827556] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Mounted Temporary Directory (/tmp).
[  OK  ] Started Create list of sta… nodes for the current kernel.
[FAILED] Failed to mount NFSD configuration filesystem.
See 'systemctl status proc-fs-nfsd.mount' for details.
[DEPEND] Dependency failed for NFS server and services.
[DEPEND] Dependency failed for NFS Mount Daemon.
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started Apply Kernel Variables.
[    6.041969] random: systemd-journal: uninitialized urandom read (16 bytes read)
[    6.045409] random: systemd: uninitialized urandom read (16 bytes read)
         Startin[    6.064367] random: systemd-journal: uninitialized urandom read (16 bytes read)
g Flush Journal to Persistent Storage...
[    6.080975] systemd-journald[241]: Received client request to flush runtime journal.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started Flush Journal to Persistent Storage.
[  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 Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Reached target System Time Set.
[  OK  ] Reached target System Time Synchronized.
         Starting udev Wait for Complete Device Initialization...
[  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  ] Reached target Hardware activated USB gadget.
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[    6.918768] mwifiex_pcie 0001:01:00.0: enabling device (0000 -> 0002)
[    6.927396] mwifiex_pcie: PCI memory map Virt0: (____ptrval____) PCI memory map Virt2: (____ptrval____)
[    7.054585] random: systemd: uninitialized urandom read (16 bytes read)
[    7.063518] random: systemd: uninitialized urandom read (16 bytes read)
[    7.072614] random: systemd: uninitialized urandom read (16 bytes read)
[  OK  ] Started udev Wait for Complete Device Initialization.
[    7.407014] random: crng init done
[    7.412303] random: 307 urandom warning(s) missed due to ratelimiting
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting sshd.socket.
[    7.971191] mwifiex_pcie 0001:01:00.0: info: FW download over, size 632240 bytes
[  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.
         Starting Login Service...
[  OK  ] Started VIN initializing setting.
         Starting OpenSSH Key Generation...
[  OK  ] Started IPv6 Packet Filtering Framework.
[  OK  ] Started IPv4 Packet Filtering Framework.
[  OK  ] Reached target Network (Pre).
         Starting Connection service...
         Starting Network Service...
[  OK  ] Started Network Service.
[  OK  ] Started Network Time Service (one-shot ntpdate mode).
[  OK  ] Started rng-tools.service.
[  OK  ] Started OpenSSH Key Generation.
[  OK  ] Started Login Service.
[  OK  ] Started Telephony service.
[  OK  ] Started Connection service.
[  OK  ] Reached target Network.
[  OK  ] Started NFS status monitor for NFSv2/3 locking..
[  OK  ] Started Respond to IPv6 Node Information Queries.
[  OK  ] Started Network Router Discovery Daemon.
         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 Load/Save RF Kill Switch Status...
[  OK  ] Started Load/Save RF Kill Switch Status.
         Starting WPA supplicant...
         Starting Hostname Service...
[  OK  ] Started Target Communication Framework agent.
[  OK  ] Reached target Multi-User System.
         Starting Update UTMP about System Runlevel Changes...
         Starting watchdog daemon...
[  OK  ] Started WPA supplicant.
[  OK  ] Started watchdog daemon.
[  OK  ] Started Update UTMP about System Runlevel Changes.
[  OK  ] Started Hostname Service.

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:~# lsblk
NAME         MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
mtdblock0     31:0    0  384K  0 disk 
mtdblock1     31:1    0  768K  0 disk 
mtdblock2     31:2    0  128K  0 disk 
mtdblock3     31:3    0  2.5M  0 disk 
mmcblk0      179:0    0 14.9G  0 disk 
|-mmcblk0p1  179:1    0 19.9M  0 part 
`-mmcblk0p2  179:2    0  3.2G  0 part /
mmcblk1      179:8    0  7.3G  0 disk 
`-mmcblk1p1  179:9    0  7.3G  0 part 
mmcblk1boot0 179:16   0    4M  1 disk 
mmcblk1boot1 179:24   0    4M  1 disk 
root@desk-t2h-usd-devel:~#