a few weeks ago @Kilian and I got u-boot to boot from the sdcard. i’m now working on getting a file system on the sdcard and boot it.
What i’m seeing is that if the sdcard is left in the board and ya boot from emmc, the board gets stuck in a constant reboot before the board finally powers off. the thing is that it doesn’t get hung in this reboot state every time. when it does get stuck in the reboot state, the sdcard needs to be removed before re-powering the board (via usb connector).
the sdcard has only been formatted with partitions like the emmc, no u-boot install or anything else on the sdcard.
Anyone else seeing this kind of issue?
The following is a case where ‘reboot’ was sent from serial terminal,
[  OK  ] Finished System Reboot.                                                
[  OK  ] Reached target System Reboot.                                          
[  402.175417] watchdog: watchdog0: watchdog did not stop!                      
[  402.300813] watchdog: watchdog0: watchdog did not stop!                      
[  402.350124] cpu cpu0: Denied to set cpu frequency temporarily on reboot      
[  402.376966] reboot: Restarting system                                        
brom_ver 8                                                                      
[APP][E] protocol_connect failed, exit.                                         
                                                                                
U-Boot SPL 2020.01 (Jul 27 2023 - 19:45:18 +0000)                               
FM[1] lpddr4x singlerank freq=3733 64bit dbi_off=n sdram init                   
ddr initialized, jump to uboot                                                  
image has no header                                                             
                                                                                
                                                                                
U-Boot 2020.01 (Jul 27 2023 - 19:45:18 +0000)                                   
                                                                                
CPU:   rv64imafdcvsu                                                            
Model: T-HEAD c910 light                                                        
DRAM:  4 GiB                                                                    
C910 CPU FREQ: 750MHz                                                           
AHB2_CPUSYS_HCLK FREQ: 250MHz                                                   
AHB3_CPUSYS_PCLK FREQ: 125MHz                                                   
PERISYS_AHB_HCLK FREQ: 250MHz                                                   
PERISYS_APB_PCLK FREQ: 62MHz                                                    
GMAC PLL POSTDIV FREQ: 1000MHZ                                                  
DPU0 PLL POSTDIV FREQ: 1188MHZ                                                  
DPU1 PLL POSTDIV FREQ: 1188MHZ                                                  
MMC:   sdhci@ffe7080000: 0, sd@ffe7090000: 1                                    
Loading Environment from MMC... OK                                              
Error reading output register                                                   
Warning: cannot get lcd-en GPIO                                                 
LCD panel cannot be found : -121                                                
splash screen startup cost 16 ms                                                
In:    serial                                                                   
Out:   serial                                                                   
Err:   serial                                                                   
Net:   ethernet@ffe7070000 (eth0) using MAC address - ea:ef:ad:29:3e:a7         
eth0: ethernet@ffe7070000ethernet@ffe7070000:0 is connected to ethernet@ffe70700
                                                                                
Warning: ethernet@ffe7060000 (eth1) using random MAC address - b6:69:86:98:83:59
, eth1: ethernet@ffe7060000                                                     
Hit any key to stop autoboot:  0                                                
50340 bytes read in 2 ms (24 MiB/s)                                             
15748 bytes read in 1 ms (15 MiB/s)                                             
85896 bytes read in 2 ms (41 MiB/s)                                             
switch to partitions #0, OK                                                     
mmc0(part 0) is current device                                                  
Scanning mmc 0:2...                                                             
Found /extlinux/extlinux.conf                                                   
Retrieving file: /extlinux/extlinux.conf                                        
286 bytes read in 1 ms (279.3 KiB/s)                                            
1:      Linux eMMC                                                              
Retrieving file: /Image                                                         
27543040 bytes read in 92 ms (285.5 MiB/s)                                      
append: root=/dev/mmcblk0p3 rw rootfstype=ext4 rootwait console=ttyS0,115200 ea3
Retrieving file: /light-beagle.dtb                                              
170543 bytes read in 2 ms (81.3 MiB/s)                                          
Retrieving file: /overlays/BVA-I2C2-RTC-DS1307.dtb                              
584 bytes read in 1 ms (570.3 KiB/s)                                            
## Flattened Device Tree blob at 46000000                                       
   Booting using the fdt blob at 0x46000000                                     
   Using Device Tree in place at 0000000046000000, end 000000004602efff         
                                                                                
Starting kernel ...                                                             
                                                                                
                                                                                
OpenSBI v0.9-52-g031dc5f                                                        
   ____                    _____ ____ _____                                     
  / __ \                  / ____|  _ \_   _|                                    
 | |  | |_ __   ___ _ __ | (___ | |_) || |                                      
 | |  | | '_ \ / _ \ '_ \ \___ \|  _ < | |                                      
 | |__| | |_) |  __/ | | |____) | |_) || |_                                     
  \____/| .__/ \___|_| |_|_____/|____/_____|                                    
        | |                                                                     
        |_|                                                                     
                                                                                
Platform Name             : BeagleBoard.org BeagleV-Ahead                       
Platform Features         : mfdeleg                                             
Platform HART Count       : 4                                                   
Platform IPI Device       : clint                                               
Platform Timer Device     : clint                                               
Platform Console Device   : uart8250                                            
Platform HSM Device       : ---                                                 
Platform SysReset Device  : thead_reset                                         
Firmware Base             : 0x0                                                 
Firmware Size             : 132 KB                                              
Runtime SBI Version       : 0.3                                                 
                                                                                
Domain0 Name              : root                                                
Domain0 Boot HART         : 0                                                   
Domain0 HARTs             : 0*,1*,2*,3*                                         
Domain0 Region00          : 0x000000ffdc000000-0x000000ffdc00ffff (I)           
Domain0 Region01          : 0x0000000000000000-0x000000000003ffff ()            
Domain0 Region02          : 0x0000000000000000-0xffffffffffffffff (R,W,X)       
Domain0 Next Address      : 0x0000000040200000                                  
Domain0 Next Arg1         : 0x0000000046000000                                  
Domain0 Next Mode         : S-mode                                              
Domain0 SysReset          : yes                                                 
                                                                                
Boot HART ID              : 0                                                   
Boot HART Domain          : root                                                
Boot HART ISA             : rv64imafdcvsux                                      
Boot HART Features        : scounteren,mcounteren,time                          
Boot HART PMP Count       : 0                                                   
Boot HART PMP Granularity : 0                                                   
Boot HART PMP Address Bits: 0                                                   
Boot HART MHPM Count      : 16                                                  
Boot HART MHPM Count      : 16                                                  
Boot HART MIDELEG         : 0x0000000000000222                                  
Boot HART MEDELEG         : 0x000000000000b109                                  
[    0.000000] Linux version 5.10.113-yocto-standard (oe-user@oe-host) (riscv643
[    0.000000] OF: fdt: Ignoring memory range 0x200000 - 0x40200000             
[    0.000000] earlycon: uart0 at MMIO32 0x000000ffe7014000 (options '115200n8')
[    0.000000] printk: bootconsole [uart0] enabled                              
                                                                                
Welcome to THEAD C910 Release Distro 1.1.2!                                     
                                                                                
[  OK  ] Created slice Slice /system/getty.                                     
[  OK  ] Created slice Slice /system/modprobe.                                  
[  OK  ] Created slice Slice /system/serial-getty.                              
[  OK  ] Created slice User and Session Slice.                                  
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.              
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.              
[  OK  ] Reached target Path Units.                                             
[  OK  ] Reached target Remote File Systems.                                    
[  OK  ] Reached target Slice Units.                                            
[  OK  ] Reached target Swaps.                                                  
[  OK  ] Listening on Syslog Socket.                                            
[  OK  ] Listening on initctl Compatibility Named Pipe.                         
[  OK  ] Listening on Journal Audit Socket.                                     
[  OK  ] Listening on Journal Socket (/dev/log).                                
[  OK  ] Listening on Journal Socket.                                           
[  OK  ] Listening on Network Service Netlink Socket.                           
[  OK  ] Listening on udev Control Socket.                                      
[  OK  ] Listening on udev Kernel Socket.                                       
[  OK  ] Listening on User Database Manager Socket.                             
         Mounting Huge Pages File System...                                     
         Mounting POSIX Message Queue File System...                            
         Mounting Kernel Debug File System...                                   
         Mounting Kernel Trace File System...                                   
         Mounting Temporary Directory /tmp...                                   
         Starting Create List of Static Device Nodes...                         
         Mounting Kernel Configuration File System...                           
         Mounting FUSE Control File System...                                   
         Starting Remount Root and Kernel File Systems...                       
         Starting Apply Kernel Variables...                                     
         Starting Coldplug All udev Devices...                                  
[  OK  ] Mounted Huge Pages File System.                                        
[  OK  ] Mounted POSIX Message Queue File System.                               
[  OK  ] Mounted Kernel Debug File System.                                      
[  OK  ] Mounted Kernel Trace File System.                                      
[  OK  ] Mounted Temporary Directory /tmp.                                      
[  OK  ] Finished Create List of Static Device Nodes.                           
[  OK  ] Mounted Kernel Configuration File System.                              
[  OK  ] Mounted FUSE Control File System.                                      
[  OK  ] Finished Remount Root and Kernel File Systems.                         
[  OK  ] Finished Apply Kernel Variables.                                       
         Starting Create Static Device Nodes in /dev...                         
[  OK  ] Finished Create Static Device Nodes in /dev.                           
[  OK  ] Reached target Preparation for Local File Systems.                     
[  OK  ] Set up automount Boot Loader Partition.                                
         Mounting /var/volatile...                                              
[  OK  ] Started Entropy Daemon based on the HAVEGE algorithm.                  
         Starting Journal Service...                                            
         Starting Rule-based Manage…for Device Events and Files...              
[  OK  ] Mounted /var/volatile.                                                 
         Starting Load/Save Random Seed...                                      
[  OK  ] Reached target Local File Systems.                                     
[  OK  ] Finished Coldplug All udev Devices.                                    
[  OK  ] Started Journal Service.                                               
         Starting Flush Journal to Persistent Storage...                        
[  OK  ] Finished Flush Journal to Persistent Storage.                          
         Starting Create Volatile Files and Directories...                      
[  OK  ] Started Rule-based Manager for Device Events and Files.                
         Starting Network Configuration...                                      
[  OK  ] Finished Create Volatile Files and Directories.                        
         Starting Network Name Resolution...                                    
         Starting Network Time Synchronization...                               
         Starting Record System Boot/Shutdown in UTMP...                        
[  OK  ] Finished Record System Boot/Shutdown in UTMP.                          
brom_ver 8                                                                      
[APP][E] protocol_connect failed, exit.                                         
                                                                                
U-Boot SPL 2020.01 (Jul 27 2023 - 19:45:18 +0000)                               
FM[1] lpddr4x singlerank freq=3733 64bit dbi_off=n sdram init                   
ddr initialized, jump to uboot                                                  
image has no header                                                             
                                                                                
                                                                                
U-Boot 2020.01 (Jul 27 2023 - 19:45:18 +0000)                                   
                                                                                
CPU:   rv64imafdcvsu                                                            
Model: T-HEAD c910 light                                                        
DRAM:  4 GiB                                                                    
C910 CPU FREQ: 750MHz                                                           
AHB2_CPUSYS_HCLK FREQ: 250MHz                                                   
AHB3_CPUSYS_PCLK FREQ: 125MHz                                                   
PERISYS_AHB_HCLK FREQ: 250MHz                                                   
PERISYS_APB_PCLK FREQ: 62MHz                                                    
GMAC PLL POSTDIV FREQ: 1000MHZ                                                  
DPU0 PLL POSTDIV FREQ: 1188MHZ                                                  
DPU1 PLL POSTDIV FREQ: 1188MHZ                                                  
MMC:   sdhci@ffe7080000: 0, sd@ffe7090000: 1                                    
Loading Environment from MMC... OK                                              
Error reading output register                                                   
Warning: cannot get lcd-en GPIO                                                 
LCD panel cannot be found : -121                                                
splash screen startup cost 15 ms                                                
In:    serial                                                                   
Out:   serial                                                                   
Err:   serial                                                                   
Net:   ethernet@ffe7070000 (eth0) using MAC address - ea:ef:ad:29:3e:a7         
eth0: ethernet@ffe7070000ethernet@ffe7070000:0 is connected to ethernet@ffe70700
                                                                                
Warning: ethernet@ffe7060000 (eth1) using random MAC address - f6:6b:04:9e:99:7a
, eth1: ethernet@ffe7060000                                                     
Hit any key to stop autoboot:  0                                                
50340 bytes read in 2 ms (24 MiB/s)                                             
15748 bytes read in 1 ms (15 MiB/s)                                             
85896 bytes read in 2 ms (41 MiB/s)                                             
switch to partitions #0, OK                                                     
mmc0(part 0) is current device                                                  
Scanning mmc 0:2...                                                             
Found /extlinux/extlinux.conf                                                   
Retrieving file: /extlinux/extlinux.conf                                        
286 bytes read in 1 ms (279.3 KiB/s)                                            
1:      Linux eMMC                                                              
Retrieving file: /Image                                                         
27543040 bytes read in 91 ms (288.6 MiB/s)                                      
append: root=/dev/mmcblk0p3 rw rootfstype=ext4 rootwait console=ttyS0,115200 ea3
Retrieving file: /light-beagle.dtb                                              
170543 bytes read in 2 ms (81.3 MiB/s)                                          
Retrieving file: /overlays/BVA-I2C2-RTC-DS1307.dtb                              
584 bytes read in 2 ms (285.2 KiB/s)                                            
## Flattened Device Tree blob at 46000000                                       
   Booting using the fdt blob at 0x46000000                                     
   Using Device Tree in place at 0000000046000000, end 000000004602efff         
                                                                                
Starting kernel ...                                                             
                                                                                
                                                                                
OpenSBI v0.9-52-g031dc5f                                                        
   ____                    _____ ____ _____                                     
  / __ \                  / ____|  _ \_   _|                                    
 | |  | |_ __   ___ _ __ | (___ | |_) || |                                      
 | |  | | '_ \ / _ \ '_ \ \___ \|  _ < | |                                      
 | |__| | |_) |  __/ | | |____) | |_) || |_                                     
  \____/| .__/ \___|_| |_|_____/|____/_____|                                    
        | |                                                                     
        |_|                                                                     
                                                                                
Platform Name             : BeagleBoard.org BeagleV-Ahead                       
Platform Features         : mfdeleg                                             
Platform HART Count       : 4                                                   
Platform IPI Device       : clint                                               
Platform Timer Device     : clint                                               
Platform Console Device   : uart8250                                            
Platform HSM Device       : ---                                                 
Platform SysReset Device  : thead_reset                                         
Firmware Base             : 0x0                                                 
Firmware Size             : 132 KB                                              
Runtime SBI Version       : 0.3                                                 
                                                                                
Domain0 Name              : root                                                
Domain0 Boot HART         : 0                                                   
Domain0 HARTs             : 0*,1*,2*,3*                                         
Domain0 Region00          : 0x000000ffdc000000-0x000000ffdc00ffff (I)           
Domain0 Region01          : 0x0000000000000000-0x000000000003ffff ()            
Domain0 Region02          : 0x0000000000000000-0xffffffffffffffff (R,W,X)       
Domain0 Next Address      : 0x0000000040200000                                  
Domain0 Next Arg1         : 0x0000000046000000                                  
Domain0 Next Mode         : S-mode                                              
Domain0 SysReset          : yes                                                 
                                                                                
Boot HART ID              : 0                                                   
Boot HART Domain          : root                                                
Boot HART ISA             : rv64imafdcvsux                                      
Boot HART Features        : scounteren,mcounteren,time                          
Boot HART PMP Count       : 0                                                   
Boot HART PMP Granularity : 0                                                   
Boot HART PMP Address Bits: 0                                                   
Boot HART MHPM Count      : 16                                                  
Boot HART MHPM Count      : 16                                                  
Boot HART MIDELEG         : 0x0000000000000222                                  
Boot HART MEDELEG         : 0x000000000000b109                                  
[    0.000000] Linux version 5.10.113-yocto-standard (oe-user@oe-host) (riscv643
[    0.000000] OF: fdt: Ignoring memory range 0x200000 - 0x40200000             
[    0.000000] earlycon: uart0 at MMIO32 0x000000ffe7014000 (options '115200n8')
[    0.000000] printk: bootconsole [uart0] enabled                              
                                                                                
Welcome to THEAD C910 Release Distro 1.1.2!                                     
                                                                                
[  OK  ] Created slice Slice /system/getty.                                     
[  OK  ] Created slice Slice /system/modprobe.                                  
[  OK  ] Created slice Slice /system/serial-getty.                              
[  OK  ] Created slice User and Session Slice.                                  
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.              
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.              
[  OK  ] Reached target Path Units.                                             
[  OK  ] Reached target Remote File Systems.                                    
[  OK  ] Reached target Slice Units.                                            
[  OK  ] Reached target Swaps.                                                  
[  OK  ] Listening on Syslog Socket.                                            
[  OK  ] Listening on initctl Compatibility Named Pipe.                         
[  OK  ] Listening on Journal Audit Socket.                                     
[  OK  ] Listening on Journal Socket (/dev/log).                                
[  OK  ] Listening on Journal Socket.                                           
[  OK  ] Listening on Network Service Netlink Socket.                           
[  OK  ] Listening on udev Control Socket.                                      
[  OK  ] Listening on udev Kernel Socket.                                       
[  OK  ] Listening on User Database Manager Socket.                             
         Mounting Huge Pages File System...                                     
         Mounting POSIX Message Queue File System...                            
         Mounting Kernel Debug File System...                                   
         Mounting Kernel Trace File System...                                   
         Mounting Temporary Directory /tmp...                                   
         Starting Create List of Static Device Nodes...                         
         Mounting Kernel Configuration File System...                           
         Mounting FUSE Control File System...                                   
         Starting Remount Root and Kernel File Systems...                       
         Starting Apply Kernel Variables...                                     
         Starting Coldplug All udev Devices...                                  
[  OK  ] Mounted Huge Pages File System.                                        
[  OK  ] Mounted POSIX Message Queue File System.                               
[  OK  ] Mounted Kernel Debug File System.                                      
[  OK  ] Mounted Kernel Trace File System.                                      
[  OK  ] Mounted Temporary Directory /tmp.                                      
[  OK  ] Finished Create List of Static Device Nodes.                           
[  OK  ] Mounted Kernel Configuration File System.                              
[  OK  ] Mounted FUSE Control File System.                                      
[  OK  ] Finished Remount Root and Kernel File Systems.                         
[  OK  ] Finished Apply Kernel Variables.                                       
         Starting Create Static Device Nodes in /dev...                         
[  OK  ] Finished Create Static Device Nodes in /dev.                           
[  OK  ] Reached target Preparation for Local File Systems.                     
[  OK  ] Set up automount Boot Loader Partition.                                
         Mounting /var/volatile...                                              
[  OK  ] Started Entropy Daemon based on the HAVEGE algorithm.                  
         Starting Journal Service...                                            
         Starting Rule-based Manage…for Device Events and Files...              
[  OK  ] Mounted /var/volatile.                                                 
         Starting Load/Save Random Seed...                                      
[  OK  ] Reached target Local File Systems.                                     
[  OK  ] Started Rule-based Manager for Device Events and Files.                
         Starting Network Configuration...                                      
[  OK  ] Finished Coldplug All udev Devices.                                    
[  OK  ] Started Journal Service.                                               
         Starting Flush Journal to Persistent Storage...                        
[  OK  ] Finished Flush Journal to Persistent Storage.                          
         Starting Create Volatile Files and Directories...                      
[  OK  ] Finished Create Volatile Files and Directories.                        
         Starting Network Name Resolution...                                    
         Starting Network Time Synchronization...                               
         Starting Record System Boot/Shutdown in UTMP...                        
[  OK  ] Started Network Configuration.                                         
[  OK  ] Finished Record System Boot/Shutdown in UTMP.                          
[    4.839554] EXT4-fs error (device mmcblk0p3): ext4_wait_block_bitmap:531: co9
brom_ver 8                                                                      
[APP][E] protocol_connect failed, exit.                                         
                                                                                
U-Boot SPL 2020.01 (Jul 27 2023 - 19:45:18 +0000)                               
FM[1] lpddr4x singlerank freq=3733 64bit dbi_off=n sdram init                   
ddr initialized, jump to uboot                                                  
image has no header                                                             
                                                                                
                                                                                
U-Boot 2020.01 (Jul 27 2023 - 19:45:18 +0000)                                   
                                                                                
CPU:   rv64imafdcvsu                                                            
Model: T-HEAD c910 light                                                        
DRAM:  4 GiB                                                                    
C910 CPU FREQ: 750MHz                                                           
AHB2_CPUSYS_HCLK FREQ: 250MHz                                                   
AHB3_CPUSYS_PCLK FREQ: 125MHz                                                   
PERISYS_AHB_HCLK FREQ: 250MHz                                                   
PERISYS_APB_PCLK FREQ: 62MHz                                                    
GMAC PLL POSTDIV FREQ: 1000MHZ                                                  
DPU0 PLL POSTDIV FREQ: 1188MHZ                                                  
DPU1 PLL POSTDIV FREQ: 1188MHZ                                                  
MMC:   sdhci@ffe7080000: 0, sd@ffe7090000: 1                                    
Loading Environment from MMC... OK                                              
Error reading output register                                                   
Warning: cannot get lcd-en GPIO                                                 
LCD panel cannot be found : -121                                                
splash screen startup cost 15 ms                                                
In:    serial                                                                   
Out:   serial                                                                   
Err:   serial                                                                   
Net:   ethernet@ffe7070000 (eth0) using MAC address - ea:ef:ad:29:3e:a7         
eth0: ethernet@ffe7070000ethernet@ffe7070000:0 is connected to ethernet@ffe70700
                                                                                
Warning: ethernet@ffe7060000 (eth1) using random MAC address - 92:6b:72:36:78:55
, eth1: ethernet@ffe7060000                                                     
Hit any key to stop autoboot:  0                                                
50340 bytes read in 2 ms (24 MiB/s)                                             
15748 bytes read in 1 ms (15 MiB/s)                                             
85896 bytes read in 2 ms (41 MiB/s)                                             
switch to partitions #0, OK                                                     
mmc0(part 0) is current device                                                  
Scanning mmc 0:2...                                                             
Found /extlinux/extlinux.conf                                                   
Retrieving file: /extlinux/extlinux.conf                                        
286 bytes read in 1 ms (279.3 KiB/s)                                            
1:      Linux eMMC                                                              
Retrieving file: /Image                                                         
27543040 bytes read in 92 ms (285.5 MiB/s)                                      
append: root=/dev/mmcblk0p3 rw rootfstype=ext4 rootwait console=ttyS0,115200 ea3
Retrieving file: /light-beagle.dtb                                              
170543 bytes read in 2 ms (81.3 MiB/s)                                          
Retrieving file: /overlays/BVA-I2C2-RTC-DS1307.dtb                              
584 bytes read in 2 ms (285.2 KiB/s)                                            
## Flattened Device Tree blob at 46000000                                       
   Booting using the fdt blob at 0x46000000                                     
   Using Device Tree in place at 0000000046000000, end 000000004602efff         
                                                                                
Starting kernel ...                                                             
                                                                                
                                                                                
OpenSBI v0.9-52-g031dc5f                                                        
   ____                    _____ ____ _____                                     
  / __ \                  / ____|  _ \_   _|                                    
 | |  | |_ __   ___ _ __ | (___ | |_) || |                                      
 | |  | | '_ \ / _ \ '_ \ \___ \|  _ < | |                                      
 | |__| | |_) |  __/ | | |____) | |_) || |_                                     
  \____/| .__/ \___|_| |_|_____/|____/_____|                                    
        | |                                                                     
        |_|                                                                     
                                                                                
Platform Name             : BeagleBoard.org BeagleV-Ahead                       
Platform Features         : mfdeleg                                             
Platform HART Count       : 4                                                   
Platform IPI Device       : clint                                               
Platform Timer Device     : clint                                               
Platform Console Device   : uart8250                                            
Platform HSM Device       : ---                                                 
Platform SysReset Device  : thead_reset                                         
Firmware Base             : 0x0                                                 
Firmware Size             : 132 KB                                              
Runtime SBI Version       : 0.3                                                 
                                                                                
Domain0 Name              : root                                                
Domain0 Boot HART         : 0                                                   
Domain0 HARTs             : 0*,1*,2*,3*                                         
Domain0 Region00          : 0x000000ffdc000000-0x000000ffdc00ffff (I)           
Domain0 Region01          : 0x0000000000000000-0x000000000003ffff ()            
Domain0 Region02          : 0x0000000000000000-0xffffffffffffffff (R,W,X)       
Domain0 Next Address      : 0x0000000040200000                                  
Domain0 Next Arg1         : 0x0000000046000000                                  
Domain0 Next Mode         : S-mode                                              
Domain0 SysReset          : yes                                                 
                                                                                
Boot HART ID              : 0                                                   
Boot HART Domain          : root                                                
Boot HART ISA             : rv64imafdcvsux                                      
Boot HART Features        : scounteren,mcounteren,time                          
Boot HART PMP Count       : 0                                                   
Boot HART PMP Granularity : 0                                                   
Boot HART PMP Address Bits: 0                                                   
Boot HART MHPM Count      : 16                                                  
Boot HART MHPM Count      : 16                                                  
Boot HART MIDELEG         : 0x0000000000000222                                  
Boot HART MEDELEG         : 0x000000000000b109                                  
[    0.000000] Linux version 5.10.113-yocto-standard (oe-user@oe-host) (riscv643
[    0.000000] OF: fdt: Ignoring memory range 0x200000 - 0x40200000             
[    0.000000] earlycon: uart0 at MMIO32 0x000000ffe7014000 (options '115200n8')
[    0.000000] printk: bootconsole [uart0] enabled                              
                                                                                
Welcome to THEAD C910 Release Distro 1.1.2!                                     
                                                                                
[  OK  ] Created slice Slice /system/getty.                                     
[  OK  ] Created slice Slice /system/modprobe.                                  
[  OK  ] Created slice Slice /system/serial-getty.                              
[  OK  ] Created slice User and Session Slice.                                  
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.              
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.              
[  OK  ] Reached target Path Units.                                             
[  OK  ] Reached target Remote File Systems.                                    
[  OK  ] Reached target Slice Units.                                            
[  OK  ] Reached target Swaps.                                                  
[  OK  ] Listening on Syslog Socket.                                            
[  OK  ] Listening on initctl Compatibility Named Pipe.                         
[  OK  ] Listening on Journal Audit Socket.                                     
[  OK  ] Listening on Journal Socket (/dev/log).                                
[  OK  ] Listening on Journal Socket.                                           
[  OK  ] Listening on Network Service Netlink Socket.                           
[  OK  ] Listening on udev Control Socket.                                      
[  OK  ] Listening on udev Kernel Socket.                                       
[  OK  ] Listening on User Database Manager Socket.                             
         Mounting Huge Pages File System...                                     
         Mounting POSIX Message Queue File System...                            
         Mounting Kernel Debug File System...                                   
         Mounting Kernel Trace File System...                                   
         Mounting Temporary Directory /tmp...                                   
         Starting Create List of Static Device Nodes...                         
         Mounting Kernel Configuration File System...                           
         Mounting FUSE Control File System...                                   
         Starting Remount Root and Kernel File Systems...                       
         Starting Apply Kernel Variables...                                     
         Starting Coldplug All udev Devices...                                  
[  OK  ] Mounted Huge Pages File System.                                        
[  OK  ] Mounted POSIX Message Queue File System.                               
[  OK  ] Mounted Kernel Debug File System.                                      
[  OK  ] Mounted Kernel Trace File System.                                      
[  OK  ] Mounted Temporary Directory /tmp.                                      
[  OK  ] Finished Create List of Static Device Nodes.                           
[  OK  ] Mounted Kernel Configuration File System.                              
[  OK  ] Mounted FUSE Control File System.                                      
[  OK  ] Finished Remount Root and Kernel File Systems.                         
[  OK  ] Finished Apply Kernel Variables.                                       
         Starting Create Static Device Nodes in /dev...                         
[  OK  ] Finished Create Static Device Nodes in /dev.                           
[  OK  ] Reached target Preparation for Local File Systems.                     
[  OK  ] Set up automount Boot Loader Partition.                                
         Mounting /var/volatile...                                              
[  OK  ] Started Entropy Daemon based on the HAVEGE algorithm.                  
         Starting Journal Service...                                            
         Starting Rule-based Manage…for Device Events and Files...              
[  OK  ] Mounted /var/volatile.                                                 
         Starting Load/Save Random Seed...                                      
[  OK  ] Reached target Local File Systems.                                     
[  OK  ] Started Rule-based Manager for Device Events and Files.                
         Starting Network Configuration...                                      
[  OK  ] Started Journal Service.                                               
         Starting Flush Journal to Persistent Storage...                        
[  OK  ] Finished Coldplug All udev Devices.                                    
[  OK  ] Finished Flush Journal to Persistent Storage.                          
         Starting Create Volatile Files and Directories...                      
[  OK  ] Finished Create Volatile Files and Directories.                        
         Starting Network Name Resolution...                                    
         Starting Network Time Synchronization...                               
         Starting Record System Boot/Shutdown in UTMP...