mihanson Posted yesterday at 04:12 AM Posted yesterday at 04:12 AM (edited) I flashed a fresh image to my uSD card via dd. $ sudo unxz -c Armbian_25.5.1_Tritium-h5_trixie_current_6.12.30_minimal.img.xz | dd of=/dev/sdf bs=1M oflag=direct conv=fsync status=progress iflag=fullblock When I loaded the uSD into my Tritium-H5 all I got was just the red power light, but no activity. Tried a few different power supplies with the same result. I finally figured out that it appeared the bootloader was missing. I used Libre Tech's flash tool to flash their bootloader to my uSD card. Now I was able to get the Tritium-H5 outputting the boot sequesnce on the serial console. However, it stops at: Spoiler DRAM: 2048 MiB Trying to boot from MMC1 lz4 image NOTICE: BL31: v2.11.0(release):v2.8-3529-g5d9993261 NOTICE: BL31: Built : 22:45:37, Aug 20 2024 NOTICE: BL31: Detected Allwinner H5 SoC (1718) NOTICE: BL31: Found U-Boot DTB at 0x21386d8, model: Libre Computer ALL-H3-CC H5 NOTICE: PMIC: Assuming H5 reference regulator design SCP/INF: Crust v0.6.10000 U-Boot 2023.07+ (Aug 20 2024 - 22:45:45 -0400) Libre Computer ALL-H3-CC H5 DRAM: 2 GiB Core: 75 devices, 23 uclasses, devicetree: separate WDT: Not starting watchdog@1c20ca0 MMC: mmc@1c0f000: 1, mmc@1c11000: 0 Loading Environment from FAT... Unable to use mmc 1:1... ** File not found boot.ini ** Loading Environment from FAT... Unable to use mmc 1:1... ** File not found boot.ini ** Error (-1): cannot determine file size U-Boot 2023.07+ (Aug 20 2024 - 22:45:45 -0400) Libre Computer ALL-H3-CC H5 Model: Libre Computer ALL-H3-CC H5 Net: eth0: ethernet@1c30000 starting USB... Bus usb@1c1a000: USB EHCI 1.00 Bus usb@1c1a400: USB OHCI 1.0 Bus usb@1c1b000: USB EHCI 1.00 Bus usb@1c1b400: USB OHCI 1.0 Bus usb@1c1c000: USB EHCI 1.00 Bus usb@1c1c400: USB OHCI 1.0 Bus usb@1c1d000: USB EHCI 1.00 Bus usb@1c1d400: USB OHCI 1.0 scanning bus usb@1c1a000 for devices... 1 USB Device(s) found scanning bus usb@1c1a400 for devices... 1 USB Device(s) found scanning bus usb@1c1b000 for devices... 1 USB Device(s) found scanning bus usb@1c1b400 for devices... 1 USB Device(s) found scanning bus usb@1c1c000 for devices... 1 USB Device(s) found scanning bus usb@1c1c400 for devices... 1 USB Device(s) found scanning bus usb@1c1d000 for devices... 1 USB Device(s) found scanning bus usb@1c1d400 for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 0 Scanning for bootflows in all bootdevs Seq Method State Uclass Part Name Filename --- ----------- ------ -------- ---- ------------------------ ---------------- Scanning global bootmeth 'efi_mgr': Scanning bootdev 'mmc@1c11000.bootdev': Card did not respond to voltage select! : -110 Scanning bootdev 'mmc@1c0f000.bootdev': 0 script ready mmc 1 mmc@1c0f000.bootdev.part_ /boot/boot.scr ** Booting bootflow 'mmc@1c0f000.bootdev.part_1' with script subfdt=sun50i-h5-libretech-all-h3-cc.dtb U-boot loaded from SD Boot script loaded from mmc 176 bytes read in 2 ms (85.9 KiB/s) subfdt=sun50i-h5-libretech-all-h3-cc.dtb Load fdt: /boot/dtb/allwinner/sun50i-h5-libretech-all-h3-cc.dtb Card did not respond to voltage select! : -110 ** Bad device specification mmc 0 ** 35129 bytes read in 6 ms (5.6 MiB/s) Working FDT set to 4fa00000 339 bytes read in 5 ms (65.4 KiB/s) Applying kernel provided DT overlay sun50i-h5-analog-codec.dtbo 4191 bytes read in 5 ms (818.4 KiB/s) Applying kernel provided DT fixup script (sun50i-h5-fixup.scr) ## Executing script at 45000000 17057194 bytes read in 707 ms (23 MiB/s) 38086664 bytes read in 1576 ms (23 MiB/s) Moving Image from 0x40080000 to 0x40200000, end=42740000 ## Loading init Ramdisk from Legacy Image at 4ff00000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 17057130 Bytes = 16.3 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 4fa00000 Booting using the fdt blob at 0x4fa00000 Working FDT set to 4fa00000 Loading Ramdisk to 48fbb000, end 49fff56a ... OK Loading Device Tree to 0000000048f4a000, end 0000000048fbafff ... OK Working FDT set to 48f4a000 Starting kernel ... I stumbled through the u-Boot recovery process and after remounting the partition r/w I got dpkg to install linux-u-boot-tritium-h5-current_25.5.1_arm64__2024.01-S866c-P42f9-Hc721-V3ed7-Bb703-R448a.deb However, when I rebooted the Tritium-H5 I was still stuck on the above spoiler. 👆 Am I doing something wrong? How can I get the Tritium-H5 to boot the Armbian image? Thanks! Edited yesterday at 04:14 AM by mihanson 0 Quote
laibsch Posted yesterday at 07:49 AM Posted yesterday at 07:49 AM sorry to hear about your troubles The Tritium H5 is maintained by https://github.com/Tonymac32. Not sure if he is active here in the forum. 0 Quote
mihanson Posted yesterday at 02:09 PM Author Posted yesterday at 02:09 PM (edited) @laibsch thank you. @TonyMac32 any ideas? Update: The Bookworm minimal image does fully boot. Just not Trixie. Edited yesterday at 02:25 PM by mihanson 0 Quote
Igor Posted 10 hours ago Posted 10 hours ago @mihanson Try new builds from incoming folder https://fi.mirror.armbian.de/incoming/igorpecovnik/tritium-h5/archive/ 0 Quote
mihanson Posted 2 hours ago Author Posted 2 hours ago Thank you @Igor. I downloaded and confirmed sha on Armbian_25.8.1_Tritium-h5_trixie_current_6.12.35_minimal.img.xz. I confirmed my card with F3 and used the SD Format tool to format my uSD card. I wrote the image to my uSD card. $ sudo unxz -c Armbian_25.8.1_Tritium-h5_trixie_current_6.12.35_minimal.img.xz | dd of=/dev/sde bs=1M oflag=direct conv=fsync status=progress iflag=fullblock I then mounted the newly written uSD card and changed the verbosity to 7 in /boot/armbianEnv.txt and added my .not_logged_in_yet and .rootfs_resize to the /root directory of the uSD card. Spoiler #/root/.not_logged_in_yet # Network Settings PRESET_NET_CHANGE_DEFAULTS="1" ## Ethernet PRESET_NET_ETHERNET_ENABLED="1" # Ignored due to WiFi ## WiFi #PRESET_NET_WIFI_ENABLED="1" #PRESET_NET_WIFI_SSID="" #PRESET_NET_WIFI_KEY="" #PRESET_NET_WIFI_COUNTRYCODE="US" #PRESET_CONNECT_WIRELESS="Y" ## Static IP PRESET_NET_USE_STATIC="1" PRESET_NET_STATIC_IP="192.168.xxx.xxx" PRESET_NET_STATIC_MASK="255.255.255.0" PRESET_NET_STATIC_GATEWAY="192.168.xxx.1" PRESET_NET_STATIC_DNS="1.1.1.2 1.0.0.2" # System SET_LANG_BASED_ON_LOCATION="y" PRESET_LOCALE="en_US.UTF-8" PRESET_TIMEZONE="America/Los_Angeles" # Root PRESET_ROOT_PASSWORD="xxxx" PRESET_ROOT_KEY="" # User PRESET_USER_NAME="mihanson" PRESET_USER_PASSWORD="xxxx" PRESET_USER_KEY="" PRESET_DEFAULT_REALNAME="xxxxx" PRESET_USER_SHELL="bash" Spoiler $ sudo cat .rootfs_resize RESIZE_VALUE=50% First boot started out well, but 30 seconds in, it hung. I pulled the power after 30 minutes. Here's the log from my serial console: Spoiler U-Boot SPL 2024.01-armbian-2024.01-S866c-P42f9-Hc721-Vc0da-Bb703-R448a (Jun 29 2025 - 16:41:04 +0000) DRAM: 2048 MiB Trying to boot from MMC1 NOTICE: BL31: v2.12.4(debug):armbian NOTICE: BL31: Built : 16:40:50, Jun 29 2025 NOTICE: BL31: Detected Allwinner H5 SoC (1718) NOTICE: BL31: Found U-Boot DTB at 0x2099e60, model: Libre Computer Board ALL-H3-CC H5 INFO: ARM GICv2 driver initialized INFO: Configuring SPC Controller NOTICE: PMIC: Assuming H5 reference regulator design INFO: BL31: Platform setup done INFO: BL31: Initializing runtime services INFO: BL31: cortex_a53: CPU workaround for erratum 855873 was applied INFO: BL31: cortex_a53: CPU workaround for erratum 1530924 was applied SCP/INF: Crust v0.6.10000 INFO: PSCI: Suspend is available via SCPI INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x4a000000 INFO: SPSR = 0x3c9 INFO: Changed devicetree. U-Boot 2024.01-armbian-2024.01-S866c-P42f9-Hc721-Vc0da-Bb703-R448a (Jun 29 2025 - 16:41:04 +0000) Allwinner Technology CPU: Allwinner H5 (SUN50I) Model: Libre Computer Board ALL-H3-CC H5 DRAM: 2 GiB Core: 74 devices, 19 uclasses, devicetree: separate WDT: Not starting watchdog@1c20ca0 MMC: mmc@1c0f000: 0, mmc@1c11000: 1 Loading Environment from FAT... Unable to use mmc 0:1... In: serial@1c28000 Out: serial@1c28000 Err: serial@1c28000 Net: eth0: ethernet@1c30000 starting USB... Bus usb@1c1a000: sun4i_usb_phy phy@1c19400: External vbus detected, not enabling our own vbus USB EHCI 1.00 Bus usb@1c1a400: USB OHCI 1.0 Bus usb@1c1b000: USB EHCI 1.00 Bus usb@1c1b400: USB OHCI 1.0 Bus usb@1c1c000: USB EHCI 1.00 Bus usb@1c1c400: USB OHCI 1.0 Bus usb@1c1d000: USB EHCI 1.00 Bus usb@1c1d400: USB OHCI 1.0 scanning bus usb@1c1a000 for devices... 1 USB Device(s) found scanning bus usb@1c1a400 for devices... 1 USB Device(s) found scanning bus usb@1c1b000 for devices... 1 USB Device(s) found scanning bus usb@1c1b400 for devices... 1 USB Device(s) found scanning bus usb@1c1c000 for devices... 1 USB Device(s) found scanning bus usb@1c1c400 for devices... 1 USB Device(s) found scanning bus usb@1c1d000 for devices... 1 USB Device(s) found scanning bus usb@1c1d400 for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Autoboot in 1 seconds, press <Space> to stop switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 4641 bytes read in 2 ms (2.2 MiB/s) ## Executing script at 4fc00000 U-boot loaded from SD Boot script loaded from mmc 176 bytes read in 2 ms (85.9 KiB/s) Load fdt: /boot/dtb/allwinner/sun50i-h5-libretech-all-h3-cc.dtb 35129 bytes read in 6 ms (5.6 MiB/s) Working FDT set to 4fa00000 339 bytes read in 4 ms (82 KiB/s) Applying kernel provided DT overlay sun50i-h5-analog-codec.dtbo 4191 bytes read in 5 ms (818.4 KiB/s) Applying kernel provided DT fixup script (sun50i-h5-fixup.scr) ## Executing script at 45000000 17176959 bytes read in 711 ms (23 MiB/s) 38219784 bytes read in 1581 ms (23.1 MiB/s) Moving Image from 0x40080000 to 0x40200000, end=42760000 ## Loading init Ramdisk from Legacy Image at 4ff00000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 17176895 Bytes = 16.4 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 4fa00000 Booting using the fdt blob at 0x4fa00000 Working FDT set to 4fa00000 Loading Ramdisk to 48f9e000, end 49fff93f ... OK Loading Device Tree to 0000000048f2d000, end 0000000048f9dfff ... OK Working FDT set to 48f2d000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.12.35-current-sunxi64 (build@armbian) (aarch64-linux-gnu-gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #1 SMP Fri Jun 27 10:11:46 UTC 2025 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: Libre Computer Board ALL-H3-CC H5 [ 0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT [ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000000bfffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0xbfbd6b00-0xbfbd8bbf] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000040000000-0x00000000bfffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000bfffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff] [ 0.000000] cma: Reserved 128 MiB at 0x00000000b5a00000 on node -1 [ 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.5 [ 0.000000] percpu: Embedded 31 pages/cpu s89432 r8192 d29352 u126976 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: root=UUID=3039b7f2-8f7f-4578-84a5-1b6ae9ca727e rootwait rootfstype=ext4 splash=verbose console=ttyS0,115200 console=tty1 consoleblank=0 loglevel=7 ubootpart=f2a7f7d9-01 usb-storage.quirks= cgroup_enable=memory [ 0.000000] Unknown kernel command line parameters "splash=verbose ubootpart=f2a7f7d9-01 cgroup_enable=memory", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.000000] Fallback order for Node 0: 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 524288 [ 0.000000] Policy zone: DMA [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x00000000b5600000-0x00000000b5800000] (2MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 52392 entries in 205 pages [ 0.000000] ftrace: allocated 205 pages with 5 groups [ 0.000000] rcu: 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] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing 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] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000479] Console: colour dummy device 80x25 [ 0.000494] printk: legacy console [tty1] enabled [ 0.001159] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.001193] pid_max: default: 32768 minimum: 301 [ 0.001301] LSM: initializing lsm=capability,yama,apparmor,ima,evm [ 0.001398] Yama: becoming mindful. [ 0.001661] AppArmor: AppArmor initialized [ 0.001873] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.001913] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.003246] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.005030] rcu: Hierarchical SRCU implementation. [ 0.005054] rcu: Max phase no-delay instances is 1000. [ 0.005387] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.006531] smp: Bringing up secondary CPUs ... [ 0.008093] Detected VIPT I-cache on CPU1 [ 0.008215] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.009329] Detected VIPT I-cache on CPU2 [ 0.009406] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.010417] Detected VIPT I-cache on CPU3 [ 0.010487] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.010600] smp: Brought up 1 node, 4 CPUs [ 0.010682] SMP: Total of 4 processors activated. [ 0.010697] CPU: All CPU(s) started at EL2 [ 0.010712] CPU features: detected: 32-bit EL0 Support [ 0.010729] CPU features: detected: CRC32 instructions [ 0.010805] alternatives: applying system-wide alternatives [ 0.011916] Memory: 1863016K/2097152K available (17472K kernel code, 2508K rwdata, 10896K rodata, 6336K init, 867K bss, 97780K reserved, 131072K cma-reserved) [ 0.013345] devtmpfs: initialized [ 0.021187] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.021250] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.025694] 23200 pages in range for non-PLT usage [ 0.025722] 514720 pages in range for PLT usage [ 0.026065] pinctrl core: initialized pinctrl subsystem [ 0.030062] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.031861] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.032878] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.034070] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.034169] audit: initializing netlink subsys (disabled) [ 0.034493] audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1 [ 0.035059] thermal_sys: Registered thermal governor 'fair_share' [ 0.035067] thermal_sys: Registered thermal governor 'bang_bang' [ 0.035086] thermal_sys: Registered thermal governor 'step_wise' [ 0.035103] thermal_sys: Registered thermal governor 'user_space' [ 0.035175] cpuidle: using governor menu [ 0.035490] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.035657] ASID allocator initialised with 65536 entries [ 0.035932] Serial: AMBA PL011 UART driver [ 0.041691] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000 [ 0.041766] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000 [ 0.041842] /soc/mixer@1200000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000 [ 0.041905] /soc/mixer@1200000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000 [ 0.041968] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/hdmi@1ee0000 [ 0.042017] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/mixer@1200000 [ 0.042064] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/mixer@1100000 [ 0.042139] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/mixer@1200000 [ 0.042202] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/mixer@1100000 [ 0.042529] /soc/interrupt-controller@1c81000: Fixed dependency cycle(s) with /soc/interrupt-controller@1c81000 [ 0.042608] /soc/hdmi@1ee0000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000 [ 0.043094] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000 [ 0.043167] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000 [ 0.043472] /soc/mixer@1200000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000 [ 0.043545] /soc/mixer@1200000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000 [ 0.043962] /soc/mixer@1200000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000 [ 0.044100] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000 [ 0.044209] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/hdmi@1ee0000 [ 0.044264] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/mixer@1200000 [ 0.044379] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/mixer@1100000 [ 0.044685] /soc/mixer@1200000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000 [ 0.044822] /soc/mixer@1100000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000 [ 0.044952] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/mixer@1200000 [ 0.045080] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/mixer@1100000 [ 0.050759] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/hdmi@1ee0000 [ 0.050878] /soc/hdmi@1ee0000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000 [ 0.053957] /soc/hdmi@1ee0000: Fixed dependency cycle(s) with /connector [ 0.054065] /connector: Fixed dependency cycle(s) with /soc/hdmi@1ee0000 [ 0.057788] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.057830] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.057850] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.057867] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.057885] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.057902] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.057920] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.057936] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.059303] cryptd: max_cpu_qlen set to 1000 [ 0.124810] raid6: neonx8 gen() 1537 MB/s [ 0.192928] raid6: neonx4 gen() 1505 MB/s [ 0.261039] raid6: neonx2 gen() 1443 MB/s [ 0.329150] raid6: neonx1 gen() 1233 MB/s [ 0.397258] raid6: int64x8 gen() 960 MB/s [ 0.465381] raid6: int64x4 gen() 1067 MB/s [ 0.533486] raid6: int64x2 gen() 951 MB/s [ 0.601624] raid6: int64x1 gen() 703 MB/s [ 0.601642] raid6: using algorithm neonx8 gen() 1537 MB/s [ 0.669697] raid6: .... xor() 1124 MB/s, rmw enabled [ 0.669716] raid6: using neon recovery algorithm [ 0.670660] iommu: Default domain type: Translated [ 0.670698] iommu: DMA domain TLB invalidation policy: strict mode [ 0.671462] SCSI subsystem initialized [ 0.671728] usbcore: registered new interface driver usbfs [ 0.671786] usbcore: registered new interface driver hub [ 0.671844] usbcore: registered new device driver usb [ 0.672334] pps_core: LinuxPPS API ver. 1 registered [ 0.672353] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.672391] PTP clock support registered [ 0.672997] scmi_core: SCMI protocol bus registered [ 0.673316] Advanced Linux Sound Architecture Driver Initialized. [ 0.674448] NetLabel: Initializing [ 0.674466] NetLabel: domain hash size = 128 [ 0.674481] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.674581] NetLabel: unlabeled traffic allowed by default [ 0.674598] mctp: management component transport protocol core [ 0.674614] NET: Registered PF_MCTP protocol family [ 0.675191] clocksource: Switched to clocksource arch_sys_counter [ 0.679513] VFS: Disk quotas dquot_6.6.0 [ 0.679593] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.679858] netfs: FS-Cache loaded [ 0.680518] AppArmor: AppArmor Filesystem Enabled [ 0.690834] NET: Registered PF_INET protocol family [ 0.691131] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.769903] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.769988] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.770023] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.770199] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.770778] TCP: Hash tables configured (established 16384 bind 16384) [ 0.770953] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.771033] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.771394] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.771756] Trying to unpack rootfs image as initramfs... [ 0.777252] Initialise system trusted keyrings [ 0.777379] Key type blacklist registered [ 0.777786] workingset: timestamp_bits=44 max_order=19 bucket_order=0 [ 0.777874] zbud: loaded [ 0.778564] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.780655] integrity: Platform Keyring initialized [ 0.861423] xor: automatically using best checksumming function 32regs [ 0.861482] async_tx: api initialized (async) [ 0.861506] Key type asymmetric registered [ 0.861523] Asymmetric key parser 'x509' registered [ 0.861684] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 0.862071] io scheduler mq-deadline registered [ 0.862094] io scheduler kyber registered [ 0.862167] io scheduler bfq registered [ 0.866793] ledtrig-cpu: registered to indicate activity on CPUs [ 0.876047] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled [ 0.891701] loop: module loaded [ 0.896304] usbcore: registered new interface driver usb-storage [ 0.897076] mousedev: PS/2 mouse device common for all mice [ 0.898458] sun6i-rtc 1f00000.rtc: registered as rtc0 [ 0.898505] sun6i-rtc 1f00000.rtc: hctosys: unable to read the hardware clock -EINVAL [ 0.898849] i2c_dev: i2c /dev entries driver [ 0.900156] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 0.901895] sdhci: Secure Digital Host Controller Interface driver [ 0.901939] sdhci: Copyright(c) Pierre Ossman [ 0.901993] Synopsys Designware Multimedia Card Interface Driver [ 0.902924] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.903224] ARM FF-A: FFA_VERSION returned not supported [ 0.903617] SMCCC: SOC_ID: ID = jep106:091e:1718 Revision = 0x00000001 [ 0.904084] sun8i-ce 1c15000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz) [ 0.904537] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority [ 0.904725] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority [ 0.904881] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority [ 0.905030] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority [ 0.905139] sun8i-ce 1c15000.crypto: Register cbc(aes) [ 0.905219] sun8i-ce 1c15000.crypto: Register ecb(aes) [ 0.905252] sun8i-ce 1c15000.crypto: Register cbc(des3_ede) [ 0.905283] sun8i-ce 1c15000.crypto: Register ecb(des3_ede) [ 0.905314] sun8i-ce 1c15000.crypto: Register md5 [ 0.905345] sun8i-ce 1c15000.crypto: Register sha1 [ 0.905376] sun8i-ce 1c15000.crypto: Register sha224 [ 0.905407] sun8i-ce 1c15000.crypto: Register sha256 [ 0.905439] sun8i-ce 1c15000.crypto: DEBUG: Algo of sha384 not supported [ 0.905458] sun8i-ce 1c15000.crypto: DEBUG: Algo of sha512 not supported [ 0.905477] sun8i-ce 1c15000.crypto: Register stdrng [ 0.905529] sun8i-ce 1c15000.crypto: TRNG not supported [ 0.905549] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 0 [ 0.906039] hid: raw HID events driver (C) Jiri Kosina [ 0.906215] usbcore: registered new interface driver usbhid [ 0.906234] usbhid: USB HID core driver [ 0.908576] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available [ 0.919310] NET: Registered PF_INET6 protocol family [ 1.861402] Freeing initrd memory: 16772K [ 1.914850] Segment Routing with IPv6 [ 1.914994] In-situ OAM (IOAM) with IPv6 [ 1.915238] NET: Registered PF_PACKET protocol family [ 1.915292] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.915475] 8021q: 802.1Q VLAN Support v1.8 [ 1.915550] 9pnet: Installing 9P2000 support [ 1.915686] Key type dns_resolver registered [ 1.925445] registered taskstats version 1 [ 1.925958] Loading compiled-in X.509 certificates [ 1.942173] zswap: loaded using pool zstd/zbud [ 1.942494] Demotion targets for Node 0: null [ 1.942866] Key type .fscrypt registered [ 1.942885] Key type fscrypt-provisioning registered [ 1.944779] Btrfs loaded, zoned=yes, fsverity=no [ 1.945004] Key type encrypted registered [ 1.945031] AppArmor: AppArmor sha256 policy hashing enabled [ 1.945074] ima: No TPM chip found, activating TPM-bypass! [ 1.945143] ima: Allocated hash algorithm: sha1 [ 1.945190] ima: No architecture policies found [ 1.945303] evm: Initialising EVM extended attributes: [ 1.945320] evm: security.selinux [ 1.945335] evm: security.SMACK64 [ 1.945348] evm: security.SMACK64EXEC [ 1.945361] evm: security.SMACK64TRANSMUTE [ 1.945374] evm: security.SMACK64MMAP [ 1.945387] evm: security.apparmor [ 1.945400] evm: security.ima [ 1.945413] evm: security.capability [ 1.945426] evm: HMAC attrs: 0x1 [ 1.958264] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.960082] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver [ 1.961133] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.965301] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 1.965793] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator [ 1.966142] sun50i-h5-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator [ 1.967276] printk: legacy console [ttyS0] disabled [ 1.967730] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 155, base_baud = 1500000) is a 16550A [ 1.967807] printk: legacy console [ttyS0] enabled [ 3.813933] sun4i-drm display-engine: bound 1100000.mixer (ops 0xffff80008122b9c8) [ 3.823318] sun4i-drm display-engine: bound 1200000.mixer (ops 0xffff80008122b9c8) [ 3.831315] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xffff8000812285e8) [ 3.840007] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops 0xffff8000812285e8) [ 3.848464] sun8i-dw-hdmi 1ee0000.hdmi: supply hvcc not found, using dummy regulator [ 3.857219] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy) [ 3.867219] sun8i-dw-hdmi 1ee0000.hdmi: EVENT=plugin [ 3.867588] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver [ 3.880094] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xffff80008122aa90) [ 3.888527] [drm] Initialized sun4i-drm 1.0.0 for display-engine on minor 0 [ 3.895561] sun8i-dw-hdmi 1ee0000.hdmi: read_hpd result: 1 [ 4.389866] Console: switching to colour frame buffer device 240x67 [ 4.496545] sun4i-drm display-engine: [drm] fb0: sun4i-drmdrmfb frame buffer device [ 4.506805] ehci-platform 1c1a000.usb: EHCI Host Controller [ 4.506876] ehci-platform 1c1b000.usb: EHCI Host Controller [ 4.507297] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 [ 4.507669] ehci-platform 1c1c000.usb: EHCI Host Controller [ 4.507691] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 2 [ 4.507737] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 3 [ 4.507899] ehci-platform 1c1c000.usb: irq 161, io mem 0x01c1c000 [ 4.508312] ehci-platform 1c1a000.usb: irq 159, io mem 0x01c1a000 [ 4.508682] ehci-platform 1c1b000.usb: irq 160, io mem 0x01c1b000 [ 4.508921] musb-sunxi 1c19000.usb: Disabling musb host side code due to re-routed phy [ 4.509083] ehci-platform 1c1d000.usb: EHCI Host Controller [ 4.509109] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 4 [ 4.509185] usb_phy_generic usb_phy_generic.3.auto: dummy supplies not allowed for exclusive requests (id=vbus) [ 4.510800] ohci-platform 1c1b400.usb: Generic Platform OHCI controller [ 4.511608] ohci-platform 1c1c400.usb: Generic Platform OHCI controller [ 4.511642] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 5 [ 4.511702] ohci-platform 1c1d400.usb: Generic Platform OHCI controller [ 4.511724] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 6 [ 4.511803] ohci-platform 1c1c400.usb: irq 166, io mem 0x01c1c400 [ 4.511890] ohci-platform 1c1d400.usb: irq 167, io mem 0x01c1d400 [ 4.515752] ehci-platform 1c1d000.usb: irq 162, io mem 0x01c1d000 [ 4.516066] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 7 [ 4.519212] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00 [ 4.522704] ohci-platform 1c1b400.usb: irq 165, io mem 0x01c1b400 [ 4.523232] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 4.535196] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 [ 4.537907] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.551195] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 [ 4.554748] usb usb3: Product: EHCI Host Controller [ 4.567197] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00 [ 4.568268] usb usb3: Manufacturer: Linux 6.12.35-current-sunxi64 ehci_hcd [ 4.715240] ohci-platform 1c1a400.usb: Generic Platform OHCI controller [ 4.716515] usb usb3: SerialNumber: 1c1c000.usb [ 4.724650] scpi_protocol scpi: SCP Protocol 1.2 Firmware 0.6.10000 version [ 4.731077] hub 3-0:1.0: USB hub found [ 4.739071] reg-fixed-voltage vdd-cpux: nonexclusive access to GPIO for (default) [ 4.740313] sun50i-h5-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator [ 4.741402] sunxi-mmc 1c0f000.mmc: Got CD GPIO [ 4.742323] hub 3-0:1.0: 1 port detected [ 4.743319] sun50i-h5-pinctrl 1c20800.pinctrl: supply vcc-pc not found, using dummy regulator [ 4.767006] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode [ 4.767192] sunxi-mmc 1c11000.mmc: initialized, max. request size: 2048 KB [ 4.772126] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 4.794750] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 4.816356] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.816369] usb usb1: Product: EHCI Host Controller [ 4.840410] of_cfs_init [ 4.849107] mmc0: host does not support reading read-only switch, assuming write-enable [ 4.852633] mmc0: new high speed SDHC card at address 59b4 [ 4.853821] mmcblk0: mmc0:59b4 JB1Q5 29.8 GiB [ 4.856899] mmcblk0: p1 [ 4.861448] usb usb1: Manufacturer: Linux 6.12.35-current-sunxi64 ehci_hcd [ 4.884223] of_cfs_init: OK [ 4.906404] usb usb1: SerialNumber: 1c1a000.usb [ 4.972367] clk: Disabling unused clocks [ 4.978574] hub 1-0:1.0: USB hub found [ 4.999944] PM: genpd: Disabling unused power domains [ 5.000076] mmc2: Failed to initialize a non-removable card [ 5.021533] hub 1-0:1.0: 1 port detected [ 5.043199] ALSA device list: [ 5.043205] #0: H3 Audio Codec [ 5.353183] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12 [ 5.382189] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.409958] usb usb5: Product: Generic Platform OHCI controller [ 5.436236] usb usb5: Manufacturer: Linux 6.12.35-current-sunxi64 ohci_hcd [ 5.463467] usb usb5: SerialNumber: 1c1c400.usb [ 5.488857] hub 5-0:1.0: USB hub found [ 5.512576] hub 5-0:1.0: 1 port detected [ 5.537189] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 5.565960] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.593633] usb usb4: Product: EHCI Host Controller [ 5.618883] usb usb4: Manufacturer: Linux 6.12.35-current-sunxi64 ehci_hcd [ 5.646528] usb usb4: SerialNumber: 1c1d000.usb [ 5.672484] hub 4-0:1.0: USB hub found [ 5.697136] hub 4-0:1.0: 1 port detected [ 5.722666] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12 [ 5.752174] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.780411] usb usb6: Product: Generic Platform OHCI controller [ 5.807307] usb usb6: Manufacturer: Linux 6.12.35-current-sunxi64 ohci_hcd [ 5.835019] usb usb6: SerialNumber: 1c1d400.usb [ 5.860700] hub 6-0:1.0: USB hub found [ 5.885161] hub 6-0:1.0: 1 port detected [ 5.910223] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12 [ 5.939472] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.967631] usb usb7: Product: Generic Platform OHCI controller [ 5.994463] usb usb7: Manufacturer: Linux 6.12.35-current-sunxi64 ohci_hcd [ 6.022582] usb usb7: SerialNumber: 1c1b400.usb [ 6.049161] hub 7-0:1.0: USB hub found [ 6.074344] hub 7-0:1.0: 1 port detected [ 6.100124] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 6.130111] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 6.158789] usb usb2: Product: EHCI Host Controller [ 6.184829] usb usb2: Manufacturer: Linux 6.12.35-current-sunxi64 ehci_hcd [ 6.191196] usb 6-1: new low-speed USB device number 2 using ohci-platform [ 6.206030] usb usb2: SerialNumber: 1c1b000.usb [ 6.206776] hub 2-0:1.0: USB hub found [ 6.291505] hub 2-0:1.0: 1 port detected [ 6.316695] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 8 [ 6.345605] ohci-platform 1c1a400.usb: irq 164, io mem 0x01c1a400 [ 6.431429] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12 [ 6.460704] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 6.488785] usb usb8: Product: Generic Platform OHCI controller [ 6.515440] usb usb8: Manufacturer: Linux 6.12.35-current-sunxi64 ohci_hcd [ 6.542968] usb usb8: SerialNumber: 1c1a400.usb [ 6.568590] hub 8-0:1.0: USB hub found [ 6.592870] hub 8-0:1.0: 1 port detected [ 6.623705] Freeing unused kernel memory: 6336K [ 6.648615] Run /init as init process [ 6.731317] usb 6-1: New USB device found, idVendor=051d, idProduct=0002, bcdDevice= 1.01 [ 6.759954] usb 6-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 6.787443] usb 6-1: Product: Back-UPS XS 1300 LCD FW:836.H7 .D USB FW:H7 [ 6.787464] usb 6-1: Manufacturer: American Power Conversion [ 6.787472] usb 6-1: SerialNumber: 8B0744R22738 [ 7.394634] hid-generic 0003:051D:0002.0001: hiddev96,hidraw0: USB HID v1.10 Device [American Power Conversion Back-UPS XS 1300 LCD FW:836.H7 .D USB FW:H7 ] on usb-1c1d400.usb-1/input0 [ 7.570622] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found [ 7.598348] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found [ 7.625290] dwmac-sun8i 1c30000.ethernet: IRQ sfty not found [ 7.651829] dwmac-sun8i 1c30000.ethernet: supply phy not found, using dummy regulator [ 7.680926] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator [ 7.710326] dwmac-sun8i 1c30000.ethernet: PTP uses main clock [ 7.736992] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 148000 (expect 58000) [ 7.767880] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported [ 7.795965] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported [ 7.823765] dwmac-sun8i 1c30000.ethernet: COE Type 2 [ 7.849152] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported [ 7.876522] dwmac-sun8i 1c30000.ethernet: Normal descriptors [ 7.902446] dwmac-sun8i 1c30000.ethernet: Chain mode enabled [ 7.930239] dwmac-sun8i 1c30000.ethernet: Found internal PHY node [ 7.957231] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY [ 7.983655] dwmac-sun8i 1c30000.ethernet: Powering internal PHY [ 8.037390] dwmac-sun8i 1c30000.ethernet end0: renamed from eth0 [ 8.367559] EXT4-fs (mmcblk0p1): mounted filesystem 3039b7f2-8f7f-4578-84a5-1b6ae9ca727e ro with writeback data mode. Quota mode: none. [ 9.359470] systemd[1]: System time advanced to built-in epoch: Wed 2025-06-25 12:40:07 UTC [ 9.474428] systemd[1]: systemd 257.7-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) [ 9.554027] systemd[1]: Detected architecture arm64. [ 9.672376] systemd[1]: Hostname set to <tritium-h5>. [ 9.710356] systemd[1]: Initializing machine ID from random generator. [ 9.740240] systemd[1]: Installed transient /etc/machine-id file. [ 10.266507] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. [ 11.291682] systemd[1]: Queued start job for default target graphical.target. [ 11.367552] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 11.426855] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ 11.486825] systemd[1]: Created slice user.slice - User and Session Slice. [ 11.543955] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ 11.606626] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 11.670402] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 11.737253] systemd[1]: Expecting device dev-ttyGS0.device - /dev/ttyGS0... [ 11.798818] systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0... [ 11.861307] systemd[1]: Reached target paths.target - Path Units. [ 11.923492] systemd[1]: Reached target remote-fs.target - Remote File Systems. [ 11.987008] systemd[1]: Reached target slices.target - Slice Units. [ 12.049787] systemd[1]: Reached target swap.target - Swaps. [ 12.113011] systemd[1]: Listening on syslog.socket - Syslog Socket. [ 12.182044] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. [ 12.247965] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [ 12.315345] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 12.383873] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. [ 12.451498] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. [ 12.520787] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 12.565376] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 12.610885] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 12.684039] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 12.764435] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... [ 12.876334] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 12.957385] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... [ 13.038266] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 13.119605] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 13.201385] systemd[1]: Starting fake-hwclock-load.service - Restore the current clock... [ 13.288122] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... [ 13.372636] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 13.455315] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [ 13.536792] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... [ 13.618142] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 13.701491] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 13.777955] systemd[1]: netplan-ovs-cleanup.service - OpenVSwitch configuration for cleanup was skipped because of an unmet condition check (ConditionFileIsExecutable=/usr/bin/ovs-vsctl). [ 13.817854] fuse: init (API version 7.41) [ 13.830218] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). [ 13.969190] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 14.075636] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... [ 14.161117] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 14.200541] g_serial gadget.0: Gadget Serial v2.4 [ 14.213383] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 14.249168] g_serial gadget.0: g_serial ready [ 14.291779] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... [ 14.323039] phy phy-1c19400.phy.0: Changing dr_mode to 2 [ 14.503743] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 14.602065] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. [ 14.685602] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 14.769665] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. [ 14.854198] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 14.939087] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ 15.025165] systemd[1]: fake-hwclock-load.service: Deactivated successfully. [ 15.071189] systemd[1]: Finished fake-hwclock-load.service - Restore the current clock. [ 15.158148] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. [ 15.243892] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 15.331153] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 15.376735] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. [ 15.459222] musb-hdrc musb-hdrc.4.auto: VBUS_ERROR in b_idle (98, VALID), retry #0, port1 00000000 [ 15.508045] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 15.552269] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. [ 15.635648] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 15.680426] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 15.765253] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 15.809509] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. [ 15.893151] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [ 15.976673] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line. [ 16.068185] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. [ 16.157653] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. [ 16.242853] systemd[1]: Reached target network-pre.target - Preparation for Network. [ 16.330777] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... [ 16.439314] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... [ 16.522830] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root). [ 16.582198] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 16.674223] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... [ 16.764731] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... [ 16.813807] EXT4-fs (mmcblk0p1): re-mounted 3039b7f2-8f7f-4578-84a5-1b6ae9ca727e r/w. [ 16.904519] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [ 16.987803] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. [ 17.070094] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [ 17.154090] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [ 17.237001] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. [ 17.324311] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because no trigger condition checks were met. [ 17.372217] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [ 17.429225] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... [ 17.535708] systemd[1]: Starting systemd-sysusers.service - Create System Users... [ 17.616564] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 17.682230] systemd[1]: Finished systemd-sysusers.service - Create System Users. [ 17.776257] systemd[1]: Starting systemd-resolved.service - Network Name Resolution... [ 17.875459] systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization... [ 17.966089] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... [ 18.124337] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. [ 18.210599] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. [ 18.301962] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... [ 18.391881] systemd[1]: Started systemd-timesyncd.service - Network Time Synchronization. [ 18.481623] systemd[1]: Reached target time-set.target - System Time Set. [ 18.571773] systemd[1]: Mounting tmp.mount - /tmp... [ 18.722392] systemd[1]: Mounted tmp.mount - /tmp. [ 18.831040] systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. [ 18.965349] systemd[1]: Found device dev-ttyGS0.device - /dev/ttyGS0. [ 19.158730] systemd[1]: Found device dev-ttyS0.device - /dev/ttyS0. [ 19.280577] systemd[1]: Reached target local-fs.target - Local File Systems. [ 19.362191] systemd[1]: Reached target usb-gadget.target - Hardware activated USB gadget. [ 19.413847] core: _opp_supported_by_regulators: OPP minuV: 1320000 maxuV: 1320000, not supported by regulator [ 19.413877] cpu cpu0: _opp_add: OPP not supported by regulators (1104000000) [ 19.414006] core: _opp_supported_by_regulators: OPP minuV: 1320000 maxuV: 1320000, not supported by regulator [ 19.414016] cpu cpu0: _opp_add: OPP not supported by regulators (1200000000) [ 19.414178] core: _opp_supported_by_regulators: OPP minuV: 1340000 maxuV: 1340000, not supported by regulator [ 19.414188] cpu cpu0: _opp_add: OPP not supported by regulators (1296000000) [ 19.414310] core: _opp_supported_by_regulators: OPP minuV: 1400000 maxuV: 1400000, not supported by regulator [ 19.414320] cpu cpu0: _opp_add: OPP not supported by regulators (1368000000) [ 19.415261] thermal thermal_zone0: binding cdev cpufreq-cpu0 to trip 3 failed: -22 [ 19.415328] thermal thermal_zone0: binding cdev cpufreq-cpu0 to trip 4 failed: -22 [ 19.419294] random: crng init done [ 19.775009] mc: Linux media interface: v0.10 [ 19.909204] Registered IR keymap rc-empty [ 19.916966] systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management. [ 19.966385] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0 [ 20.058167] lima 1e80000.gpu: gp - mali450 version major 0 minor 0 [ 20.064144] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter [ 20.091081] lima 1e80000.gpu: pp0 - mali450 version major 0 minor 0 [ 20.118202] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input1 [ 20.145102] lima 1e80000.gpu: pp1 - mali450 version major 0 minor 0 [ 20.174424] sunxi-ir 1f02000.ir: initialized sunXi IR driver [ 20.198612] lima 1e80000.gpu: pp2 - mali450 version major 0 minor 0 [ 20.305435] lima 1e80000.gpu: pp3 - mali450 version major 0 minor 0 [ 20.305506] lima 1e80000.gpu: l2_cache0 8K, 4-way, 64byte cache line, 128bit external bus [ 20.305518] lima 1e80000.gpu: l2_cache1 128K, 4-way, 64byte cache line, 128bit external bus [ 20.306280] lima 1e80000.gpu: bus rate = 200000000 [ 20.435938] lima 1e80000.gpu: mod rate = 384000000 [ 20.436644] [drm] Initialized lima 1.1.0 for 1e80000.gpu on minor 1 [ 20.496591] videodev: Linux video capture interface: v2.00 [ 20.560644] systemd[1]: Starting armbian-zram-config.service - Armbian ZRAM config... [ 20.635028] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned. [ 20.642508] cedrus 1c0e000.video-codec: Device registered as /dev/video0 [ 20.828837] systemd[1]: Starting console-setup.service - Set console font and keymap... [ 20.866834] systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats... [ 21.101465] systemd[1]: Starting systemd-networkd.service - Network Configuration... [ 21.124355] systemd[1]: Started systemd-resolved.service - Network Name Resolution. [ 21.136914] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. [ 21.169301] zram: Added device: zram0 [ 21.175322] zram: Added device: zram1 [ 21.180119] zram: Added device: zram2 [ 21.226781] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 313 (systemd-binfmt) [ 21.323669] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). [ 21.337334] systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups. [ 21.350809] systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System... [ 21.368929] systemd[1]: Starting fake-hwclock-load.service - Restore the current clock... [ 21.386783] zram0: detected capacity change from 0 to 2022480 [ 21.428623] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 21.451950] Adding 1011236k swap on /dev/zram0. Priority:5 extents:1 across:1011236k SS [ 21.461319] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). [ 21.486909] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because no trigger condition checks were met. [ 21.522780] systemd[1]: Starting systemd-machine-id-commit.service - Save Transient machine-id to Disk... [ 21.534180] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 21.546067] zram1: detected capacity change from 0 to 102400 [ 21.549622] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 21.570084] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 21.602362] systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. [ 21.615840] systemd[1]: fake-hwclock-load.service: Deactivated successfully. [ 21.633367] systemd[1]: Finished fake-hwclock-load.service - Restore the current clock. [ 21.645193] systemd[1]: Finished armbian-zram-config.service - Armbian ZRAM config. [ 21.655774] systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats. [ 21.666884] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 21.676459] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 21.698304] systemd[1]: Starting armbian-ramlog.service - Armbian memory supported logging... [ 21.708324] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [ 22.173740] systemd[1]: Finished systemd-machine-id-commit.service - Save Transient machine-id to Disk. [ 22.266709] systemd[1]: etc-machine\x2did.mount: Deactivated successfully. [ 22.276744] systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 22.279088] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 22.296507] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 22.303524] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 22.526706] systemd[1]: Started systemd-networkd.service - Network Configuration. [ 22.543998] dwmac-sun8i 1c30000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 22.553413] systemd[1]: Starting systemd-networkd-persistent-storage.service - Enable Persistent Storage in systemd-networkd... [ 22.623159] dwmac-sun8i 1c30000.ethernet end0: PHY [mdio_mux-0.1:01] driver [Allwinner AC200 EPHY] (irq=POLL) [ 22.633397] dwmac-sun8i 1c30000.ethernet end0: No Safety Features support found [ 22.640913] dwmac-sun8i 1c30000.ethernet end0: No MAC Management Counters available [ 22.648763] dwmac-sun8i 1c30000.ethernet end0: PTP not supported by HW [ 22.656037] dwmac-sun8i 1c30000.ethernet end0: configuring for phy/mii link mode [ 22.679419] systemd[1]: Finished systemd-networkd-persistent-storage.service - Enable Persistent Storage in systemd-networkd. [ 22.727010] systemd[1]: Finished armbian-ramlog.service - Armbian memory supported logging. [ 22.777878] systemd[1]: Starting systemd-journald.service - Journal Service... [ 22.962790] systemd-journald[467]: Collecting audit messages is disabled. [ 23.237025] systemd[1]: Started systemd-journald.service - Journal Service. [ 23.495356] systemd-journald[467]: Received client request to flush runtime journal. [ 25.733201] dwmac-sun8i 1c30000.ethernet end0: Link is Up - 100Mbps/Full - flow control off [ 27.770423] EXT4-fs (mmcblk0p1): resizing filesystem from 336896 to 3910656 blocks [ 28.072130] EXT4-fs (mmcblk0p1): resized filesystem to 3910656 [ 30.036808] systemd-journald[467]: Received client request to relinquish /var/log/journal/e97f73b3e2b741abbd31d2f51d43d058 access. [ 30.508466] dwmac-sun8i 1c30000.ethernet end0: Too many address, switching to promiscuous After pulling the plug and re-plugging it in, Armbian booted, but it took a long time. I know the board is not fast, but I went to lunch and came back to finally see the auto log in root prompt. I ran armbian-upgrade and rebooted. This time it was much faster to get to the log in prompt. I'd say this is solved with the new Armbian image, but the hang up at 30 seconds and pulling of power is not ideal. I'm not sure what else I can give you to debug that. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.